source: rtems/cpukit/libnetworking/nfs/Makefile.am @ a3dfa39

4.104.114.84.95
Last change on this file since a3dfa39 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
Line 
1##
2## $Id$
3##
4
5LIB = $(ARCH)/lib.a
6
7C_FILES = bootp_subr.c
8OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
9
10include $(top_srcdir)/../automake/multilib.am
11include $(top_srcdir)/../automake/compile.am
12include $(top_srcdir)/../automake/lib.am
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
24all-local: $(PREINSTALL_FILES) $(ARCH) $(LIB)
25
26.PRECIOUS: $(LIB)
27
28EXTRA_DIST = bootp_subr.c
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.