[Compbench-devel] CompBenchmarks++/libcompbenchmarks/Compiler Makefile.am, 1.3, 1.4
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-05-17 14:31:54
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Compiler In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8875 Modified Files: Makefile.am Log Message: New files for option handling. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Compiler/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 16 Apr 2007 17:00:22 -0000 1.3 --- Makefile.am 17 May 2007 14:31:44 -0000 1.4 *************** *** 20,23 **** --- 20,24 ---- Compiler-Option-Description.cpp \ Compiler-Option-Logic.cpp \ + Compiler-Option.cpp \ Compiler-Options.cpp \ Compiler-OptionSet.cpp |