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

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

2002-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in kern/Makefile.am, net/Makefile.am, netinet/Makefile.am, netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am.
  • kern/Makefile.am: Remove.
  • net/Makefile.am: Remove.
  • netinet/Makefile.am: Remove.
  • nfs/Makefile.am: Remove.
  • rtems/Makefile.am: Remove.
  • wrapup/Makefile.am: Reflect changes above.
  • configure.ac: Ditto.
  • Property mode set to 100644
File size: 461 bytes
Line 
1##
2## $Id$
3##
4
5
6NET_O_PIECES = lib libc
7OBJS = ../$(ARCH)/*.$(OBJEXT)
8OBJS += $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
9LIB = $(ARCH)/libnetworking.a
10
11include $(top_srcdir)/../automake/multilib.am
12include $(top_srcdir)/../automake/compile.am
13include $(top_srcdir)/../automake/lib.am
14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
19$(LIB): $(OBJS)
20        $(make-library)
21
22all-local: $(ARCH) $(LIB)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.