[PD-cvs] externals/grill/flext/buildsys/mac/max gnumake-gcc-ext.inc, 1.2, 1.3 gnumake-gcc-flext.inc, 1.2, 1.3

Thomas Grill xovo at users.sourceforge.net
Mon Apr 11 00:22:42 CEST 2005


Update of /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28918/buildsys/mac/max

Modified Files:
	gnumake-gcc-ext.inc gnumake-gcc-flext.inc 
Log Message:
fixed library versioning
updates for build system
small fix
updates to build system
fix tutorial compilation
install build system and a convenient script
first steps to flext framework for OSX


Index: gnumake-gcc-ext.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max/gnumake-gcc-ext.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gnumake-gcc-ext.inc	4 Jan 2005 04:58:52 -0000	1.2
--- gnumake-gcc-ext.inc	10 Apr 2005 22:22:40 -0000	1.3
***************
*** 5,9 ****
--- 5,12 ----
  OBJPATH=$(OUTPATH)/$(OUTSUB)
  
+ # bundle name (build site)
  INSTTARGET=$(OBJPATH)/$(OUTNAME).$(EXT)
+ # folder inside bundle (build site)
  TARGETPATH=$(INSTTARGET)/Contents/MacOS
+ # file inside bundle (build site)
  TARGET=$(TARGETPATH)/$(OUTNAME)

Index: gnumake-gcc-flext.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gnumake-gcc-flext.inc	4 Jan 2005 04:58:52 -0000	1.2
--- gnumake-gcc-flext.inc	10 Apr 2005 22:22:40 -0000	1.3
***************
*** 8,14 ****
  
  OBJPATH=$(OUTPATH)/$(OUTSUB)
- 
  TARGETPATH=$(OBJPATH)
! TARGET=$(TARGETPATH)/$(OUTNAME).$(EXT)
  INSTTARGET=$(TARGET)
  
--- 8,22 ----
  
  OBJPATH=$(OUTPATH)/$(OUTSUB)
  TARGETPATH=$(OBJPATH)
! 
! TARGETNAME=$(OUTNAME).$(EXT)
! ifdef PKGVERSION
! VERNAME=$(OUTNAME).$(PKGVERSION).$(EXT)
! TARGET=$(TARGETPATH)/$(VERNAME)
! else
! TARGET=$(TARGETPATH)/$(TARGETNAME)
! endif
! 
  INSTTARGET=$(TARGET)
  
+ 





More information about the Pd-cvs mailing list