Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
96d20d2e8f569d91c5909da0560e50676425d892
[simgrid.git] / examples / gras / pmm / Makefile.am
1 # Copyright (c) 2004-2007. The SimGrid team. All right reserved.
2
3 # This file is part of the SimGrid project. This is free software:
4 # You can redistribute and/or modify it under the terms of the
5 # GNU LGPL (v2.1) licence.
6
7
8 INCLUDES= -I$(top_srcdir)/include
9 EXTRA_DIST=pmm.xml
10 include $(top_srcdir)/examples/gras/tests.mk
11
12 # AUTOMAKE variable definition
13 noinst_PROGRAMS=pmm_slave pmm_master pmm_simulator
14
15 pmm_simulator_SOURCES=_pmm_simulator.c pmm.c
16 pmm_simulator_LDADD=    $(top_builddir)/src/libsimgrid.la
17
18 pmm_slave_SOURCES=      _pmm_slave.c    pmm.c
19 pmm_slave_LDADD=        $(top_builddir)/src/libgras.la
20
21 pmm_master_SOURCES=     _pmm_master.c    pmm.c
22 pmm_master_LDADD=       $(top_builddir)/src/libgras.la
23
24 # Take care of generatated sources
25 NAME=pmm
26 PROCESSES= slave master
27 include $(top_srcdir)/examples/temps-gras-stub.mk
28
29 # Cruft
30 include $(top_srcdir)/acmacro/dist-files.mk