comparison extra/tsa/src/Makefile @ 12714:9d24dd9d2986 octave-forge

[tsa] add histo_mex in Makefile
author schloegl
date Thu, 25 Feb 2016 07:34:02 +0000
parents 16bc2657b1f1
children 2b6b5744525c
comparison
equal deleted inserted replaced
12713:47904d77c528 12714:9d24dd9d2986
51 endif 51 endif
52 52
53 MEX_OPTION += CC\#$(CXX) CXX\#$(CXX) CFLAGS\#"$(CFLAGS)" CXXFLAGS\#"$(CFLAGS)" 53 MEX_OPTION += CC\#$(CXX) CXX\#$(CXX) CFLAGS\#"$(CFLAGS)" CXXFLAGS\#"$(CFLAGS)"
54 MATMEX = $(MATLABDIR)/bin/mex $(MEX_OPTION) 54 MATMEX = $(MATLABDIR)/bin/mex $(MEX_OPTION)
55 55
56 PROGS = covm_mex.mex sumskipnan_mex.mex #kalman_maar.mex 56 PROGS = covm_mex.mex sumskipnan_mex.mex histo_mex.mex
57 57
58 ### per default only the mex-files for octave are built 58 ### per default only the mex-files for octave are built
59 mex4o octave: $(PROGS) 59 mex4o octave: $(PROGS)
60 60
61 61