source: rtems/c/src/lib/libbsp/m68k/mvme167/network/Makefile.am @ cee4b8a

4.104.114.84.95
Last change on this file since cee4b8a was cee4b8a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 07:34:04

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

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