X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/27a462d1cf6871b14fa32d09a96839fd8ff2c1c0..4320715baf3e10ac7316fa920fb7659f7748185b:/buildtools/Cmake/DefinePackages.cmake diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index 816e0f73ab..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 @@ -62,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 @@ -95,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 @@ -430,8 +435,11 @@ set(headers_to_install 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/simgrid/modelchecker.h + include/simgrid/simix.h include/msg/msg.h include/msg/datatypes.h include/simdag/simdag.h @@ -455,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 @@ -569,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" @@ -577,8 +584,6 @@ file(GLOB_RECURSE examples_to_install_in_doc "examples/*.xml" "examples/*README" ) - - set(DOC_SOURCES doc/install.doc @@ -613,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 @@ -660,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