X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c5fec1387eeba572795dbc12a341f8350325abc9..4838662713c36d5b661503992e03fb07a12dbf48:/tools/cmake/DefinePackages.cmake?ds=sidebyside diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index b8ea997c22..7280d5da8e 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -5,14 +5,15 @@ set(EXTRA_DIST src/include/instr/instr_interface.h src/include/mc/datatypes.h src/include/mc/mc.h - src/mc/mc_mmu.h - src/mc/PageStore.hpp - src/mc/mc_record.h src/include/simgrid/sg_config.h src/include/smpi/smpi_utils.hpp src/include/surf/datatypes.h src/include/surf/maxmin.h src/include/surf/surf.h + src/include/xbt/parmap.hpp + src/mc/mc_mmu.h + src/mc/mc_record.h + src/mc/PageStore.hpp src/msg/msg_private.h src/simdag/dax.dtd src/simdag/dax_dtd.c @@ -109,6 +110,10 @@ set(SMPI_SRC src/smpi/bindings/smpi_pmpi_type.cpp src/smpi/bindings/smpi_pmpi_win.cpp src/smpi/bindings/smpi_f77.cpp + src/smpi/bindings/smpi_f77_coll.cpp + src/smpi/bindings/smpi_f77_comm.cpp + src/smpi/bindings/smpi_f77_request.cpp + src/smpi/bindings/smpi_f77_type.cpp src/smpi/colls/allgather/allgather-2dmesh.cpp src/smpi/colls/allgather/allgather-3dmesh.cpp src/smpi/colls/allgather/allgather-GB.cpp @@ -655,10 +660,6 @@ set(MC_SRC set(MC_SIMGRID_MC_SRC src/mc/checker/simgrid_mc.cpp) set(headers_to_install - include/msg/msg.h - include/msg/datatypes.h - include/simdag/simdag.h - include/simdag/datatypes.h include/simgrid/chrono.hpp include/simgrid/plugins/energy.h include/simgrid/plugins/load.h @@ -698,31 +699,29 @@ set(headers_to_install include/smpi/smpi_extended_traces_fortran.h include/smpi/forward.hpp include/xbt.h - include/xbt/RngStream.h + include/xbt/algorithm.hpp include/xbt/asserts.h include/xbt/automaton.h include/xbt/automaton.hpp + include/xbt/backtrace.h + include/xbt/backtrace.hpp include/xbt/base.h include/xbt/config.h include/xbt/config.hpp include/xbt/cunit.h include/xbt/dict.h - include/xbt/string.hpp - include/xbt/signal.hpp include/xbt/dynar.h include/xbt/dynar.hpp include/xbt/ex.h include/xbt/ex.hpp include/xbt/exception.hpp - include/xbt/backtrace.h - include/xbt/backtrace.hpp + include/xbt/Extendable.hpp include/xbt/file.h - include/xbt/function_types.h include/xbt/functional.hpp + include/xbt/function_types.h include/xbt/future.hpp include/xbt/graph.h include/xbt/heap.h - include/xbt/Extendable.hpp include/xbt/log.h include/xbt/log.hpp include/xbt/mallocator.h @@ -732,7 +731,10 @@ set(headers_to_install include/xbt/parmap.h include/xbt/range.hpp include/xbt/replay.hpp + include/xbt/RngStream.h + include/xbt/signal.hpp include/xbt/str.h + include/xbt/string.hpp include/xbt/swag.h include/xbt/synchro.h include/xbt/sysdep.h @@ -1035,6 +1037,7 @@ set(CMAKE_SOURCE_FILES tools/cmake/MakeLibWin.cmake tools/cmake/Modules/FindGraphviz.cmake tools/cmake/Modules/FindLibdw.cmake + tools/cmake/Modules/FindLibelf.cmake tools/cmake/Modules/FindLibunwind.cmake tools/cmake/Modules/FindLibevent.cmake tools/cmake/Modules/FindLuaSimgrid.cmake