Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix make distcheck
[simgrid.git] / tools / cmake / DefinePackages.cmake
index 903bafc..2a129ed 100644 (file)
@@ -66,7 +66,6 @@ set(EXTRA_DIST
   src/xbt/mallocator_private.h
 
   src/xbt/mmalloc/mfree.c
-  src/xbt/mmalloc/mm.c
   src/xbt/mmalloc/mm_legacy.c
   src/xbt/mmalloc/mm_module.c
   src/xbt/mmalloc/mmalloc.c
@@ -217,7 +216,6 @@ set(SMPI_SRC
   src/smpi/internals/smpi_memory.cpp
   src/smpi/internals/smpi_shared.cpp
   src/smpi/internals/smpi_deployment.cpp
-  src/smpi/internals/smpi_dvfs.cpp
   src/smpi/internals/smpi_global.cpp
   src/smpi/internals/smpi_host.cpp
   src/smpi/internals/smpi_replay.cpp
@@ -298,6 +296,8 @@ set(XBT_SRC
 
 if(HAVE_MMALLOC)
   set(XBT_SRC ${XBT_SRC}  src/xbt/mmalloc/mm.c )
+else()
+  set(EXTRA_DIST ${EXTRA_DIST} src/xbt/mmalloc/mm.c)
 endif()
 
 set(NS3_SRC  src/surf/network_ns3.cpp
@@ -693,6 +693,8 @@ set(headers_to_install
   include/simgrid/kernel/future.hpp
   include/simgrid/host.h
   include/simgrid/link.h
+  include/simgrid/cond.h
+  include/simgrid/mutex.h
   include/simgrid/semaphore.h
   include/simgrid/storage.h
   include/simgrid/vm.h
@@ -866,15 +868,6 @@ set(DOC_SOURCES
   docs/source/conf.py
   docs/source/Doxyfile
   docs/source/_ext/hidden_code_block.py
-  docs/source/_ext/javasphinx-apidoc
-  docs/source/_ext/javasphinx/apidoc.py
-  docs/source/_ext/javasphinx/compiler.py
-  docs/source/_ext/javasphinx/domain.py
-  docs/source/_ext/javasphinx/extdoc.py
-  docs/source/_ext/javasphinx/formatter.py
-  docs/source/_ext/javasphinx/htmlrst.py
-  docs/source/_ext/javasphinx/__init__.py
-  docs/source/_ext/javasphinx/util.py
   docs/source/_templates/breadcrumbs.html
 
   docs/source/img/eclipseScreenShot.png
@@ -894,7 +887,7 @@ set(DOC_SOURCES
   docs/source/app_smpi.rst
   docs/source/community.rst
   docs/source/Configuring_SimGrid.rst
-  doc/doxygen/Deploying_your_Application.rst
+  docs/source/Deploying_your_Application.rst
   docs/source/Experimental_Setup.rst
   docs/source/index.rst
   docs/source/Introduction.rst
@@ -992,8 +985,6 @@ set(CMAKEFILES_TXT
   examples/smpi/smpi_msg_masterslave/CMakeLists.txt
   examples/smpi/replay_multiple/CMakeLists.txt
   examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt
-  examples/smpi/energy/f77/CMakeLists.txt
-  examples/smpi/energy/f90/CMakeLists.txt
   examples/python/CMakeLists.txt
   examples/deprecated/java/CMakeLists.txt
   examples/deprecated/msg/CMakeLists.txt