From 028b9c91241c33577466a31d0c9a000b8a601696 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 12 Dec 2005 01:58:39 +0000 Subject: added targets for testing the final destinations that are currently set svn path=/trunk/; revision=4192 --- packages/linux_make/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'packages/linux_make') diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index c0136c49..78285257 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -87,3 +87,19 @@ clean: cd $(packages_src) && make $(DEST_PATHS) clean + +test_locations: + @echo "PD_VERSION: $(PD_VERSION)" + @echo "PACKAGE_VERSION: $(PACKAGE_VERSION)" + @echo "CWD $(CWD)" + @echo "DESTDIR $(DESTDIR)" + @echo "PREFIX $(prefix)" + @echo "BINDIR $(bindir)" + @echo "LIBDIR $(libdir)" + @echo "OBJECTSDIR $(objectsdir)" + @echo "PDDOCDIR $(pddocdir)" + @echo "LIBPDDIR $(libpddir)" + @echo "LIBPDBINDIR $(libpdbindir)" + @echo "HELPDIR $(helpdir)" + @echo "MANUALSDIR $(manualsdir)" + @echo "EXAMPLESDIR $(examplesdir)" -- cgit v1.2.1