Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/gxx
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv511
Added Files:
Makefile.am
Log Message:
First import.
--- NEW FILE: Makefile.am ---
# -----------------------------------------------------------------------------
# $Id: Makefile.am,v 1.1 2007/03/13 20:41:34 xfred Exp $
# $Source: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/gxx/Makefile.am,v $
#
# This is free software.
# For details, see the GNU Public License in the COPYING file, or
# Look http://www.fsf.org
# -----------------------------------------------------------------------------
data_DATA = options.xml \
mainopt.xml \
arch.xml cse.xml \
inline.xml loops.xml
datarootdir=@datarootdir@/compbenchmarks/@VERSION@/KB/gxx
EXTRA_DIST = $(data_DATA)
|