source: rtems/c/src/lib/libbsp/m68k/gen68360/network/Makefile.am @ 7bf622e7

4.104.114.84.95
Last change on this file since 7bf622e7 was 7bf622e7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 07:33:25

2003-12-03 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • network/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 587 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/network.rel
6
7C_FILES = network.c
8C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
9
10OBJS = $(C_O_FILES)
11
12include $(top_srcdir)/../../../../automake/compile.am
13include $(top_srcdir)/../../../../automake/lib.am
14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
19AM_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
20
21$(PGM): $(OBJS)
22        $(make-rel)
23
24# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
25
26if HAS_NETWORKING
27all-local: $(OBJS) $(PGM)
28endif
29
30.PRECIOUS: $(PGM)
31
32EXTRA_DIST = network.c
33
34include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.