X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d926831703326eda8eca16f898e892466d8d16a..6c6d22019a29d1a1e7cd1f52dbb21cf3d330c57c:/buildtools/Cmake/DefinePackages.cmake diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index 15460656e1..e5ad685b03 100644 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -17,23 +17,18 @@ set(EXTRA_DIST src/xbt/backtrace_dummy.c src/xbt/setset_private.h src/xbt/automatonparse_promela.c - src/xbt/mmalloc/attach.c - src/xbt/mmalloc/detach.c - src/xbt/mmalloc/keys.c - src/xbt/mmalloc/mcalloc.c src/xbt/mmalloc/mfree.c - src/xbt/mmalloc/mm_legacy.c - src/xbt/mmalloc/mm.c src/xbt/mmalloc/mmalloc.c - src/xbt/mmalloc/mmap-sup.c - src/xbt/mmalloc/mmcheck.c - src/xbt/mmalloc/mmemalign.c - src/xbt/mmalloc/mmprivate.h - src/xbt/mmalloc/mmstats.c - src/xbt/mmalloc/mmtrace.c - src/xbt/mmalloc/mrealloc.c - src/xbt/mmalloc/mvalloc.c - src/xbt/mmalloc/sbrk-sup.c + src/xbt/mmalloc/mmalloc.info + src/xbt/mmalloc/mmalloc.texi + src/xbt/mmalloc/mm.c + src/xbt/mmalloc/mm_diff.c + src/xbt/mmalloc/mm_legacy.c + src/xbt/mmalloc/mm_module.c + src/xbt/mmalloc/mmorecore.c + src/xbt/mmalloc/mmprivate.h + src/xbt/mmalloc/mmtrace.awk + src/xbt/mmalloc/mrealloc.c src/xbt/mmalloc/test/mmalloc_test.c src/xbt/datadesc/ddt_parse.yy.l src/xbt/datadesc/ddt_parse.yy.h @@ -62,10 +57,8 @@ set(EXTRA_DIST src/include/surf/surf_resource_lmm.h src/include/xbt/wine_dbghelp.h src/include/xbt/xbt_os_time.h - src/include/xbt/xbt_os_thread.h src/include/mc/datatypes.h src/include/mc/mc.h - src/include/simix/context.h src/msg/msg_private.h src/msg/msg_mailbox.h src/simdag/private.h @@ -95,6 +88,17 @@ set(EXTRA_DIST examples/gras/ping/ping.h examples/gras/console/ping.h examples/gras/mmrpc/mmrpc.h + + examples/msg/mc/parserPromela.yacc + examples/msg/mc/parserPromela.lex + examples/msg/mc/automaton.h + examples/msg/mc/bugged1_liveness.h + examples/msg/mc/centralized_liveness.h + examples/msg/mc/automatonparse_promela.h + examples/msg/mc/bugged2_liveness.h + examples/msg/mc/y.tab.h + + examples/platforms/content/storage_content.txt tools/gras/gras_stub_generator.h tools/tesh/run_context.h @@ -178,7 +182,7 @@ set(XBT_SRC src/xbt/graphxml_parse.c src/xbt/setset.c src/xbt/parmap.c - src/xbt/xbt_replay_trace_reader.c + src/xbt/xbt_replay.c src/xbt/lib.c src/xbt/automaton.c src/xbt/datadesc/ddt_create.c @@ -193,6 +197,7 @@ set(XBT_SRC src/xbt/xbt_socket.c src/xbt/xbt_socket_private.h src/xbt/xbt_trp_plugin_tcp.c + src/xbt/RngStream.c ) if(HAVE_MMAP) @@ -277,6 +282,7 @@ set(MSG_SRC src/msg/msg_deployment.c src/msg/msg_mailbox.c src/msg/msg_actions.c + src/msg/msg_vm.c ) set(SIMDAG_SRC @@ -330,6 +336,10 @@ set(AMOK_SRC src/amok/PeerManagement/peermanagement.c ) +set(BINDINGS_SRC + src/bindings/bindings_global.c +) + set(LUA_SRC src/bindings/lua/simgrid_lua.c src/bindings/lua/lua_task.c @@ -354,7 +364,6 @@ set(TRACING_SRC src/instr/instr_msg_process.c src/instr/instr_surf.c src/instr/instr_smpi.c - src/instr/instr_simdag.c src/instr/instr_resource_utilization.c src/instr/instr_private.h ) @@ -383,11 +392,6 @@ set(MC_SRC src/mc/mc_liveness.c ) -set(RNGSTREAM_SRC - src/rngstreams/RngStream.h - src/rngstreams/RngStream.c -) - set(headers_to_install include/xbt/misc.h include/xbt/sysdep.h @@ -421,14 +425,18 @@ set(headers_to_install include/xbt/queue.h include/xbt/setset.h include/xbt/mmalloc.h - include/xbt/replay_trace_reader.h + include/xbt/replay.h include/xbt/parmap.h include/xbt/automaton.h include/xbt/automatonparse_promela.h include/xbt/datadesc.h include/xbt/socket.h + include/xbt/file_stat.h + include/xbt/xbt_os_thread.h + include/xbt/RngStream.h include/simgrid/platf.h include/simgrid/modelchecker.h + include/simgrid/simix.h include/msg/msg.h include/msg/datatypes.h include/simdag/simdag.h @@ -452,9 +460,6 @@ set(headers_to_install include/instr/instr.h include/gras.h include/xbt.h - include/simix/simix.h - include/simix/datatypes.h - include/simix/context.h ) set(source_of_generated_headers include/simgrid_config.h.in @@ -514,8 +519,8 @@ set(simgrid_sources ${GRAS_COMMON_SRC} ${GRAS_SG_SRC} ${AMOK_SRC} + ${BINDINGS_SRC} ${JEDULE_SRC} - ${RNGSTREAM_SRC} ) if(HAVE_MC) @@ -565,6 +570,8 @@ endif(${HAVE_LUA}) file(GLOB_RECURSE examples_to_install_in_doc "examples/*.c" "examples/*.h" +"examples/*yacc" +"examples/*lex" "examples/*.cxx" "examples/*.hpp" "examples/*.rb" @@ -573,8 +580,6 @@ file(GLOB_RECURSE examples_to_install_in_doc "examples/*.xml" "examples/*README" ) - - set(DOC_SOURCES doc/install.doc @@ -609,6 +614,7 @@ set(DOC_SOURCES #doc/index-API.doc doc/index.doc + ${CMAKE_HOME_DIRECTORY}/doc/logcategories.doc doc/module-amok.doc doc/module-gras.doc doc/module-msg.doc @@ -656,7 +662,7 @@ set(DOC_SOURCES doc/webcruft/Paje_MSG_screenshot.jpg doc/webcruft/Paje_MSG_screenshot_thn.jpg doc/webcruft/poster_thumbnail.png - doc/webcruft/simgrid_logo.png + doc/webcruft/simgrid_logo_2011.png doc/webcruft/simgrid_logo_small.png doc/triva-graph_configuration.png doc/triva-graph_visualization.png @@ -734,7 +740,6 @@ set(txt_files "testsuite/surf/trace_A.txt" "testsuite/surf/trace_B.txt" "examples/smpi/hostfile" -"examples/msg/trace/file.trace" "examples/msg/link5_state.trace" "examples/msg/fafard_state.trace" "examples/msg/jupiter_state.trace" @@ -759,6 +764,7 @@ set(txt_files "teshsuite/gras/empty_main/test_sg.tesh" "teshsuite/gras/small_sleep/test_sg_32.tesh" "teshsuite/gras/small_sleep/test_sg_64.tesh" +"teshsuite/msg/trace/file.trace" "teshsuite/simdag/platforms/bob.fail" "teshsuite/simdag/platforms/bob.trace" "teshsuite/simdag/platforms/bob0_availability_file.trace"