2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* mongoosev/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* shared/Makefile.am: Ditto.
	* tx39/Makefile.am: Ditto.
This commit is contained in:
Ralf Corsepius
2004-01-14 06:47:37 +00:00
parent dc3b7daf4f
commit afc3f27b27
4 changed files with 18 additions and 0 deletions

View File

@@ -70,14 +70,18 @@ CLEANDIRS += interrupts/o-optimize interrupts/o-debug
noinst_DATA += interrupts/$(ARCH)/interrupts.rel
## --
PREINSTALL_FILES =
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
$(PROJECT_INCLUDE)/libcpu/cache.h: ../../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
CLEANFILES = $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am