source: rtems/c/src/exec/libnetworking/kern/Makefile.am @ f22ebf0

4.104.114.84.95
Last change on this file since f22ebf0 was f22ebf0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 09:12:00

2002-06-17 Ralf Corsepius <corsepiu@…>

  • arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal.
  • lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Property mode set to 100644
File size: 681 bytes
Line 
1##
2## $Id$
3##
4
5
6LIBNAME = lib.a
7LIB = $(ARCH)/$(LIBNAME)
8
9C_FILES = kern_subr.c uipc_domain.c uipc_mbuf.c uipc_socket.c uipc_socket2.c
10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
11
12OBJS = $(C_O_FILES)
13
14include $(top_srcdir)/../automake/multilib.am
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/lib.am
17
18#
19# Add local stuff here using +=
20#
21
22AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \
23    -DBOOTP_COMPAT
24
25$(LIB): $(OBJS)
26        $(make-library)
27
28all-local: $(ARCH) $(OBJS) $(LIB)
29
30.PRECIOUS: $(LIB)
31
32EXTRA_DIST = kern_subr.c uipc_domain.c uipc_mbuf.c uipc_socket.c \
33    uipc_socket2.c
34
35include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.