comparison extra/NaN/src/Makefile @ 12702:29b7963bf748 octave-forge

define typeof() when missing; support for clang compiler added
author schloegl
date Tue, 22 Dec 2015 10:28:53 +0000
parents 16bc2657b1f1
children
comparison
equal deleted inserted replaced
12701:794b03395bbd 12702:29b7963bf748
46 endif 46 endif
47 47
48 ifneq (Darwin,$(shell uname)) 48 ifneq (Darwin,$(shell uname))
49 CFLAGS += -fopenmp 49 CFLAGS += -fopenmp
50 MEX_OPTION += -lgomp 50 MEX_OPTION += -lgomp
51 MEX_OPTION += CC\#$(CXX) CXX\#$(CXX) CFLAGS\#"$(CFLAGS) " CXXFLAGS\#"$(CFLAGS) "
51 endif 52 endif
52 53
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 = histo_mex.mex covm_mex.mex kth_element.mex sumskipnan_mex.mex str2array.mex train.mex svmtrain_mex.mex svmpredict_mex.mex xptopen.mex 56 PROGS = histo_mex.mex covm_mex.mex kth_element.mex sumskipnan_mex.mex str2array.mex train.mex svmtrain_mex.mex svmpredict_mex.mex xptopen.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