Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
revalidate the 64bits test outputs after the listener modification
[simgrid.git] / examples / gras / rpc / 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=rpc.xml
10 include $(top_srcdir)/examples/gras/tests.mk
11
12 # AUTOMAKE variable definition
13 noinst_PROGRAMS=rpc_client rpc_forwarder rpc_server rpc_simulator
14
15 rpc_simulator_SOURCES=  _rpc_simulator.c rpc.c
16 rpc_simulator_LDADD=    $(top_builddir)/src/libsimgrid.la
17
18 rpc_client_SOURCES=     _rpc_client.c rpc.c
19 rpc_client_LDADD=       $(top_builddir)/src/libgras.la
20
21 rpc_forwarder_SOURCES=  _rpc_forwarder.c rpc.c
22 rpc_forwarder_LDADD=    $(top_builddir)/src/libgras.la
23
24 rpc_server_SOURCES=     _rpc_server.c rpc.c
25 rpc_server_LDADD=       $(top_builddir)/src/libgras.la
26
27 # Take care of generatated sources
28 NAME=rpc
29 PROCESSES= client forwarder server
30 include $(top_srcdir)/examples/temps-gras-stub.mk
31
32 # Cruft
33 include $(top_srcdir)/acmacro/dist-files.mk