X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a49f9d2a3af185725e3fa3ee91803b6c76b38aa..f46bb17f80ec2fbeafaa3ca398303ce2f94b2f82:/examples/gras/all2all/Makefile.in diff --git a/examples/gras/all2all/Makefile.in b/examples/gras/all2all/Makefile.in index f5139db05b..5618e9b10c 100644 --- a/examples/gras/all2all/Makefile.in +++ b/examples/gras/all2all/Makefile.in @@ -14,6 +14,12 @@ @SET_MAKE@ +# Copyright (c) 2004-2007. The SimGrid team. All right reserved. + +# This file is part of the SimGrid project. This is free software: +# You can redistribute and/or modify it under the terms of the +# GNU LGPL (v2.1) licence. + # This file factorize all the testing infrastructure for the GRAS examples # # it's made complicated by the facts that: @@ -174,7 +180,6 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTH_STACK_GROWTH = @PTH_STACK_GROWTH@ RANLIB = @RANLIB@ -SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIMGRID_DEP = @SIMGRID_DEP@ @@ -241,7 +246,8 @@ target_vendor = @target_vendor@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ INCLUDES = -I$(top_srcdir)/include -EXTRA_DIST = all2all.xml test_rl test_sg_32 test_sg_64 +EXTRA_DIST = all2all.xml make_deployment.pl test_rl test_sg_32 \ + test_sg_64 @GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl @GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl TESTS_ENVIRONMENT = srcdir=$(srcdir) EXEEXT=$(EXEEXT) @top_builddir@/tools/tesh/tesh