[PD-cvs] externals/grill/flext makefile.pd-linux,1.16,1.17

xovo at users.sourceforge.net xovo at users.sourceforge.net
Fri Nov 7 04:32:56 CET 2003


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

Modified Files:
	makefile.pd-linux 
Log Message:
 ""

Index: makefile.pd-linux
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/makefile.pd-linux,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** makefile.pd-linux	25 Sep 2003 02:32:58 -0000	1.16
--- makefile.pd-linux	7 Nov 2003 03:32:53 -0000	1.17
***************
*** 23,27 ****
  
  # compiler flags for debug build
! CFLAGS_D=-g      
  
  # additional flags for threading
--- 23,27 ----
  
  # compiler flags for debug build
! CFLAGS_D=-g -DFLEXT_DEBUG      
  
  # additional flags for threading
***************
*** 98,105 ****
  
  $(TARGDIR)/%.sro : $(SRCDIR)/%.cpp
! 	$(CXX) -shared -c $(CFLAGS) $(CFLAGS_T) $(CFLAGS_S) $(FLAGS) $(patsubst %,-I%,$(INCLUDES) $(SRCDIR)) $< -o $@
  
  $(TARGDIR)/%.sdo : $(SRCDIR)/%.cpp
! 	$(CXX) -shared -c $(CFLAGS_D) $(CFLAGS_T) $(CFLAGS_S) $(FLAGS) $(patsubst %,-I%,$(INCLUDES) $(SRCDIR)) $< -o $@
  
  
--- 98,105 ----
  
  $(TARGDIR)/%.sro : $(SRCDIR)/%.cpp
! 	$(CXX) -shared -c $(CFLAGS) $(CFLAGS_S) $(FLAGS) $(patsubst %,-I%,$(INCLUDES) $(SRCDIR)) $< -o $@
  
  $(TARGDIR)/%.sdo : $(SRCDIR)/%.cpp
! 	$(CXX) -shared -c $(CFLAGS_D) $(CFLAGS_S) $(FLAGS) $(patsubst %,-I%,$(INCLUDES) $(SRCDIR)) $< -o $@
  
  






More information about the Pd-cvs mailing list