source: rtems/cpukit/libnetworking/net/Makefile.am @ 8361b50

4.104.114.84.95
Last change on this file since 8361b50 was 9eadce0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/18/02 at 02:21:19

2002-11-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in HEADER-handling from net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am.
  • net/Makefile.am: Remove *_HEADERS.
  • netinet/Makefile.am: Remove *_HEADERS.
  • nfs/Makefile.am: Remove *_HEADERS.
  • Property mode set to 100644
File size: 783 bytes
Line 
1##
2## $Id$
3##
4
5
6include_netdir = $(includedir)/net
7
8LIB = $(ARCH)/lib.a
9
10C_FILES = if.c if_ethersubr.c if_loop.c radix.c route.c rtsock.c raw_cb.c \
11    raw_usrreq.c if_ppp.c ppp_tty.c pppcompress.c
12C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
13
14OBJS = $(C_O_FILES)
15
16include $(top_srcdir)/../automake/multilib.am
17include $(top_srcdir)/../automake/compile.am
18include $(top_srcdir)/../automake/lib.am
19
20#
21# Add local stuff here using +=
22#
23
24AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \
25    -DBOOTP_COMPAT
26
27$(LIB): $(OBJS)
28        $(make-library)
29
30all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)
31
32.PRECIOUS: $(LIB)
33
34EXTRA_DIST = if.c if_ethersubr.c if_loop.c radix.c raw_cb.c raw_usrreq.c \
35    route.c rtsock.c
36
37include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.