[Compbench-devel] CompBenchmarks++/libcompbenchmarks/Compiler Makefile.am, 1.2, 1.3
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-04-16 17:00:28
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Compiler In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8732 Modified Files: Makefile.am Log Message: New files added. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Compiler/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 14 Mar 2007 19:28:30 -0000 1.2 --- Makefile.am 16 Apr 2007 17:00:22 -0000 1.3 *************** *** 17,21 **** --- 17,23 ---- sources = Compiler.cpp \ + Compiler-Version.cpp \ Compiler-Option-Description.cpp \ + Compiler-Option-Logic.cpp \ Compiler-Options.cpp \ Compiler-OptionSet.cpp |