summaryrefslogtreecommitdiffstats
path: root/cpukit/ftpd/preinstall.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-08 17:52:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-08 17:52:38 +0000
commit38595dd11660b85b4b4137a6909ac2b320c89d44 (patch)
tree9d64abcfacd90407f27c1155c42d245c2c6a3e54 /cpukit/ftpd/preinstall.am
parent2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-38595dd11660b85b4b4137a6909ac2b320c89d44.tar.bz2
2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* ftpd/Makefile.am: Split preinstallation rules in to separate preinstall.am-files. * ftpd/preinstall.am: New (Generated from corresponding Makefile.am).
Diffstat (limited to 'cpukit/ftpd/preinstall.am')
-rw-r--r--cpukit/ftpd/preinstall.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/cpukit/ftpd/preinstall.am b/cpukit/ftpd/preinstall.am
new file mode 100644
index 0000000000..8044eeaef3
--- /dev/null
+++ b/cpukit/ftpd/preinstall.am
@@ -0,0 +1,23 @@
+## Automatically generated by ampolish3 - Do not edit
+
+if AMPOLISH3
+$(srcdir)/preinstall.am: Makefile.am
+ $(top_srcdir)/ampolish3 $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
+endif
+
+PREINSTALL_DIRS =
+DISTCLEANFILES += $(PREINSTALL_DIRS)
+
+TMPINSTALL_FILES =
+CLEANFILES += $(TMPINSTALL_FILES)
+
+if HAS_NETWORKING
+$(PROJECT_LIB)/$(dirstamp):
+ @$(mkdir_p) $(PROJECT_LIB)
+ @: > $(PROJECT_LIB)/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
+
+$(PROJECT_LIB)/libftpd.a: libftpd.a $(PROJECT_LIB)/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_LIB)/libftpd.a
+TMPINSTALL_FILES += $(PROJECT_LIB)/libftpd.a
+endif