makefile.in

来自「多层权核k均值算法」· IN 代码 · 共 30 行

IN
30
字号
# Which compiler to useCC = ccGCC = g++# What optimization level to useOPTFLAGS = -O3 # What options to be used by the compilerCOPTIONS = # What options to be used by the loaderLDOPTIONS = # What archiving to useAR = ar rv# What to use for indexing the archiveRANLIB = ranlib#RANLIB = ar -ts#RANLIB = #LAPACK LIBARCH = P4SSE2LAPACK = -llapack_$(ARCH)ATLAS  = -latlas_$(ARCH)CBLAS  = -lcblaswr -lcblas_$(ARCH)GSL = -lgslcblas -lgsl

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?