X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=tests%2Fcxts%2Fmakefile.gnu;fp=tests%2Fcxts%2Fmakefile.gnu;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=ee45496b0dc5444d01af5f5561c359fefa277577;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/tests/cxts/makefile.gnu b/tests/cxts/makefile.gnu deleted file mode 100644 index ee45496..0000000 --- a/tests/cxts/makefile.gnu +++ /dev/null @@ -1,16 +0,0 @@ -TARGET := cxts -VER := 001 -BINTYPE := DLL -SRC_ROOT := ../../tests/cxts -INC_ROOT := ../../tests/cxts -CXCORE_INC := ../../cxcore/include -SRC_DIRS := . ../../cxcore/include - -CXXFLAGS := -D"CVAPI_EXPORTS" -I"$(INC_ROOT)" -I"$(CXCORE_INC)" - -INCS := cxts.h _cxts.h \ - cxcore.h cxcore.hpp cxerror.h cxmisc.h cxtypes.h cvver.h - -LIBS := -lcxcore$(DBG) - -include ../../_make/make_module_gnu.mak