summaryrefslogtreecommitdiffstats
path: root/cpukit/ftpd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-02 00:54:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-02 00:54:34 +0000
commit44213adda5068a7de678254c1df7500c46ae1f9c (patch)
tree87432cf421fe358b6983ab907fe427cb0ecb2dfe /cpukit/ftpd
parent2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-44213adda5068a7de678254c1df7500c46ae1f9c.tar.bz2
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am: Remove build-variant support.
Diffstat (limited to 'cpukit/ftpd')
-rw-r--r--cpukit/ftpd/Makefile.am15
1 files changed, 3 insertions, 12 deletions
diff --git a/cpukit/ftpd/Makefile.am b/cpukit/ftpd/Makefile.am
index 39ce900b9e..ce67fa67fa 100644
--- a/cpukit/ftpd/Makefile.am
+++ b/cpukit/ftpd/Makefile.am
@@ -4,23 +4,14 @@
include $(top_srcdir)/automake/compile.am
-CLEANFILES =
-EXTRA_LIBRARIES =
+noinst_LIBRARIES =
if HAS_NETWORKING
include_HEADERS = ftpd.h
-EXTRA_LIBRARIES += libftpd.a
-CLEANFILES += libftpd.a
+noinst_LIBRARIES += libftpd.a
libftpd_a_SOURCES = ftpd.c ftpd.h
libftpd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
-
-EXTRA_LIBRARIES += libftpd_g.a
-CLEANFILES += libftpd_g.a
-libftpd_g_a_SOURCES = $(libftpd_a_SOURCES)
-libftpd_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
-
-noinst_DATA = libftpd$(LIB_VARIANT).a
endif
all-local: $(PREINSTALL_FILES)
@@ -39,7 +30,7 @@ $(PROJECT_INCLUDE)/ftpd.h: ftpd.h $(PROJECT_INCLUDE)/$(dirstamp)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/ftpd.h
endif
-CLEANFILES += $(PREINSTALL_FILES)
+CLEANFILES = $(PREINSTALL_FILES)
DISTCLEANFILES = $(PREINSTALL_DIRS)
include $(top_srcdir)/automake/local.am