Next version of JABA
[jabaws.git] / binaries / src / fasta34 / Makefile34m.common_pgsql
1 #
2 # $Name: fa_34_26_5 $ - $Id: Makefile34m.common_pgsql,v 1.3 2005/12/07 17:22:02 wrp Exp $
3 #
4 # commands common to all architectures
5 # if your architecture does not support "include", append at the end.
6 #
7
8 # use for "normal" fasta34(_t) programs - only one query
9 #COMP_LIBO=comp_lib.o
10 #COMP_THRO=comp_thr.o
11 #GETSEQO = getseq.o
12
13 # use for multiple query sequences
14 # work with prss34 (yet)
15 COMP_LIBO=comp_mlib.o
16 COMP_THRO=comp_mthr.o
17 GETSEQO = 
18
19 # standard nxgetaa, no memory mapping for 0 - 6
20 #LGETLIB=getseq.o lgetlib.o
21 #NGETLIB=nmgetlib
22
23 # memory mapping for 0FASTA, 5PIRVMS, 6GCGBIN
24 LGETLIB= $(GETSEQO) lgetlib.o lgetaa_m.o
25 NGETLIB=nmgetlib
26
27 NRAND=nrandom
28
29 # use ncbl_lib.c for BLAST1.4 support instead of ncbl2_mlib.c
30 #NCBL_LIB=ncbl_lib.o
31
32 # this option should support both formats (BLAST1.4 not currently supported): 
33 #NCBL_LIB=ncbl_lib.o ncbl2_mlib.o
34
35 # normally use ncbl2_mlib.c
36 #NCBL_LIB=ncbl2_mlib.o
37 #LIB_M= -lm
38
39 # this option supports NCBI BLAST2 and mySQL
40 # it requires  "-I/usr/local/include/mysql -DMYSQL_DB" in CFLAGS
41 # and "-L/usr/local/lib/mysql -lmysqlclient -lz" in LIB_M
42 # some systems may also require a LD_LIBRARY_PATH change
43 # LIB_M= -L/usr/local/lib/mysql -lmysqlclient -lz -lm
44 LIB_M= -L/usr/local/pgsql/lib -lpq -lm -lcrypto -lssl
45 # LIB_M= -lm
46 #NCBL_LIB=ncbl2_mlib.o mysql_lib.o
47 NCBL_LIB=ncbl2_mlib.o pgsql_lib.o
48 # NCBL_LIB=ncbl2_mlib.o
49
50 include Makefile.pcom
51
52 include Makefile.fcom
53