Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add all2all to the picture
[simgrid.git] / examples / gras / alltoall / Makefile.am
1 INCLUDES= -I$(top_srcdir)/include
2 TESTS= test_rl test_sg
3 EXTRA_DIST=alltoall_deployment.xml $(TESTS)
4
5 # AUTOMAKE variable definition
6 noinst_PROGRAMS=alltoall_node alltoall_simulator
7
8 alltoall_simulator_SOURCES=     _alltoall_simulator.c alltoall.c 
9 alltoall_simulator_LDADD=       $(top_builddir)/src/libsimgrid.la
10
11 alltoall_node_SOURCES=  _alltoall_node.c alltoall.c
12 alltoall_node_LDADD=    $(top_builddir)/src/libgras.la
13
14 # Take care of generatated sources
15 NAME=alltoall
16 PROCESSES= node
17 include $(top_srcdir)/examples/temps-gras-stub.mk
18
19 # Cruft
20 include $(top_srcdir)/acmacro/dist-files.mk