From 3d1de205f620197d40ad019eb2d9e2dd5f0525c2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 19 Jan 2004 07:29:05 +0000 Subject: 2004-01-19 Ralf Corsepius * Makefile.am: Add PREINSTALL_DIRS. --- cpukit/libcsupport/ChangeLog | 4 ++++ cpukit/libcsupport/Makefile.am | 14 +++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) (limited to 'cpukit/libcsupport') diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog index 0b19286dc5..b4a329fff2 100644 --- a/cpukit/libcsupport/ChangeLog +++ b/cpukit/libcsupport/ChangeLog @@ -1,3 +1,7 @@ +2004-01-19 Ralf Corsepius + + * Makefile.am: Add PREINSTALL_DIRS. + 2004-01-14 Ralf Corsepius * Makefile.am: Re-add dirstamps to PREINSTALL_FILES. diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index ec6938a6e7..7fc66b6c01 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -127,12 +127,15 @@ libcsupport_g_a_SOURCES = $(libcsupport_a_SOURCES) EXTRA_DIST = src/TODO src/CASES src/README EXTRA_DIST += $(UNUSED_FILES) +DISTCLEANFILES = + +PREINSTALL_DIRS = PREINSTALL_FILES = $(PROJECT_INCLUDE)/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE) @: > $(PROJECT_INCLUDE)/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp) $(PROJECT_INCLUDE)/chain.h: include/chain.h $(PROJECT_INCLUDE)/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/chain.h @@ -185,7 +188,7 @@ endif $(PROJECT_INCLUDE)/motorola/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE)/motorola @: > $(PROJECT_INCLUDE)/motorola/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/motorola/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/motorola/$(dirstamp) $(PROJECT_INCLUDE)/motorola/mc68230.h: include/motorola/mc68230.h $(PROJECT_INCLUDE)/motorola/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/motorola/mc68230.h @@ -198,7 +201,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/motorola/mc68681.h $(PROJECT_INCLUDE)/rtems/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE)/rtems @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(PROJECT_INCLUDE)/rtems/assoc.h: include/rtems/assoc.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/assoc.h @@ -231,7 +234,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/cdefs.h $(PROJECT_INCLUDE)/sys/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE)/sys @: > $(PROJECT_INCLUDE)/sys/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/sys/$(dirstamp) $(PROJECT_INCLUDE)/sys/ioccom.h: include/sys/ioccom.h $(PROJECT_INCLUDE)/sys/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/ioccom.h @@ -272,7 +275,7 @@ endif $(PROJECT_INCLUDE)/zilog/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE)/zilog @: > $(PROJECT_INCLUDE)/zilog/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/zilog/$(dirstamp) $(PROJECT_INCLUDE)/zilog/z8036.h: include/zilog/z8036.h $(PROJECT_INCLUDE)/zilog/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/zilog/z8036.h @@ -287,5 +290,6 @@ $(PROJECT_INCLUDE)/zilog/z8536.h: include/zilog/z8536.h $(PROJECT_INCLUDE)/zilog PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog/z8536.h CLEANFILES += $(PREINSTALL_FILES) +DISTCLEANFILES += $(PREINSTALL_DIRS) include $(top_srcdir)/automake/local.am -- cgit v1.2.3