source: rtems/cpukit/libnetworking/wrapup/Makefile.am @ eb4b28d

4.104.114.84.95
Last change on this file since eb4b28d was eb4b28d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 06:35:33

2002-07-22 Ralf Corsepius <corsepiu@…>

  • kern/Makefile.am: Eliminate LIBNAME.
  • lib/Makefile.am: Ditto.
  • libc/Makefile.am: Ditto.
  • net/Makefile.am: Ditto.
  • netinet/Makefile.am: Ditto.
  • nfs/Makefile.am: Ditto.
  • rtems/Makefile.am: Ditto.
  • wrapup/Makefile.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib.
  • Property mode set to 100644
File size: 537 bytes
Line 
1##
2## $Id$
3##
4
5
6NET_O_PIECES = kern lib libc net netinet nfs rtems
7OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
8LIB = $(ARCH)/libnetworking.a
9
10include $(top_srcdir)/../automake/multilib.am
11include $(top_srcdir)/../automake/compile.am
12include $(top_srcdir)/../automake/lib.am
13
14#
15# (OPTIONAL) Add local stuff here using +=
16#
17
18$(LIB): $(OBJS)
19        $(make-library)
20
21$(project_libdir)/libnetworking$(LIB_VARIANT).a: $(LIB)
22        $(INSTALL_DATA) $< $@
23
24all-local: $(ARCH) $(OBJS) $(LIB)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.