Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
put sd_dotloader.c in the archive even if I cannot compile it right now
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
index 1c2cc46..99fe4c8 100644 (file)
@@ -268,11 +268,16 @@ set(SIMDAG_SRC
        src/simdag/sd_task.c
        src/simdag/sd_workstation.c
        src/simdag/sd_daxloader.c
+       src/simdag/sd_dotloader.c
 )
 if(HAVE_GRAPHVIZ)
        set(SIMDAG_SRC 
            ${SIMDAG_SRC} src/simdag/sd_dotloader.c
        )
+else(HAVE_GRAPHVIZ)
+       set(EXTRA_DIST
+           ${EXTRA_DIST} src/simdag/sd_dotloader.c
+       )
 endif(HAVE_GRAPHVIZ)
 
 set(GRAS_COMMON_SRC
@@ -548,6 +553,7 @@ file(GLOB_RECURSE examples_to_install_in_doc
 "examples/*.lua"
 "examples/*.java"
 "examples/*.xml"
+"examples/*.txt"
 )
 
 file(GLOB_RECURSE README_examples_files
@@ -561,7 +567,7 @@ ${README_examples_files}
 
 set(DOC_SOURCES
        doc/contrib.doc
-        doc/FAQ.doc
+    doc/FAQ.doc
        doc/gtut-howto-design.doc
        doc/gtut-howto.doc
        doc/gtut-introduction.doc
@@ -587,7 +593,6 @@ set(DOC_SOURCES
        doc/history.doc
        doc/index-API.doc
        doc/index.doc
-       doc/logcategories.doc
        doc/module-amok.doc
        doc/module-gras.doc
        doc/module-msg.doc
@@ -597,6 +602,15 @@ set(DOC_SOURCES
        doc/module-xbt.doc
        doc/people.doc  
        doc/publis.doc
+       doc/Doxyfile.in
+       tools/doxygen/bibtex2html_table_count.pl
+       tools/doxygen/doxygen_postprocesser.pl
+       tools/doxygen/index_create.pl
+       tools/doxygen/toc_create.pl
+       tools/doxygen/bibtex2html_wrapper.pl
+       tools/doxygen/fig2dev_postprocessor.pl
+       tools/doxygen/index_php.pl
+       tools/doxygen/xbt_log_extract_hierarchy.pl
 )
 set(DOC_FIGS
        ${PROJECT_DIRECTORY}/doc/fig/simgrid_modules.fig
@@ -623,6 +637,7 @@ endforeach(file ${new_examples_to_install_in_doc})
 file(GLOB_RECURSE add_src_files
 "teshsuite/*.c"
 "teshsuite/*.cxx"
+"teshsuite/*CMakeLists.txt"
 "testsuite/*.c"
 "testsuite/*.cxx"
 "testsuite/*CMakeLists.txt"
@@ -685,6 +700,15 @@ file(GLOB_RECURSE txt_files
 "testsuite/simdag/availability_tremblay.txt"
 "examples/smpi/hostfile"
 "examples/msg/*.trace"
+"examples/msg/actions/actions_allReduce.txt"
+"examples/msg/actions/actions_reduce.txt"
+"examples/msg/actions/actions.txt"
+"examples/msg/actions/actions_barrier.txt"
+"examples/msg/actions/actions_split_p0.txt"
+"examples/msg/actions/actions_with_isend.txt"
+"examples/msg/actions/actions_bcast.txt"
+"examples/msg/actions/actions_split_p1.txt"
+"examples/msg/actions/CMakeLists.txt"
 "examples/msg/migration/migration.deploy"
 "examples/java/runtest"
 "teshsuite/gras/datadesc/datadesc.little32_4"