NCBI C++ Toolkit Cross Reference

C++/src/algo/blast/Makefile.blast_macros.mk


  1 #################################
  2 # $Id: Makefile.blast_macros.mk 166255 2009-07-21 13:44:42Z camacho $
  3 # This file contains macro definitions for using libraries maintained by the
  4 # BLAST TEAM
  5 # Author:  Christiam Camacho (camacho@ncbi.nlm.nih.gov)
  6 #################################
  7 
  8 
  9 BLAST_FORMATTER_MINIMAL_LIBS = xblastformat align_format blastdb_format \
 10     gene_info xalnmgr blastxml xcgi xhtml
 11 # BLAST_FORMATTER_LIBS = $(BLAST_FORMATTER_MINIMAL_LIBS)
 12 BLAST_FORMATTER_LIBS = $(BLAST_INPUT_LIBS)
 13 BLAST_DB_DATA_LOADER_LIBS = ncbi_xloader_blastdb ncbi_xloader_blastdb_rmt
 14 BLAST_INPUT_LIBS = blastinput xregexp $(PCRE_LIB) \
 15     $(BLAST_DB_DATA_LOADER_LIBS) $(BLAST_FORMATTER_MINIMAL_LIBS)
 16 
 17 # BLAST_FORMATTER_LIBS and BLAST_INPUT_LIBS need $BLAST_LIBS
 18 BLAST_LIBS = xblast xalgoblastdbindex composition_adjustment xalgodustmask \
 19              xalgowinmask seqdb blast_services xobjutil xobjread creaders \
 20              xnetblastcli xnetblast blastdb scoremat tables
 21 # BLAST additionally needs xconnect $(SOBJMGR_LIBS) or $(OBJMGR_LIBS)

source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.