forked from Imagelibrary/rtems
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:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user