Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Specific Makefile.am for buildtools. Allows for a clean target in there
[simgrid.git] / buildtools / Makefile.am
diff --git a/buildtools/Makefile.am b/buildtools/Makefile.am
new file mode 100644 (file)
index 0000000..597f030
--- /dev/null
@@ -0,0 +1,12 @@
+EXTRA_DIST = \
+       Cmake/CMakeLists.txt Cmake/chdir_run.sh \
+        Cmake/build.sh Cmake/test_java.sh \
+       Cmake/CTestList.txt Cmake/CTestCustom.ctest
+       
+CLEANFILES = Cmake/CMakeCache.txt Cmake/cmake_install.cmake \
+       Cmake/Makefile Cmake/CTestTestfile.cmake Cmake/DartConfiguration.tcl \
+       Cmake/*~
+
+clean-local:
+       -rm -rf Cmake/CMakeFiles Cmake/Testing
+