[Compbench-devel] CompBenchmarks++/CBM-PI Makefile.am,1.2,1.3
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-28 18:38:20
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4964 Modified Files: Makefile.am Log Message: Explicit dependency on libcompbenchmarks.la Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 28 Dec 2006 13:23:38 -0000 1.2 --- Makefile.am 28 Dec 2006 18:38:13 -0000 1.3 *************** *** 14,18 **** $(CXX) $(INCLUDES) -c $(top_srcdir)/CBM-PI/CBM_wrap.cxx `$(PERL) -MExtUtils::Embed -e ccopts` ! CBM.so: CBM.o Glue.o ld -G CBM_wrap.o Glue.o -o CBM.so -L ../.libs -lcompbenchmarks --- 14,21 ---- $(CXX) $(INCLUDES) -c $(top_srcdir)/CBM-PI/CBM_wrap.cxx `$(PERL) -MExtUtils::Embed -e ccopts` ! ../libcompbenchmarks.la: ! make -C .. libcompbenchmarks.la ! ! CBM.so: CBM.o Glue.o ../libcompbenchmarks.la ld -G CBM_wrap.o Glue.o -o CBM.so -L ../.libs -lcompbenchmarks |