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

Thomas Grill xovo at users.sourceforge.net
Wed Apr 13 02:24:20 CEST 2005


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

Modified Files:
	gnumake-gcc-flext.inc 
Log Message:
more correct library versioning


Index: gnumake-gcc-flext.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** gnumake-gcc-flext.inc	10 Apr 2005 22:22:40 -0000	1.3
--- gnumake-gcc-flext.inc	13 Apr 2005 00:24:18 -0000	1.4
***************
*** 11,22 ****
  
  TARGETNAME=$(OUTNAME).$(EXT)
! ifdef PKGVERSION
! VERNAME=$(OUTNAME).$(PKGVERSION).$(EXT)
  TARGET=$(TARGETPATH)/$(VERNAME)
- else
- TARGET=$(TARGETPATH)/$(TARGETNAME)
- endif
  
  INSTTARGET=$(TARGET)
- 
- 
--- 11,16 ----
  
  TARGETNAME=$(OUTNAME).$(EXT)
! VERNAME=$(OUTNAME).$(FLEXTMAJOR).$(FLEXTMINOR).$(FLEXTMICRO).$(EXT)
  TARGET=$(TARGETPATH)/$(VERNAME)
  
  INSTTARGET=$(TARGET)





More information about the Pd-cvs mailing list