Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove references to amok in builtools/.
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
index 0431796..7fc7f03 100644 (file)
@@ -1,8 +1,6 @@
 ### define source packages
 
 set(EXTRA_DIST
-  src/amok/Bandwidth/bandwidth_private.h
-  src/amok/amok_modinter.h
   src/include/mc/datatypes.h
   src/include/mc/mc.h
   src/include/simgrid/platf_interface.h
@@ -96,7 +94,6 @@ set(XBT_RL_SRC
 
 set(XBT_SG_SRC
   src/xbt/xbt_sg_synchro.c
-  src/xbt/xbt_sg_time.c
   )
 
 set(SMPI_SRC
@@ -314,7 +311,6 @@ set(LUA_SRC
   src/bindings/lua/lua_platf.c
   src/bindings/lua/lua_process.c
   src/bindings/lua/lua_state_cloner.c
-  src/bindings/lua/lua_stub_generator.c
   src/bindings/lua/lua_task.c
   src/bindings/lua/lua_utils.c
   src/bindings/lua/simgrid_lua.c
@@ -362,8 +358,6 @@ set(MC_SRC
   )
 
 set(headers_to_install
-  include/amok/bandwidth.h
-  include/amok/peermanagement.h
   include/instr/instr.h
   include/msg/datatypes.h
   include/msg/msg.h
@@ -476,6 +470,7 @@ set(simgrid_sources
   ${SIMIX_SRC}
   ${SURF_SRC}
   ${TRACING_SRC}
+  ${XBT_SG_SRC}
   ${XBT_SRC}
   )
 
@@ -516,8 +511,6 @@ else()
 endif()
 
 set(DOC_SOURCES
-  doc/amok_bw_sat.png
-  doc/amok_bw_test.png
   doc/AS_hierarchy.png
   doc/sg_thread_model.fig
   doc/simix.fig
@@ -658,7 +651,6 @@ set(REF_GUIDE_SOURCES
   doc/ref_guide/doxygen/footer.html
   doc/ref_guide/doxygen/header.html
   doc/ref_guide/doxygen/main.doc
-  doc/ref_guide/doxygen/module-amok.doc
   doc/ref_guide/doxygen/module-msg.doc
   doc/ref_guide/doxygen/module-sd.doc
   doc/ref_guide/doxygen/module-simix.doc
@@ -757,8 +749,6 @@ set(txt_files
   )
 
 set(EXAMPLES_CMAKEFILES_TXT
-  examples/amok/bandwidth/CMakeLists.txt
-  examples/amok/saturate/CMakeLists.txt
   examples/lua/CMakeLists.txt
   examples/msg/CMakeLists.txt
   examples/msg/actions/CMakeLists.txt