Update the changelog
[opencv] / cvaux / src / makefile.gnu
1 TARGET := cvaux
2 BINTYPE := DLL
3 SRC_ROOT := ../../cvaux/src
4 INC_ROOT := ../../cvaux/include
5 CXCORE_INC := ../../cxcore/include
6 CV_INC := ../../cv/include
7 CV_SRC := ../../cv/src
8 SRC_DIRS := . ./vs ../include ../../cxcore/include ../../cv/include
9
10 CXXFLAGS := -D"CVAPI_EXPORTS" -I"$(INC_ROOT)" -I"$(SRC_ROOT)" \
11    -I"$(CXCORE_INC)" -I"$(CV_INC)" -I"$(CV_SRC)"
12
13 INCS := cvaux.h cvaux.hpp cvmat.hpp cvvidsurv.hpp cvface.h cvfacedetection.h  \
14    cvfacetemplate.h _cvaux.h _cvfacedetection.h _cvvectrack.h _cvvm.h \
15    cv.h cv.hpp cvcompat.h cvtypes.h $(CV_SRC)/_cvmatrix.h \
16    cxcore.h cxcore.hpp cxerror.h cxmisc.h cxtypes.h cvver.h
17
18 LIBS := -lcxcore$(DBG) -lcv$(DBG)
19
20 include ../../_make/make_module_gnu.mak