[PD-cvs] packages/linux_make Makefile,1.2,1.3

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Dec 12 02:58:41 CET 2005


Update of /cvsroot/pure-data/packages/linux_make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9884/linux_make

Modified Files:
	Makefile 
Log Message:
added targets for testing the final destinations that are currently set

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile	29 Nov 2005 19:08:11 -0000	1.2
--- Makefile	12 Dec 2005 01:58:39 -0000	1.3
***************
*** 88,89 ****
--- 88,105 ----
  
  
+ 
+ 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