Update the changelog
[opencv] / cxcore / src / makefile.gnu
1 TARGET := cxcore
2 BINTYPE := DLL
3 SRC_ROOT := ../../cxcore/src
4 INC_ROOT := ../../cxcore/include
5 SRC_DIRS := . ../include
6
7 CXXFLAGS := -D"CVAPI_EXPORTS" -I"$(INC_ROOT)" -I"$(SRC_ROOT)"
8
9 #INCS := cxcore.h cxcore.hpp cxerror.h \
10 #  cxmisc.h cxtypes.h $(SRC_ROOT)/_cxcore.h $(SRC_ROOT)/_cxipp.h
11
12 INCS := cxcore.h cxcore.hpp cxerror.h cxmisc.h cxtypes.h _cxcore.h _cxipp.h
13
14 include ../../_make/make_module_gnu.mak