forked from Imagelibrary/rtems
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* minimum/Makefile.am: Fix comments to make automake-1.5 happy. * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. * cdtest/Makefile.am: Remove LD_LIBS.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* minimum/Makefile.am: Fix comments to make automake-1.5 happy.
|
||||
* sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
|
||||
* cdtest/Makefile.am: Remove LD_LIBS.
|
||||
|
||||
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
|
||||
|
||||
@@ -30,7 +30,7 @@ include $(top_srcdir)/sample.am
|
||||
#
|
||||
|
||||
all-local: ${ARCH} $(TMPINSTALL_FILES)
|
||||
# This test should not be executed
|
||||
# This test should not be executed
|
||||
|
||||
${PGM}: $(OBJS) $(LINK_FILES)
|
||||
$(make-exe)
|
||||
|
||||
@@ -13,7 +13,7 @@ $(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM)
|
||||
$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM)
|
||||
$(INSTALL_PROGRAM) $< $@
|
||||
|
||||
TMPINSTALL_FILES += \
|
||||
TMPINSTALL_FILES = \
|
||||
$(project_bspdir)/tests \
|
||||
$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe \
|
||||
$(project_bspdir)/samples \
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* minimum/Makefile.am: Fix comments to make automake-1.5 happy.
|
||||
* sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
|
||||
* cdtest/Makefile.am: Remove LD_LIBS.
|
||||
|
||||
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
|
||||
|
||||
@@ -30,7 +30,7 @@ include $(top_srcdir)/sample.am
|
||||
#
|
||||
|
||||
all-local: ${ARCH} $(TMPINSTALL_FILES)
|
||||
# This test should not be executed
|
||||
# This test should not be executed
|
||||
|
||||
${PGM}: $(OBJS) $(LINK_FILES)
|
||||
$(make-exe)
|
||||
|
||||
@@ -13,7 +13,7 @@ $(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM)
|
||||
$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM)
|
||||
$(INSTALL_PROGRAM) $< $@
|
||||
|
||||
TMPINSTALL_FILES += \
|
||||
TMPINSTALL_FILES = \
|
||||
$(project_bspdir)/tests \
|
||||
$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe \
|
||||
$(project_bspdir)/samples \
|
||||
|
||||
Reference in New Issue
Block a user