summaryrefslogtreecommitdiffstats
path: root/c/src/optman
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-08-15 13:54:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-08-15 13:54:16 +0000
commit2604a54380329b1795ce39bb2a13593170727ce8 (patch)
treef2d3f277afa0cb78574d010c3cc2c9366f8b31ac /c/src/optman
parentNew. (diff)
downloadrtems-2604a54380329b1795ce39bb2a13593170727ce8.tar.bz2
2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* optman/Makefile.am: Add preinstall.am.
Diffstat (limited to 'c/src/optman')
-rw-r--r--c/src/optman/Makefile.am54
1 files changed, 3 insertions, 51 deletions
diff --git a/c/src/optman/Makefile.am b/c/src/optman/Makefile.am
index 33bd767bc2..e22baab4a6 100644
--- a/c/src/optman/Makefile.am
+++ b/c/src/optman/Makefile.am
@@ -68,58 +68,10 @@ no_timer_rel_SOURCES = rtems/no-timer.c
no_timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
no_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-all-local: $(TMPINSTALL_FILES)
+all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
-TMPINSTALL_FILES =
+CLEANFILES =
-$(PROJECT_LIB)/no-ext.rel: no-ext.rel $(PROJECT_LIB)/$(dirstamp)
- $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-ext.rel
-TMPINSTALL_FILES += $(PROJECT_LIB)/no-ext.rel
-
-$(PROJECT_LIB)/no-io.rel: no-io.rel $(PROJECT_LIB)/$(dirstamp)
- $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-io.rel
-TMPINSTALL_FILES += $(PROJECT_LIB)/no-io.rel
-
-$(PROJECT_LIB)/no-dpmem.rel: no-dpmem.rel $(PROJECT_LIB)/$(dirstamp)
- $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-dpmem.rel
-TMPINSTALL_FILES += $(PROJECT_LIB)/no-dpmem.rel
-
-$(PROJECT_LIB)/no-event.rel: no-event.rel $(PROJECT_LIB)/$(dirstamp)
- $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-event.rel
-TMPINSTALL_FILES += $(PROJECT_LIB)/no-event.rel
-
-$(PROJECT_LIB)/no-msg.rel: no-msg.rel $(PROJECT_LIB)/$(dirstamp)
- $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-msg.rel
-TMPINSTALL_FILES += $(PROJECT_LIB)/no-msg.rel
-
-$(PROJECT_LIB)/no-mp.rel: no-mp.rel $(PROJECT_LIB)/$(dirstamp)
- $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-mp.rel
-TMPINSTALL_FILES += $(PROJECT_LIB)/no-mp.rel
-
-$(PROJECT_LIB)/no-part.rel: no-part.rel $(PROJECT_LIB)/$(dirstamp)
- $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-part.rel
-TMPINSTALL_FILES += $(PROJECT_LIB)/no-part.rel
-
-$(PROJECT_LIB)/no-region.rel: no-region.rel $(PROJECT_LIB)/$(dirstamp)
- $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-region.rel
-TMPINSTALL_FILES += $(PROJECT_LIB)/no-region.rel
-
-$(PROJECT_LIB)/no-rtmon.rel: no-rtmon.rel $(PROJECT_LIB)/$(dirstamp)
- $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-rtmon.rel
-TMPINSTALL_FILES += $(PROJECT_LIB)/no-rtmon.rel
-
-$(PROJECT_LIB)/no-sem.rel: no-sem.rel $(PROJECT_LIB)/$(dirstamp)
- $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-sem.rel
-TMPINSTALL_FILES += $(PROJECT_LIB)/no-sem.rel
-
-$(PROJECT_LIB)/no-signal.rel: no-signal.rel $(PROJECT_LIB)/$(dirstamp)
- $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-signal.rel
-TMPINSTALL_FILES += $(PROJECT_LIB)/no-signal.rel
-
-$(PROJECT_LIB)/no-timer.rel: no-timer.rel $(PROJECT_LIB)/$(dirstamp)
- $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-timer.rel
-TMPINSTALL_FILES += $(PROJECT_LIB)/no-timer.rel
-
-CLEANFILES = $(TMPINSTALL_FILES)
+include $(srcdir)/preinstall.am
include $(top_srcdir)/automake/local.am