X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/90af63c43499e97c8e9762da2a1e3ca0e6af074f..cb91af44a1bd7e5f331686df25d5fe80ff571a43:/buildtools/Cmake/DefinePackages.cmake diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index 486c892e05..bf28e63461 100644 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -90,6 +90,15 @@ 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 tools/gras/gras_stub_generator.h tools/tesh/run_context.h @@ -428,6 +437,7 @@ set(headers_to_install include/xbt/file_stat.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 @@ -451,9 +461,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 @@ -565,6 +572,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 +582,6 @@ file(GLOB_RECURSE examples_to_install_in_doc "examples/*.xml" "examples/*README" ) - - set(DOC_SOURCES doc/install.doc