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