📄 makefile.os_x86
字号:
# makefile for fasta3, fasta3_t. Use makefile.pvm for pvcompxx.## $Name: fa35_03_06 $ - $Id: Makefile.os_x86,v 1.20 2008/01/25 12:51:42 wrp Exp $## 12-Dec-2007 - modified to allow compilation of both accelerated and# non-accelerated Smith-Waterman# the -DDEBUG option provides additional debugging information, particularly# with -D on the command line.# use -DBIG_LIB64 to generate 64-bit offsets in map_db .xin filesCC= gcc -g -O3 -arch i386 -msse2#CC= gcc -g -DDEBUG -arch i386 -msse2#CC= cc -g -Wall -pedantic## standard line for normal searchingCFLAGS= -DSHOWSIM -DM10_CONS -DUNIX -DTIMES -DHZ=100 -DMAX_WORKERS=4 -DTHR_EXIT=pthread_exit -DPROGRESS -DFASTA_HOST='"xs00.achs.virginia.edu/fasta_www/cgi"' -DIS_LITTLE_ENDIAN -DUSE_MMAP -DUSE_FSEEKO -DHAS_INTTYPES -DSAMP_STATS -DPGM_DOC -DBIG_LIB64# -I/usr/local/mysql/include -DMYSQL_DB # add for MySQL support#CFLAGS= -DSHOWSIM -DM10_CONS -DUNIX -DTIMES -DHZ=60 -DMAX_WORKERS=4 -DTHR_EXIT=pthread_exit -DPROGRESS -DFASTA_HOST='"xs00.achs.virginia.edu/fasta_www/cgi"' -DIS_LITTLE_ENDIAN -DUSE_MMAP -DUSE_FSEEKO -DHAS_INTTYPES -DSAMP_STATS -DPGM_DOC -DSUPERFAMNUM -DSFCHAR="'|'"LDFLAGS= -arch i386HFLAGS= -oNFLAGS= -o#for Linux, MacOS, DEC Unix V4.0THR_SUBS = pthr_subs2THR_LIBS =THR_CC =XDIR = ${HOME}/bin#XDIR = /home/slib/bin/MACOSX/#XDIR = /Users/seqprg/bin#XDIR = /seqprg/bin#XDIR = ./i386# diectory for universal binary processUDIR = ./i386# set up files for SSE2/Altivec acceleration#include Makefile.sse_alt# Altivec acceleration#DROPGSW_O = $(DROPGSW_SSE_O)DROPLAL_O = $(DROPLAL_SSE_O)# provide mysql function#include Makefile35m.common_mysql# no mysqlinclude Makefile35m.common
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -