source: rtems/cpukit/ftpd/Makefile.am @ ad0b1f5

4.104.114.84.95
Last change on this file since ad0b1f5 was 38595dd1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/08/05 at 17:52:38

2005-02-08 Ralf Corsepius <ralf.corsepius@…>

  • ftpd/Makefile.am: Split preinstallation rules in to separate preinstall.am-files.
  • ftpd/preinstall.am: New (Generated from corresponding Makefile.am).
  • Property mode set to 100644
File size: 307 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7CLEANFILES =
8DISTCLEANFILES =
9
10if HAS_NETWORKING
11project_lib_LIBRARIES = libftpd.a
12libftpd_a_SOURCES = ftpd.c ftpd.h
13endif
14
15all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
16
17include $(srcdir)/preinstall.am
18
19include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.