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:
Joel Sherrill
2001-09-24 18:21:36 +00:00
parent fa1661b611
commit c9cbbe2290
6 changed files with 16 additions and 4 deletions

View File

@@ -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.

View File

@@ -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)

View File

@@ -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 \

View File

@@ -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.

View File

@@ -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)

View File

@@ -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 \