Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oups, variable names are not same. Fix the bug with Supernovae.
[simgrid.git] / buildtools / Makefile.am
1 #EXTRA_DIST = \
2 #       Cmake/CMakeLists.txt Cmake/chdir_run.sh \
3 #        Cmake/build.sh Cmake/test_java.sh \
4 #       Cmake/CTestList.txt Cmake/CTestConfig.cmake
5         
6 CLEANFILES = Cmake/CMakeCache.txt Cmake/cmake_install.cmake \
7         Cmake/Makefile Cmake/CTestTestfile.cmake Cmake/DartConfiguration.tcl \
8         Cmake/CTestCustom.ctest Cmake/*~
9
10 clean-local:
11         -rm -rf Cmake/CMakeFiles Cmake/Testing
12