summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-12 09:51:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-12 09:51:29 +0000
commitd623b59bebe9e6dd68681ae71084db38335d7841 (patch)
tree88f581a4be10cbb2d73035251f03780f85cb1635
parent2006-01-12 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d623b59bebe9e6dd68681ae71084db38335d7841.tar.bz2
New.
-rw-r--r--c/src/wrapup/preinstall.am26
1 files changed, 26 insertions, 0 deletions
diff --git a/c/src/wrapup/preinstall.am b/c/src/wrapup/preinstall.am
new file mode 100644
index 0000000000..b3cc41417d
--- /dev/null
+++ b/c/src/wrapup/preinstall.am
@@ -0,0 +1,26 @@
+## 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)
+
+$(PROJECT_LIB)/$(dirstamp):
+ @$(mkdir_p) $(PROJECT_LIB)
+ @: > $(PROJECT_LIB)/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
+
+$(PROJECT_LIB)/librtemsbsp.a: o-optimize/librtemsbsp.a $(PROJECT_LIB)/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_LIB)/librtemsbsp.a
+TMPINSTALL_FILES += $(PROJECT_LIB)/librtemsbsp.a
+
+if LIBCHIP
+endif