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

* Makefile.am: Apply install-data-local to install *.rels.
This commit is contained in:
Ralf Corsepius
2002-12-12 05:29:58 +00:00
parent 09efa771d2
commit 64afa8e04e
2 changed files with 11 additions and 2 deletions

View File

@@ -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> 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Eliminate *_O_FILES. * Makefile.am: Eliminate *_O_FILES.

View File

@@ -28,8 +28,6 @@ ${ARCH}/%.$(OBJEXT): rtems/%.c
${ARCH}/%$(LIB_VARIANT).rel: ${ARCH}/%.o ${ARCH}/%$(LIB_VARIANT).rel: ${ARCH}/%.o
${make-rel} ${make-rel}
bsplib_DATA = $(PGMS)
TMPINSTALL_FILES += \ TMPINSTALL_FILES += \
$(PGMS:${ARCH}/%$(LIB_VARIANT).rel=$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel) $(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) 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) .PRECIOUS: $(PGMS) $(OBJS)
EXTRA_DIST = $(rtems_C_FILES) $(sapi_C_FILES) EXTRA_DIST = $(rtems_C_FILES) $(sapi_C_FILES)