ee45496b0dc5444d01af5f5561c359fefa277577
[opencv] / tests / cxts / makefile.gnu
1 TARGET := cxts
2 VER := 001
3 BINTYPE := DLL
4 SRC_ROOT := ../../tests/cxts
5 INC_ROOT := ../../tests/cxts
6 CXCORE_INC := ../../cxcore/include
7 SRC_DIRS := . ../../cxcore/include
8
9 CXXFLAGS := -D"CVAPI_EXPORTS" -I"$(INC_ROOT)" -I"$(CXCORE_INC)"
10
11 INCS := cxts.h _cxts.h \
12    cxcore.h cxcore.hpp cxerror.h cxmisc.h cxtypes.h cvver.h
13
14 LIBS := -lcxcore$(DBG)
15
16 include ../../_make/make_module_gnu.mak