[PD-cvs] packages/darwin_app Makefile,1.24,1.25

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Nov 28 07:46:20 CET 2005


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

Modified Files:
	Makefile 
Log Message:


- finally got a Linux Pd-extended release out, RC5

- built a tar.bz2 package maker with a generated Makefile for installing and
  uninstalling

- switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards



Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Makefile	27 Nov 2005 05:04:01 -0000	1.24
--- Makefile	28 Nov 2005 06:46:17 -0000	1.25
***************
*** 9,13 ****
  PD_APP_NAME = $(PACKAGE_NAME)
  PD_APP_CONTENTS = $(BUILD_BASE)/$(PD_APP_NAME).app/Contents
! prefix = $(PD_APP_CONTENTS)/Resources
  
  cvs_root_dir = $(CWD)/../..
--- 9,13 ----
  PD_APP_NAME = $(PACKAGE_NAME)
  PD_APP_CONTENTS = $(BUILD_BASE)/$(PD_APP_NAME).app/Contents
! DESTDIR = $(PD_APP_CONTENTS)/Resources
  
  cvs_root_dir = $(CWD)/../..
***************
*** 31,34 ****
--- 31,35 ----
  				cvs_root_dir=$(cvs_root_dir) \
  				prefix=$(prefix) \
+ 				DESTDIR=$(DESTDIR) \
  				UNAME=$(UNAME)
  
***************
*** 108,112 ****
  		sed -i.bak 's/^\(\#N canvas [0-9]* [0-9]* [0-9]* [0-9]*\) 12/\1 10/' \
  			*/*.pd */*/*.pd */*/*/*.pd
! 	find $(prefix) -name '*.pd.bak' -delete
  
  #==============================================================================#
--- 109,113 ----
  		sed -i.bak 's/^\(\#N canvas [0-9]* [0-9]* [0-9]* [0-9]*\) 12/\1 10/' \
  			*/*.pd */*/*.pd */*/*/*.pd
! 	find $(DESTDIR) -name '*.pd.bak' -delete
  
  #==============================================================================#





More information about the Pd-cvs mailing list