summaryrefslogtreecommitdiffstats
path: root/cpukit/shttpd/preinstall.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 08:06:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 08:06:08 +0000
commitdc35201765459ae69c0becccdc4cace5ce246da2 (patch)
tree5b01dff6a33fd36a3b2215611b8f61faffadeeec /cpukit/shttpd/preinstall.am
parentRemove. (diff)
downloadrtems-dc35201765459ae69c0becccdc4cace5ce246da2.tar.bz2
Remove.
Diffstat (limited to 'cpukit/shttpd/preinstall.am')
-rw-r--r--cpukit/shttpd/preinstall.am39
1 files changed, 0 insertions, 39 deletions
diff --git a/cpukit/shttpd/preinstall.am b/cpukit/shttpd/preinstall.am
deleted file mode 100644
index 9983a14e70..0000000000
--- a/cpukit/shttpd/preinstall.am
+++ /dev/null
@@ -1,39 +0,0 @@
-## 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 LIBSHTTPD
-$(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