From 633456e9200c909c9aad6ab7fae50b70b829999d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Jan 2004 03:47:28 +0000 Subject: 2004-01-15 Ralf Corsepius * Makefile.am: Remove wrapup. * pppd/Makefile.am: Build libpppd. Use automake-compilation rules. * rtems_servers/Makefile.am: Build libftpd. Use automake-compilation rules. * rtems_telnetd/Makefile.am: Build libtelnetd. Use automake-compilation rules. * rtems_webserver/Makefile.am: Build libhttpd. Use automake-compilation rules. * wrapup/Makefile.am: Remove (Unused). --- c/src/libnetworking/wrapup/Makefile.am | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 c/src/libnetworking/wrapup/Makefile.am (limited to 'c/src/libnetworking/wrapup/Makefile.am') diff --git a/c/src/libnetworking/wrapup/Makefile.am b/c/src/libnetworking/wrapup/Makefile.am deleted file mode 100644 index 2b63b31760..0000000000 --- a/c/src/libnetworking/wrapup/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -## -## $Id$ -## - -if HAS_POSIX -POSIX_PIECES = rtems_webserver -endif - -NET_O_PIECES = rtems_servers rtems_telnetd pppd $(POSIX_PIECES) -OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) -LIB = $(ARCH)/libnetapps.a - -include $(top_srcdir)/automake/compile.am -include $(top_srcdir)/automake/lib.am - -if HAS_NETWORKING -$(LIB): $(OBJS) - $(make-library) - -all-local: $(OBJS) $(LIB) -endif - -include $(top_srcdir)/automake/local.am -- cgit v1.2.3