relocate pre-compiled executables from binaries folder
[jabaws.git] / website / archive / binaries / linux_x86 / fasta34 / Makefile34.nmk_com
diff --git a/website/archive/binaries/linux_x86/fasta34/Makefile34.nmk_com b/website/archive/binaries/linux_x86/fasta34/Makefile34.nmk_com
new file mode 100644 (file)
index 0000000..41f0c7c
--- /dev/null
@@ -0,0 +1,34 @@
+#
+# $Name: fa_34_26_5 $ - $Id: Makefile34.nmk_com,v 1.2 2006/10/06 17:26:47 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.obj
+# COMP_THRO=comp_thr.obj
+# GETSEQO = getseq.obj
+
+# use for multiple query sequences
+COMP_LIBO=comp_mlib.obj
+COMP_THRO=comp_mthr.obj
+GETSEQO = 
+
+# standard nxgetaa, no memory mapping for 0 - 6
+LGETLIB=getseq.obj lgetlib.obj 
+NGETLIB=nmgetlib
+
+# memory mapping for 0FASTA, 5PIRVMS, 6GCGBIN
+# no memory mapping for Win32
+#LGETLIB= lgetlib.obj lgetaa_m.obj
+
+NRAND=nrand
+
+# normally use ncbl2_mlib.c
+NCBL_LIB=ncbl2_mlib.obj
+#LIB_M= -lm
+
+include Makefile.nm_pcom
+
+include Makefile.nm_fcom