Move the sources to trunk
[opencv] / cv / src / makefile.gnu
1 TARGET := cv
2 BINTYPE := DLL
3 SRC_ROOT := ../../cv/src
4 INC_ROOT := ../../cv/include
5 CXCORE_INC := ../../cxcore/include
6 SRC_DIRS := . ../include ../../cxcore/include
7
8 CXXFLAGS := -D"CVAPI_EXPORTS" -I"$(INC_ROOT)" -I"$(SRC_ROOT)" -I"$(CXCORE_INC)"
9
10 INCS := cv.h cv.hpp cvcompat.h cvtypes.h \
11    _cv.h _cvgeom.h _cvimgproc.h _cvipp.h _cvlist.h _cvmatrix.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