X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c3a1127888725e3075adff3ad323dc1357351530..23f7bd2d6bcf61608b1ace84d6ff26657aec1a1e:/buildtools/Cmake/Supernovae.cmake diff --git a/buildtools/Cmake/Supernovae.cmake b/buildtools/Cmake/Supernovae.cmake index 0135617e1b..f56228a736 100644 --- a/buildtools/Cmake/Supernovae.cmake +++ b/buildtools/Cmake/Supernovae.cmake @@ -6,18 +6,10 @@ set(simgrid_fragile_sources src/simdag/sd_daxloader.c src/surf/surfxml_parse.c - src/xbt/automaton/automaton_create.c - src/xbt/datadesc/ddt_parse.yy.c src/xbt/graphxml_parse.c src/xbt/mmalloc/mm.c ${GTNETS_USED} ) -set(gras_fragile_sources - src/xbt/automaton/automaton_create.c - src/xbt/datadesc/ddt_parse.yy.c - src/xbt/graphxml_parse.c - src/xbt/mmalloc/mm.c - ) ##################################################### ### END OF CONFIGURATION, NO NEED TO READ FURTHER ### @@ -29,8 +21,6 @@ if (enable_supernovae) # I need supernovae # supernovae files are generated. I promise set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/src/supernovae_sg.c PROPERTIES GENERATED true) - set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/src/supernovae_gras.c - PROPERTIES GENERATED true) set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/src/supernovae_smpi.c PROPERTIES GENERATED true) @@ -42,13 +32,6 @@ if (enable_supernovae) # I need supernovae COMMENT "Generating supernovae_sg.c" ) - ADD_CUSTOM_COMMAND( - OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/src/supernovae_gras.c - DEPENDS ${CMAKE_HOME_DIRECTORY}/src/mk_supernovae.pl ${gras_sources} - COMMAND perl ${CMAKE_HOME_DIRECTORY}/src/mk_supernovae.pl --out=${CMAKE_CURRENT_BINARY_DIR}/src/supernovae_gras.c '--fragile=${gras_fragile_sources}' '${gras_sources}' - WORKING_DIRECTORY ${CMAKE_HOME_DIRECTORY} - COMMENT "Generating supernovae_gras.c" - ) ADD_CUSTOM_COMMAND( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/src/supernovae_smpi.c @@ -63,11 +46,7 @@ if (enable_supernovae) # I need supernovae ${CMAKE_CURRENT_BINARY_DIR}/src/supernovae_sg.c ${simgrid_fragile_sources}) - set(gras_sources - ${CMAKE_CURRENT_BINARY_DIR}/src/supernovae_gras.c - ${gras_fragile_sources}) - set(SMPI_SRC ${CMAKE_CURRENT_BINARY_DIR}/src/supernovae_smpi.c) -endif(enable_supernovae) # I need supernovae +endif() # I need supernovae