X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/be7d8c9b6354157a80ecd2361bbb9e59366105b2..db6dd0c1d8b7be03a61ac10f52da7956ef0ab7b0:/examples/gras/ping/Makefile.in diff --git a/examples/gras/ping/Makefile.in b/examples/gras/ping/Makefile.in index f1815d9fcd..298b25a1d9 100644 --- a/examples/gras/ping/Makefile.in +++ b/examples/gras/ping/Makefile.in @@ -100,6 +100,7 @@ ADDR2LINE = @ADDR2LINE@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ +AM_CFLAGS = @AM_CFLAGS@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ @@ -134,6 +135,8 @@ GRAMINE_MODE_FALSE = @GRAMINE_MODE_FALSE@ GRAMINE_MODE_TRUE = @GRAMINE_MODE_TRUE@ GRAS_DEP = @GRAS_DEP@ GREP = @GREP@ +GTNETS_CFLAGS = @GTNETS_CFLAGS@ +GTNETS_LDFLAGS = @GTNETS_LDFLAGS@ HAVE_FLEXML_FALSE = @HAVE_FLEXML_FALSE@ HAVE_FLEXML_TRUE = @HAVE_FLEXML_TRUE@ HAVE_SDP_FALSE = @HAVE_SDP_FALSE@ @@ -172,6 +175,8 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIMGRID_DEP = @SIMGRID_DEP@ STRIP = @STRIP@ +USE_GTNETS_FALSE = @USE_GTNETS_FALSE@ +USE_GTNETS_TRUE = @USE_GTNETS_TRUE@ USE_SIMIX_FALSE = @USE_SIMIX_FALSE@ USE_SIMIX_TRUE = @USE_SIMIX_TRUE@ VERSION = @VERSION@ @@ -237,6 +242,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ INCLUDES = -I$(top_srcdir)/include TESTS = test_rl test_sg +TESTS_ENVIRONMENT = ../../../tools/tesh/tesh EXTRA_DIST = ping.xml ping.h $(TESTS) ping_simulator_SOURCES = _ping_simulator.c ping_server.c ping_client.c ping_common.c ping_simulator_LDADD = $(top_builddir)/src/libsimgrid.la