source: rtems/c/src/lib/libbsp/arm/edb7312/network/Makefile.am @ 9a6f471

4.104.114.84.95
Last change on this file since 9a6f471 was 9a6f471, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 05:17:21

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

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