2003-12-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Cosmetics.
	* automake/lib.am: Add project_libdir.
	Add preinstallation dirstamp support.
This commit is contained in:
Ralf Corsepius
2003-12-05 22:16:39 +00:00
parent e6594aec2d
commit 91fd793d4d
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2003-12-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
* automake/lib.am: Add project_libdir.
Add preinstallation dirstamp support.
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove $(ARCH):-rule. * automake/compile.am: Remove $(ARCH):-rule.

View File

@@ -15,8 +15,11 @@ $(AR) $(ARFLAGS) $@ $^
$(RANLIB) $@ $(RANLIB) $@
endef endef
$(PROJECT_RELEASE)/lib: project_libdir = $(libdir)
$(PROJECT_RELEASE)/lib/$(dirstamp):
@$(mkinstalldirs) $@ @$(mkinstalldirs) $@
@: > $(PROJECT_RELEASE)/lib/$(dirstamp)
TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib