X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/018f0c4b9035f7e28796f298e85ab69bb88ca426..0da03fd3b1fbb5141927e8e53f5315d50e2ed022:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index cc3b711ab1..9fefe95716 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -8,7 +8,6 @@ set(EXTRA_DIST src/mc/mc_mmu.h src/mc/PageStore.hpp src/mc/mc_record.h - src/include/simgrid/platf_interface.h src/include/simgrid/sg_config.h src/include/smpi/smpi_interface.h src/include/surf/datatypes.h @@ -60,10 +59,11 @@ set(EXTRA_DIST src/surf/ns3/ns3_interface.h src/surf/ns3/ns3_simulator.h src/surf/ns3/red-queue.h - src/surf/platform.hpp src/surf/plugins/energy.hpp - src/surf/simgrid.dtd - src/surf/simgrid_dtd.c + src/surf/xml/simgrid.dtd + src/surf/xml/simgrid_dtd.h + src/surf/xml/simgrid_dtd.c + src/surf/xml/surfxml_sax_cb.cpp src/surf/storage_interface.hpp src/surf/storage_n11.hpp src/surf/surf_interface.hpp @@ -79,7 +79,6 @@ set(EXTRA_DIST src/surf/surf_routing_none.hpp src/surf/surf_routing_private.hpp src/surf/surf_routing_vivaldi.hpp - src/surf/surfxml_parse.cpp src/surf/vm_hl13.hpp src/surf/PropertyHolder.hpp src/surf/virtual_machine.hpp @@ -98,9 +97,6 @@ set(EXTRA_DIST src/xbt/ex_interface.h src/xbt/fifo_private.h src/xbt/graph_private.h - src/xbt/graphxml.c - src/xbt/graphxml.dtd - src/xbt/graphxml_parse.c src/xbt/heap_private.h src/xbt/log_private.h src/xbt/mallocator_private.h @@ -119,6 +115,7 @@ set(EXTRA_DIST src/xbt/win32_ucontext.c tools/tesh/generate_tesh tools/lualib.patch + teshsuite/lua/lua_platforms.tesh examples/smpi/mc/only_send_deterministic.tesh examples/smpi/mc/non_deterministic.tesh ) @@ -260,7 +257,6 @@ set(XBT_SRC src/xbt/ex.c src/xbt/fifo.c src/xbt/graph.c - src/xbt/graphxml_parse.c src/xbt/heap.c src/xbt/lib.c src/xbt/log.c @@ -336,8 +332,10 @@ set(SURF_SRC src/surf/surf_routing_RoutedGraph.cpp src/surf/surf_routing_none.cpp src/surf/surf_routing_vivaldi.cpp - src/surf/surfxml_parse.cpp - src/surf/surfxml_parseplatf.cpp + src/surf/xml/platf.hpp + src/surf/xml/platf_private.hpp + src/surf/xml/surfxml_sax_cb.cpp + src/surf/xml/surfxml_parseplatf.cpp src/surf/trace_mgr.hpp src/surf/trace_mgr.cpp src/surf/vm_hl13.cpp @@ -562,6 +560,7 @@ set(MC_SRC_BASE ) set(MC_SRC + src/mc/remote_ptr.hpp src/mc/AddressSpace.hpp src/mc/AddressSpace.cpp src/mc/Frame.hpp @@ -653,7 +652,6 @@ set(headers_to_install include/simgrid/datatypes.h include/simgrid/modelchecker.h include/simgrid/forward.h - include/simgrid/platf.h include/simgrid/simix.h include/simgrid/simix.hpp include/simgrid/host.h @@ -672,9 +670,7 @@ set(headers_to_install include/smpi/mpi.h include/smpi/smpi.h include/smpi/smpi_main.h - include/surf/simgrid_dtd.h include/surf/surf_routing.h - include/surf/surfxml_parse.h include/xbt.h include/xbt/RngStream.h include/xbt/asserts.h @@ -692,8 +688,6 @@ set(headers_to_install include/xbt/file.h include/xbt/function_types.h include/xbt/graph.h - include/xbt/graphxml.h - include/xbt/graphxml_parse.h include/xbt/hash.h include/xbt/heap.h include/xbt/lib.h @@ -705,6 +699,7 @@ set(headers_to_install include/xbt/mmalloc.h include/xbt/module.h include/xbt/parmap.h + include/xbt/range.hpp include/xbt/replay.h include/xbt/str.h include/xbt/strbuff.h @@ -962,8 +957,9 @@ set(txt_files TODO ) -set(EXAMPLES_CMAKEFILES_TXT - examples/java/CMakeLists.txt +# 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/async/CMakeLists.txt examples/java/bittorrent/CMakeLists.txt examples/java/chord/CMakeLists.txt @@ -984,6 +980,7 @@ set(EXAMPLES_CMAKEFILES_TXT examples/java/startKillTime/CMakeLists.txt examples/java/suspend/CMakeLists.txt examples/java/tracing/CMakeLists.txt + examples/msg/CMakeLists.txt examples/msg/actions/CMakeLists.txt examples/msg/bittorrent/CMakeLists.txt @@ -1015,17 +1012,19 @@ set(EXAMPLES_CMAKEFILES_TXT examples/msg/suspend/CMakeLists.txt examples/msg/token_ring/CMakeLists.txt examples/msg/tracing/CMakeLists.txt + examples/s4u/CMakeLists.txt examples/s4u/basic/CMakeLists.txt examples/s4u/io/CMakeLists.txt + examples/simdag/CMakeLists.txt examples/simdag/dax/CMakeLists.txt examples/simdag/dot/CMakeLists.txt examples/simdag/goal/CMakeLists.txt examples/simdag/io/CMakeLists.txt - examples/simdag/metaxml/CMakeLists.txt examples/simdag/properties/CMakeLists.txt examples/simdag/scheduling/CMakeLists.txt + examples/smpi/CMakeLists.txt examples/smpi/smpi_msg_masterslave/CMakeLists.txt examples/smpi/replay_multiple/CMakeLists.txt @@ -1033,13 +1032,10 @@ set(EXAMPLES_CMAKEFILES_TXT examples/smpi/energy/CMakeLists.txt examples/smpi/energy/f77/CMakeLists.txt examples/smpi/energy/f90/CMakeLists.txt - ) -set(TESHSUITE_CMAKEFILES_TXT teshsuite/bug-17132/CMakeLists.txt teshsuite/java/semaphore/CMakeLists.txt teshsuite/java/sleep_host_off/CMakeLists.txt - teshsuite/lua/lua_platforms.tesh teshsuite/mc/CMakeLists.txt teshsuite/mc/dwarf/CMakeLists.txt teshsuite/mc/dwarf_expression/CMakeLists.txt @@ -1062,6 +1058,7 @@ set(TESHSUITE_CMAKEFILES_TXT teshsuite/simdag/platforms/CMakeLists.txt teshsuite/simix/check_defaults/CMakeLists.txt teshsuite/simix/stack_overflow/CMakeLists.txt + teshsuite/smpi/CMakeLists.txt teshsuite/smpi/allgather/CMakeLists.txt teshsuite/smpi/allgatherv/CMakeLists.txt @@ -1111,11 +1108,12 @@ set(TESHSUITE_CMAKEFILES_TXT teshsuite/smpi/mpich3-test/topo/CMakeLists.txt teshsuite/smpi/mpich3-test/rma/CMakeLists.txt teshsuite/smpi/mpich3-test/perf/CMakeLists.txt + teshsuite/surf/lmm_usage/CMakeLists.txt teshsuite/surf/maxmin_bench/CMakeLists.txt teshsuite/surf/surf_usage/CMakeLists.txt teshsuite/surf/trace_usage/CMakeLists.txt - teshsuite/xbt/graphxml_usage/CMakeLists.txt + teshsuite/xbt/heap_bench/CMakeLists.txt teshsuite/xbt/log_large/CMakeLists.txt teshsuite/xbt/log_usage/CMakeLists.txt @@ -1124,9 +1122,7 @@ set(TESHSUITE_CMAKEFILES_TXT teshsuite/xbt/parallel_log/CMakeLists.txt teshsuite/xbt/parmap_bench/CMakeLists.txt teshsuite/xbt/parmap_test/CMakeLists.txt - ) -set(TOOLS_CMAKEFILES_TXT tools/CMakeLists.txt tools/graphicator/CMakeLists.txt tools/tesh/CMakeLists.txt @@ -1142,7 +1138,6 @@ set(CMAKE_SOURCE_FILES tools/cmake/GCCFlags.cmake tools/cmake/Documentation.cmake tools/cmake/MaintainerMode.cmake - tools/cmake/MakeExe.cmake tools/cmake/Java.cmake tools/cmake/MakeLib.cmake tools/cmake/MakeLibWin.cmake @@ -1194,6 +1189,7 @@ set(CMAKE_SOURCE_FILES ) set(PLATFORMS_EXAMPLES + examples/platforms/2clusters.xml examples/platforms/bypassASroute.xml examples/platforms/bypassRoute.xml examples/platforms/cloud.xml @@ -1208,20 +1204,21 @@ set(PLATFORMS_EXAMPLES examples/platforms/conf/transform_optorsim_platform.pl examples/platforms/config.xml examples/platforms/config_tracing.xml + examples/platforms/trace/faulty_host.trace + examples/platforms/trace/jupiter_speed.trace + examples/platforms/trace/link1_avail.trace examples/platforms/trace/linkBandwidth7.bw examples/platforms/trace/trace_A_failure.txt examples/platforms/trace/trace_A.txt examples/platforms/trace/trace_B.txt examples/platforms/data_center.xml examples/platforms/energy_platform.xml + examples/platforms/faulty_host.xml examples/platforms/fat_tree_cluster.xml examples/platforms/g5k.xml - examples/platforms/generation_scripts/create_hierarchical_clusters.pl - examples/platforms/generation_scripts/enhancedDTDwithHierarchicalCluster.pl examples/platforms/griffon.xml examples/platforms/meta_cluster.xml examples/platforms/multicore_machine.xml - examples/platforms/platform.lua examples/platforms/platform.xml examples/platforms/prop.xml examples/platforms/routing_cluster.xml @@ -1241,12 +1238,10 @@ set(PLATFORMS_EXAMPLES examples/platforms/small_platform_with_routers.xml examples/platforms/syscoord/generate_peer_platform.pl examples/platforms/syscoord/median_harvard.syscoord - examples/platforms/syscoord/median_harvard.xml examples/platforms/syscoord/median_meridian.syscoord - examples/platforms/syscoord/median_meridian.xml examples/platforms/syscoord/median_p2psim.syscoord - examples/platforms/syscoord/median_p2psim.xml examples/platforms/torus_cluster.xml + examples/platforms/two_hosts.xml examples/platforms/two_hosts_platform.xml examples/platforms/two_hosts_platform_shared.xml examples/platforms/two_hosts_platform_with_availability.xml