Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This file does not belong to TRACING_SRC; define SIMGRID_SRC.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 18 Dec 2012 09:16:01 +0000 (10:16 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 18 Dec 2012 09:35:56 +0000 (10:35 +0100)
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/Distrib.cmake

index d7db267..5f4102b 100644 (file)
@@ -230,6 +230,10 @@ set(SIMIX_SRC
   src/simix/smx_user.c
   )
 
   src/simix/smx_user.c
   )
 
+set(SIMGRID_SRC
+  src/simgrid/sg_config.c
+  )
+
 set(MSG_SRC
   src/msg/msg_actions.c
   src/msg/msg_config.c
 set(MSG_SRC
   src/msg/msg_actions.c
   src/msg/msg_config.c
@@ -312,7 +316,6 @@ set(LUA_SRC
   )
 
 set(TRACING_SRC
   )
 
 set(TRACING_SRC
-  src/simgrid/sg_config.c
   src/instr/instr_config.c
   src/instr/instr_interface.c
   src/instr/instr_msg_process.c
   src/instr/instr_config.c
   src/instr/instr_interface.c
   src/instr/instr_msg_process.c
@@ -461,6 +464,7 @@ set(simgrid_sources
   ${JEDULE_SRC}
   ${MSG_SRC}
   ${SIMDAG_SRC}
   ${JEDULE_SRC}
   ${MSG_SRC}
   ${SIMDAG_SRC}
+  ${SIMGRID_SRC}
   ${SIMIX_SRC}
   ${SURF_SRC}
   ${TRACING_SRC}
   ${SIMIX_SRC}
   ${SURF_SRC}
   ${TRACING_SRC}
index f37a4db..1cb44c9 100644 (file)
@@ -191,6 +191,7 @@ set(source_to_pack
   ${NS3_SRC}
   ${RNGSTREAM_SRC}
   ${SIMDAG_SRC}
   ${NS3_SRC}
   ${RNGSTREAM_SRC}
   ${SIMDAG_SRC}
+  ${SIMGRID_SRC}
   ${SIMIX_SRC}
   ${SMPI_SRC}
   ${SURF_SRC}
   ${SIMIX_SRC}
   ${SMPI_SRC}
   ${SURF_SRC}