Delete unneeded directory
[jabaws.git] / website / archive / binaries / mac / src / fasta34 / Makefile34m.common_mysql
diff --git a/website/archive/binaries/mac/src/fasta34/Makefile34m.common_mysql b/website/archive/binaries/mac/src/fasta34/Makefile34m.common_mysql
deleted file mode 100644 (file)
index 416e080..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-#
-# $Name: fa_34_26_5 $ - $Id: Makefile34m.common_mysql,v 1.3 2005/12/07 17:22:02 wrp Exp $
-#
-# 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_lib.o
-#COMP_THRO=comp_thr.o
-#GETSEQO = getseq.o
-
-# use for multiple query sequences
-# work with prss34 (yet)
-COMP_LIBO=comp_mlib.o
-COMP_THRO=comp_mthr.o
-GETSEQO = 
-
-# standard nxgetaa, no memory mapping for 0 - 6
-#LGETLIB=getseq.o lgetlib.o
-#NGETLIB=nmgetlib
-
-# memory mapping for 0FASTA, 5PIRVMS, 6GCGBIN
-LGETLIB= $(GETSEQO) 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/local/include/mysql -DMYSQL_DB" in CFLAGS
-# and "-L/usr/local/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= -L/usr/lib/pgsql/ -lpq -lm -lcrypto -lssl
-# LIB_M= -lm
-NCBL_LIB=ncbl2_mlib.o mysql_lib.o
-#NCBL_LIB=ncbl2_mlib.o pgsql_lib.o
-# NCBL_LIB=ncbl2_mlib.o
-
-include Makefile.pcom
-
-include Makefile.fcom
-