Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add local tests with pipol.
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
index 5cbdcb6..e9f76d7 100755 (executable)
@@ -268,6 +268,13 @@ set(SIMDAG_SRC
        src/simdag/sd_workstation.c
        src/simdag/sd_daxloader.c
 )
+if(HAVE_CGRAPH_H)
+       set(SIMDAG_SRC
+               ${SIMDAG_SRC}
+               src/simdag/sd_dotloader.c
+       )
+
+endif(HAVE_CGRAPH_H)
 
 set(GRAS_COMMON_SRC
        src/gras/gras.c
@@ -400,7 +407,6 @@ include/gras/timer.h
 include/amok/peermanagement.h
 include/amok/bandwidth.h
 include/instr/instr.h
-include/instr/tracing_config.h
 include/simgrid_config.h
 include/gras.h 
 include/xbt.h
@@ -434,29 +440,6 @@ src/xbt/config.c
 src/xbt/xbt_synchro.c
 )
 
-#Here must have all files which permit to generate source files
-set(SRC_TO_LOOK
-src/surf/simgrid.dtd
-src/xbt/graphxml.dtd
-src/simdag/dax.dtd
-examples/gras/ping/ping.xml
-examples/gras/rpc/rpc.xml
-examples/gras/spawn/spawn.xml
-examples/gras/timer/timer.xml
-examples/gras/chrono/chrono.xml
-examples/gras/mutual_exclusion/simple_token/simple_token.xml
-examples/gras/mmrpc/mmrpc.xml
-examples/gras/all2all/all2all.xml
-examples/gras/pmm/pmm.xml
-examples/gras/synchro/synchro.xml
-examples/gras/properties/properties.xml
-teshsuite/gras/msg_handle/msg_handle.xml
-teshsuite/gras/empty_main/empty_main.xml
-teshsuite/gras/small_sleep/small_sleep.xml
-examples/amok/bandwidth/bandwidth.xml
-examples/amok/saturate/saturate.xml
-)
-
 ### depend of some variables setted upper
 # -->CONTEXT_THREADS
 if(${CONTEXT_THREADS} OR WIN32)
@@ -767,7 +750,6 @@ set(source_to_pack
        buildtools/Cmake/test_prog/prog_va_copy.c
        buildtools/Cmake/test_prog/prog_vsnprintf.c
        buildtools/Cmake/gras_config.h.in
-       buildtools/Cmake/tracing_config.h.in
        AUTHORS
        ChangeLog
        COPYING
@@ -815,4 +797,4 @@ set(source_to_pack
        src/bindings/rubyDag/rb_SD_workstation.h
        src/bindings/rubyDag/rb_simdag.c
        src/bindings/rubyDag/simdag.rb
-)
\ No newline at end of file
+)