source: rtems/cpukit/libnetworking/wrapup/Makefile.am @ 8a79786

4.104.114.84.95
Last change on this file since 8a79786 was 8a79786, checked in by Joel Sherrill <joel.sherrill@…>, on 05/29/02 at 17:00:59

2002-05-29 Ralf Corsepius <corsepiu@…>

Relocate c/src/libnetworking.

  • Makefile.am: Reflect moval.
  • machine/Makefile.am: Ditto.
  • net/Makefile.am: Ditto.
  • lib/Makefile.am: Ditto.
  • netinet/Makefile.am: Ditto.
  • vm/Makefile.am: Ditto.
  • libc/Makefile.am: Ditto.
  • sys/Makefile.am: Ditto.
  • arpa/Makefile.am: Ditto.
  • nfs/Makefile.am: Ditto.
  • kern/Makefile.am: Ditto.
  • rtems/Makefile.am: Ditto.
  • configure.ac: Dittp.
  • wrapup/Makefile.am: Ditto. Remove references to networking apps.
  • Property mode set to 100644
File size: 691 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_RELEASE)/lib/libnetworking$(LIB_VARIANT).a: $(LIB)
22        $(INSTALL_DATA) $< $@
23
24TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a
25
26all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
27
28.PRECIOUS: $(LIB)
29
30include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.