diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-06 22:17:16 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-06 22:17:16 +0000 |
commit | 7d0198c6330b84dde24e20c3c1b9bfae4c4fb598 (patch) | |
tree | 2693b6a9f535b986479b4b319f9c46ff092aee13 /externals | |
parent | cc70508a237f2adbb3cdf471281b9641cec8b623 (diff) |
oops, forgot test_locations
svn path=/trunk/; revision=4160
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
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)" |