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