[Compbench-devel] CompBenchmarks++/Compiler Makefile.am,NONE,1.1
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-11-01 11:32:16
|
Update of /cvsroot/compbench/CompBenchmarks++/Compiler In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8847 Added Files: Makefile.am Log Message: Moved from Benchmark/Compiler. Refactorying. --- NEW FILE: Makefile.am --- noinst_LTLIBRARIES = libCompiler.la SUBDIRS = Compiler-TCC Compiler-GCC libCompiler_la_LIBADD = Compiler-TCC/libCompilerTCC.la \ Compiler-GCC/libCompilerGCC.la sources = Compiler.cpp \ Compiler-Options.cpp libCompiler_la_SOURCES = $(sources) libCompilerinclude_HEADERS = $(sources:.cpp=.h) libCompilerincludedir = $(includedir)/Compiler INCLUDES = -I $(top_srcdir) |