source: rtems/cpukit/libnetworking/wrapup/Makefile.am @ 9eadce0

4.104.114.84.95
Last change on this file since 9eadce0 was 18dce91, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/01/02 at 16:15:37

2002-08-01 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Don't install.
  • Property mode set to 100644
File size: 457 bytes
RevLine 
[df49c60]1##
[4bf1801]2## $Id$
[df49c60]3##
[4bf1801]4
5
[8a79786]6NET_O_PIECES = kern lib libc net netinet nfs rtems
[0e1dd41f]7OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
[4bf1801]8LIB = $(ARCH)/libnetworking.a
9
[f22ebf0]10include $(top_srcdir)/../automake/multilib.am
11include $(top_srcdir)/../automake/compile.am
12include $(top_srcdir)/../automake/lib.am
[4bf1801]13
14#
15# (OPTIONAL) Add local stuff here using +=
16#
17
18$(LIB): $(OBJS)
19        $(make-library)
20
[18dce91]21all-local: $(ARCH) $(LIB)
[4bf1801]22
[f22ebf0]23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.