Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17478
Modified Files:
Makefile.am
Log Message:
libcompbenchmarks moved in a separate directory.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 22 Jan 2007 17:42:43 -0000 1.1
--- Makefile.am 22 Jan 2007 18:16:33 -0000 1.2
***************
*** 1,5 ****
! # libcompbenchmarks/Makefile.am
! SUBDIRS = share System Compiler Benchmark UI
lib_LTLIBRARIES = libcompbenchmarks.la
--- 1,11 ----
! # -----------------------------------------------------------------------------
! # $Id$
! #
! # This is free software.
! # For details, see the GNU Public License in the COPYING file, or
! # Look http://www.fsf.org
! # -----------------------------------------------------------------------------
! SUBDIRS = Base share System Compiler Benchmark UI
lib_LTLIBRARIES = libcompbenchmarks.la
***************
*** 7,11 ****
libcompbenchmarks_la_SOURCES = libcompbenchmarks.cpp
! libcompbenchmarks_la_LIBADD = System/libSystem.la \
Compiler/libCompiler.la \
Benchmark/libBenchmark.la \
--- 13,18 ----
libcompbenchmarks_la_SOURCES = libcompbenchmarks.cpp
! libcompbenchmarks_la_LIBADD = Base/libBase.la \
! System/libSystem.la \
Compiler/libCompiler.la \
Benchmark/libBenchmark.la \
|