Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18108
Modified Files:
Makefile.am
Log Message:
New doxygen .h files.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Makefile.am 1 May 2007 14:38:56 -0000 1.17
--- Makefile.am 1 May 2007 19:39:11 -0000 1.18
***************
*** 21,25 ****
doxygen_headers = howto_kb.h \
howto_improve_compiler_support.h \
! howto_new_compiler_support.h
noinst_HEADERS = cloptions.h main.h $(doxygen_headers) $(libcompbenchmarks_la_SOURCES:.cpp=.h) # !!!
--- 21,27 ----
doxygen_headers = howto_kb.h \
howto_improve_compiler_support.h \
! howto_new_compiler_support.h \
! howto_new_package_support.h \
! howto_new_benchmark_support.h
noinst_HEADERS = cloptions.h main.h $(doxygen_headers) $(libcompbenchmarks_la_SOURCES:.cpp=.h) # !!!
|