X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/31032437cd1093e2dc6ce10c61822a1ad6503b72..5b83d17d87eb4b7a182abd0e40512ad6811bdcc5:/buildtools/Cmake/DefinePackages.cmake diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index 5cbdcb69e0..e9f76d770b 100755 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -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 +)