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

📄 makefile.os_x

📁 序列对齐 Compare a protein sequence to a protein sequence database or a DNA sequence to a DNA sequenc
💻 OS_X
字号:
# makefile for fasta3, fasta3_t.  Use makefile.pvm for pvcompxx.# this file works for Mac OS X (PPC)## this file supports mmap()'ed databases in BLAST2 format use -DUSE_MMAP# for mmap()ed BLAST2 format.# 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 files# changed to gcc-3.3 for MacOSX Tiger because of problems with Altivec## in my hands, gcc-4.0 is about 40% slower than gcc-3.3 on the Altivec codeCC= gcc -g -O3 -arch ppc -falign-loops=32 -O3 -mcpu=7450 -maltivec -mpim-altivec# -pg -finstrument-functions  -lSaturn#CC= gcc-3.3 -g -falign-loops=32 -O3 -mcpu=7450 -faltivec#CC= gcc-3.3 -g -DDEBUG -mcpu=7450 -faltivec#CC= cc -g -Wall -pedantic -faltivec## standard line for normal searchingCFLAGS= -DSHOWSIM -DM10_CONS -DUNIX -DTIMES -DHZ=100 -DMAX_WORKERS=2 -DTHR_EXIT=pthread_exit -DPROGRESS -DFASTA_HOST='"xs00.achs.virginia.edu/fasta_www/cgi"' -DUSE_MMAP -DUSE_FSEEKO -DHAS_INTTYPES -DSAMP_STATS -DPGM_DOC -DBIG_LIB64# -DSUPERFAMNUM -DSFCHAR="'|'"# add for MySQL support# -I/usr/local/mysql/include -DMYSQL_DBHFLAGS= -oNFLAGS= -oTHR_SUBS = pthr_subs2THR_LIBS =THR_CC =# for IBM with current pthreads#CC= xlc_r -v -g#THR_SUBS = ibm_pthr_subs2#THR_LIBS = -lpthreads#THR_CC =#XDIR = ${HOME}/bin#XDIR = /home/slib/bin/MACOSX/#XDIR = /Users/seqprg/binXDIR = /seqprg/bin#XDIR = ./ppc# diectory for universal binary processUDIR = ./ppc# set up files for SSE2/Altivec acceleration#include Makefile.sse_alt# Altivec acceleration#DROPGSW_O = $(DROPGSW_ALT_O)DROPLAL_O = $(DROPLAL_ALT_O)# provide mysql function#include Makefile35m.common_sql# no mysqlinclude Makefile35m.common

⌨️ 快捷键说明

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