Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
abd8db148f08e68de2839d7df29670cba4d9c04d
[simgrid.git] / examples / gras / timer / 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 AM_CFLAGS=-g
10
11 EXTRA_DIST=$(NAME).xml $(TESTS)
12 include $(top_srcdir)/examples/gras/tests.mk
13
14 # AUTOMAKE variable definition
15 noinst_PROGRAMS=timer_client timer_simulator
16
17 timer_simulator_SOURCES=        _timer_simulator.c timer.c
18 timer_simulator_LDADD=  $(top_builddir)/src/libsimgrid.la
19
20 timer_client_SOURCES=   _timer_client.c timer.c
21 timer_client_LDADD=     $(top_builddir)/src/libgras.la
22
23 # Take care of generatated sources
24 NAME=timer
25 PROCESSES= client
26 include $(top_srcdir)/examples/temps-gras-stub.mk
27
28 # Cruft
29 include $(top_srcdir)/acmacro/dist-files.mk