X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8ba0bc2f48c6b9b96dfedd8fd383b941d5fdd0b..4320715baf3e10ac7316fa920fb7659f7748185b:/buildtools/Cmake/DefinePackages.cmake diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index eaf168dc70..8d22b462f1 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 @@ -44,6 +39,7 @@ set(EXTRA_DIST src/surf/simgrid_dtd.c src/surf/simgrid.dtd src/surf/network_private.h + src/surf/storage_private.h src/surf/network_gtnets_private.h src/surf/gtnets/gtnets_interface.h src/surf/gtnets/gtnets_simulator.h @@ -61,7 +57,6 @@ 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 @@ -94,6 +89,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 @@ -244,6 +250,7 @@ set(SURF_SRC src/surf/cpu_ti.c src/surf/cpu_cas01.c src/surf/sg_platf.c + src/surf/storage.c src/xbt/xbt_sg_stubs.c ) @@ -328,6 +335,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 @@ -352,7 +363,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 ) @@ -424,8 +434,12 @@ set(headers_to_install 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/simgrid/platf.h - include/mc/modelchecker.h + include/simgrid/modelchecker.h + include/simgrid/simix.h include/msg/msg.h include/msg/datatypes.h include/simdag/simdag.h @@ -449,9 +463,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 @@ -511,6 +522,7 @@ set(simgrid_sources ${GRAS_COMMON_SRC} ${GRAS_SG_SRC} ${AMOK_SRC} + ${BINDINGS_SRC} ${JEDULE_SRC} ${RNGSTREAM_SRC} ) @@ -562,6 +574,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" @@ -570,8 +584,6 @@ file(GLOB_RECURSE examples_to_install_in_doc "examples/*.xml" "examples/*README" ) - - set(DOC_SOURCES doc/install.doc @@ -606,6 +618,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 @@ -653,7 +666,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 @@ -731,7 +744,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" @@ -756,6 +768,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"