Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Compiler
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4331
Modified Files:
Makefile.am
Log Message:
Compiler-Option-Description.* added
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Compiler/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 22 Jan 2007 18:24:21 -0000 1.1
--- Makefile.am 14 Mar 2007 19:28:30 -0000 1.2
***************
*** 17,21 ****
sources = Compiler.cpp \
! Compiler-Options.cpp
libCompiler_la_SOURCES = $(sources)
--- 17,23 ----
sources = Compiler.cpp \
! Compiler-Option-Description.cpp \
! Compiler-Options.cpp \
! Compiler-OptionSet.cpp
libCompiler_la_SOURCES = $(sources)
***************
*** 25,27 ****
! INCLUDES = -I $(top_srcdir)/libcompbenchmarks
\ No newline at end of file
--- 27,29 ----
! INCLUDES = -I $(top_srcdir)/libcompbenchmarks @XML_CPPFLAGS@
|