From: mquinson Date: Tue, 20 May 2008 20:54:37 +0000 (+0000) Subject: Explain the copious warnings of automake in this directory in the comment X-Git-Tag: v3.3~479 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9046619a52ea2f0d4ff5c7a081c7f59e1ed30b08 Explain the copious warnings of automake in this directory in the comment git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5457 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/gras/properties/Makefile.am b/examples/gras/properties/Makefile.am index 5ee501c48a..dcdd24f5a1 100644 --- a/examples/gras/properties/Makefile.am +++ b/examples/gras/properties/Makefile.am @@ -9,7 +9,11 @@ INCLUDES= -I$(top_srcdir)/include 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 +TESTS=test_sg test_rl + # 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 -TESTS=test_sg test_rl # Take care of generatated sources NAME=properties PROCESSES= alice bob diff --git a/examples/gras/properties/Makefile.in b/examples/gras/properties/Makefile.in index 4f5828534f..255a181b27 100644 --- a/examples/gras/properties/Makefile.in +++ b/examples/gras/properties/Makefile.in @@ -248,6 +248,8 @@ target_vendor = @target_vendor@ 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 @@ -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 + # Take care of generatated sources NAME = properties PROCESSES = alice bob