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

Thomas Grill xovo at users.sourceforge.net
Mon Jan 10 05:58:43 CET 2005


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

Modified Files:
	gnumake-gcc-ext.inc gnumake-gcc-flext.inc gnumake-gcc.inc 
Log Message:
better templates, some minor changes
build system: added profiler mode, more fixes


Index: gnumake-gcc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** gnumake-gcc.inc	7 Jan 2005 04:58:46 -0000	1.3
--- gnumake-gcc.inc	10 Jan 2005 04:58:41 -0000	1.4
***************
*** 8,23 ****
  
  CFLAGS += -pthread
! LDFLAGS += -pthread -shared
  
  ##############################################
  
- CFLAGS += $(UFLAGS)
- 
  ifdef DEBUG
! CFLAGS += -g -D_DEBUG
  else
- CFLAGS += $(OFLAGS) -DNDEBUG
  LDFLAGS += -Wl,-S
  endif
  
  ##############################################
--- 8,25 ----
  
  CFLAGS += -pthread
! LDFLAGS += -pthread -shared -Wl,-x
  
  ##############################################
  
  ifdef DEBUG
! CFLAGS += -g
! else
! ifdef PROFILE
! CFLAGS += -g -pg
! LDFLAGS += -pg
  else
  LDFLAGS += -Wl,-S
  endif
+ endif
  
  ##############################################

Index: gnumake-gcc-ext.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gnumake-gcc-ext.inc	5 Jan 2005 05:04:09 -0000	1.2
--- gnumake-gcc-ext.inc	10 Jan 2005 04:58:36 -0000	1.3
***************
*** 32,36 ****
  
  _clean_:
! 	rm $(COBJS) $(CPPOBJS) $(TARGET)
  
  ##############################################
--- 32,36 ----
  
  _clean_:
! 	-rm -r $(TARGETPATH)
  
  ##############################################

Index: gnumake-gcc-flext.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/gnumake-gcc-flext.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gnumake-gcc-flext.inc	5 Jan 2005 05:04:09 -0000	1.2
--- gnumake-gcc-flext.inc	10 Jan 2005 04:58:41 -0000	1.3
***************
*** 32,36 ****
  
  _clean_:
! 	rm $(COBJS) $(CPPOBJS) $(TARGET)
  
  ##############################################
--- 32,36 ----
  
  _clean_:
! 	-rm -r $(TARGETPATH)
  
  ##############################################





More information about the Pd-cvs mailing list