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

4.104.114.84.95
Last change on this file since 74066232 was 74066232, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 08:43:12

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

  • Makefile.am: Reformat. Apply dirstamps to preinstallation.
  • pppd/Makefile.am: Ditto.
  • rtems_servers/Makefile.am: Ditto.
  • rtems_telnetd/Makefile.am: Ditto.
  • rtems_webserver/Makefile.am: Ditto.
  • wrapup/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 514 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: $(ARCH) $(OBJS) $(LIB)
25endif
26
27PREINSTALL_FILES =
28
29include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.