Move the sources to trunk
[opencv] / ml / src / makefile.gnu
1 TARGET := ml
2 BINTYPE := DLL
3 SRC_ROOT := ../../ml/src
4 INC_ROOT := ../../ml/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 := ml.h _ml.h \
11    cxcore.h cxcore.hpp cxerror.h cxmisc.h cxtypes.h cvver.h
12
13 LIBS := -lcxcore$(DBG)
14
15 include ../../_make/make_module_gnu.mak