Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert to tesh
[simgrid.git] / examples / gras / all2all / Makefile.am
1 INCLUDES= -I$(top_srcdir)/include
2 TESTS= test_rl test_sg
3 TESTS_ENVIRONMENT=../../../tools/tesh/tesh
4 EXTRA_DIST=all2all.xml test_sg.in test_rl.in
5
6 # AUTOMAKE variable definition
7 noinst_PROGRAMS=all2all_sender all2all_receiver all2all_simulator
8
9 all2all_simulator_SOURCES=      _all2all_simulator.c all2all.c 
10 all2all_simulator_LDADD=        $(top_builddir)/src/libsimgrid.la
11
12 all2all_sender_SOURCES= _all2all_sender.c all2all.c
13 all2all_sender_LDADD=   $(top_builddir)/src/libgras.la
14
15 all2all_receiver_SOURCES=       _all2all_receiver.c all2all.c
16 all2all_receiver_LDADD= $(top_builddir)/src/libgras.la
17
18 # Take care of generatated sources
19 NAME=all2all
20 PROCESSES= sender receiver
21 include $(top_srcdir)/examples/temps-gras-stub.mk
22
23 # Cruft
24 include $(top_srcdir)/acmacro/dist-files.mk