Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This compiles, at least
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 19 May 2006 07:38:10 +0000 (07:38 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 19 May 2006 07:38:10 +0000 (07:38 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2243 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/alltoall/Makefile.am [new file with mode: 0644]
examples/gras/alltoall/alltoall.c

diff --git a/examples/gras/alltoall/Makefile.am b/examples/gras/alltoall/Makefile.am
new file mode 100644 (file)
index 0000000..801c3f5
--- /dev/null
@@ -0,0 +1,20 @@
+INCLUDES= -I$(top_srcdir)/include
+TESTS= test_rl test_sg
+EXTRA_DIST=alltoall_deployment.xml $(TESTS)
+
+# AUTOMAKE variable definition
+noinst_PROGRAMS=alltoall_node alltoall_simulator
+
+alltoall_simulator_SOURCES=    _alltoall_simulator.c alltoall.c 
+alltoall_simulator_LDADD=      $(top_builddir)/src/libsimgrid.la
+
+alltoall_node_SOURCES= _alltoall_node.c alltoall.c
+alltoall_node_LDADD=   $(top_builddir)/src/libgras.la
+
+# Take care of generatated sources
+NAME=alltoall
+PROCESSES= node
+include $(top_srcdir)/examples/temps-gras-stub.mk
+
+# Cruft
+include $(top_srcdir)/acmacro/dist-files.mk
index dd5862b..1136067 100644 (file)
@@ -164,4 +164,4 @@ int node (int argc,char *argv[]) {
   
   INFO0("Done.");
   return 0;
   
   INFO0("Done.");
   return 0;
-} /* end_of_node */
\ No newline at end of file
+} /* end_of_node */