Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various cleanups in the generation of simgrid.jar
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 27 Sep 2015 11:24:18 +0000 (13:24 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 27 Sep 2015 11:24:26 +0000 (13:24 +0200)
commit8695eb4cf63ff136fb246e39305887f3c7c334a8
tree03f256cfc7b8eddd097eeeb1d014822a059d2b0b
parente7ffab2eb0a2795bc037658fb1040cd7775c99e9
Various cleanups in the generation of simgrid.jar

- Only generate a simgrid.jar (kill simgrid_full.jar), which may or
  may not contain the native libs depending on the enable_lib_in_jar
  cmake option.
- Simplify the dependencies by not using temp files and additional
  dependencies but use add_custom_command(TARGET blah POST-BUILD ...)
tools/cmake/AddTests.cmake
tools/cmake/Distrib.cmake
tools/cmake/MakeJava.cmake
tools/internal/generate-multi-jar.py