aboutsummaryrefslogtreecommitdiff
path: root/abstractions/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-16 18:39:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-16 18:39:15 +0000
commit5bb78c190e76bce97e5bb6934f46050844a3498d (patch)
treefef6861ce2030b26184361eec9b908fd634cae8e /abstractions/Makefile
parent8476554bc26567564d6381e1b733579d5b45d881 (diff)
added test_locations target to make sure all of the paths are setup correctly
svn path=/trunk/; revision=4242
Diffstat (limited to 'abstractions/Makefile')
-rw-r--r--abstractions/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/abstractions/Makefile b/abstractions/Makefile
index 6d80d6e8..36bafe78 100644
--- a/abstractions/Makefile
+++ b/abstractions/Makefile
@@ -294,3 +294,22 @@ devsymlinks_keyboardkeys:
clean: install_clean
distclean: clean cruft_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)"