Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/g++/3.1.x
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13841/g++/3.1.x
Added Files:
Makefile.am description.xml
Log Message:
GCC 3.1.x KB added.
--- NEW FILE: description.xml ---
<?xml version="1.0" ?>
<!--
$Id: description.xml,v 1.1 2007/04/17 19:25:52 xfred Exp $
This is free software.
For details, see the GNU Public License in the COPYING file, or
Look http://www.fsf.org
-->
<options>
<include file="gxx/3.1.x/description.xml"/>
</options>
--- NEW FILE: Makefile.am ---
# -----------------------------------------------------------------------------
# $Id: Makefile.am,v 1.1 2007/04/17 19:25:52 xfred Exp $
# $Source: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/g++/3.1.x/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 = description.xml
datarootdir=@datarootdir@/compbenchmarks/@VERSION@/KB/g++/3.1.x
EXTRA_DIST = $(data_DATA)
|