X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b6d9a992f6c0c59eff98ba72868b5b9b93afa38..417742f1c7f6545db82079acd702fde03547d400:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index e50a7989c6..e61786de28 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -13,9 +13,7 @@ set(EXTRA_DIST src/include/surf/datatypes.h src/include/surf/maxmin.h src/include/surf/surf.h - src/include/xbt/wine_dbghelp.h src/msg/msg_private.h - src/portable.h src/simdag/dax.dtd src/simdag/dax_dtd.c src/simdag/dax_dtd.h @@ -60,20 +58,23 @@ set(EXTRA_DIST src/surf/xml/simgrid_dtd.h src/surf/xml/simgrid_dtd.c src/surf/xml/surfxml_sax_cb.cpp + + src/surf/AsImpl.hpp + src/surf/AsCluster.hpp + src/surf/AsClusterFatTree.hpp + src/surf/AsClusterTorus.hpp + src/surf/AsDijkstra.hpp + src/surf/AsFloyd.hpp + src/surf/AsFull.hpp + src/surf/AsRoutedGraph.hpp + src/surf/AsNone.hpp + src/surf/AsVivaldi.hpp + src/surf/storage_interface.hpp src/surf/storage_n11.hpp src/surf/surf_interface.hpp src/surf/surf_private.h src/surf/surf_routing.hpp - src/surf/surf_routing_cluster.hpp - src/surf/surf_routing_cluster_fat_tree.hpp - src/surf/surf_routing_cluster_torus.hpp - src/surf/surf_routing_dijkstra.hpp - src/surf/surf_routing_floyd.hpp - src/surf/surf_routing_full.hpp - src/surf/surf_routing_RoutedGraph.hpp - src/surf/surf_routing_none.hpp - src/surf/surf_routing_vivaldi.hpp src/surf/vm_hl13.hpp src/surf/PropertyHolder.hpp src/surf/virtual_machine.hpp @@ -87,7 +88,6 @@ set(EXTRA_DIST src/xbt/automaton/parserPromela.yacc src/xbt/backtrace_dummy.c src/xbt/backtrace_linux.c - src/xbt/backtrace_windows.c src/xbt/dict_private.h src/xbt/ex_interface.h src/xbt/fifo_private.h @@ -285,12 +285,22 @@ endif() set(NS3_SRC src/surf/network_ns3.cpp src/surf/ns3/my-point-to-point-helper.cc - src/surf/ns3/ns3_interface.cc src/surf/ns3/ns3_simulator.cc src/surf/ns3/red-queue.cc ) set(SURF_SRC + src/surf/AsImpl.cpp + src/surf/AsCluster.cpp + src/surf/AsClusterFatTree.cpp + src/surf/AsClusterTorus.cpp + src/surf/AsDijkstra.cpp + src/surf/AsFloyd.cpp + src/surf/AsFull.cpp + src/surf/AsRoutedGraph.cpp + src/surf/AsNone.cpp + src/surf/AsVivaldi.cpp + src/surf/cpu_cas01.cpp src/surf/cpu_interface.cpp src/surf/cpu_ti.cpp @@ -312,15 +322,6 @@ set(SURF_SRC src/surf/surf_c_bindings.cpp src/surf/surf_interface.cpp src/surf/surf_routing.cpp - src/surf/surf_routing_cluster.cpp - src/surf/surf_routing_cluster_fat_tree.cpp - src/surf/surf_routing_cluster_torus.cpp - src/surf/surf_routing_dijkstra.cpp - src/surf/surf_routing_floyd.cpp - src/surf/surf_routing_full.cpp - src/surf/surf_routing_RoutedGraph.cpp - src/surf/surf_routing_none.cpp - src/surf/surf_routing_vivaldi.cpp src/surf/xml/platf.hpp src/surf/xml/platf_private.hpp src/surf/xml/surfxml_sax_cb.cpp @@ -547,6 +548,10 @@ set(MC_SRC src/mc/RemotePtr.hpp src/mc/AddressSpace.hpp src/mc/AddressSpace.cpp + src/mc/Channel.cpp + src/mc/Channel.hpp + src/mc/Client.cpp + src/mc/Client.hpp src/mc/Frame.hpp src/mc/Frame.cpp src/mc/ModelChecker.hpp @@ -562,15 +567,12 @@ set(MC_SRC src/mc/Type.hpp src/mc/Variable.cpp src/mc/Variable.hpp - - src/mc/mc_forward.h src/mc/mc_forward.hpp src/mc/Process.hpp src/mc/Process.cpp src/mc/mc_unw.h src/mc/mc_unw.cpp src/mc/mc_unw_vmread.cpp - src/mc/mc_object_info.h src/mc/mc_checkpoint.cpp src/mc/mc_snapshot.h src/mc/mc_snapshot.cpp @@ -588,11 +590,11 @@ set(MC_SRC src/mc/mc_dwarf_tagnames.cpp src/mc/mc_hash.hpp src/mc/mc_hash.cpp - src/mc/mc_ignore.cpp src/mc/mc_ignore.h src/mc/mc_mmalloc.h src/mc/mc_liveness.h src/mc/LocationList.hpp + src/mc/malloc.hpp src/mc/LocationList.cpp src/mc/mc_liveness.cpp src/mc/mc_record.cpp @@ -606,9 +608,7 @@ set(MC_SRC src/mc/mc_state.h src/mc/mc_state.cpp src/mc/mc_visited.cpp - src/mc/mc_client.cpp src/mc/mc_client_api.cpp - src/mc/mc_client.h src/mc/mc_protocol.h src/mc/mc_protocol.cpp src/mc/mc_smx.h @@ -641,7 +641,7 @@ set(headers_to_install include/simgrid/link.h include/simgrid/s4u/forward.hpp include/simgrid/s4u/actor.hpp - include/simgrid/s4u/as.hpp + include/simgrid/s4u/As.hpp include/simgrid/s4u/async.hpp include/simgrid/s4u/comm.hpp include/simgrid/s4u/engine.hpp @@ -782,7 +782,7 @@ if(WIN32) ) endif() -if(${HAVE_LUA}) +if(HAVE_LUA) set(simgrid_sources ${simgrid_sources} ${LUA_SRC}) else() set(EXTRA_DIST ${EXTRA_DIST} ${LUA_SRC}) @@ -906,7 +906,6 @@ set(bin_files set(txt_files ${txt_files} - .appveyor-download.cmd AUTHORS COPYING README @@ -944,80 +943,42 @@ set(CMAKEFILES_TXT examples/java/tracing/CMakeLists.txt examples/msg/CMakeLists.txt - examples/msg/actions/CMakeLists.txt - examples/msg/bittorrent/CMakeLists.txt - examples/msg/chainsend/CMakeLists.txt - examples/msg/chord/CMakeLists.txt - examples/msg/cloud/CMakeLists.txt - examples/msg/energy/CMakeLists.txt - examples/msg/exception/CMakeLists.txt - examples/msg/gtnets/CMakeLists.txt - examples/msg/icomms/CMakeLists.txt - examples/msg/io/CMakeLists.txt - examples/msg/kademlia/CMakeLists.txt - examples/msg/masterslave/CMakeLists.txt - examples/msg/mc/CMakeLists.txt - examples/msg/migration/CMakeLists.txt - examples/msg/ns3/CMakeLists.txt - examples/msg/parallel_task/CMakeLists.txt - examples/msg/pastry/CMakeLists.txt - examples/msg/pmm/CMakeLists.txt - examples/msg/priority/CMakeLists.txt - examples/msg/properties/CMakeLists.txt - examples/msg/semaphores/CMakeLists.txt - examples/msg/sendrecv/CMakeLists.txt - examples/msg/set-maestro/CMakeLists.txt - examples/msg/start_kill_time/CMakeLists.txt - examples/msg/suspend/CMakeLists.txt - examples/msg/token_ring/CMakeLists.txt - examples/msg/tracing/CMakeLists.txt - + examples/msg/actions/CMakeLists.txt + examples/msg/bittorrent/CMakeLists.txt + examples/msg/chainsend/CMakeLists.txt + examples/msg/cloud/CMakeLists.txt + examples/msg/dht-kademlia/CMakeLists.txt + examples/msg/dht-pastry/CMakeLists.txt + examples/msg/energy/CMakeLists.txt + examples/msg/gtnets/CMakeLists.txt + examples/msg/icomms/CMakeLists.txt + examples/msg/io/CMakeLists.txt + examples/msg/masterslave/CMakeLists.txt + examples/msg/mc/CMakeLists.txt + examples/msg/ns3/CMakeLists.txt + examples/msg/sendrecv/CMakeLists.txt + examples/msg/set-maestro/CMakeLists.txt + examples/msg/start_kill_time/CMakeLists.txt + examples/msg/tracing/CMakeLists.txt examples/s4u/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/properties/CMakeLists.txt - examples/simdag/scheduling/CMakeLists.txt - + examples/simdag/dot/CMakeLists.txt examples/smpi/CMakeLists.txt - examples/smpi/smpi_msg_masterslave/CMakeLists.txt - examples/smpi/replay_multiple/CMakeLists.txt - examples/smpi/energy/CMakeLists.txt - examples/smpi/energy/f77/CMakeLists.txt - examples/smpi/energy/f90/CMakeLists.txt + examples/smpi/NAS/CMakeLists.txt + examples/smpi/smpi_msg_masterslave/CMakeLists.txt + examples/smpi/replay_multiple/CMakeLists.txt + examples/smpi/energy/f77/CMakeLists.txt + examples/smpi/energy/f90/CMakeLists.txt - teshsuite/bug-17132/CMakeLists.txt teshsuite/java/CMakeLists.txt teshsuite/mc/CMakeLists.txt - teshsuite/mc/dwarf/CMakeLists.txt - teshsuite/mc/dwarf_expression/CMakeLists.txt - teshsuite/mc/replay/CMakeLists.txt - teshsuite/msg/get_sender/CMakeLists.txt - teshsuite/msg/host_on_off/CMakeLists.txt - teshsuite/msg/host_on_off_processes/CMakeLists.txt - teshsuite/msg/listen_async/CMakeLists.txt - teshsuite/msg/pid/CMakeLists.txt - teshsuite/msg/process/CMakeLists.txt - teshsuite/msg/process_join/CMakeLists.txt - teshsuite/msg/storage/CMakeLists.txt - teshsuite/msg/task_destroy_cancel/CMakeLists.txt - teshsuite/msg/trace/CMakeLists.txt - teshsuite/simdag/availability/CMakeLists.txt - teshsuite/simdag/basic/CMakeLists.txt - teshsuite/simdag/incomplete/CMakeLists.txt - teshsuite/simdag/network/mxn/CMakeLists.txt - teshsuite/simdag/network/p2p/CMakeLists.txt - teshsuite/simdag/partask/CMakeLists.txt - teshsuite/simdag/platforms/CMakeLists.txt - teshsuite/simix/check_defaults/CMakeLists.txt - teshsuite/simix/stack_overflow/CMakeLists.txt - + teshsuite/msg/CMakeLists.txt + teshsuite/simdag/CMakeLists.txt + teshsuite/simix/CMakeLists.txt teshsuite/smpi/CMakeLists.txt - teshsuite/smpi/compute/CMakeLists.txt - teshsuite/smpi/shared/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 @@ -1050,14 +1011,6 @@ set(CMAKEFILES_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/CMakeLists.txt - teshsuite/xbt/mmalloc/CMakeLists.txt - tools/CMakeLists.txt tools/graphicator/CMakeLists.txt tools/tesh/CMakeLists.txt