X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c2e6065db5acef8364ec63981d9ff4d14f78d6c8..dff9e15c44ab6340d27215957c56fa72fad246a2:/tools/tesh/Makefile.am diff --git a/tools/tesh/Makefile.am b/tools/tesh/Makefile.am index 5da3d5c272..fdb844a0a0 100644 --- a/tools/tesh/Makefile.am +++ b/tools/tesh/Makefile.am @@ -1,10 +1,17 @@ +# 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. + + AM_CFLAGS = -g INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include -I$(top_srcdir)/src bin_PROGRAMS = tesh -tesh_SOURCES = run_context.c run_context.h tesh.c tesh.h buff.h buff.c signal.c +tesh_SOURCES = run_context.c run_context.h tesh.c tesh.h signal.c tesh_LDADD = $(top_builddir)/src/libgras.la TESTS_ENVIRONMENT=./tesh