From: Martin Quinson Date: Wed, 16 Jan 2019 07:43:31 +0000 (+0100) Subject: cleanups on my disk X-Git-Tag: v3_22~548 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/eafc74c43ab183dd245821f7984729a9e7eb4880 cleanups on my disk --- diff --git a/.gitignore b/.gitignore index 4d81e78443..24ce588454 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ _*.c include/simgrid/config.h include/smpi/smpif.h src/internal_config.h +src/simgrid/version.h testprog ### Cmake files CPackConfig.cmake @@ -959,3 +960,6 @@ include/smpi/mpi.mod src/smpi/mpif.f90 src/smpi/mpif.f90.generated a.out +simgrid.config +simgrid.creator +simgrid.includes diff --git a/CMakeLists.txt b/CMakeLists.txt index 76764ec8ce..053c42fc59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -521,6 +521,7 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_BINARY_DIR execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_BINARY_DIR}/include/simgrid/config.h.generated ${CMAKE_BINARY_DIR}/include/simgrid/config.h) file(REMOVE ${CMAKE_BINARY_DIR}/src/internal_config.h.generated) file(REMOVE ${CMAKE_BINARY_DIR}/include/simgrid/config.h.generated) +file(REMOVE ${CMAKE_BINARY_DIR}/src/simgrid/version.h.generated) # We need two versions of the SMPI scripts because they contain the path to the library # so, it depends of whether SimGrid is installed, or run from the sources (during the build)