X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a5df3137d0c7edb988478158a8237c0e849c8594..9f6c4f9099210db9992a61ce40b97167b060cb29:/tools/tesh/Makefile.in diff --git a/tools/tesh/Makefile.in b/tools/tesh/Makefile.in index 8cb4dbe078..40815b1f40 100644 --- a/tools/tesh/Makefile.in +++ b/tools/tesh/Makefile.in @@ -83,7 +83,7 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ADDR2LINE = @ADDR2LINE@ AMTAR = @AMTAR@ -AM_CFLAGS = -g +AM_CPPFLAGS = @AM_CPPFLAGS@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ @@ -117,8 +117,6 @@ GCJDEPMODE = @GCJDEPMODE@ GCJFLAGS = @GCJFLAGS@ GRAS_DEP = @GRAS_DEP@ GREP = @GREP@ -GTNETS_CFLAGS = @GTNETS_CFLAGS@ -GTNETS_LDFLAGS = @GTNETS_LDFLAGS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -155,6 +153,7 @@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIMGRID_DEP = @SIMGRID_DEP@ +SMPI_DEP = @SMPI_DEP@ STRIP = @STRIP@ VERSION = @VERSION@ WARNING = @WARNING@ @@ -216,6 +215,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +AM_CFLAGS = -g INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include -I$(top_srcdir)/src tesh_SOURCES = run_context.c run_context.h tesh.c tesh.h buff.h buff.c signal.c tesh_LDADD = $(top_builddir)/src/libgras.la