Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / fasta34 / Makefile.NetBSD
1 #
2 # makefile for fasta3, fasta3_t.  Use makefile.pvm for pvcompxx.
3 # this file works for NetBSD
4 #
5 # provided by Marc Baudoin <babafou@babafou.eu.org>
6 #
7
8 CC= cc -O
9 #CC= cc -g -DDEBUG
10 #CC= gcc -g -Wall
11 #
12 # standard line for normal searching
13 CFLAGS= -DM10_CONS -DUNIX -DTIMES -DHZ=60 -DMAX_WORKERS=4 -DTHR_EXIT=pthread_exit -DPROGRESS -DFASTA_HOST='"your.host.here/fasta/cgi"' -DUSE_MMAP
14
15 # special options for SUPERFAMLIES
16 #CFLAGS= -DM10_CONS -DUNIX -DTIMES -DHZ=60 -DSFCHAR="'|'" -c -DMAX_WORKERS=4 -DTHR_EXIT=pthread_exit -DPROGRESS -DSUPERFAMNUM -DUSE_MMAP
17
18 LIB_M= -lm
19 HFLAGS= -o
20 NFLAGS= -o
21
22 # for NetBSD
23 THR_SUBS = pthr_subs2
24 THR_LIBS = -L/usr/pkg/pthreads/lib -lpthread
25 THR_CC = -I/usr/pkg/pthreads/include
26
27 XDIR = /seqprg/slib/bin
28
29 DROPNFA_O = drop_nfa.o
30 DROPGSW_O = dropgsw.o
31 DROPRSS_O = dropnsw.o
32
33 include Makefile34m.common