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

Last change on this file since bb734cc was bb734cc, checked in by Joel Sherrill <joel.sherrill@…>, on 04/05/00 at 18:24:48

Patch from Charles-Antoine Gauthier <charles.gauthier@…>
to update the mvme167 BSP and account for the fact that RAM base
does not have to start at 0.

  • Property mode set to 100644
File size: 684 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7PGM = $(ARCH)/network.rel
8
9C_FILES = network.c
10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
11
12H_FILES = netexterns.h uti596.h
13
14OBJS = $(C_O_FILES)
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17include $(top_srcdir)/../../../../../../automake/lib.am
18
19#
20# (OPTIONAL) Add local stuff here using +=
21#
22
23AM_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
24
25$(PGM): $(OBJS)
26        $(make-rel)
27
28# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
29
30if HAS_NETWORKING
31all-local: $(ARCH) $(OBJS) $(PGM)
32endif
33
34.PRECIOUS: $(PGM)
35
36EXTRA_DIST = network.c netexterns.h uti596.h
37
38include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.