Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge all public simix headers, and distribute them in simgrid directory
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
index 486c892..bf28e63 100644 (file)
@@ -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