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

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/multidriver/Makefile.osx.example,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.osx.example        20 Aug 2005 17:36:30 -0000      1.1
--- Makefile.osx.example        24 Oct 2007 19:01:14 -0000      1.2
***************
*** 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/multidriver/Makefile.example,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.example    20 Aug 2005 00:01:14 -0000      1.5
--- Makefile.example    24 Oct 2007 19:01:14 -0000      1.6
***************
*** 8,12 ****
  
  libmultidriver.so: multidriver.o
!       $(CXX) -shared -nostartfiles -o $@ $<
  
  clean:
--- 8,12 ----
  
  libmultidriver.so: multidriver.o
!       $(CXX) -shared -nostartfiles -o $@ $^
  
  clean:

Index: Makefile.libtool
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/examples/plugins/multidriver/Makefile.libtool,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.libtool    20 Aug 2005 17:36:30 -0000      1.1
--- Makefile.libtool    24 Oct 2007 19:01:14 -0000      1.2
***************
*** 15,19 ****
  
  %.lo: %.cc
!       $(LIBTOOL) --mode=compile $(CXX) -c $(PLAYER_CFLAGS) $<
  
  clean:
--- 15,19 ----
  
  %.lo: %.cc
!       $(LIBTOOL) --mode=compile $(CXX) -c $(PLAYER_CFLAGS) $^
  
  clean:


-------------------------------------------------------------------------
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