X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f1c4b3ead099df97f5dff00f22d5cbfbf3d32ec1..0039674dc4260ce2203ff4b35a012ea3a1c7a22a:/examples/amok/bandwidth/Makefile.am diff --git a/examples/amok/bandwidth/Makefile.am b/examples/amok/bandwidth/Makefile.am index f172e6c350..835f169cd1 100644 --- a/examples/amok/bandwidth/Makefile.am +++ b/examples/amok/bandwidth/Makefile.am @@ -1,18 +1,25 @@ +# Copyright (c) 2004-2007. The SimGrid team. All right reserved. + +# This file is part of the SimGrid project. This is free software: +# You can redistribute and/or modify it under the terms of the +# GNU LGPL (v2.1) licence. + + INCLUDES= -I$(top_srcdir)/include AM_CFLAGS=-g TESTS=test_rl test_sg -EXTRA_DIST=bandwidth_deployment.txt $(TESTS) +EXTRA_DIST=bandwidth.xml $(TESTS) noinst_PROGRAMS=bandwidth_maestro bandwidth_sensor bandwidth_simulator bandwidth_simulator_SOURCES= _bandwidth_simulator.c bandwidth.c -bandwidth_simulator_LDADD= $(top_builddir)/src/libsimgrid.la $(top_builddir)/src/amok/libamok.la +bandwidth_simulator_LDADD= $(top_builddir)/src/libsimgrid.la bandwidth_maestro_SOURCES= _bandwidth_maestro.c bandwidth.c -bandwidth_maestro_LDADD= $(top_builddir)/src/libgras.la $(top_builddir)/src/amok/libamok.la +bandwidth_maestro_LDADD= $(top_builddir)/src/libgras.la bandwidth_sensor_SOURCES= _bandwidth_sensor.c bandwidth.c -bandwidth_sensor_LDADD= $(top_builddir)/src/libgras.la $(top_builddir)/src/amok/libamok.la +bandwidth_sensor_LDADD= $(top_builddir)/src/libgras.la # Take care of generatated sources NAME=bandwidth