[Compbench-devel] CompBenchmarks++/libcompbenchmarks/share/KB/gcc/2.95.x Makefile.am, NONE, 1.1 de
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-04-04 18:31:54
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/gcc/2.95.x In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv19411/gcc/2.95.x Added Files: Makefile.am description.xml Log Message: XML descriptions moved in sub-directories. --- NEW FILE: description.xml --- <?xml version="1.0" ?> <!-- $Id: description.xml,v 1.1 2007/04/04 18:31:34 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 description-path="gxx/2.95.x"/> </options> --- NEW FILE: Makefile.am --- # ----------------------------------------------------------------------------- # $Id: Makefile.am,v 1.1 2007/04/04 18:31:34 xfred Exp $ # $Source: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/gcc/2.95.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/gcc/2.95.x EXTRA_DIST = $(data_DATA) |