makefile.nmk_icl

来自「序列对齐 Compare a protein sequence to a pr」· NMK_ICL 代码 · 共 34 行

NMK_ICL
34
字号
## makefile for fasta3, fasta3_t.  Use makefile.pvm for pvcompxx.## options for Intel C compiler (v9.1) ## must be compiled/linked with /MT (or /MTd for debugging) to ensure# multi-threaded staticly linked executables.  /MD uses dynamic# linking to DLL's, which may not be available on the users machineCC= icl /O2 /MT /W1#CC= icl /Zi /MTd /W1CL= icl /O2 /MT#CL= icl /Zi /MTd# standard optionsCFLAGS= -DSHOWSIM -DWIN32 -DHZ=100 -DPROGRESS -DSAMP_STATS -DPGM_DOC -DTHR_EXIT=pthread_exit -D_CRT_SECURE_NO_WARNINGS=1XDIR = /seqprg/binTHR_SUBS = pthr_subs2THR_LIBS= pthreadVC2.libDROPGSW_SSE2_O = dropgsw2_sse2.obj smith_waterman_sse2.obj wm_align.obj calcons_sw.objDROPGSW_O = dropgsw2.obj wm_align.obj calcons_sw.objDROPLAL_SSE2_O = droplal_sse2.obj smith_waterman_sse2.obj lsim4.obj calcons_la.objDROPLAL_O = droplal.obj lsim4.obj calcons_la.obj# # renamed (fasta35)  programsinclude Makefile35.nmk_com# conventional (fasta3) names# include Makefile.common

⌨️ 快捷键说明

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