Update to 2.0.0 tree from current Fremantle build
[opencv] / ml / src / makefile.gnu
diff --git a/ml/src/makefile.gnu b/ml/src/makefile.gnu
deleted file mode 100644 (file)
index f968c00..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-TARGET := ml
-BINTYPE := DLL
-SRC_ROOT := ../../ml/src
-INC_ROOT := ../../ml/include
-CXCORE_INC := ../../cxcore/include
-SRC_DIRS := . ../include ../../cxcore/include
-
-CXXFLAGS := -D"CVAPI_EXPORTS" -I"$(INC_ROOT)" -I"$(SRC_ROOT)" -I"$(CXCORE_INC)"
-
-INCS := ml.h _ml.h \
-   cxcore.h cxcore.hpp cxerror.h cxmisc.h cxtypes.h cvver.h
-
-LIBS := -lcxcore$(DBG)
-
-include ../../_make/make_module_gnu.mak