source: rtems/c/src/libnetworking/wrapup/Makefile.am @ 59ca1376

4.104.114.84.95
Last change on this file since 59ca1376 was 6186657a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/26/02 at 17:04:38

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

  • wrapup/Makefile.am: Build libnetapps.a. Don't preinstall libnetapps.a
  • Property mode set to 100644
File size: 546 bytes
Line 
1##
2## $Id$
3##
4
5
6if HAS_POSIX
7POSIX_PIECES = rtems_webserver
8endif
9
10NET_O_PIECES = rtems_servers \
11    rtems_telnetd pppd $(POSIX_PIECES)
12OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
13LIB = $(ARCH)/libnetapps.a
14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
16include $(top_srcdir)/../../../automake/compile.am
17include $(top_srcdir)/../../../automake/lib.am
18
19#
20# (OPTIONAL) Add local stuff here using +=
21#
22
23$(LIB): $(OBJS)
24        $(make-library)
25
26all-local: $(ARCH) $(OBJS) $(LIB)
27
28include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.