Update of /cvsroot/compbench/CompBenchmarks++/Benchmark/Compiler
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv24022
Modified Files:
Makefile.am
Log Message:
Include files installed.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Compiler/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Makefile.am 8 Sep 2006 17:04:28 -0000 1.1.1.1
--- Makefile.am 1 Nov 2006 10:46:35 -0000 1.2
***************
*** 1,12 ****
! noinst_LTLIBRARIES = libBenchmarkCompiler.la
! sources = BenchmarkContext-Compiler.cpp \
! BenchmarkContext-CompilerOptions.cpp \
! BenchmarkContext-CompilerGCC.cpp \
! BenchmarkContext-CompilerTCC.cpp
libBenchmarkCompiler_la_SOURCES = $(sources)
! noinst_HEADERS = $(sources:.cpp=.h)
! INCLUDES = -I $(top_srcdir)
\ No newline at end of file
--- 1,14 ----
! noinst_LTLIBRARIES = libBenchmarkCompiler.la
! sources = BenchmarkContext-Compiler.cpp \
! BenchmarkContext-CompilerOptions.cpp \
! BenchmarkContext-CompilerGCC.cpp \
! BenchmarkContext-CompilerTCC.cpp
libBenchmarkCompiler_la_SOURCES = $(sources)
! libBenchmarkCompilerinclude_HEADERS = $(sources:.cpp=.h)
! libBenchmarkCompilerincludedir = $(includedir)/Benchmark/Compiler
!
! INCLUDES = -I $(top_srcdir)
\ No newline at end of file
|