⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.nmk_icl

📁 序列对齐 Compare a protein sequence to a protein sequence database or a DNA sequence to a DNA sequenc
💻 NMK_ICL
字号:
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -