Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/tcc/0.9.x
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv7549
Added Files:
description.xml Makefile.am
Log Message:
First import.
--- NEW FILE: description.xml ---
<?xml version="1.0" ?>
<!--
$Id: description.xml,v 1.1 2007/04/17 20:34:37 xfred Exp $
This is free software.
For details, see the GNU Public License in the COPYING file, or
Look http://www.fsf.org
-->
<options/>
--- NEW FILE: Makefile.am ---
# -----------------------------------------------------------------------------
# $Id: Makefile.am,v 1.1 2007/04/17 20:34:37 xfred Exp $
# $Source: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/tcc/0.9.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/tcc/0.9.x
EXTRA_DIST = $(data_DATA)
|