[PD-cvs] externals Makefile,1.85,1.86

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Sep 14 00:12:32 CEST 2006


Update of /cvsroot/pure-data/externals
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20174

Modified Files:
	Makefile 
Log Message:
cCVS: ----------------------------------------------------------------------
- Added "deprecated" lib to the build targets

- small tweak to get PDP building, much left to be done


Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** Makefile	13 Sep 2006 00:50:50 -0000	1.85
--- Makefile	13 Sep 2006 22:12:30 -0000	1.86
***************
*** 87,91 ****
  %.$(EXTENSION): %.cc
  	$(CXX) $(CXXFLAGS) -o "$*.o" -c "$<"
! 	$(CXX) $(LDFLAGS) -o "$*.$(EXTENSION)" "$*.o"  $(LIBS) 
  	chmod a-x "$*.$(EXTENSION)"
  #	$(STRIP) $*.$(EXTENSION)
--- 87,91 ----
  %.$(EXTENSION): %.cc
  	$(CXX) $(CXXFLAGS) -o "$*.o" -c "$<"
! 	$(CXX) $(LDFLAGS) -o "$*.$(EXTENSION)" "$*.o" $(LIBS)
  	chmod a-x "$*.$(EXTENSION)"
  #	$(STRIP) $*.$(EXTENSION)
***************
*** 123,127 ****
  # WARNING!  this MUST be all on one line because the automatic package
  # building scripts rely on it being that way.
! LIB_TARGETS = boids bsaylor corelibs creb cxc cyclone ekext ext13 flatspace flib freeverb ggee hardware hcs iem_ambi iem_bin_ambi iemlib loaders mapping markex maxlib mjlib motex oscx pan pddp pdogg pmpd sigpack smlib toxy unauthorized vbap zexy
  
  # this is for libraries that don't compile (yet) on all platforms
--- 123,127 ----
  # WARNING!  this MUST be all on one line because the automatic package
  # building scripts rely on it being that way.
! LIB_TARGETS = boids bsaylor corelibs creb cxc cyclone deprecated ekext ext13 flatspace flib freeverb ggee hardware hcs iem_ambi iem_bin_ambi iemlib loaders mapping markex maxlib mjlib motex oscx pan pddp pdogg pmpd sigpack smlib toxy unauthorized vbap zexy
  
  # this is for libraries that don't compile (yet) on all platforms
***************
*** 1605,1609 ****
  
  $(externals_src)/pdp/Makefile.config: $(externals_src)/pdp/Makefile.config.in
! 	cd $(externals_src)/pdp && ./configure
  
  $(externals_src)/pdp/pdp.$(EXTENSION):  $(externals_src)/pdp/configure \
--- 1605,1609 ----
  
  $(externals_src)/pdp/Makefile.config: $(externals_src)/pdp/Makefile.config.in
! 	cd $(externals_src)/pdp && ./configure PD_CPPFLAGS="-I$(pd_src)/src"
  
  $(externals_src)/pdp/pdp.$(EXTENSION):  $(externals_src)/pdp/configure \





More information about the Pd-cvs mailing list