Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Specific Makefile.am for buildtools. Allows for a clean target in there
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 22 Dec 2009 23:35:06 +0000 (23:35 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 22 Dec 2009 23:35:06 +0000 (23:35 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6954 48e7efb5-ca39-0410-a469-dd3cf9ba447f

Makefile.am
buildtools/Makefile.am [new file with mode: 0644]
configure.ac

index 8369909..30d13f4 100644 (file)
@@ -6,17 +6,14 @@
 
 
 # GRAMINE_CUT_BEGIN
 
 
 # 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 \
 
 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)
 # GRAMINE_CUT_END
 
 SUBDIRS= include src tools $(SG_SUBDIRS)
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
+                 
index d14eda3..e5116cb 100644 (file)
@@ -539,9 +539,10 @@ AC_CONFIG_FILES([
     done
 ])
 
     done
 ])
 
-# Testsuite
+# build tools && Testsuite
 
 AC_CONFIG_FILES([  
 
 AC_CONFIG_FILES([  
+  buildtools/Makefile
   testsuite/Makefile
   testsuite/run_tests    
 ],[
   testsuite/Makefile
   testsuite/run_tests    
 ],[