source: rtems/cpukit/libnetworking/kern/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: 633 bytes
RevLine 
[df49c60]1##
[4bf1801]2## $Id$
[df49c60]3##
[4bf1801]4
[eb4b28d]5LIB = $(ARCH)/lib.a
[4bf1801]6
7C_FILES = kern_subr.c uipc_domain.c uipc_mbuf.c uipc_socket.c uipc_socket2.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: $(ARCH) $(LIB)
[4bf1801]25
26.PRECIOUS: $(LIB)
27
28EXTRA_DIST = kern_subr.c uipc_domain.c uipc_mbuf.c uipc_socket.c \
29    uipc_socket2.c
30
[f22ebf0]31include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.