summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/lib/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-11-28 13:27:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-11-28 13:27:15 +0000
commit489c1588f416a5803598cf00a0096fc8fbbe9651 (patch)
tree92652d238e0b018f9820d5f7d052bf5bb40517b2 /cpukit/libnetworking/lib/Makefile.am
parent2003-11-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-489c1588f416a5803598cf00a0096fc8fbbe9651.tar.bz2
2003-11-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/Makefile.am: Remove. * lib/Makefile.am: Remove. * Makefile.am: Merge-in the Makefile.ams above.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/lib/Makefile.am31
1 files changed, 0 insertions, 31 deletions
diff --git a/cpukit/libnetworking/lib/Makefile.am b/cpukit/libnetworking/lib/Makefile.am
deleted file mode 100644
index 35501f0092..0000000000
--- a/cpukit/libnetworking/lib/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-##
-## $Id$
-##
-
-LIB = $(ARCH)/lib.a
-
-C_FILES = getprotoby.c rtems_bsdnet_ntp.c ftpfs.c syslog.c tftpDriver.c
-OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-
-include $(top_srcdir)/automake/multilib.am
-include $(top_srcdir)/automake/compile.am
-include $(top_srcdir)/automake/lib.am
-
-#
-# Add local stuff here using +=
-#
-
-AM_CPPFLAGS += -DNOPOLL -DNOSELECT
-
-if HAS_NETWORKING
-$(LIB): $(OBJS)
- $(make-library)
-
-all-local: $(ARCH) $(LIB)
-endif
-
-.PRECIOUS: $(LIB)
-
-EXTRA_DIST = README getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c
-
-include $(top_srcdir)/automake/local.am