#! /bin/sh /usr/share/dpatch/dpatch-run ## 10-symphony-makefile.am.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad symphony-5.1~/SYMPHONY/Makefile.am symphony-5.1/SYMPHONY/Makefile.am --- symphony-5.1~/SYMPHONY/Makefile.am 2008-05-14 22:15:14.000000000 -0300 +++ symphony-5.1/SYMPHONY/Makefile.am 2008-05-31 22:08:18.000000000 -0300 @@ -46,29 +46,29 @@ # Extra Targets # ######################################################################## - test: all +test: all cd test; $(MAKE) test - unitTest: test +unitTest: test - fulltest: all +fulltest: all cd test; $(MAKE) fulltest - ptest: all +ptest: all cd test; $(MAKE) ptest - punitTest: ptest +punitTest: ptest - pfulltest: all +pfulltest: all cd test; $(MAKE) pfulltest - clean-local: +clean-local: if test -r test/Makefile; then cd test; $(MAKE) clean; fi - distclean-local: +distclean-local: if test -r test/Makefile; then cd test; $(MAKE) distclean; fi - .PHONY: test unitTest ptest punitTest +.PHONY: test unitTest ptest punitTest ######################################################################## # Installation of the addlibs file # @@ -78,7 +78,7 @@ addlibsdir = $(prefix)/share/doc/coin/$(PACKAGE_NAME)/ install-exec-local: install-doc - $(install_sh_DATA) $(addlibsfile) $(addlibsdir)/$(addlibsfile) + $(install_sh_DATA) $(addlibsfile) $(DESTDIR)$(addlibsdir)/$(addlibsfile) uninstall-local: uninstall-doc rm -f $(DESTDIR)$(libdir)/$(addlibsfile) diff -urNad symphony-5.1~/SYMPHONY/Makefile.in symphony-5.1/SYMPHONY/Makefile.in --- symphony-5.1~/SYMPHONY/Makefile.in 2008-05-14 22:15:14.000000000 -0300 +++ symphony-5.1/SYMPHONY/Makefile.in 2008-05-31 22:10:18.000000000 -0300 @@ -919,7 +919,7 @@ .PHONY: test unitTest ptest punitTest install-exec-local: install-doc - $(install_sh_DATA) $(addlibsfile) $(addlibsdir)/$(addlibsfile) + $(install_sh_DATA) $(addlibsfile) $(DESTDIR)$(addlibsdir)/$(addlibsfile) uninstall-local: uninstall-doc rm -f $(DESTDIR)$(libdir)/$(addlibsfile)