source: rtems/cpukit/libnetworking/nfs/Makefile.am @ 53021d4

4.104.114.84.95
Last change on this file since 53021d4 was a3dfa39, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/02 at 15:34:58

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

  • kern/Makefile.am: Remove C_O_FILES; Don't let all-local depend on $OBJS)
  • lib/Makefile.am: Ditto.
  • libc/Makefile.am: Ditto.
  • net/Makefile.am: Ditto.
  • netinet/Makefile.am: Ditto.
  • nfs/Makefile.am: Ditto.
  • rtems/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 539 bytes
RevLine 
[df49c60]1##
[4bf1801]2## $Id$
[df49c60]3##
[4bf1801]4
[eb4b28d]5LIB = $(ARCH)/lib.a
[4bf1801]6
7C_FILES = bootp_subr.c
[a3dfa39]8OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[4bf1801]9
[f22ebf0]10include $(top_srcdir)/../automake/multilib.am
11include $(top_srcdir)/../automake/compile.am
12include $(top_srcdir)/../automake/lib.am
[4bf1801]13
14#
15# Add local stuff here using +=
16#
17
18AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \
19    -DBOOTP_COMPAT
20
21$(LIB): $(OBJS)
22        $(make-library)
23
[a3dfa39]24all-local: $(PREINSTALL_FILES) $(ARCH) $(LIB)
[4bf1801]25
26.PRECIOUS: $(LIB)
27
[9b28bea5]28EXTRA_DIST = bootp_subr.c
[df49c60]29
[f22ebf0]30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.