File: Makefile.blastinput.lib

package info (click to toggle)
ncbi-blast%2B 2.2.26-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 84,492 kB
  • sloc: cpp: 596,564; ansic: 123,603; sh: 9,290; java: 2,268; perl: 2,079; xml: 2,013; python: 1,340; makefile: 941; pascal: 650; awk: 242; sql: 18; objc: 7
file content (38 lines) | stat: -rw-r--r-- 797 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# $Id: Makefile.blastinput.lib 347205 2011-12-14 20:08:44Z boratyng $

SRC_CXX = \
blast_input \
blast_fasta_input \
blast_scope_src \
blast_args \
cmdline_flags \
blast_input_aux \
blastp_args \
blastn_args \
rmblastn_args \
blastx_args \
tblastn_args \
tblastx_args \
psiblast_args \
rpsblast_args \
rpstblastn_args \
igblastn_args \
igblastp_args \
deltablast_args

SRC  = $(SRC_CXX)

LIB = blastinput

DLL_LIB = xblast align_format ncbi_xloader_blastdb_rmt ncbi_xloader_blastdb \
          ncbi_xloader_genbank ncbi_xreader_id2 ncbi_xreader seqdb xobjread \
          xobjmgr scoremat seqset seq xser xutil xncbi

# should be redundant, given the above :-/
ASN_DEP = seqset xnetblast

CFLAGS   = $(FAST_CFLAGS)
CXXFLAGS = $(FAST_CXXFLAGS)
LDFLAGS  = $(FAST_LDFLAGS)

WATCHERS = madden camacho