Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27227
Modified Files:
Makefile.am
Log Message:
New doxygen .h files.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Makefile.am 22 Jan 2007 18:27:50 -0000 1.16
--- Makefile.am 1 May 2007 14:38:56 -0000 1.17
***************
*** 19,23 ****
compbenchmarks_core_DEPENDENCIES = libcompbenchmarks/libcompbenchmarks.la
! noinst_HEADERS = cloptions.h main.h $(libcompbenchmarks_la_SOURCES:.cpp=.h) # !!!
EXTRA_DIST = compbenchmarks-ui-perl Doxyfile compbenchmarks-ui-perl.1 compbenchmarks-core.pod compbenchmarks-core.1
--- 19,27 ----
compbenchmarks_core_DEPENDENCIES = libcompbenchmarks/libcompbenchmarks.la
! 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) # !!!
EXTRA_DIST = compbenchmarks-ui-perl Doxyfile compbenchmarks-ui-perl.1 compbenchmarks-core.pod compbenchmarks-core.1
|