forked from Imagelibrary/rtems
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Apply install-data-local to install *.rels.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Apply install-data-local to install *.rels.
|
||||
|
||||
2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Eliminate *_O_FILES.
|
||||
|
||||
@@ -28,8 +28,6 @@ ${ARCH}/%.$(OBJEXT): rtems/%.c
|
||||
${ARCH}/%$(LIB_VARIANT).rel: ${ARCH}/%.o
|
||||
${make-rel}
|
||||
|
||||
bsplib_DATA = $(PGMS)
|
||||
|
||||
TMPINSTALL_FILES += \
|
||||
$(PGMS:${ARCH}/%$(LIB_VARIANT).rel=$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel)
|
||||
|
||||
@@ -38,6 +36,13 @@ $(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%$(LIB_VARIANT).rel
|
||||
|
||||
all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES)
|
||||
|
||||
install-data-local: $(PGMS)
|
||||
@$(mkinstalldirs) $(DESTDIR)$(bsplibdir)
|
||||
@list='$(PGMS)'; for p in $$list; do \
|
||||
echo "$(INSTALL_DATA) $$p $(DESTDIR)$(bsplibdir)" ; \
|
||||
$(INSTALL_DATA) $$p $(DESTDIR)$(bsplibdir); \
|
||||
done
|
||||
|
||||
.PRECIOUS: $(PGMS) $(OBJS)
|
||||
|
||||
EXTRA_DIST = $(rtems_C_FILES) $(sapi_C_FILES)
|
||||
|
||||
Reference in New Issue
Block a user