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

4.104.114.84.95
Last change on this file since 58ce601 was 58ce601, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/03 at 12:19:06

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

  • Makefile.am: Cosmetics.
  • pppd/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 438 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
16if HAS_NETWORKING
17$(LIB): $(OBJS)
18        $(make-library)
19
20all-local: $(OBJS) $(LIB)
21endif
22
23include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.