Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
76e824d404c77fa7746bd3beac759b0cfc0e2402
[simgrid.git] / examples / gras / pmm / Makefile.am
1 INCLUDES= -I$(top_srcdir)/include
2 TESTS= test_rl test_sg
3 TESTS_ENVIRONMENT=../../../tools/tesh/tesh
4 EXTRA_DIST=pmm.xml  test_sg.in test_rl.in $(TESTS)
5
6 # AUTOMAKE variable definition
7 noinst_PROGRAMS=pmm_slave pmm_master pmm_simulator
8
9 pmm_simulator_SOURCES=_pmm_simulator.c pmm.c
10 pmm_simulator_LDADD=    $(top_builddir)/src/libsimgrid.la
11
12 pmm_slave_SOURCES=      _pmm_slave.c    pmm.c
13 pmm_slave_LDADD=        $(top_builddir)/src/libgras.la
14
15 pmm_master_SOURCES=     _pmm_master.c    pmm.c
16 pmm_master_LDADD=       $(top_builddir)/src/libgras.la
17
18 # Take care of generatated sources
19 NAME=pmm
20 PROCESSES= slave master
21 include $(top_srcdir)/examples/temps-gras-stub.mk
22
23 # Cruft
24 include $(top_srcdir)/acmacro/dist-files.mk