[PD-cvs] externals/build/darwin makefile,1.20,1.21

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Dec 6 23:12:49 CET 2005


Update of /cvsroot/pure-data/externals/build/darwin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16374/build/darwin

Modified Files:
	makefile 
Log Message:
fixed a number of minor bugs, including Frank's patches; added test_location target to check where everything will end up

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/darwin/makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** makefile	26 Nov 2005 04:20:39 -0000	1.20
--- makefile	6 Dec 2005 22:12:47 -0000	1.21
***************
*** 5,9 ****
  cvs_root_dir = $(CWD)/../../..
  prefix = build
! BUILDLAYOUT_DIR = $(CWD)/../..
  
  all: externals
--- 5,9 ----
  cvs_root_dir = $(CWD)/../../..
  prefix = build
! BUILDLAYOUT_DIR = $(CWD)/../../../packages
  
  all: externals
***************
*** 59,60 ****
--- 59,76 ----
  	-rm $(BUILD_DARWIN_SRC)/*~
  	rm $(BUILD_DARWIN_SRC)/*.pd_darwin
+ 
+ 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