source: rtems/c/src/lib/libbsp/i386/pc386/ne2000/Makefile.am @ 4e36a2f

4.104.114.84.95
Last change on this file since 4e36a2f was 4e36a2f, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/00 at 15:27:02

Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff from
Ralf Corsepius <corsepiu@…> that contain:

  • Modifications, (minor) corrections, cleanups to most existing Makefile.ams
  • Adds automake support to all remaining BSPs which have not yet been converted to automake.
  • Makefile.am for all remaining wrapup/Makefile.ams
  • Property mode set to 100644
File size: 646 bytes
RevLine 
[69537ca9]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[4e36a2f]7PGM = $(ARCH)/ne2000.rel
[69537ca9]8
9C_FILES = ne2000.c
[4e36a2f]10ne2000_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
[69537ca9]11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
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): $(ne2000_rel_OBJECTS)
22        $(make-rel)
23
[4e36a2f]24# the .rel file built here will be put into libbsp.a by
25#       ../wrapup/Makefile
26
[69537ca9]27if HAS_NETWORKING
[4e36a2f]28all-local: $(ARCH) $(ne2000_rel_OBJECTS) $(PGM)
[69537ca9]29endif
30
[4e36a2f]31.PRECIOUS: $(PGM)
[69537ca9]32
33EXTRA_DIST = ne2000.c
34
35include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.