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

4.104.114.84.95
Last change on this file since 4108ae8 was 4078e82, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/25/03 at 06:15:38

2003-07-25 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove (Merged into ../configure.ac).
  • .cvsignore, Makefile.am, pppd/Makefile.am, rtems_servers/Makefile.am, rtems_telnetd/Makefile.am, rtems_webserver/Makefile.am, wrapup/Makefile.am: Reflect having merged configure.ac into ../configure.ac
  • Property mode set to 100644
File size: 519 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)/*.$(OBJEXT))
13LIB = $(ARCH)/libnetapps.a
14
15include $(top_srcdir)/../../automake/compile.am
16include $(top_srcdir)/../../automake/lib.am
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22if HAS_NETWORKING
23$(LIB): $(OBJS)
24        $(make-library)
25
26all-local: $(ARCH) $(OBJS) $(LIB)
27endif
28
29include $(top_srcdir)/../../automake/local.am
Note: See TracBrowser for help on using the repository browser.