X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d066aef5dd1b2f34cbf9c3bb6e4a6277957296bf..cb7624775b886ded6918e05a7a484380ef2aaf5f:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 702755d84e..fe133865c5 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -10,6 +10,7 @@ set(EXTRA_DIST src/mc/mc_record.h src/include/simgrid/sg_config.h src/include/smpi/smpi_interface.h + src/include/smpi/smpi_utils.hpp src/include/surf/datatypes.h src/include/surf/maxmin.h src/include/surf/surf.h @@ -37,7 +38,6 @@ set(EXTRA_DIST src/kernel/activity/SynchroIo.hpp src/kernel/activity/SynchroSleep.hpp src/kernel/activity/SynchroRaw.hpp - src/smpi/README src/smpi/colls/coll_tuned_topo.h src/smpi/colls/colls.h src/smpi/colls/colls_private.h @@ -80,7 +80,6 @@ set(EXTRA_DIST src/surf/surf_interface.hpp src/surf/surf_private.h src/surf/surf_routing.hpp - src/surf/vm_hl13.hpp src/surf/PropertyHolder.hpp src/surf/virtual_machine.hpp src/surf/host_clm03.hpp @@ -116,6 +115,9 @@ set(EXTRA_DIST teshsuite/lua/lua_platforms.tesh examples/smpi/mc/only_send_deterministic.tesh examples/smpi/mc/non_deterministic.tesh + + examples/java/.classpath + examples/java/.project ) set(SMPI_SRC @@ -238,6 +240,7 @@ set(SMPI_SRC src/smpi/smpi_replay.cpp src/smpi/smpi_rma.cpp src/smpi/smpi_topo.cpp + src/smpi/smpi_utils.cpp src/smpi/smpi_f77.cpp ) @@ -269,7 +272,7 @@ set(XBT_SRC src/xbt/xbt_log_appender_file.c src/xbt/xbt_log_layout_format.c src/xbt/xbt_log_layout_simple.c - src/xbt/xbt_main.c + src/xbt/xbt_main.cpp src/xbt/xbt_matrix.c src/xbt/xbt_os_file.c src/xbt/xbt_os_synchro.c @@ -328,7 +331,6 @@ set(SURF_SRC src/surf/xml/surfxml_parseplatf.cpp src/surf/trace_mgr.hpp src/surf/trace_mgr.cpp - src/surf/vm_hl13.cpp src/surf/virtual_machine.cpp src/surf/host_clm03.cpp src/surf/HostImpl.cpp @@ -633,7 +635,6 @@ set(headers_to_install include/simgrid/instr.h include/simgrid/msg.h include/simgrid/simdag.h - include/simgrid.h include/simgrid/datatypes.h include/simgrid/modelchecker.h include/simgrid/forward.h @@ -651,7 +652,7 @@ set(headers_to_install include/simgrid/s4u/engine.hpp include/simgrid/s4u/file.hpp include/simgrid/s4u/host.hpp - include/simgrid/s4u/mailbox.hpp + include/simgrid/s4u/Mailbox.hpp include/simgrid/s4u/Mutex.hpp include/simgrid/s4u/conditionVariable.hpp include/simgrid/s4u/storage.hpp @@ -808,14 +809,12 @@ set(DOC_SOURCES doc/doxygen/FAQ.doc doc/doxygen/application.doc doc/doxygen/community.doc - doc/doxygen/community_contact.doc - doc/doxygen/community_extend.doc - doc/doxygen/community_giveback.doc doc/doxygen/deployment.doc doc/doxygen/examples.doc doc/doxygen/footer.html doc/doxygen/getting_started.doc doc/doxygen/header.html + doc/doxygen/howtos.doc doc/doxygen/index.doc doc/doxygen/inside.doc doc/doxygen/inside_tests.doc @@ -848,6 +847,7 @@ set(DOC_SOURCES doc/doxygen/scenario.doc doc/doxygen/stylesheet.css doc/doxygen/uhood.doc + doc/doxygen/uhood_switch.doc doc/manpage/smpicc.1 doc/manpage/smpicxx.1 @@ -855,6 +855,8 @@ set(DOC_SOURCES doc/manpage/smpiff.1 doc/manpage/smpirun.1 + tools/tesh/tesh.pod + doc/msg-tuto-src/deployment0.xml doc/msg-tuto-src/deployment1.xml doc/msg-tuto-src/deployment2.xml @@ -917,8 +919,6 @@ set(txt_files AUTHORS COPYING README - README.java - README.lua ChangeLog INSTALL LICENSE-LGPL-2.1