Logo AND Algorithmique Numérique Distribuée

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