source: rtems/c/src/lib/libbsp/i386/pc386/ne2000/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: 703 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7PGM = $(ARCH)/ne2000.rel
8
9C_FILES = ne2000.c
10ne2000_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): $(ne2000_rel_OBJECTS)
23        $(make-rel)
24
25# the .rel file built here will be put into libbsp.a by
26#       ../wrapup/Makefile
27
28if HAS_NETWORKING
29all-local: $(ARCH) $(ne2000_rel_OBJECTS) $(PGM)
30endif
31
32.PRECIOUS: $(PGM)
33
34EXTRA_DIST = ne2000.c
35
36include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.