X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5af5363d2d50ddf6fdb149228e64eb066e1ab28a..1c277fea0aed2cefb8ab1f53d911b565fafe4b3e:/examples/gras/all2all/Makefile.am diff --git a/examples/gras/all2all/Makefile.am b/examples/gras/all2all/Makefile.am index 149c9b8e8d..bb2057a6b3 100644 --- a/examples/gras/all2all/Makefile.am +++ b/examples/gras/all2all/Makefile.am @@ -1,6 +1,13 @@ +# 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. + + INCLUDES= -I$(top_srcdir)/include -TESTS= test_sg test_rl -EXTRA_DIST=all2all_deployment.xml test_sg.in test_rl.in +EXTRA_DIST=all2all.xml make_deployment.pl +include $(top_srcdir)/examples/gras/tests.mk # AUTOMAKE variable definition noinst_PROGRAMS=all2all_sender all2all_receiver all2all_simulator