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

* Makefile.am: Add PREINSTALL_DIRS.
This commit is contained in:
Ralf Corsepius
2004-01-21 15:22:13 +00:00
parent 2897e73705
commit 65a7488790
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add PREINSTALL_DIRS.
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.

View File

@@ -8,12 +8,13 @@ include_HEADERS = include/tmacros.h include/buffer_test_io.h
all-local: $(PREINSTALL_FILES)
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)/tmacros.h: include/tmacros.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tmacros.h
@@ -24,5 +25,6 @@ $(PROJECT_INCLUDE)/buffer_test_io.h: include/buffer_test_io.h $(PROJECT_INCLUDE)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/buffer_test_io.h
CLEANFILES = $(PREINSTALL_FILES)
DISTCLEANFILES = $(PREINSTALL_DIRS)
include $(top_srcdir)/../automake/local.am