📄 makefile35.common
字号:
## $Name: fa35_03_06 $ - $Id: Makefile35.common,v 1.4 2007/09/05 15:15:51 wrp Exp $## commands common to all architectures# if your architecture does not support "include", append at the end.## use for multiple query sequencesCOMP_LIBO=comp_mlib2.oCOMP_THRO=comp_mthr2.oWORK_THRO=work_thr2.oGETSEQO = # standard nxgetaa, no memory mapping for 0 - 6LGETLIB=getseq.o lgetlib.oNGETLIB=nmgetlib# memory mapping for 0FASTA, 5PIRVMS, 6GCGBINLGETLIB=getseq.o lgetlib.o lgetaa_m.oNGETLIB=nmgetlibNRAND=nrandom# use ncbl_lib.c for BLAST1.4 support instead of ncbl2_mlib.c#NCBL_LIB=ncbl_lib.o# this option should support both formats (BLAST1.4 not currently supported): #NCBL_LIB=ncbl_lib.o ncbl2_mlib.o# normally use ncbl2_mlib.c#NCBL_LIB=ncbl2_mlib.o#LIB_M= -lm# this option supports NCBI BLAST2 and mySQL# it requires "-I/usr/local/include/mysql -DMYSQL_DB" in CFLAGS# and "-L/usr/local/lib/mysql -lmysqlclient -lz" in LIB_M# some systems may also require a LD_LIBRARY_PATH change#LIB_M= -L/usr/local/lib/mysql -lmysqlclient -lz -lmLIB_M= -lm#NCBL_LIB=ncbl2_mlib.o mysql_lib.oNCBL_LIB=ncbl2_mlib.oinclude Makefile.pcominclude Makefile.fcom
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -