From: mquinson Date: Sat, 24 Jul 2004 00:49:46 +0000 (+0000) Subject: compile with -g; do not compile by default, but only on make check X-Git-Tag: v3.3~5017 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6f336f81bdb4f56dd59eaf21232f3bb981b971df compile with -g; do not compile by default, but only on make check git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@331 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/alnem/Makefile.am b/examples/alnem/Makefile.am index bf14c562be..adfc6b8739 100644 --- a/examples/alnem/Makefile.am +++ b/examples/alnem/Makefile.am @@ -1,8 +1,9 @@ DISTCLEANFILES=Makefile.in INCLUDES= -I$(top_srcdir)/src/include #-I../../src -I../../nws_portability/Include @CFLAGS_SimGrid@ +AM_CFLAGS=-g -noinst_PROGRAMS=alnem_simulator alnem_sensor alnem_maestro +check_PROGRAMS=alnem_simulator alnem_sensor alnem_maestro alnem_simulator_SOURCES= _alnem_simulator.c alnem.c alnem_sensor_SOURCES= _alnem_sensor.c alnem.c diff --git a/examples/bandwidth/Makefile.am b/examples/bandwidth/Makefile.am index 63705f15fa..de9499cb32 100644 --- a/examples/bandwidth/Makefile.am +++ b/examples/bandwidth/Makefile.am @@ -1,7 +1,8 @@ DISTCLEANFILES=Makefile.in INCLUDES= -I$(top_srcdir)/src/include +AM_CFLAGS=-g -noinst_PROGRAMS=bandwidth_simulator bandwidth_maestro bandwidth_sensor +check_PROGRAMS=bandwidth_simulator bandwidth_maestro bandwidth_sensor bandwidth_simulator_SOURCES= _bandwidth_simulator.c bandwidth.c bandwidth_maestro_SOURCES= _bandwidth_maestro.c bandwidth.c diff --git a/examples/ping/Makefile.am b/examples/ping/Makefile.am index beb9a1cfcf..8b3f529fe9 100644 --- a/examples/ping/Makefile.am +++ b/examples/ping/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES= -I$(top_srcdir)/src/include -g - +INCLUDES= -I$(top_srcdir)/src/include +AM_CFLAGS=-g TESTS=test_rl test_sg EXTRA_DIST=ping_deployment.txt $(TESTS) diff --git a/examples/saturate/Makefile.am b/examples/saturate/Makefile.am index e8dbc9a85c..958e813f7c 100644 --- a/examples/saturate/Makefile.am +++ b/examples/saturate/Makefile.am @@ -1,7 +1,8 @@ DISTCLEANFILES=Makefile.in INCLUDES= -I$(top_srcdir)/src/include +AM_CFLAGS=-g -noinst_PROGRAMS=saturate_simulator saturate_sensor saturate_maestro +check_PROGRAMS=saturate_simulator saturate_sensor saturate_maestro saturate_simulator_SOURCES= _saturate_simulator.c saturate.c saturate_sensor_SOURCES= _saturate_sensor.c saturate.c