X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a17d773484b05eb5d041babda0b346350b9ae72..9df3f18b909012a944b85248cc2fff8988a8f83a:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 2c020f2c40..d2338eb64d 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -2,10 +2,10 @@ set(EXTRA_DIST src/bindings/java/MANIFEST.in - src/include/instr/instr_interface.h + src/include/instr/instr_interface.hpp src/include/mc/datatypes.h src/include/mc/mc.h - src/include/simgrid/sg_config.h + src/include/simgrid/sg_config.hpp src/include/surf/surf.hpp src/include/xbt/parmap.hpp src/include/xbt/mmalloc.h @@ -86,7 +86,7 @@ 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 ) @@ -253,6 +253,7 @@ set(SMPI_SRC src/smpi/include/smpi_status.hpp src/smpi/include/smpi_win.hpp src/smpi/include/smpi_topo.hpp + src/smpi/plugins/sampi_loadbalancer.cpp src/surf/network_smpi.cpp src/surf/network_ib.cpp ) @@ -303,11 +304,11 @@ set(SURF_SRC src/kernel/lmm/lagrange.cpp src/kernel/lmm/maxmin.hpp src/kernel/lmm/maxmin.cpp - + src/kernel/resource/Action.cpp src/kernel/resource/Model.cpp src/kernel/resource/Resource.cpp - + src/kernel/routing/ClusterZone.cpp src/kernel/routing/DijkstraZone.cpp src/kernel/routing/DragonflyZone.cpp @@ -320,7 +321,7 @@ set(SURF_SRC src/kernel/routing/TorusZone.cpp src/kernel/routing/RoutedZone.cpp src/kernel/routing/VivaldiZone.cpp - + src/kernel/EngineImpl.cpp src/kernel/EngineImpl.hpp @@ -365,7 +366,7 @@ set(PLUGINS_SRC src/plugins/vm/VmLiveMigration.cpp src/plugins/vm/VmLiveMigration.hpp ) - + set(SIMIX_GENERATED_SRC src/simix/popping_generated.cpp ) set(SIMIX_SRC src/kernel/future.cpp @@ -387,6 +388,8 @@ set(SIMIX_SRC src/simix/popping.cpp src/kernel/activity/ActivityImpl.cpp src/kernel/activity/ActivityImpl.hpp + src/kernel/activity/ConditionVariableImpl.cpp + src/kernel/activity/ConditionVariableImpl.hpp src/kernel/activity/CommImpl.cpp src/kernel/activity/CommImpl.hpp src/kernel/activity/ExecImpl.cpp @@ -401,7 +404,7 @@ set(SIMIX_SRC src/kernel/activity/SynchroIo.hpp src/kernel/activity/SynchroRaw.cpp src/kernel/activity/SynchroRaw.hpp - + ${SIMIX_GENERATED_SRC} ) @@ -423,9 +426,9 @@ set(S4U_SRC src/s4u/s4u_activity.cpp src/s4u/s4u_conditionVariable.cpp src/s4u/s4u_comm.cpp - src/s4u/s4u_engine.cpp - src/s4u/s4u_exec.cpp - src/s4u/s4u_host.cpp + src/s4u/s4u_engine.cpp + src/s4u/s4u_exec.cpp + src/s4u/s4u_host.cpp src/s4u/s4u_link.cpp src/s4u/s4u_mailbox.cpp src/s4u/s4u_mutex.cpp @@ -442,7 +445,6 @@ set(SIMGRID_SRC set(MSG_SRC src/msg/instr_msg_process.cpp src/msg/instr_msg_task.cpp - src/msg/msg_actions.cpp src/msg/msg_deployment.cpp src/msg/msg_environment.cpp src/msg/msg_global.cpp @@ -575,6 +577,7 @@ set(MC_SRC_BASE src/mc/mc_replay.hpp src/mc/mc_record.cpp src/mc/mc_config.cpp + src/mc/mc_config.hpp src/mc/mc_global.cpp ) @@ -596,7 +599,7 @@ set(MC_SRC src/mc/remote/RemotePtr.hpp src/mc/remote/mc_protocol.h src/mc/remote/mc_protocol.cpp - + src/mc/AddressSpace.hpp src/mc/Frame.hpp src/mc/Frame.cpp @@ -633,7 +636,7 @@ set(MC_SRC src/mc/mc_dwarf_tagnames.cpp src/mc/mc_hash.hpp src/mc/mc_hash.cpp - src/mc/mc_ignore.h + src/mc/mc_ignore.hpp src/mc/LocationList.hpp src/mc/LocationList.cpp src/mc/mc_record.cpp @@ -667,6 +670,7 @@ set(headers_to_install include/simgrid/plugins/file_system.h include/simgrid/plugins/live_migration.h include/simgrid/plugins/load.h + include/simgrid/smpi/replay.hpp include/simgrid/instr.h include/simgrid/msg.h include/simgrid/simdag.h @@ -681,20 +685,19 @@ set(headers_to_install include/simgrid/storage.h include/simgrid/vm.h include/simgrid/zone.h - include/simgrid/s4u/forward.hpp include/simgrid/s4u/Activity.hpp include/simgrid/s4u/Actor.hpp include/simgrid/s4u/Comm.hpp include/simgrid/s4u/ConditionVariable.hpp - include/simgrid/s4u/Engine.hpp + include/simgrid/s4u/Engine.hpp include/simgrid/s4u/Exec.hpp - include/simgrid/s4u/Host.hpp - include/simgrid/s4u/Link.hpp + include/simgrid/s4u/Host.hpp + include/simgrid/s4u/Link.hpp include/simgrid/s4u/Mailbox.hpp include/simgrid/s4u/Mutex.hpp include/simgrid/s4u/NetZone.hpp - include/simgrid/s4u/Storage.hpp - include/simgrid/s4u/VirtualMachine.hpp + include/simgrid/s4u/Storage.hpp + include/simgrid/s4u/VirtualMachine.hpp include/simgrid/s4u.hpp include/simgrid/kernel/resource/Action.hpp @@ -712,11 +715,12 @@ set(headers_to_install include/simgrid/kernel/routing/NetZoneImpl.hpp include/simgrid/kernel/routing/RoutedZone.hpp include/simgrid/kernel/routing/TorusZone.hpp - include/simgrid/kernel/routing/VivaldiZone.hpp + include/simgrid/kernel/routing/VivaldiZone.hpp include/smpi/mpi.h include/smpi/smpi.h include/smpi/smpi_main.h + include/smpi/smpi_helpers.h include/smpi/smpi_extended_traces.h include/smpi/smpi_extended_traces_fortran.h include/smpi/forward.hpp @@ -732,7 +736,6 @@ set(headers_to_install include/xbt/cunit.h include/xbt/dict.h include/xbt/dynar.h - include/xbt/dynar.hpp include/xbt/ex.h include/xbt/ex.hpp include/xbt/exception.hpp @@ -806,7 +809,7 @@ set(simgrid_sources ${XBT_SRC} ) -if(${SIMGRID_HAVE_JEDULE}) +if(${SIMGRID_HAVE_JEDULE}) set(simgrid_sources ${simgrid_sources} ${JEDULE_SRC}) else() set(EXTRA_DIST ${EXTRA_DIST} ${JEDULE_SRC}) @@ -892,10 +895,10 @@ set(DOC_SOURCES doc/doxygen/module-index.doc doc/doxygen/ns3.doc doc/doxygen/options.doc - doc/doxygen/outcomes.doc - doc/doxygen/outcomes_logs.doc - doc/doxygen/outcomes_MC.doc - doc/doxygen/outcomes_vizu.doc + doc/doxygen/outcomes.doc + doc/doxygen/outcomes_logs.doc + doc/doxygen/outcomes_MC.doc + doc/doxygen/outcomes_vizu.doc doc/doxygen/platform.doc doc/doxygen/platform_lua.doc doc/doxygen/scenario.doc @@ -982,7 +985,7 @@ set(txt_files TODO ) -# The list of cmake build directories is constructed from the following list. +# The list of cmake build directories is constructed from the following list. # Add your CMakeLists file here to see your subdir built. set(CMAKEFILES_TXT examples/java/CMakeLists.txt @@ -1006,7 +1009,7 @@ set(CMAKEFILES_TXT teshsuite/smpi/CMakeLists.txt teshsuite/surf/CMakeLists.txt teshsuite/xbt/CMakeLists.txt - + teshsuite/smpi/isp/umpire/CMakeLists.txt teshsuite/smpi/mpich3-test/CMakeLists.txt teshsuite/smpi/mpich3-test/attr/CMakeLists.txt @@ -1038,7 +1041,7 @@ set(CMAKEFILES_TXT teshsuite/smpi/mpich3-test/topo/CMakeLists.txt teshsuite/smpi/mpich3-test/rma/CMakeLists.txt teshsuite/smpi/mpich3-test/perf/CMakeLists.txt - + tools/CMakeLists.txt tools/graphicator/CMakeLists.txt tools/tesh/CMakeLists.txt