Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
autogenerated files (sorry)
[simgrid.git] / examples / gras / chrono / 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 EXTRA_DIST=chrono.xml
11 include $(top_srcdir)/examples/gras/tests.mk
12
13 # AUTOMAKE variable definition
14 noinst_PROGRAMS=chrono_simulator chrono_multiplier
15
16 chrono_simulator_SOURCES=       _chrono_simulator.c chrono.c
17 chrono_simulator_LDADD= $(top_builddir)/src/libsimgrid.la
18
19 chrono_multiplier_SOURCES=      _chrono_multiplier.c chrono.c
20 chrono_multiplier_LDADD=        $(top_builddir)/src/libgras.la
21
22 # Take care of generatated sources
23 NAME=chrono
24 PROCESSES=multiplier
25 include $(top_srcdir)/examples/temps-gras-stub.mk
26
27 # Cruft
28 include $(top_srcdir)/acmacro/dist-files.mk