source: rtems/c/src/lib/libbsp/i386/pc386/wd8003/Makefile.am @ a5417074

4.104.114.84.95
Last change on this file since a5417074 was a5417074, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 15:42:23

2000-09-04 Ralf Corsepius <corsepiu@…>

  • 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am, ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 700 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7PGM = $(ARCH)/wd8003.rel
8
9C_FILES = wd8003.c
10wd8003_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../../../../../../automake/compile.am
14include $(top_srcdir)/../../../../../../automake/lib.am
15
16#
17# (OPTIONAL) Add local stuff here using +=
18#
19
20AM_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
21
22$(PGM): $(wd8003_rel_OBJECTS)
23        $(make-rel)
24
25# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
26
27if HAS_NETWORKING
28all-local: $(ARCH) $(wd8003_rel_OBJECTS) $(PGM)
29endif
30
31.PRECIOUS: $(PGM)
32
33EXTRA_DIST = wd8003.c
34
35include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.