X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/366656fc3ab4b06a170d4639a31ce8f64b15a387..d6ce3162b34f0a964b8844368b9d86df4f1cf89b:/tools/gras/Makefile.in diff --git a/tools/gras/Makefile.in b/tools/gras/Makefile.in index 84fa8a860b..e3bad7424d 100644 --- a/tools/gras/Makefile.in +++ b/tools/gras/Makefile.in @@ -150,9 +150,11 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTH_STACK_GROWTH = @PTH_STACK_GROWTH@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIMGRID_DEP = @SIMGRID_DEP@ +SMPI_DEP = @SMPI_DEP@ STRIP = @STRIP@ VERSION = @VERSION@ WARNING = @WARNING@ @@ -214,7 +216,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AM_CFLAGS = -g +AM_CFLAGS = -g3 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include -I$(top_srcdir)/src # skel_rewriter gras_stub_generator_SOURCES = stub_generator.c unix_stub_generator.c windows_stub_generator.c