# # $Name: $ - $Id: Makefile35.common_sql 344 2010-06-29 18:20:22Z wrp $ # # commands common to all architectures # if your architecture does not support "include", append at the end. # # use for "normal" fasta34(_t) programs - only one query COMP_LIBO=comp_lib2.o COMP_THRO=comp_thr2.o WORK_THRO=work_thr2.o GETSEQO = getseq.o # use for multiple query sequences, requires "-n" for DNA fasta, does not # work with prss34 (yet) #COMP_LIB=comp_mlib.o #COMP_THRO=comp_mthr.o # # standard nxgetaa, no memory mapping for 0 - 6 LGETLIB=getseq.o lgetlib.o lgetaa_m.o NGETLIB=nmgetlib # memory mapping for 0FASTA, 5PIRVMS, 6GCGBIN # LGETLIB=getseq.o lgetlib.o lgetaa_m.o # NGETLIB=nmgetlib NRAND=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/include/mysql -DMYSQL_DB" in CFLAGS # and "-L/usr/lib/mysql -lmysqlclient -lz" in LIB_M # some systems may also require a LD_LIBRARY_PATH change LIB_M= -L/usr/lib/mysql -lmysqlclient -lz -lm #LIB_M= -lm NCBL_LIB=ncbl2_mlib.o mysql_lib.o #NCBL_LIB=ncbl2_mlib.o include ../make/Makefile.pcom include ../make/Makefile.fcom