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