Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ce2e0cdb7886d4277b07c8dc8f210f568159009c
[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 TESTS_ENVIRONMENT=../../../tools/tesh/tesh
6 EXTRA_DIST=$(NAME).xml $(TESTS)
7
8 # AUTOMAKE variable definition
9 noinst_PROGRAMS=timer_client timer_simulator
10
11 timer_simulator_SOURCES=        _timer_simulator.c timer.c
12 timer_simulator_LDADD=  $(top_builddir)/src/libsimgrid.la
13
14 timer_client_SOURCES=   _timer_client.c timer.c
15 timer_client_LDADD=     $(top_builddir)/src/libgras.la
16
17 # Take care of generatated sources
18 NAME=timer
19 PROCESSES= client
20 include $(top_srcdir)/examples/temps-gras-stub.mk
21
22 # Cruft
23 include $(top_srcdir)/acmacro/dist-files.mk