source: rtems/cpukit/telnetd/Makefile.am @ c054f7aa

4.104.114.84.95
Last change on this file since c054f7aa was c054f7aa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/05 at 02:00:59

Add TMPINSTALL_FILES.

  • Property mode set to 100644
File size: 479 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7CLEANFILES =
8DISTCLEANFILES =
9
10if HAS_NETWORKING
11include_rtemsdir = $(includedir)/rtems
12include_rtems_HEADERS = pty.h telnetd.h
13
14project_lib_LIBRARIES = libtelnetd.a
15libtelnetd_a_SOURCES = pty.c pty.h telnetd.c telnetd.h icmds.c
16libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
17endif
18
19EXTRA_DIST = README
20
21all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
22
23include $(srcdir)/preinstall.am
24
25include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.