Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Explain the copious warnings of automake in this directory in the comment
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 20 May 2008 20:54:37 +0000 (20:54 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 20 May 2008 20:54:37 +0000 (20:54 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5457 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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

index 5ee501c..dcdd24f 100644 (file)
@@ -9,7 +9,11 @@ INCLUDES= -I$(top_srcdir)/include
 
 EXTRA_DIST=
 include $(top_srcdir)/examples/gras/tests.mk
 
 EXTRA_DIST=
 include $(top_srcdir)/examples/gras/tests.mk
+
+# override EXTRA_DIST and TESTS since we do not have 32bits and 64bits variants of the sg test here
 EXTRA_DIST=properties.xml test_sg test_rl
 EXTRA_DIST=properties.xml test_sg test_rl
+TESTS=test_sg test_rl
+
 
 # AUTOMAKE variable definition
 noinst_PROGRAMS=properties_alice properties_bob properties_simulator
 
 # AUTOMAKE variable definition
 noinst_PROGRAMS=properties_alice properties_bob properties_simulator
@@ -23,7 +27,6 @@ properties_alice_LDADD=               $(top_builddir)/src/libgras.la
 properties_bob_SOURCES=                _properties_bob.c    properties.c
 properties_bob_LDADD=          $(top_builddir)/src/libgras.la
 
 properties_bob_SOURCES=                _properties_bob.c    properties.c
 properties_bob_LDADD=          $(top_builddir)/src/libgras.la
 
-TESTS=test_sg test_rl
 # Take care of generatated sources
 NAME=properties
 PROCESSES= alice bob
 # Take care of generatated sources
 NAME=properties
 PROCESSES= alice bob
index 4f58285..255a181 100644 (file)
@@ -248,6 +248,8 @@ target_vendor = @target_vendor@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 INCLUDES = -I$(top_srcdir)/include
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 INCLUDES = -I$(top_srcdir)/include
+
+# override EXTRA_DIST and TESTS since we do not have 32bits and 64bits variants of the sg test here
 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
 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
@@ -259,6 +261,7 @@ properties_alice_SOURCES = _properties_alice.c    properties.c
 properties_alice_LDADD = $(top_builddir)/src/libgras.la
 properties_bob_SOURCES = _properties_bob.c    properties.c
 properties_bob_LDADD = $(top_builddir)/src/libgras.la
 properties_alice_LDADD = $(top_builddir)/src/libgras.la
 properties_bob_SOURCES = _properties_bob.c    properties.c
 properties_bob_LDADD = $(top_builddir)/src/libgras.la
+
 # Take care of generatated sources
 NAME = properties
 PROCESSES = alice bob
 # Take care of generatated sources
 NAME = properties
 PROCESSES = alice bob