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 / timer / Makefile.am
1 INCLUDES= -I$(top_srcdir)/include
2 AM_CFLAGS=-g
3
4 TESTS= test_rl test_sg
5 EXTRA_DIST=$(NAME)_deployment.xml $(TESTS)
6
7 # AUTOMAKE variable definition
8 noinst_PROGRAMS=timer_client timer_simulator
9
10 timer_simulator_SOURCES=        _timer_simulator.c timer.c
11 timer_simulator_LDADD=  $(top_builddir)/src/libsimgrid.la
12
13 timer_client_SOURCES=   _timer_client.c timer.c
14 timer_client_LDADD=     $(top_builddir)/src/libgras.la
15
16 # Take care of generatated sources
17 NAME=timer
18 PROCESSES= client
19 include $(top_srcdir)/examples/temps-gras-stub.mk
20
21 # Cruft
22 include $(top_srcdir)/acmacro/dist-files.mk