From 3c0ea754dfa2b93144051dfdcc29b9716bb7dc50 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Fri, 29 Jun 2012 19:05:49 +0000 Subject: [PATCH] make targets for cleaning wrap --- .cproject | 358 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 204 insertions(+), 154 deletions(-) diff --git a/.cproject b/.cproject index 7828f8165..f52a49e73 100644 --- a/.cproject +++ b/.cproject @@ -281,6 +281,7 @@ + @@ -307,14 +308,6 @@ true true - - make - -j2 - testGaussianFactor.run - true - true - true - make -j2 @@ -341,6 +334,7 @@ make + tests/testBayesTree.run true false @@ -348,6 +342,7 @@ make + testBinaryBayesNet.run true false @@ -395,6 +390,7 @@ make + testSymbolicBayesNet.run true false @@ -402,6 +398,7 @@ make + tests/testSymbolicFactor.run true false @@ -409,6 +406,7 @@ make + testSymbolicFactorGraph.run true false @@ -424,11 +422,20 @@ make + tests/testBayesTree true false true + + make + -j2 + testGaussianFactor.run + true + true + true + make -j5 @@ -517,22 +524,6 @@ false true - - make - -j2 - all - true - true - true - - - make - -j2 - clean - true - true - true - make -j2 @@ -549,6 +540,22 @@ true true + + make + -j2 + all + true + true + true + + + make + -j2 + clean + true + true + true + make -j2 @@ -573,26 +580,26 @@ true true - + make - -j5 - testValues.run + -j2 + all true true true - + make - -j5 - testOrdering.run + -j2 + check true true true - + make - -j5 - testKey.run + -j2 + clean true true true @@ -677,26 +684,26 @@ true true - + make - -j2 - all + -j5 + testValues.run true true true - + make - -j2 - check + -j5 + testOrdering.run true true true - + make - -j2 - clean + -j5 + testKey.run true true true @@ -951,6 +958,7 @@ make + testGraph.run true false @@ -958,6 +966,7 @@ make + testJunctionTree.run true false @@ -965,6 +974,7 @@ make + testSymbolicBayesNetB.run true false @@ -1002,6 +1012,14 @@ true true + + make + -j5 + all + true + true + true + make -j2 @@ -1092,6 +1110,7 @@ make + testErrors.run true false @@ -1547,7 +1566,6 @@ make - testSimulated2DOriented.run true false @@ -1587,7 +1605,6 @@ make - testSimulated2D.run true false @@ -1595,7 +1612,6 @@ make - testSimulated3D.run true false @@ -1811,7 +1827,6 @@ make - tests/testGaussianISAM2 true false @@ -1833,102 +1848,6 @@ true true - - make - -j2 - testRot3.run - true - true - true - - - make - -j2 - testRot2.run - true - true - true - - - make - -j2 - testPose3.run - true - true - true - - - make - -j2 - timeRot3.run - true - true - true - - - make - -j2 - testPose2.run - true - true - true - - - make - -j2 - testCal3_S2.run - true - true - true - - - make - -j2 - testSimpleCamera.run - true - true - true - - - make - -j2 - testHomography2.run - true - true - true - - - make - -j2 - testCalibratedCamera.run - true - true - true - - - make - -j2 - check - true - true - true - - - make - -j2 - clean - true - true - true - - - make - -j2 - testPoint2.run - true - true - true - make -j2 @@ -2130,6 +2049,7 @@ cpack + -G DEB true false @@ -2137,6 +2057,7 @@ cpack + -G RPM true false @@ -2144,6 +2065,7 @@ cpack + -G TGZ true false @@ -2151,6 +2073,7 @@ cpack + --config CPackSourceConfig.cmake true false @@ -2244,42 +2167,130 @@ true true - + make -j5 - testSpirit.run + wrap_gtsam_clean true true true - + make -j5 - testWrap.run + wrap_gtsam_unstable_clean true true true - + make -j5 - check.wrap + wrap_gtsam_distclean true true true - + make -j5 - wrap_gtsam + wrap_gtsam_unstable_distclean true true true - + make - -j5 - wrap + -j2 + testRot3.run + true + true + true + + + make + -j2 + testRot2.run + true + true + true + + + make + -j2 + testPose3.run + true + true + true + + + make + -j2 + timeRot3.run + true + true + true + + + make + -j2 + testPose2.run + true + true + true + + + make + -j2 + testCal3_S2.run + true + true + true + + + make + -j2 + testSimpleCamera.run + true + true + true + + + make + -j2 + testHomography2.run + true + true + true + + + make + -j2 + testCalibratedCamera.run + true + true + true + + + make + -j2 + check + true + true + true + + + make + -j2 + clean + true + true + true + + + make + -j2 + testPoint2.run true true true @@ -2323,7 +2334,46 @@ false true + + make + -j5 + testSpirit.run + true + true + true + + + make + -j5 + testWrap.run + true + true + true + + + make + -j5 + check.wrap + true + true + true + + + make + -j5 + wrap_gtsam + true + true + true + + + make + -j5 + wrap + true + true + true + -