Update of /cvsroot/playerstage/code/player/libplayercore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9713/libplayercore
Modified Files:
Tag: b_thjc_dynamic_arrays
Makefile.am
Log Message:
static array sizes removed from player
client library updated to use dynamic arrays
Index: Makefile.am
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -C2 -d -r1.20 -r1.20.2.1
*** Makefile.am 5 Sep 2007 21:31:42 -0000 1.20
--- Makefile.am 10 Sep 2007 04:11:00 -0000 1.20.2.1
***************
*** 9,14 ****
EXTRA_DIST = playercore.pc.in playererror.pc.in interfaces/ADDING_INTERFACES
interfaces/*.def
BUILT_SOURCES = playerconfig.h player_interfaces.h interface_table.c
! CLEANFILES = playerconfig.h playercore.pc playererror.pc
lib_LTLIBRARIES = libplayererror.la libplayerutils.la libplayercore.la
--- 9,21 ----
EXTRA_DIST = playercore.pc.in playererror.pc.in interfaces/ADDING_INTERFACES
interfaces/*.def
+ player_interfaces.h: ./interfaces/* playerinterfacegen.py
+ if ! ./playerinterfacegen.py > player_interfaces.h; then rm
player_interfaces.h; fi
+
+ interface_table.c: ./interfaces/* playerinterfacegen.py
+ if ! ./playerinterfacegen.py --utils > interface_table.c; then rm
interface_table.c; fi
+
+
BUILT_SOURCES = playerconfig.h player_interfaces.h interface_table.c
! DISTCLEANFILES = playerconfig.h playercore.pc playererror.pc
lib_LTLIBRARIES = libplayererror.la libplayerutils.la libplayercore.la
***************
*** 32,38 ****
libplayererror_la_LDFLAGS = $(PLAYER_VERSION_INFO) -rpath $(libdir)
libplayerutils_la_SOURCES = interface_util.c interface_util.h
libplayerutils_la_LDFLAGS = $(PLAYER_VERSION_INFO) -rpath $(libdir)
! libplayerutils_la_DEPENDENCIES = interface_table.c
--- 39,46 ----
libplayererror_la_LDFLAGS = $(PLAYER_VERSION_INFO) -rpath $(libdir)
+ libplayerutils_la_DEPENDENCIES = interface_table.c
libplayerutils_la_SOURCES = interface_util.c interface_util.h
libplayerutils_la_LDFLAGS = $(PLAYER_VERSION_INFO) -rpath $(libdir)
!
***************
*** 63,64 ****
--- 71,73 ----
interface_table.c: ./interfaces/* playerinterfacegen.py
if ! ./playerinterfacegen.py --utils > interface_table.c; then rm
interface_table.c; fi
+
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit