source: rtems/cpukit/ftpd/preinstall.am @ 38595dd1

4.104.114.84.95
Last change on this file since 38595dd1 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: 608 bytes
RevLine 
[38595dd1]1## Automatically generated by ampolish3 - Do not edit
2
3if AMPOLISH3
4$(srcdir)/preinstall.am: Makefile.am
5        $(top_srcdir)/ampolish3 $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
6endif
7
8PREINSTALL_DIRS =
9DISTCLEANFILES += $(PREINSTALL_DIRS)
10
11TMPINSTALL_FILES =
12CLEANFILES += $(TMPINSTALL_FILES)
13
14if HAS_NETWORKING
15$(PROJECT_LIB)/$(dirstamp):
16        @$(mkdir_p) $(PROJECT_LIB)
17        @: > $(PROJECT_LIB)/$(dirstamp)
18PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
19
20$(PROJECT_LIB)/libftpd.a: libftpd.a $(PROJECT_LIB)/$(dirstamp)
21        $(INSTALL_DATA) $< $(PROJECT_LIB)/libftpd.a
22TMPINSTALL_FILES += $(PROJECT_LIB)/libftpd.a
23endif
Note: See TracBrowser for help on using the repository browser.