X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=cvaux%2Fsrc%2Fmakefile.gnu;fp=cvaux%2Fsrc%2Fmakefile.gnu;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=8086954989792b5f7be7bd404288d4cacafac5d0;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/cvaux/src/makefile.gnu b/cvaux/src/makefile.gnu deleted file mode 100644 index 8086954..0000000 --- a/cvaux/src/makefile.gnu +++ /dev/null @@ -1,20 +0,0 @@ -TARGET := cvaux -BINTYPE := DLL -SRC_ROOT := ../../cvaux/src -INC_ROOT := ../../cvaux/include -CXCORE_INC := ../../cxcore/include -CV_INC := ../../cv/include -CV_SRC := ../../cv/src -SRC_DIRS := . ./vs ../include ../../cxcore/include ../../cv/include - -CXXFLAGS := -D"CVAPI_EXPORTS" -I"$(INC_ROOT)" -I"$(SRC_ROOT)" \ - -I"$(CXCORE_INC)" -I"$(CV_INC)" -I"$(CV_SRC)" - -INCS := cvaux.h cvaux.hpp cvmat.hpp cvvidsurv.hpp cvface.h cvfacedetection.h \ - cvfacetemplate.h _cvaux.h _cvfacedetection.h _cvvectrack.h _cvvm.h \ - cv.h cv.hpp cvcompat.h cvtypes.h $(CV_SRC)/_cvmatrix.h \ - cxcore.h cxcore.hpp cxerror.h cxmisc.h cxtypes.h cvver.h - -LIBS := -lcxcore$(DBG) -lcv$(DBG) - -include ../../_make/make_module_gnu.mak