[Compbench-devel] CompBenchmarks++/CBM-PI Makefile.am,1.21,1.22
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2007-08-29 15:54:21
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv19034 Modified Files: Makefile.am Log Message: CBM_wrap.cxx removed from sources : it's probably platform dependent, and prevent CBM.pm generation. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/Makefile.am,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Makefile.am 22 Aug 2007 18:31:51 -0000 1.21 --- Makefile.am 29 Aug 2007 15:54:17 -0000 1.22 *************** *** 10,14 **** lib_LTLIBRARIES = libCBM.la ! libCBM_la_SOURCES = Glue.cpp Glue.h $(top_builddir)/CBM-PI/CBM_wrap.cxx libCBM_la_DEPENDENCIES = ../libcompbenchmarks/libcompbenchmarks.la --- 10,14 ---- lib_LTLIBRARIES = libCBM.la ! libCBM_la_SOURCES = Glue.cpp Glue.h # $(top_builddir)/CBM-PI/CBM_wrap.cxx libCBM_la_DEPENDENCIES = ../libcompbenchmarks/libcompbenchmarks.la |