summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/rtems_servers/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 12:47:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 12:47:44 +0000
commit4bf6a9f22a4651101c69981f7337e74e2cd5f6d3 (patch)
tree11c03e26aa399041ad36804cbd30779992926d15 /c/src/libnetworking/rtems_servers/Makefile.am
parent2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4bf6a9f22a4651101c69981f7337e74e2cd5f6d3.tar.bz2
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/rtems_servers/ftp.c, libnetworking/rtems_servers/ftp.h, libnetworking/rtems_servers/Makefile.am: Remove (relocated to cpukit/ftpd). * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having removed move libnetworking/rtems_servers.
Diffstat (limited to 'c/src/libnetworking/rtems_servers/Makefile.am')
-rw-r--r--c/src/libnetworking/rtems_servers/Makefile.am36
1 files changed, 0 insertions, 36 deletions
diff --git a/c/src/libnetworking/rtems_servers/Makefile.am b/c/src/libnetworking/rtems_servers/Makefile.am
deleted file mode 100644
index 92e730ff10..0000000000
--- a/c/src/libnetworking/rtems_servers/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-##
-## $Id$
-##
-
-include $(top_srcdir)/automake/compile.am
-
-noinst_LIBRARIES =
-
-if HAS_NETWORKING
-include_HEADERS = ftpd.h
-
-noinst_LIBRARIES += libftpd.a
-libftpd_a_SOURCES = ftpd.c ftpd.h
-libftpd_a_CPPFLAGS = $(AM_CPPFLAGS)
-endif
-
-all-local: $(PREINSTALL_FILES)
-
-PREINSTALL_DIRS =
-PREINSTALL_FILES =
-
-$(PROJECT_INCLUDE)/$(dirstamp):
- @$(mkdir_p) $(PROJECT_INCLUDE)
- @: > $(PROJECT_INCLUDE)/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
-
-if HAS_NETWORKING
-$(PROJECT_INCLUDE)/ftpd.h: ftpd.h $(PROJECT_INCLUDE)/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/ftpd.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/ftpd.h
-endif
-
-CLEANFILES = $(PREINSTALL_FILES)
-DISTCLEANFILES = $(PREINSTALL_DIRS)
-
-include $(top_srcdir)/automake/local.am