source: rtems/cpukit/libnetworking/nfs/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: 573 bytes
RevLine 
[df49c60]1##
[4bf1801]2## $Id$
[df49c60]3##
[4bf1801]4
[eb4b28d]5LIB = $(ARCH)/lib.a
[4bf1801]6
7C_FILES = bootp_subr.c
[0e1dd41f]8C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[4bf1801]9
10OBJS = $(C_O_FILES)
11
[f22ebf0]12include $(top_srcdir)/../automake/multilib.am
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/lib.am
[4bf1801]15
16#
17# Add local stuff here using +=
18#
19
20AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \
21    -DBOOTP_COMPAT
22
23$(LIB): $(OBJS)
24        $(make-library)
25
[df49c60]26all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)
[4bf1801]27
28.PRECIOUS: $(LIB)
29
[9b28bea5]30EXTRA_DIST = bootp_subr.c
[df49c60]31
[f22ebf0]32include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.