source: rtems/c/src/lib/libbsp/i386/pc386/3c509/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: 759 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7PGM = $(ARCH)/3c509.rel
8
9C_FILES = 3c509.c elink.c
10X3c509_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
11
12H_FILES = 3c509.h elink.h
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../../../../../../automake/compile.am
16include $(top_srcdir)/../../../../../../automake/lib.am
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22AM_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
23
24$(PGM): $(X3c509_rel_OBJECTS)
25        $(make-rel)
26
27# the .rel file built here will be put into libbsp.a by
28#       ../wrapup/Makefile
29
30if HAS_NETWORKING
31all-local: $(ARCH) $(X3c509_rel_OBJECTS) $(PGM)
32endif
33
34.PRECIOUS: $(PGM)
35
36EXTRA_DIST = 3c509.c 3c509.h elink.c elink.h
37
38include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.