summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/rtems_telnetd
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 /c/src/libnetworking/rtems_telnetd
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 'c/src/libnetworking/rtems_telnetd')
-rw-r--r--c/src/libnetworking/rtems_telnetd/Makefile.am15
1 files changed, 3 insertions, 12 deletions
diff --git a/c/src/libnetworking/rtems_telnetd/Makefile.am b/c/src/libnetworking/rtems_telnetd/Makefile.am
index 99deb79186..ec975a983a 100644
--- a/c/src/libnetworking/rtems_telnetd/Makefile.am
+++ b/c/src/libnetworking/rtems_telnetd/Makefile.am
@@ -4,24 +4,15 @@
include $(top_srcdir)/automake/compile.am
-EXTRA_LIBRARIES =
-CLEANFILES =
+noinst_LIBRARIES =
if HAS_NETWORKING
include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = pty.h telnetd.h
-EXTRA_LIBRARIES += libtelnetd.a
-CLEANFILES += libtelnetd.a
+noinst_LIBRARIES += libtelnetd.a
libtelnetd_a_SOURCES = pty.c pty.h telnetd.c telnetd.h icmds.c
libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
-
-EXTRA_LIBRARIES += libtelnetd_g.a
-CLEANFILES += libtelnetd_g.a
-libtelnetd_g_a_SOURCES = $(libtelnetd_a_SOURCES)
-libtelnetd_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
-
-noinst_DATA = libtelnetd$(LIB_VARIANT).a
endif
EXTRA_DIST = README
@@ -46,7 +37,7 @@ $(PROJECT_INCLUDE)/rtems/telnetd.h: telnetd.h $(PROJECT_INCLUDE)/rtems/$(dirstam
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/telnetd.h
endif
-CLEANFILES += $(PREINSTALL_FILES)
+CLEANFILES = $(PREINSTALL_FILES)
DISTCLEANFILES = $(PREINSTALL_DIRS)
include $(top_srcdir)/automake/local.am