Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a5bcc2ec6a28b417a72f521497d4c04fb81aa41e
[simgrid.git] / examples / gras / mutual_exclusion / simple_token / 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=simple_token.xml 
10 include $(top_srcdir)/examples/gras/tests.mk
11
12 # AUTOMAKE variable definition
13 noinst_PROGRAMS=simple_token_node simple_token_simulator
14
15 simple_token_simulator_SOURCES=  _simple_token_simulator.c simple_token.c
16 simple_token_simulator_LDADD=    $(top_builddir)/src/libsimgrid.la
17
18 simple_token_node_SOURCES=          _simple_token_node.c simple_token.c
19 simple_token_node_LDADD=            $(top_builddir)/src/libgras.la
20
21 # generate temps
22 NAME=simple_token
23 PROCESSES=node
24 include $(top_srcdir)/examples/temps-gras-stub.mk
25
26 # Cruft
27 include $(top_srcdir)/acmacro/dist-files.mk