Update of /cvsroot/playerstage/code/player/examples/plugins/exampledriver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31652/exampledriver

Modified Files:
        Makefile.example Makefile.libtool Makefile.osx.example 
Log Message:
modified examples makefiles to link multiple objects so its easier to modify
them for use in projects with multiple object files


Index: Makefile.osx.example
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/examples/plugins/exampledriver/Makefile.osx.example,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.osx.example        18 Aug 2005 00:07:11 -0000      1.2
--- Makefile.osx.example        24 Oct 2007 19:01:14 -0000      1.3
***************
*** 8,12 ****
  
  libexampledriver.dylib: exampledriver.o
!       $(CXX) -bundle -flat_namespace -undefined suppress -o $@ $<
  
  clean:
--- 8,12 ----
  
  libexampledriver.dylib: exampledriver.o
!       $(CXX) -bundle -flat_namespace -undefined suppress -o $@ $^
  
  clean:

Index: Makefile.example
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/examples/plugins/exampledriver/Makefile.example,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.example    17 Aug 2005 23:55:59 -0000      1.6
--- Makefile.example    24 Oct 2007 19:01:14 -0000      1.7
***************
*** 8,12 ****
  
  libexampledriver.so: exampledriver.o
!       $(CXX) -shared -nostartfiles -o $@ $<
  
  clean:
--- 8,12 ----
  
  libexampledriver.so: exampledriver.o
!       $(CXX) -shared -nostartfiles -o $@ $^
  
  clean:

Index: Makefile.libtool
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/examples/plugins/exampledriver/Makefile.libtool,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.libtool    17 Aug 2005 23:55:59 -0000      1.3
--- Makefile.libtool    24 Oct 2007 19:01:14 -0000      1.4
***************
*** 12,16 ****
  
  libexampledriver.la: exampledriver.lo
!       $(LIBTOOL) --mode=link $(CXXLD) -rpath $(INSTALL_DIR) -module 
-export-dynamic -version-info 0:0:0 $< -o $@
  
  %.lo: %.cc
--- 12,16 ----
  
  libexampledriver.la: exampledriver.lo
!       $(LIBTOOL) --mode=link $(CXXLD) -rpath $(INSTALL_DIR) -module 
-export-dynamic -version-info 0:0:0 $^ -o $@
  
  %.lo: %.cc


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to