aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcathook <b01902109@csie.ntu.edu.tw>2014-06-01 14:22:21 +0800
committercathook <b01902109@csie.ntu.edu.tw>2014-06-01 14:22:21 +0800
commitb2b55d8c642524274d8115d5b1863e1a40715887 (patch)
treecf3e25fc82057a7a82404661619da4a49d1d3aee
parentaac92b8390232a7b9a13bfff8424084fdbe586b1 (diff)
downloadmeow-b2b55d8c642524274d8115d5b1863e1a40715887.tar
meow-b2b55d8c642524274d8115d5b1863e1a40715887.tar.gz
meow-b2b55d8c642524274d8115d5b1863e1a40715887.tar.bz2
meow-b2b55d8c642524274d8115d5b1863e1a40715887.tar.lz
meow-b2b55d8c642524274d8115d5b1863e1a40715887.tar.xz
meow-b2b55d8c642524274d8115d5b1863e1a40715887.tar.zst
meow-b2b55d8c642524274d8115d5b1863e1a40715887.zip
remove dep
-rw-r--r--meowpp.test/.gitignore1
-rw-r--r--meowpp.test/dep/.empty0
-rw-r--r--meowpp.test/dep/BinaryIndexTree.d12
-rw-r--r--meowpp.test/dep/DisjointSet.d11
-rw-r--r--meowpp.test/dep/KD_Tree.d14
-rw-r--r--meowpp.test/dep/Matrix.d13
-rw-r--r--meowpp.test/dep/MergeableHeap.d12
-rw-r--r--meowpp.test/dep/SegmentTree.d13
-rw-r--r--meowpp.test/dep/SplayTree.d13
-rw-r--r--meowpp.test/dep/SplayTree_Range.d13
-rw-r--r--meowpp.test/dep/VP_Tree.d15
-rw-r--r--meowpp.test/dep/autostitch.d62
-rw-r--r--meowpp.test/dep/autostitch_FeaturePointsDetector_Harris.d44
-rw-r--r--meowpp.test/dep/autostitch_K_Match.d41
-rw-r--r--meowpp.test/dep/autostitch_RansacCheck.d40
-rw-r--r--meowpp.test/dep/dsa.d11
-rw-r--r--meowpp.test/dep/oo.d5
17 files changed, 1 insertions, 319 deletions
diff --git a/meowpp.test/.gitignore b/meowpp.test/.gitignore
index 37272fe..7a841b9 100644
--- a/meowpp.test/.gitignore
+++ b/meowpp.test/.gitignore
@@ -1,2 +1,3 @@
obj/*
bin/*
+dep/*
diff --git a/meowpp.test/dep/.empty b/meowpp.test/dep/.empty
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/meowpp.test/dep/.empty
diff --git a/meowpp.test/dep/BinaryIndexTree.d b/meowpp.test/dep/BinaryIndexTree.d
deleted file mode 100644
index 737fcf6..0000000
--- a/meowpp.test/dep/BinaryIndexTree.d
+++ /dev/null
@@ -1,12 +0,0 @@
-dep/BinaryIndexTree.d:: src/BinaryIndexTree.cpp inc/meowpp/dsa/BinaryIndexTree.h inc/meowpp/utility.h inc/dsa.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/BinaryIndexTree.cpp::;
-inc/meowpp/dsa/BinaryIndexTree.h::;
-inc/meowpp/utility.h::;
-inc/dsa.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
diff --git a/meowpp.test/dep/DisjointSet.d b/meowpp.test/dep/DisjointSet.d
deleted file mode 100644
index b06cdf3..0000000
--- a/meowpp.test/dep/DisjointSet.d
+++ /dev/null
@@ -1,11 +0,0 @@
-dep/DisjointSet.d:: src/DisjointSet.cpp inc/meowpp/dsa/DisjointSet.h inc/dsa.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/DisjointSet.cpp::;
-inc/meowpp/dsa/DisjointSet.h::;
-inc/dsa.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
diff --git a/meowpp.test/dep/KD_Tree.d b/meowpp.test/dep/KD_Tree.d
deleted file mode 100644
index 3660d1c..0000000
--- a/meowpp.test/dep/KD_Tree.d
+++ /dev/null
@@ -1,14 +0,0 @@
-dep/KD_Tree.d:: src/KD_Tree.cpp inc/meowpp/dsa/KD_Tree.h inc/meowpp/dsa/../utility.h inc/meowpp/dsa/../math/utility.h inc/meowpp/utility.h inc/dsa.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/KD_Tree.cpp::;
-inc/meowpp/dsa/KD_Tree.h::;
-inc/meowpp/dsa/../utility.h::;
-inc/meowpp/dsa/../math/utility.h::;
-inc/meowpp/utility.h::;
-inc/dsa.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
diff --git a/meowpp.test/dep/Matrix.d b/meowpp.test/dep/Matrix.d
deleted file mode 100644
index 1347b53..0000000
--- a/meowpp.test/dep/Matrix.d
+++ /dev/null
@@ -1,13 +0,0 @@
-dep/Matrix.d:: src/Matrix.cpp inc/meowpp/math/Matrix.h inc/meowpp/math/utility.h inc/meowpp/math/../Self.h inc/dsa.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/Matrix.cpp::;
-inc/meowpp/math/Matrix.h::;
-inc/meowpp/math/utility.h::;
-inc/meowpp/math/../Self.h::;
-inc/dsa.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
diff --git a/meowpp.test/dep/MergeableHeap.d b/meowpp.test/dep/MergeableHeap.d
deleted file mode 100644
index de6b4c2..0000000
--- a/meowpp.test/dep/MergeableHeap.d
+++ /dev/null
@@ -1,12 +0,0 @@
-dep/MergeableHeap.d:: src/MergeableHeap.cpp inc/meowpp/dsa/MergeableHeap.h inc/meowpp/utility.h inc/dsa.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/MergeableHeap.cpp::;
-inc/meowpp/dsa/MergeableHeap.h::;
-inc/meowpp/utility.h::;
-inc/dsa.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
diff --git a/meowpp.test/dep/SegmentTree.d b/meowpp.test/dep/SegmentTree.d
deleted file mode 100644
index e168142..0000000
--- a/meowpp.test/dep/SegmentTree.d
+++ /dev/null
@@ -1,13 +0,0 @@
-dep/SegmentTree.d:: src/SegmentTree.cpp inc/meowpp/dsa/SegmentTree.h inc/meowpp/dsa/../math/utility.h inc/meowpp/utility.h inc/dsa.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/SegmentTree.cpp::;
-inc/meowpp/dsa/SegmentTree.h::;
-inc/meowpp/dsa/../math/utility.h::;
-inc/meowpp/utility.h::;
-inc/dsa.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
diff --git a/meowpp.test/dep/SplayTree.d b/meowpp.test/dep/SplayTree.d
deleted file mode 100644
index e67bd37..0000000
--- a/meowpp.test/dep/SplayTree.d
+++ /dev/null
@@ -1,13 +0,0 @@
-dep/SplayTree.d:: src/SplayTree.cpp inc/meowpp/dsa/SplayTree.h inc/meowpp/dsa/../math/utility.h inc/meowpp/utility.h inc/dsa.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/SplayTree.cpp::;
-inc/meowpp/dsa/SplayTree.h::;
-inc/meowpp/dsa/../math/utility.h::;
-inc/meowpp/utility.h::;
-inc/dsa.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
diff --git a/meowpp.test/dep/SplayTree_Range.d b/meowpp.test/dep/SplayTree_Range.d
deleted file mode 100644
index 58dc4e5..0000000
--- a/meowpp.test/dep/SplayTree_Range.d
+++ /dev/null
@@ -1,13 +0,0 @@
-dep/SplayTree_Range.d:: src/SplayTree_Range.cpp inc/meowpp/dsa/SplayTree.h inc/meowpp/dsa/../math/utility.h inc/meowpp/utility.h inc/dsa.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/SplayTree_Range.cpp::;
-inc/meowpp/dsa/SplayTree.h::;
-inc/meowpp/dsa/../math/utility.h::;
-inc/meowpp/utility.h::;
-inc/dsa.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
diff --git a/meowpp.test/dep/VP_Tree.d b/meowpp.test/dep/VP_Tree.d
deleted file mode 100644
index 01888ac..0000000
--- a/meowpp.test/dep/VP_Tree.d
+++ /dev/null
@@ -1,15 +0,0 @@
-dep/VP_Tree.d:: src/VP_Tree.cpp inc/meowpp/dsa/VP_Tree.h inc/meowpp/dsa/../math/utility.h inc/meowpp/dsa/KD_Tree.h inc/meowpp/dsa/../utility.h inc/meowpp/utility.h inc/dsa.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/VP_Tree.cpp::;
-inc/meowpp/dsa/VP_Tree.h::;
-inc/meowpp/dsa/../math/utility.h::;
-inc/meowpp/dsa/KD_Tree.h::;
-inc/meowpp/dsa/../utility.h::;
-inc/meowpp/utility.h::;
-inc/dsa.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
diff --git a/meowpp.test/dep/autostitch.d b/meowpp.test/dep/autostitch.d
deleted file mode 100644
index 9c37451..0000000
--- a/meowpp.test/dep/autostitch.d
+++ /dev/null
@@ -1,62 +0,0 @@
-dep/autostitch.d:: src/autostitch.cpp inc/autostitch.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/colors/RGB_Space.h inc/meowpp/colors/Color3_Space.h inc/meowpp/colors/../Self.h inc/meowpp/colors/../geo/Vectors.h inc/meowpp/colors/../geo/../math/utility.h inc/meowpp/colors/../geo/../math/Vector.h inc/meowpp/colors/../geo/../math/../Self.h inc/meowpp/colors/../geo/../math/Matrix.h inc/meowpp/colors/../geo/../math/utility.h inc/meowpp/colors/../geo/../math/Matrix.h inc/meowpp/colors/../math/Matrix.h inc/meowpp/colors/../math/utility.h inc/meowpp/geo/Vectors.h inc/meowpp/gra/FeaturePoint.h inc/meowpp/gra/../oo/ObjBase.h inc/meowpp/gra/../math/Vector.h inc/meowpp/gra/FeaturePointsDetector.h inc/meowpp/gra/FeaturePoint.h inc/meowpp/gra/Bitmap.h inc/meowpp/gra/../Self.h inc/meowpp/gra/../math/utility.h inc/meowpp/gra/../math/Matrix.h inc/meowpp/gra/FeaturePointsMatch.h inc/meowpp/gra/FeaturePointsMatch_K_Match.h inc/meowpp/gra/../dsa/VP_Tree.h inc/meowpp/gra/../dsa/../math/utility.h inc/meowpp/gra/FeaturePointsMatch.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h inc/meowpp/math/Vector.h inc/meowpp/Usage.h inc/meowpp/colors/RGB_Space.h inc/meowpp/dsa/DisjointSet.h inc/meowpp/geo/Vectors.h inc/meowpp/gra/Bitmap.h inc/meowpp/gra/Photo.h inc/meowpp/gra/../math/Transformations.h inc/meowpp/gra/../math/Transformation.h inc/meowpp/gra/../math/Matrix.h inc/meowpp/gra/../math/../Self.h inc/meowpp/gra/../math/utility.h inc/meowpp/gra/Camera.h inc/meowpp/gra/Photo.h inc/meowpp/gra/IdentityPoints.h inc/meowpp/gra/../math/LinearTransformations.h inc/meowpp/gra/../math/LinearTransformation.h inc/meowpp/gra/../math/../geo/Vectors.h inc/meowpp/gra/../math/methods.h inc/meowpp/gra/../math/Vector.h inc/meowpp/gra/WatchBall.h inc/meowpp/gra/Camera.h inc/meowpp/gra/../geo/Vectors.h inc/meowpp/math/utility.h inc/meowpp/math/methods.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/autostitch.cpp::;
-inc/autostitch.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/colors/RGB_Space.h::;
-inc/meowpp/colors/Color3_Space.h::;
-inc/meowpp/colors/../Self.h::;
-inc/meowpp/colors/../geo/Vectors.h::;
-inc/meowpp/colors/../geo/../math/utility.h::;
-inc/meowpp/colors/../geo/../math/Vector.h::;
-inc/meowpp/colors/../geo/../math/../Self.h::;
-inc/meowpp/colors/../geo/../math/Matrix.h::;
-inc/meowpp/colors/../geo/../math/utility.h::;
-inc/meowpp/colors/../geo/../math/Matrix.h::;
-inc/meowpp/colors/../math/Matrix.h::;
-inc/meowpp/colors/../math/utility.h::;
-inc/meowpp/geo/Vectors.h::;
-inc/meowpp/gra/FeaturePoint.h::;
-inc/meowpp/gra/../oo/ObjBase.h::;
-inc/meowpp/gra/../math/Vector.h::;
-inc/meowpp/gra/FeaturePointsDetector.h::;
-inc/meowpp/gra/FeaturePoint.h::;
-inc/meowpp/gra/Bitmap.h::;
-inc/meowpp/gra/../Self.h::;
-inc/meowpp/gra/../math/utility.h::;
-inc/meowpp/gra/../math/Matrix.h::;
-inc/meowpp/gra/FeaturePointsMatch.h::;
-inc/meowpp/gra/FeaturePointsMatch_K_Match.h::;
-inc/meowpp/gra/../dsa/VP_Tree.h::;
-inc/meowpp/gra/../dsa/../math/utility.h::;
-inc/meowpp/gra/FeaturePointsMatch.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/math/Vector.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/colors/RGB_Space.h::;
-inc/meowpp/dsa/DisjointSet.h::;
-inc/meowpp/geo/Vectors.h::;
-inc/meowpp/gra/Bitmap.h::;
-inc/meowpp/gra/Photo.h::;
-inc/meowpp/gra/../math/Transformations.h::;
-inc/meowpp/gra/../math/Transformation.h::;
-inc/meowpp/gra/../math/Matrix.h::;
-inc/meowpp/gra/../math/../Self.h::;
-inc/meowpp/gra/../math/utility.h::;
-inc/meowpp/gra/Camera.h::;
-inc/meowpp/gra/Photo.h::;
-inc/meowpp/gra/IdentityPoints.h::;
-inc/meowpp/gra/../math/LinearTransformations.h::;
-inc/meowpp/gra/../math/LinearTransformation.h::;
-inc/meowpp/gra/../math/../geo/Vectors.h::;
-inc/meowpp/gra/../math/methods.h::;
-inc/meowpp/gra/../math/Vector.h::;
-inc/meowpp/gra/WatchBall.h::;
-inc/meowpp/gra/Camera.h::;
-inc/meowpp/gra/../geo/Vectors.h::;
-inc/meowpp/math/utility.h::;
-inc/meowpp/math/methods.h::;
diff --git a/meowpp.test/dep/autostitch_FeaturePointsDetector_Harris.d b/meowpp.test/dep/autostitch_FeaturePointsDetector_Harris.d
deleted file mode 100644
index 796ebae..0000000
--- a/meowpp.test/dep/autostitch_FeaturePointsDetector_Harris.d
+++ /dev/null
@@ -1,44 +0,0 @@
-dep/autostitch_FeaturePointsDetector_Harris.d:: src/autostitch_FeaturePointsDetector_Harris.cpp inc/autostitch.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/colors/RGB_Space.h inc/meowpp/colors/Color3_Space.h inc/meowpp/colors/../Self.h inc/meowpp/colors/../geo/Vectors.h inc/meowpp/colors/../geo/../math/utility.h inc/meowpp/colors/../geo/../math/Vector.h inc/meowpp/colors/../geo/../math/../Self.h inc/meowpp/colors/../geo/../math/Matrix.h inc/meowpp/colors/../geo/../math/utility.h inc/meowpp/colors/../geo/../math/Matrix.h inc/meowpp/colors/../math/Matrix.h inc/meowpp/colors/../math/utility.h inc/meowpp/geo/Vectors.h inc/meowpp/gra/FeaturePoint.h inc/meowpp/gra/../oo/ObjBase.h inc/meowpp/gra/../math/Vector.h inc/meowpp/gra/FeaturePointsDetector.h inc/meowpp/gra/FeaturePoint.h inc/meowpp/gra/Bitmap.h inc/meowpp/gra/../Self.h inc/meowpp/gra/../math/utility.h inc/meowpp/gra/../math/Matrix.h inc/meowpp/gra/FeaturePointsMatch.h inc/meowpp/gra/FeaturePointsMatch_K_Match.h inc/meowpp/gra/../dsa/VP_Tree.h inc/meowpp/gra/../dsa/../math/utility.h inc/meowpp/gra/FeaturePointsMatch.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h inc/meowpp/math/Vector.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/geo/Vectors.h inc/meowpp/gra/FeaturePointsDetector_Harris.h inc/meowpp/gra/FeaturePointsDetector.h inc/meowpp/gra/../dsa/DisjointSet.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/autostitch_FeaturePointsDetector_Harris.cpp::;
-inc/autostitch.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/colors/RGB_Space.h::;
-inc/meowpp/colors/Color3_Space.h::;
-inc/meowpp/colors/../Self.h::;
-inc/meowpp/colors/../geo/Vectors.h::;
-inc/meowpp/colors/../geo/../math/utility.h::;
-inc/meowpp/colors/../geo/../math/Vector.h::;
-inc/meowpp/colors/../geo/../math/../Self.h::;
-inc/meowpp/colors/../geo/../math/Matrix.h::;
-inc/meowpp/colors/../geo/../math/utility.h::;
-inc/meowpp/colors/../geo/../math/Matrix.h::;
-inc/meowpp/colors/../math/Matrix.h::;
-inc/meowpp/colors/../math/utility.h::;
-inc/meowpp/geo/Vectors.h::;
-inc/meowpp/gra/FeaturePoint.h::;
-inc/meowpp/gra/../oo/ObjBase.h::;
-inc/meowpp/gra/../math/Vector.h::;
-inc/meowpp/gra/FeaturePointsDetector.h::;
-inc/meowpp/gra/FeaturePoint.h::;
-inc/meowpp/gra/Bitmap.h::;
-inc/meowpp/gra/../Self.h::;
-inc/meowpp/gra/../math/utility.h::;
-inc/meowpp/gra/../math/Matrix.h::;
-inc/meowpp/gra/FeaturePointsMatch.h::;
-inc/meowpp/gra/FeaturePointsMatch_K_Match.h::;
-inc/meowpp/gra/../dsa/VP_Tree.h::;
-inc/meowpp/gra/../dsa/../math/utility.h::;
-inc/meowpp/gra/FeaturePointsMatch.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/math/Vector.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/geo/Vectors.h::;
-inc/meowpp/gra/FeaturePointsDetector_Harris.h::;
-inc/meowpp/gra/FeaturePointsDetector.h::;
-inc/meowpp/gra/../dsa/DisjointSet.h::;
diff --git a/meowpp.test/dep/autostitch_K_Match.d b/meowpp.test/dep/autostitch_K_Match.d
deleted file mode 100644
index 45bde2d..0000000
--- a/meowpp.test/dep/autostitch_K_Match.d
+++ /dev/null
@@ -1,41 +0,0 @@
-dep/autostitch_K_Match.d:: src/autostitch_K_Match.cpp inc/autostitch.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/colors/RGB_Space.h inc/meowpp/colors/Color3_Space.h inc/meowpp/colors/../Self.h inc/meowpp/colors/../geo/Vectors.h inc/meowpp/colors/../geo/../math/utility.h inc/meowpp/colors/../geo/../math/Vector.h inc/meowpp/colors/../geo/../math/../Self.h inc/meowpp/colors/../geo/../math/Matrix.h inc/meowpp/colors/../geo/../math/utility.h inc/meowpp/colors/../geo/../math/Matrix.h inc/meowpp/colors/../math/Matrix.h inc/meowpp/colors/../math/utility.h inc/meowpp/geo/Vectors.h inc/meowpp/gra/FeaturePoint.h inc/meowpp/gra/../oo/ObjBase.h inc/meowpp/gra/../math/Vector.h inc/meowpp/gra/FeaturePointsDetector.h inc/meowpp/gra/FeaturePoint.h inc/meowpp/gra/Bitmap.h inc/meowpp/gra/../Self.h inc/meowpp/gra/../math/utility.h inc/meowpp/gra/../math/Matrix.h inc/meowpp/gra/FeaturePointsMatch.h inc/meowpp/gra/FeaturePointsMatch_K_Match.h inc/meowpp/gra/../dsa/VP_Tree.h inc/meowpp/gra/../dsa/../math/utility.h inc/meowpp/gra/FeaturePointsMatch.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h inc/meowpp/math/Vector.h inc/meowpp/utility.h inc/meowpp/gra/FeaturePointsMatch_K_Match.h inc/meowpp/Usage.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/autostitch_K_Match.cpp::;
-inc/autostitch.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/colors/RGB_Space.h::;
-inc/meowpp/colors/Color3_Space.h::;
-inc/meowpp/colors/../Self.h::;
-inc/meowpp/colors/../geo/Vectors.h::;
-inc/meowpp/colors/../geo/../math/utility.h::;
-inc/meowpp/colors/../geo/../math/Vector.h::;
-inc/meowpp/colors/../geo/../math/../Self.h::;
-inc/meowpp/colors/../geo/../math/Matrix.h::;
-inc/meowpp/colors/../geo/../math/utility.h::;
-inc/meowpp/colors/../geo/../math/Matrix.h::;
-inc/meowpp/colors/../math/Matrix.h::;
-inc/meowpp/colors/../math/utility.h::;
-inc/meowpp/geo/Vectors.h::;
-inc/meowpp/gra/FeaturePoint.h::;
-inc/meowpp/gra/../oo/ObjBase.h::;
-inc/meowpp/gra/../math/Vector.h::;
-inc/meowpp/gra/FeaturePointsDetector.h::;
-inc/meowpp/gra/FeaturePoint.h::;
-inc/meowpp/gra/Bitmap.h::;
-inc/meowpp/gra/../Self.h::;
-inc/meowpp/gra/../math/utility.h::;
-inc/meowpp/gra/../math/Matrix.h::;
-inc/meowpp/gra/FeaturePointsMatch.h::;
-inc/meowpp/gra/FeaturePointsMatch_K_Match.h::;
-inc/meowpp/gra/../dsa/VP_Tree.h::;
-inc/meowpp/gra/../dsa/../math/utility.h::;
-inc/meowpp/gra/FeaturePointsMatch.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/math/Vector.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/gra/FeaturePointsMatch_K_Match.h::;
-inc/meowpp/Usage.h::;
diff --git a/meowpp.test/dep/autostitch_RansacCheck.d b/meowpp.test/dep/autostitch_RansacCheck.d
deleted file mode 100644
index 3bc8023..0000000
--- a/meowpp.test/dep/autostitch_RansacCheck.d
+++ /dev/null
@@ -1,40 +0,0 @@
-dep/autostitch_RansacCheck.d:: src/autostitch_RansacCheck.cpp inc/autostitch.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/colors/RGB_Space.h inc/meowpp/colors/Color3_Space.h inc/meowpp/colors/../Self.h inc/meowpp/colors/../geo/Vectors.h inc/meowpp/colors/../geo/../math/utility.h inc/meowpp/colors/../geo/../math/Vector.h inc/meowpp/colors/../geo/../math/../Self.h inc/meowpp/colors/../geo/../math/Matrix.h inc/meowpp/colors/../geo/../math/utility.h inc/meowpp/colors/../geo/../math/Matrix.h inc/meowpp/colors/../math/Matrix.h inc/meowpp/colors/../math/utility.h inc/meowpp/geo/Vectors.h inc/meowpp/gra/FeaturePoint.h inc/meowpp/gra/../oo/ObjBase.h inc/meowpp/gra/../math/Vector.h inc/meowpp/gra/FeaturePointsDetector.h inc/meowpp/gra/FeaturePoint.h inc/meowpp/gra/Bitmap.h inc/meowpp/gra/../Self.h inc/meowpp/gra/../math/utility.h inc/meowpp/gra/../math/Matrix.h inc/meowpp/gra/FeaturePointsMatch.h inc/meowpp/gra/FeaturePointsMatch_K_Match.h inc/meowpp/gra/../dsa/VP_Tree.h inc/meowpp/gra/../dsa/../math/utility.h inc/meowpp/gra/FeaturePointsMatch.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h inc/meowpp/math/Vector.h inc/meowpp/math/Matrix.h inc/meowpp/math/Vector.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/autostitch_RansacCheck.cpp::;
-inc/autostitch.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/colors/RGB_Space.h::;
-inc/meowpp/colors/Color3_Space.h::;
-inc/meowpp/colors/../Self.h::;
-inc/meowpp/colors/../geo/Vectors.h::;
-inc/meowpp/colors/../geo/../math/utility.h::;
-inc/meowpp/colors/../geo/../math/Vector.h::;
-inc/meowpp/colors/../geo/../math/../Self.h::;
-inc/meowpp/colors/../geo/../math/Matrix.h::;
-inc/meowpp/colors/../geo/../math/utility.h::;
-inc/meowpp/colors/../geo/../math/Matrix.h::;
-inc/meowpp/colors/../math/Matrix.h::;
-inc/meowpp/colors/../math/utility.h::;
-inc/meowpp/geo/Vectors.h::;
-inc/meowpp/gra/FeaturePoint.h::;
-inc/meowpp/gra/../oo/ObjBase.h::;
-inc/meowpp/gra/../math/Vector.h::;
-inc/meowpp/gra/FeaturePointsDetector.h::;
-inc/meowpp/gra/FeaturePoint.h::;
-inc/meowpp/gra/Bitmap.h::;
-inc/meowpp/gra/../Self.h::;
-inc/meowpp/gra/../math/utility.h::;
-inc/meowpp/gra/../math/Matrix.h::;
-inc/meowpp/gra/FeaturePointsMatch.h::;
-inc/meowpp/gra/FeaturePointsMatch_K_Match.h::;
-inc/meowpp/gra/../dsa/VP_Tree.h::;
-inc/meowpp/gra/../dsa/../math/utility.h::;
-inc/meowpp/gra/FeaturePointsMatch.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/math/Vector.h::;
-inc/meowpp/math/Matrix.h::;
-inc/meowpp/math/Vector.h::;
diff --git a/meowpp.test/dep/dsa.d b/meowpp.test/dep/dsa.d
deleted file mode 100644
index 6dadfd5..0000000
--- a/meowpp.test/dep/dsa.d
+++ /dev/null
@@ -1,11 +0,0 @@
-dep/dsa.d:: src/dsa.cpp inc/dsa.h inc/meowpp/Usage.h inc/meowpp/utility.h inc/meowpp/oo/ObjBase.h inc/meowpp/oo/ObjSelector.h inc/meowpp/oo/ObjBase.h inc/meowpp/Usage.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/dsa.cpp::;
-inc/dsa.h::;
-inc/meowpp/Usage.h::;
-inc/meowpp/utility.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/oo/ObjSelector.h::;
-inc/meowpp/oo/ObjBase.h::;
-inc/meowpp/Usage.h::;
diff --git a/meowpp.test/dep/oo.d b/meowpp.test/dep/oo.d
deleted file mode 100644
index e7b42e9..0000000
--- a/meowpp.test/dep/oo.d
+++ /dev/null
@@ -1,5 +0,0 @@
-dep/oo.d:: src/oo.cpp inc/meowpp/Self.h
- $(DEPENDENCY_CREATER) "`$(CXX_DEP) $(CXXFLAGS) $<`" $@
-
-src/oo.cpp::;
-inc/meowpp/Self.h::;