[PD-cvs] abstractions Makefile,1.20,1.21

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Dec 16 19:39:17 CET 2005


Update of /cvsroot/pure-data/abstractions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5135

Modified Files:
	Makefile 
Log Message:
added test_locations target to make sure all of the paths are setup correctly

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/abstractions/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Makefile	6 Dec 2005 14:13:44 -0000	1.20
--- Makefile	16 Dec 2005 18:39:15 -0000	1.21
***************
*** 295,296 ****
--- 295,315 ----
  
  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)"





More information about the Pd-cvs mailing list