Update the changelog
[opencv] / tests / cv / src / makefile.gnu
1 TARGET := cvtest
2 VER := 
3 BINTYPE := APP
4 SRC_ROOT := ../../tests/cv/src
5 INC_ROOT := ../../tests/cv/src
6 CXCORE_INC := ../../cxcore/include
7 CV_INC := ../../cv/include
8 CVAUX_INC := ../../cvaux/include
9 HIGHGUI_INC := ../../otherlibs/highgui
10 CXTS_INC := ../../tests/cxts
11 SRC_DIRS := . ../../../cxcore/include ../../../cv/include ../../../cvaux/include
12
13 CXXFLAGS := -D"CVAPI_EXPORTS" -I"$(INC_ROOT)" -I"$(CXCORE_INC)" -I"$(CXTS_INC)" \
14    -I"$(CV_INC)" -I"$(CVAUX_INC)" -I"$(HIGHGUI_INC)"
15
16 INCS := cvtest.h $(CXTS_INC)/cxts.h $(HIGHGUI_INC)/highgui.h \
17    cxcore.h cxcore.hpp cxerror.h cxmisc.h cxtypes.h cvver.h \
18    cvaux.h cvaux.hpp cvmat.hpp cvvidsurv.hpp \
19    cv.h cv.hpp cvcompat.h cvtypes.h
20
21 LIBS := -lcxcore$(DBG) -lcxts$(DBG) -lcv$(DBG) -lcvaux$(DBG) -lhighgui$(DBG)
22
23 include ../../_make/make_module_gnu.mak