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

4.104.114.84.95
Last change on this file since ca0de4d7 was 45d7f4c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 04:41:19

2003-12-02 Ralf Corsepius <corsepiu@…>

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