[Compbench-devel] CompBenchmarks++/CBM-PI Makefile.am,1.7,1.8
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-22 18:28:29
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22322 Modified Files: Makefile.am Log Message: Source CVS tag added. Build dependencies are explicit. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile.am 22 Jan 2007 18:17:20 -0000 1.7 --- Makefile.am 22 Jan 2007 18:28:22 -0000 1.8 *************** *** 1,4 **** --- 1,5 ---- # ----------------------------------------------------------------------------- # $Id$ + # $Source$ # # This is free software. *************** *** 11,14 **** --- 12,17 ---- libCBM_la_SOURCES = Glue.cpp Glue.h CBM_wrap.cxx + libCBM_la_DEPENDENCIES = ../libcompbenchmarks/libcompbenchmarks.la + SUBDIRS = t INCLUDES = -I$(top_srcdir)/libcompbenchmarks -I$(top_srcdir)/CBM-PI -I.. -I. -I$(top_srcdir) |