[PD-cvs] externals/grill/xsample config-pd-bcc.txt,1.1,1.2 make-files.txt,1.3,1.4 makefile.pd-bcc,1.2,1.3

xovo at users.sourceforge.net xovo at users.sourceforge.net
Thu Jan 8 04:37:40 CET 2004


Update of /cvsroot/pure-data/externals/grill/xsample
In directory sc8-pr-cvs1:/tmp/cvs-serv31590

Modified Files:
	config-pd-bcc.txt make-files.txt makefile.pd-bcc 
Log Message:
 ""

Index: config-pd-bcc.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/xsample/config-pd-bcc.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** config-pd-bcc.txt	14 Apr 2003 10:04:47 -0000	1.1
--- config-pd-bcc.txt	8 Jan 2004 03:37:38 -0000	1.2
***************
*** 1,4 ****
  # xsample - extended sample objects for Max/MSP and pd (pure data)
! # Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
  #
  
--- 1,4 ----
  # xsample - extended sample objects for Max/MSP and pd (pure data)
! # Copyright (c) 2001-2004 Thomas Grill (xovo at gmx.net)
  #
  
***************
*** 20,21 ****
--- 20,24 ----
  # where should the external be installed?
  INSTDIR=$(PDPATH)\extra
+ 
+ # additional compiler flags
+ UFLAGS=-6 -O2 -OS -ff 

Index: make-files.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/xsample/make-files.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** make-files.txt	14 Apr 2003 10:04:47 -0000	1.3
--- make-files.txt	8 Jan 2004 03:37:38 -0000	1.4
***************
*** 1,6 ****
  # all the source files from the package
  SRCDIR=source
  
  SRCS=main.cpp play.cpp groove.cpp record.cpp inter.cpp
-               
  HDRS=main.h inter.h
--- 1,7 ----
  # all the source files from the package
+ NAME=xsample
+ 
  SRCDIR=source
  
  SRCS=main.cpp play.cpp groove.cpp record.cpp inter.cpp
  HDRS=main.h inter.h

Index: makefile.pd-bcc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/xsample/makefile.pd-bcc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** makefile.pd-bcc	10 Dec 2003 03:37:33 -0000	1.2
--- makefile.pd-bcc	8 Jan 2004 03:37:38 -0000	1.3
***************
*** 1,4 ****
  # xsample - extended sample objects for Max/MSP and pd (pure data)
! # Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
  #
  # Makefile for BorlandC++ 
--- 1,4 ----
  # xsample - extended sample objects for Max/MSP and pd (pure data)
! # Copyright (c) 2001-2004 Thomas Grill (xovo at gmx.net)
  #
  # Makefile for BorlandC++ 
***************
*** 10,14 ****
  !include config-pd-bcc.txt
  
! NAME=xsample
  SETUPFUNCTION=$(NAME)_setup
  
--- 10,16 ----
  !include config-pd-bcc.txt
  
! # all the source files from the package
! !include make-files.txt
! 
  SETUPFUNCTION=$(NAME)_setup
  
***************
*** 23,34 ****
  # compiler definitions and flags
  DEFS=-DFLEXT_SYS=2
! CFLAGS=-6 -O2 -OS -ff -tWD 
  
  
  # the rest can stay untouched
  # ----------------------------------------------
- 
- # all the source files from the package
- !include make-files.txt
  
  # default target
--- 25,33 ----
  # compiler definitions and flags
  DEFS=-DFLEXT_SYS=2
! CFLAGS=-tWD $(UFLAGS)
  
  
  # the rest can stay untouched
  # ----------------------------------------------
  
  # default target






More information about the Pd-cvs mailing list