X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/db176451b42c9d524f82e6bb9951447e098dd492..1407ee352e6644047a5f99339e9fcd7e31467d9d:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index e7ab091d90..e513d437d6 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -53,6 +53,7 @@ set(EXTRA_DIST src/surf/network_ib.hpp src/surf/ns3/ns3_interface.h src/surf/ns3/ns3_simulator.h + src/surf/trace_mgr_test.cpp src/surf/xml/simgrid.dtd src/surf/xml/simgrid_dtd.h src/surf/xml/simgrid_dtd.c @@ -207,6 +208,7 @@ set(SMPI_SRC src/smpi/instr_smpi.cpp src/smpi/smpi_bench.cpp src/smpi/smpi_memory.cpp + src/smpi/smpi_shared.cpp src/smpi/smpi_static_variables.cpp src/smpi/smpi_coll.cpp src/smpi/smpi_coll.hpp @@ -219,6 +221,8 @@ set(SMPI_SRC src/smpi/smpi_f2c.hpp src/smpi/smpi_group.cpp src/smpi/smpi_group.hpp + src/smpi/SmpiHost.cpp + src/smpi/SmpiHost.hpp src/smpi/smpi_mpi.cpp src/smpi/smpi_datatype.cpp src/smpi/smpi_datatype.hpp @@ -228,6 +232,7 @@ set(SMPI_SRC src/smpi/smpi_keyvals.hpp src/smpi/smpi_datatype_derived.cpp src/smpi/smpi_datatype_derived.hpp + src/smpi/smpi_main.c src/smpi/smpi_op.cpp src/smpi/smpi_op.hpp src/smpi/smpi_process.cpp @@ -669,16 +674,16 @@ set(headers_to_install include/simgrid/s4u/forward.hpp include/simgrid/s4u/Activity.hpp include/simgrid/s4u/Actor.hpp - include/simgrid/s4u/comm.hpp + include/simgrid/s4u/Comm.hpp include/simgrid/s4u/ConditionVariable.hpp - include/simgrid/s4u/engine.hpp - include/simgrid/s4u/file.hpp - include/simgrid/s4u/host.hpp + include/simgrid/s4u/Engine.hpp + include/simgrid/s4u/File.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/Storage.hpp include/simgrid/s4u/VirtualMachine.hpp include/simgrid/s4u.hpp include/simgrid/plugins/energy.h @@ -689,6 +694,7 @@ set(headers_to_install include/smpi/smpi_extended_traces.h include/smpi/smpi_extended_traces_fortran.h include/smpi/forward.hpp + include/smpi/smpi_shared_malloc.hpp include/surf/surf_routing.h include/xbt.h include/xbt/RngStream.h @@ -721,7 +727,6 @@ set(headers_to_install include/xbt/log.hpp include/xbt/mallocator.h include/xbt/matrix.h - include/xbt/memory.hpp include/xbt/misc.h include/xbt/mmalloc.h include/xbt/module.h @@ -781,7 +786,7 @@ set(simgrid_sources ${XBT_SRC} ) -if(${HAVE_JEDULE}) +if(${SIMGRID_HAVE_JEDULE}) set(simgrid_sources ${simgrid_sources} ${JEDULE_SRC}) else() set(EXTRA_DIST ${EXTRA_DIST} ${JEDULE_SRC}) @@ -791,11 +796,11 @@ if(enable_smpi) set(simgrid_sources ${simgrid_sources} ${SMPI_SRC}) endif() -if(HAVE_MC) +if(SIMGRID_HAVE_MC) set(simgrid_sources ${simgrid_sources} ${MC_SRC}) endif() -if(HAVE_NS3) +if(SIMGRID_HAVE_NS3) set(simgrid_sources ${simgrid_sources} ${NS3_SRC}) endif() @@ -809,7 +814,7 @@ if(WIN32) ) endif() -if(HAVE_LUA) +if(SIMGRID_HAVE_LUA) set(simgrid_sources ${simgrid_sources} ${LUA_SRC}) else() set(EXTRA_DIST ${EXTRA_DIST} ${LUA_SRC})