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>
* automake/compile.am: Remove $(ARCH):-rule.

View File

@@ -36,7 +36,7 @@ noinst_DATA += preinstall-stamp
preinstall-stamp:
$(MAKE) $(AM_MAKEFLAGS) preinstall
touch preinstall-stamp
CLEANFILES = preinstall-stamp
CLEANFILES = preinstall-stamp
@host_alias@-@RTEMS_BSP@.pc: config.status bsp.pc.in
./config.status --file=$@:$(srcdir)/bsp.pc.in

View File

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