From 44213adda5068a7de678254c1df7500c46ae1f9c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 2 Jan 2005 00:54:34 +0000 Subject: 2005-01-01 Ralf Corsepius * libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am: Remove build-variant support. --- cpukit/ftpd/Makefile.am | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'cpukit/ftpd') 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 -- cgit v1.2.3