From 7d0198c6330b84dde24e20c3c1b9bfae4c4fb598 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 6 Dec 2005 22:17:16 +0000 Subject: oops, forgot test_locations svn path=/trunk/; revision=4160 --- externals/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'externals') diff --git a/externals/Makefile b/externals/Makefile index 8de91620..01888462 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -677,3 +677,24 @@ clean: creb_clean cxc_clean ext13_clean smlib_clean install_clean distclean: clean cruft_clean rm $(externals_src)/OSCx Makefile + + + + + + +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