Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the way supernovae files are generated so that out of source works
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 28 Nov 2010 10:45:35 +0000 (10:45 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 28 Nov 2010 10:45:35 +0000 (10:45 +0000)
commitb923e5573fd283b0b50745c419bc1ac716c53126
tree9689e351fb4bbb3d25be9e953b7b051bbd61b6dd
parentf87bc85a78ade5e780ca2436a0885b88431f3f7a
Change the way supernovae files are generated so that out of source works
Use a perl script instead of a shell script
Move filtering of fragile files from cmake to perl
Generate stuff in CMAKE_CURRENT_BINARY_DIR and not source tree
Generate stuff on demand (create a make target) instead of on configuring only

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8710 48e7efb5-ca39-0410-a469-dd3cf9ba447f
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/Modules/FindSupernovae.cmake
buildtools/Cmake/Supernovae.cmake
src/mk_supernovae.pl [new file with mode: 0755]
src/mk_supernovae.sh [deleted file]