summaryrefslogtreecommitdiffstats
path: root/cpukit/shttpd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-06-11 13:36:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-06-11 13:36:46 +0000
commit0c777ef29f822375b5a86affbbb37254f0a5051f (patch)
tree6e6e5bda83c2d13af9e94cf6fb02f140629b9ca0 /cpukit/shttpd
parent2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0c777ef29f822375b5a86affbbb37254f0a5051f.tar.bz2
New.
Diffstat (limited to 'cpukit/shttpd')
-rw-r--r--cpukit/shttpd/preinstall.am39
1 files changed, 39 insertions, 0 deletions
diff --git a/cpukit/shttpd/preinstall.am b/cpukit/shttpd/preinstall.am
new file mode 100644
index 0000000000..8828d4014f
--- /dev/null
+++ b/cpukit/shttpd/preinstall.am
@@ -0,0 +1,39 @@
+## Automatically generated by ampolish3 - Do not edit
+
+if AMPOLISH3
+$(srcdir)/preinstall.am: Makefile.am
+ $(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
+endif
+
+PREINSTALL_DIRS =
+DISTCLEANFILES = $(PREINSTALL_DIRS)
+
+all-local: $(TMPINSTALL_FILES)
+
+TMPINSTALL_FILES =
+CLEANFILES = $(TMPINSTALL_FILES)
+
+all-am: $(PREINSTALL_FILES)
+
+PREINSTALL_FILES =
+CLEANFILES += $(PREINSTALL_FILES)
+
+$(PROJECT_LIB)/$(dirstamp):
+ @$(MKDIR_P) $(PROJECT_LIB)
+ @: > $(PROJECT_LIB)/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
+
+if NEWLIB
+$(PROJECT_INCLUDE)/shttpd/$(dirstamp):
+ @$(MKDIR_P) $(PROJECT_INCLUDE)/shttpd
+ @: > $(PROJECT_INCLUDE)/shttpd/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_INCLUDE)/shttpd/$(dirstamp)
+
+$(PROJECT_LIB)/libshttpd.a: libshttpd.a $(PROJECT_LIB)/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_LIB)/libshttpd.a
+TMPINSTALL_FILES += $(PROJECT_LIB)/libshttpd.a
+
+$(PROJECT_INCLUDE)/shttpd/shttpd.h: shttpd.h $(PROJECT_INCLUDE)/shttpd/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/shttpd/shttpd.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/shttpd/shttpd.h
+endif