Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
compile with -g; do not compile by default, but only on make check
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 24 Jul 2004 00:49:46 +0000 (00:49 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 24 Jul 2004 00:49:46 +0000 (00:49 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@331 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/alnem/Makefile.am
examples/bandwidth/Makefile.am
examples/ping/Makefile.am
examples/saturate/Makefile.am

index bf14c56..adfc6b8 100644 (file)
@@ -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
index 63705f1..de9499c 100644 (file)
@@ -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
index beb9a1c..8b3f529 100644 (file)
@@ -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)
 
index e8dbc9a..958e813 100644 (file)
@@ -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