From: mquinson Date: Tue, 22 Dec 2009 23:35:06 +0000 (+0000) Subject: Specific Makefile.am for buildtools. Allows for a clean target in there X-Git-Tag: SVN~772 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4022bf034fde81e6426c9a9349a5c6071dd604d7 Specific Makefile.am for buildtools. Allows for a clean target in there git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6954 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/Makefile.am b/Makefile.am index 83699091b4..30d13f43d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,17 +6,14 @@ # GRAMINE_CUT_BEGIN -SG_SUBDIRS= testsuite teshsuite examples doc +SG_SUBDIRS= testsuite teshsuite examples doc buildtools SG_EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS ChangeLog \ acmacro/aci.m4 \ tools/graspe-slave.in \ tools/MSG_visualization \ tools/MSG_visualization/colorize.pl \ - checkall \ - buildtools/Cmake/CMakeLists.txt buildtools/Cmake/chdir_run.sh \ - buildtools/Cmake/build.sh buildtools/Cmake/test_java.sh \ - buildtools/Cmake/CTestList.txt buildtools/Cmake/CTestCustom.ctest + checkall # GRAMINE_CUT_END SUBDIRS= include src tools $(SG_SUBDIRS) diff --git a/buildtools/Makefile.am b/buildtools/Makefile.am new file mode 100644 index 0000000000..597f030a10 --- /dev/null +++ b/buildtools/Makefile.am @@ -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 + diff --git a/configure.ac b/configure.ac index d14eda3a3f..e5116cb9ff 100644 --- a/configure.ac +++ b/configure.ac @@ -539,9 +539,10 @@ AC_CONFIG_FILES([ done ]) -# Testsuite +# build tools && Testsuite AC_CONFIG_FILES([ + buildtools/Makefile testsuite/Makefile testsuite/run_tests ],[