Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix make dist
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 20 May 2008 20:08:50 +0000 (20:08 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 20 May 2008 20:08:50 +0000 (20:08 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5454 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/properties/Makefile.am
examples/gras/properties/Makefile.in
examples/simdag/Makefile.am
examples/simdag/Makefile.in

index cd3f13e..5ee501c 100644 (file)
@@ -7,8 +7,9 @@
 
 INCLUDES= -I$(top_srcdir)/include
 
-EXTRA_DIST=properties.xml
+EXTRA_DIST=
 include $(top_srcdir)/examples/gras/tests.mk
+EXTRA_DIST=properties.xml test_sg test_rl
 
 # AUTOMAKE variable definition
 noinst_PROGRAMS=properties_alice properties_bob properties_simulator
index 9f4efed..4f58285 100644 (file)
@@ -248,7 +248,7 @@ target_vendor = @target_vendor@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 INCLUDES = -I$(top_srcdir)/include
-EXTRA_DIST = properties.xml test_rl test_sg_32 test_sg_64
+EXTRA_DIST = properties.xml test_sg test_rl
 @GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl
 @GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl
 TESTS = test_sg test_rl
index 00da764..4193376 100644 (file)
@@ -7,8 +7,7 @@
 
 INCLUDES = -I$(top_srcdir)/include
 AM_CFLAGS = -g
-EXTRA_DIST = 2clusters.xml \
-             properties/prop.xml
+EXTRA_DIST = 2clusters.xml 
 
 CLEANFILES = sd_test.trace
 
index 34d1222..49985c5 100644 (file)
@@ -239,7 +239,7 @@ top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 INCLUDES = -I$(top_srcdir)/include
 AM_CFLAGS = -g
-EXTRA_DIST = 2clusters.xml properties/prop.xml $(TESTS)
+EXTRA_DIST = 2clusters.xml $(TESTS)
 CLEANFILES = sd_test.trace
 TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh
 TESTS = test_simdag.tesh test_simdag2.tesh properties/test_prop.tesh metaxml/metaxml_test.tesh