summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2005-03-24 18:46:06 +0000
committerAaron M. Ucko <ucko@debian.org>2005-03-24 18:46:06 +0000
commit63b21a5f6060202b6d5c888d203e78ba871abcc2 (patch)
tree03fb3548fb6902e89097d17630f910e220b420a8 /make
parentd5cd243f986e2366bd1dfe5f923d2ce7e1002f93 (diff)
Load ncbi (6.1.20041020) into ncbi-tools6/branches/upstream/current.
Diffstat (limited to 'make')
-rwxr-xr-xmake/makeApps.met53
-rwxr-xr-xmake/makeLibs.met2
-rw-r--r--make/makeall.unx30
-rwxr-xr-xmake/makeallchives48
-rw-r--r--make/makedemo.unx39
-rwxr-xr-xmake/makedis.csh21
-rw-r--r--make/makenet.unx22
-rw-r--r--make/msvc_prj/algo/blast/api/blastapi.dsp28
-rwxr-xr-xmake/msvc_prj/all2one.sh457
-rw-r--r--make/msvc_prj/demo/asn2all/demo_asn2all.dsp75
-rw-r--r--make/msvc_prj/demo/asn2fsa/demo_asn2fsa.dsp75
-rw-r--r--make/msvc_prj/demo/asn2idx/demo_asn2idx.dsp81
-rw-r--r--make/msvc_prj/demo/formatrpsdb/demo_formatrpsdb.dsp66
-rw-r--r--make/msvc_prj/demo/tbl2asn/demo_tbl2asn.dsp14
-rw-r--r--make/msvc_prj/install.sh8
-rw-r--r--make/msvc_prj/ncbi.dsw153
-rw-r--r--make/msvc_prj/object/ncbiobj.dsp16
-rwxr-xr-xmake/msvc_prj/one2all.sh762
-rwxr-xr-xmake/msvc_prj/one2all_r.sh60
-rwxr-xr-xmake/msvc_prj/one2one.sh107
-rw-r--r--make/msvc_prj/tools/ncbitool.dsp8
-rw-r--r--make/packApps.met20
-rw-r--r--make/readme.unx8
-rw-r--r--make/xCode/NCBI.xcode/project.pbxproj11842
24 files changed, 13902 insertions, 93 deletions
diff --git a/make/makeApps.met b/make/makeApps.met
index 131c1935..093e0db7 100755
--- a/make/makeApps.met
+++ b/make/makeApps.met
@@ -106,7 +106,8 @@ on SetProjectData()
set myFeatures to {"sockets"}
set mySettings to {prefixFile:"", creator:"ENTZ", ppcProject:{}}
set myRsrcs to {"entrez.r", "Info.plc"}
- set myLibs to {"ncbi", "ncbiconn", "ncbiobj", "ncbimmdb", "ncbitool", "vibrant", "ncbidesk"}
+ set myLibs to {"ncbi", "ncbiconn", "ncbiobj", "ncbimmdb", "ncbitool", "vibrant", "ncbidesk", Â
+ "ncbiblast", "ncbiblastapi"}
set myFiles to Â
{{projPath:"demo:", fileList:{"entrez2.c"}}}
set entrez2Data to Â
@@ -137,6 +138,30 @@ on SetProjectData()
{name:myName, features:myFeatures, settings:mySettings, rsrcs:myRsrcs, projLibs:Â
myLibs, fileData:myFiles}
+ -- Megablast
+ set myName to "megablast"
+ set myFeatures to {"sockets"}
+ set mySettings to {prefixFile:"", ppcProject:{}}
+ set myRsrcs to {"ncbilogo.r", "Info.plc"}
+ set myLibs to {"ncbi", "ncbiconn", "ncbiobj", "vibrant", "ncbitool", "ncbiblast", "ncbiblastapi"}
+ set myFiles to Â
+ {{projPath:"demo:", fileList:{"megablast.c"}}}
+ set megablastData to Â
+ {name:myName, features:myFeatures, settings:mySettings, rsrcs:myRsrcs, projLibs:Â
+ myLibs, fileData:myFiles}
+
+ -- Copymat
+ set myName to "copymat"
+ set myFeatures to {"sockets"}
+ set mySettings to {prefixFile:"", ppcProject:{}}
+ set myRsrcs to {"ncbilogo.r", "Info.plc"}
+ set myLibs to {"ncbi", "ncbiconn", "ncbiobj", "vibrant", "ncbitool", "ncbiblast", "ncbiblastapi"}
+ set myFiles to Â
+ {{projPath:"demo:", fileList:{"copymat.c"}}}
+ set copymatData to Â
+ {name:myName, features:myFeatures, settings:mySettings, rsrcs:myRsrcs, projLibs:Â
+ myLibs, fileData:myFiles}
+
-- Impala
set impalaData to my SimpleProjectData("impala", {})
set item 1 of fileList of item 1 of fileData of impalaData to "profiles.c"
@@ -153,12 +178,25 @@ on SetProjectData()
{name:myName, features:myFeatures, settings:mySettings, rsrcs:myRsrcs, projLibs:Â
myLibs, fileData:myFiles}
+ -- asn2all
+ set myName to "asn2all"
+ set myFeatures to {"sockets"}
+ set mySettings to {prefixFile:"", ppcProject:{}}
+ set myRsrcs to {"ncbilogo.r", "Info.plc"}
+ set myLibs to {"ncbi", "ncbiconn", "ncbiobj", "vibrant", "ncbitool", "netcli", "ncbiid1"}
+ set myFiles to Â
+ {{projPath:"demo:", fileList:{"asn2all.c"}}}
+ set asn2allData to Â
+ {name:myName, features:myFeatures, settings:mySettings, rsrcs:myRsrcs, projLibs:Â
+ myLibs, fileData:myFiles}
+
-- Spidey
set myName to "spidey"
set myFeatures to {"sockets"}
set mySettings to {prefixFile:"", ppcProject:{}}
set myRsrcs to {"ncbilogo.r", "Info.plc"}
- set myLibs to {"ncbi", "ncbiconn", "ncbiobj", "vibrant", "ncbitool", "netcli", "ncbiid1"}
+ set myLibs to {"ncbi", "ncbiconn", "ncbiobj", "vibrant", "ncbitool", "netcli", "ncbiid1", Â
+ "ncbiblast", "ncbiblastapi"}
set myFiles to Â
{{projPath:"demo:", fileList:{"spideymain.c"}}}
set spideyData to Â
@@ -170,9 +208,10 @@ on SetProjectData()
AddProject(sequinData)
AddProject(entrez2Data)
- AddSimpleProject("tbl2asn", {})
+ AddSimpleProject("tbl2asn", {"sockets"})
AddSimpleProject("asn2gb", {"sockets"})
AddProject(asn2fsaData)
+ AddProject(asn2allData)
AddProject(spideyData)
-- AddProject(entrezData)
@@ -187,11 +226,11 @@ on SetProjectData()
AddSimpleProject("blastpgp", {})
AddProject(blastcl3Data)
- AddSimpleProject("megablast", {})
+ AddProject(megablastData)
AddSimpleProject("blastclust", {})
AddSimpleProject("rpsblast", {})
AddSimpleProject("seedtop", {})
- AddSimpleProject("copymat", {})
+ AddProject(copymatData)
AddSimpleProject("makemat", {})
AddProject(impalaData)
@@ -487,8 +526,10 @@ on SetupTarget(proj, targetIndex)
if not targetDebug and not targetProfile then
if targetAPI is "Mach-O" then
set targetFilename to projName & "OSX" -- Mach adds OSX on the end.
+ else if targetAPI is "Carbon" then
+ set targetFilename to projName & "OS9" -- Carbon adds OS9 on the end.
else
- set targetFilename to projName -- Carbon & Windows have same name as project.
+ set targetFilename to projName -- Windows have same name as project.
end if
else
set targetFilename to projName & fileNameSuffix
diff --git a/make/makeLibs.met b/make/makeLibs.met
index 580d9e1f..d5433848 100755
--- a/make/makeLibs.met
+++ b/make/makeLibs.met
@@ -193,7 +193,7 @@ on SetProjectData()
AddSimpleProjectExceptFiles("ncbiid1", {}, "network:id1arch", {"idfetch.c"})
- AddSimpleProject("ncbiid2", {}, "network:id2arch")
+ -- AddSimpleProject("ncbiid2", {}, "network:id2arch")
AddSimpleProjectExceptFiles("ncbimla", {}, "network:medarch:client", {"sybmed.c"})
diff --git a/make/makeall.unx b/make/makeall.unx
index fc28edf6..e40a8dda 100644
--- a/make/makeall.unx
+++ b/make/makeall.unx
@@ -1,6 +1,6 @@
# makefile for asntool and ncbi core routines,
#
-# $Id: makeall.unx,v 6.240 2004/06/08 15:44:54 dondosha Exp $
+# $Id: makeall.unx,v 6.247 2004/10/06 19:05:10 dondosha Exp $
#
# cdromlib data access functions, vibrant, and entrez
# SunOS with unbundled ANSI compiler [ make LCL=acc RAN=ranlib CC=acc ]
@@ -179,7 +179,7 @@ SRC1 = ncbibs.c wwwutils.c ncbierr.c ncbienv.c ncbifile.c \
ncbi_memory_connector.c $(NCBI_LBSM_SRC) \
ncbi_host_info.c ncbi_server_info.c ncbi_service.c \
ncbi_service_connector.c ncbi_dispd.c \
- ncbi_socket_connector.c urlquery.c lbapi.c binary.c \
+ ncbi_socket_connector.c urlquery.c binary.c \
ncbi_sendmail.c asn_connection.c raw_scoremat.c \
drwnflpt.c drwnfspc.c drwnmfls.c
@@ -188,7 +188,7 @@ SRC2 = objacces.c objalign.c objall.c objbibli.c \
objres.c objseq.c objblock.c objcode.c objsset.c \
objsub.c objprt.c objfdef.c objalignloc.c \
objpubme.c objmdrs.c objproj.c objgbseq.c objtseq.c \
- objinsdseq.c objent2.c ent2api.c pmfapi.c \
+ objinsdseq.c objent2.c ent2api.c pmfapi.c objtax3.c tax3api.c \
qblastapi.c vecscnapi.c objmim.c mimapi.c cddapi.c seqport.c \
sequtil.c prtutil.c simple.c tofasta.c tofile.c tomedlin.c \
valid.c alignmgr.c aliparse.c aliread.c alignval.c sqnutil1.c sqnutil2.c sqnutil3.c \
@@ -256,7 +256,7 @@ SRC23 = csim.c db_slist.c dust.c falign.c g_any.c sim2.c sim3.c sim4.c \
urkfltr.c urkdust.c urksigu.c seg.c urkbias.c urkcnsrt.c urktree.c \
pseed3.c pattern1.c impatool.c posit2.c mbalign.c \
vecscrn.c mblast.c rpsutil.c kappa.c xmlblast.c bxmlobj.c objscoremat.c \
- dotseq.c spidey.c motif.c
+ dotseq.c spidey.c motif.c blfmtutl.c
SRC28 = gdfontg.c gdfontmb.c gdfontt.c pictogif.c \
gdfontl.c gdfonts.c ncbidrwg.c drawing.c mapping.c picture.c ncbimain.c
@@ -289,9 +289,9 @@ SRC60 = aa_ungapped.c blast_diagnostics.c blast_dust.c blast_engine.c \
lookup_util.c blast_encoding.c blast_psi.c blast_psi_priv.c blast_kappa.c \
matrix_freq_ratios.c blast_hspstream.c
-SRC61 = blast_format.c blast_input.c blast_returns.c blast_seq.c \
- blast_seqalign.c blast_tabular.c hspstream_queue.c multiseq_src.c \
- seqsrc_readdb.c twoseq_api.c
+SRC61 = blast_format.c blast_input.c blast_mtlock.c blast_prelim.c \
+ blast_returns.c blast_seq.c blast_seqalign.c blast_tabular.c \
+ blast_tback.c hspstream_queue.c seqsrc_multiseq.c seqsrc_readdb.c twoseq_api.c
# objects needed for versions of asntool and entrez
@@ -311,7 +311,7 @@ OBJ1 = ncbibs.o wwwutils.o ncbierr.o ncbienv.o ncbifile.o \
ncbi_memory_connector.o $(NCBI_LBSM_OBJ) \
ncbi_host_info.o ncbi_server_info.o ncbi_service.o \
ncbi_service_connector.o ncbi_dispd.o \
- ncbi_socket_connector.o urlquery.o lbapi.o binary.o \
+ ncbi_socket_connector.o urlquery.o binary.o \
ncbi_sendmail.o asn_connection.o raw_scoremat.o \
drwnflpt.o drwnfspc.o drwnmfls.o
@@ -320,7 +320,7 @@ OBJ2 = objacces.o objalign.o objall.o objbibli.o \
objres.o objseq.o objblock.o objcode.o objsset.o \
objsub.o objprt.o objfdef.o objalignloc.o \
objpubme.o objmdrs.o objproj.o objgbseq.o objtseq.o \
- objinsdseq.o objent2.o ent2api.o pmfapi.o \
+ objinsdseq.o objent2.o ent2api.o pmfapi.o objtax3.o tax3api.o \
qblastapi.o vecscnapi.o objmim.o mimapi.o cddapi.o seqport.o \
sequtil.o prtutil.o simple.o tofasta.o tofile.o tomedlin.o \
valid.o alignmgr.o aliparse.o aliread.o alignval.o sqnutil1.o sqnutil2.o sqnutil3.o \
@@ -400,7 +400,7 @@ OBJ23 = csim.o db_slist.o dust.o falign.o g_any.o sim2.o sim3.o sim4.o \
urkfltr.o urkdust.o urksigu.o seg.o urkbias.o urkcnsrt.o urktree.o \
pseed3.o pattern1.o impatool.o posit2.o mbalign.o \
vecscrn.o mblast.o rpsutil.o kappa.o xmlblast.o bxmlobj.o objscoremat.o \
- dotseq.o spidey.o motif.o
+ dotseq.o spidey.o motif.o blfmtutl.o
OBJ28 = gdfontg.o gdfontmb.o gdfontt.o pictogif.o \
gdfontl.o gdfonts.o ncbidrwg.o drawing.o mapping.o picture.o ncbimain.o
@@ -438,9 +438,9 @@ OBJ60 = aa_ungapped.o blast_diagnostics.o blast_dust.o blast_engine.o blast_exte
lookup_util.o blast_encoding.o blast_psi.o blast_psi_priv.o blast_kappa.o \
matrix_freq_ratios.o blast_hspstream.o
-OBJ61 = blast_input.o blast_format.o blast_returns.o blast_seq.o \
- blast_seqalign.o blast_tabular.o hspstream_queue.o multiseq_src.o \
- seqsrc_readdb.o twoseq_api.o
+OBJ61 = blast_input.o blast_format.o blast_mtlock.o blast_prelim.o \
+ blast_returns.o blast_seq.o blast_seqalign.o blast_tabular.o \
+ blast_tback.o hspstream_queue.o seqsrc_multiseq.o seqsrc_readdb.o twoseq_api.o
# NOTE: if you enter an object file to an OBJxx greater than 30, you have to explicitly
@@ -492,8 +492,6 @@ clean :
## Special case
##
-lbapi.o : lbapi.c
- $(CC) $(CFLAGS) $(IN_HOUSE_CFLAGS) lbapi.c
ncbithrs.o: ncbithrs.c
$(CC) -DNCBI_NOTHREADS_AVAIL $(CFLAGS) ncbithrs.c
ncbidrwg.o: ncbidrwg.c
@@ -691,8 +689,6 @@ copy :
-mkdir ../include/ctools
-chmod ug+rw,o+r ../include/ctools
cp -fp ../ctools/*.h ../include/ctools
- $(SRCCOPY) ../connect/lbapi/*.c .
- $(SRCCOPY) ../connect/lbapi/*.h ../include
$(SRCCOPY) ../object/*.c .
$(SRCCOPY) ../object/*.h ../include
$(SRCCOPY) ../access/*.c .
diff --git a/make/makeallchives b/make/makeallchives
index dd09d4fa..5e3fe7e7 100755
--- a/make/makeallchives
+++ b/make/makeallchives
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: makeallchives,v 1.74 2004/06/16 19:17:52 beloslyu Exp $
+# $Id: makeallchives,v 1.77 2004/08/11 21:15:49 beloslyu Exp $
#
#
# Creates all archives from a directory above 'ncbi'
@@ -43,7 +43,7 @@ test -d archive && rm -rf archive
#make sure we have timestamp file
test -f ncbi/VERSION || date > ncbi/VERSION
-for i in sequin entrez fa2htgs blast netblast asn2xml
+for i in sequin entrez fa2htgs netblast asn2xml
do
f=""
mkdir -p archive/$i/data
@@ -90,10 +90,6 @@ EOF
fa2htgs)
f="fa2htgs"
;;
- blast)
- f="blastall blastpgp seedtop formatdb fastacmd copymat makemat impala megablast blastclust rpsblast bl2seq ../doc/blast/bl2seq.html ../doc/blast/blast.html ../doc/blast/blastall.html ../doc/blast/blastclust.html ../doc/blast/blastdb.html ../doc/blast/blastftp.html ../doc/blast/blastpgp.html ../doc/blast/fastacmd.html ../doc/blast/filter.html ../doc/blast/formatdb.html ../doc/blast/impala.html ../doc/blast/index.html ../doc/blast/megablast.html ../doc/blast/netblast.html ../doc/blast/rpsblast.html"
- rm -f archive/blast/data/sequin.hlp
- ;;
netblast)
f="blastcl3 ../doc/firewall.html ../doc/blast/netblast.html"
;;
@@ -245,13 +241,12 @@ EOF
cd ..
done
-#for A in sequin entrez fa2htgs cn3d blast netblast asn2xml
-for A in sequin entrez fa2htgs blast netblast asn2xml
+for A in sequin entrez fa2htgs netblast asn2xml
do
cd $A || continue
tar cf ../$A.$platform.tar .
rm -f ../$A.$platform.tar.Z
- compress < ../$A.$platform.tar > ../$A.$platform.tar.Z
+ #compress < ../$A.$platform.tar > ../$A.$platform.tar.Z
gzip < ../$A.$platform.tar > ../$A.$platform.tar.gz 2>/dev/null
if [ $? != 0 ] ; then
/usr/ncbi/bin/gzip < ../$A.$platform.tar > ../$A.$platform.tar.gz 2>/dev/null
@@ -263,9 +258,40 @@ do
rm -fr $A
done
-# build wwwblast archive
+echo Building blast archive...
+
+BLASTDIR=blast-`cat ../ncbi/demo/.BLAST_VERSION`
+
+mkdir $BLASTDIR
+mkdir $BLASTDIR/bin
+mkdir $BLASTDIR/data
+mkdir $BLASTDIR/doc
+
+for file in blastall blastpgp seedtop formatdb formatrpsdb fastacmd copymat makemat impala megablast blastclust rpsblast bl2seq
+do
+cp ../ncbi/build/$file $BLASTDIR/bin
+done
+
+for file in $datafiles
+do
+cp ../ncbi/data/$file $BLASTDIR/data
+done
+
+for file in bl2seq.html blast.html blastall.html blastclust.html blastdb.html blastftp.html blastpgp.html fastacmd.html filter.html formatdb.html formatrpsdb.html history.html impala.html index.html megablast.html netblast.html rpsblast.html
+do
+cp ../ncbi/doc/blast/$file $BLASTDIR/doc
+done
+
+cp ../ncbi/VERSION $BLASTDIR
+
+tar -cpf blast.$platform.tar $BLASTDIR
+gzip blast.$platform.tar
+rm -rf $BLASTDIR
+
+# end build blast archive
+
-# cd archive && cvs export -d blast -r HEAD distrib/network/wwwblast && cd ..
+echo Building wwwblast archive...
mkdir blast
diff --git a/make/makedemo.unx b/make/makedemo.unx
index be25b44b..66b0b812 100644
--- a/make/makedemo.unx
+++ b/make/makedemo.unx
@@ -1,6 +1,6 @@
# makefile for demo programs
#
-# $Id: makedemo.unx,v 6.69 2004/05/13 18:23:15 coulouri Exp $
+# $Id: makedemo.unx,v 6.80 2004/10/02 21:18:27 kans Exp $
#
# Sun with unbundled ANSI compiler [ make CC=acc ]
# Sun with Gnu C [ make CC=gcc ]
@@ -96,20 +96,21 @@ EXE1 = testcore makeset \
getmesh indexpub getpub testobj seqtest \
dosimple asn2ff getseq getfeat checksub asndhuff \
entrcmd errhdr cdscan findspl \
- ncbisort fa2htgs fastacmd formatdb blast blastall blastpgp \
- testval seedtop makemat copymat impala \
- megablast vecscreen gil2bin tbl2asn blastclust rpsblast \
- asn2xml debruijn \
+ ncbisort fa2htgs fastacmd formatdb formatrpsdb blast \
+ blastall blastpgp testval seedtop makemat copymat impala \
+ megablast vecscreen gil2bin blastclust rpsblast \
+ asn2xml debruijn asn2idx sortbyquote \
test_regexp demo_regexp demo_regexp_grep
SRC1 = testcore.c makeset.c \
getmesh.c indexpub.c getpub.c testobj.c seqtest.c dosimple.c asn2ff.c \
getseq.c getfeat.c checksub.c asndhuff.c \
entrcmd.c errhdr.c cdscan.c findspl.c \
- ncbisort.c fa2htgs.c fastacmd.c formatdb.c blast_driver.c blastall.c \
- blastpgp.c testval.c seedtop.c makemat.c copymat.c profiles.c \
- megablast.c vecscreen.c gil2bin.c tbl2asn.c blastclust.c rpsblast.c \
- asn2xml.c debruijn.c \
+ ncbisort.c fa2htgs.c fastacmd.c formatdb.c formatrpsdb.c \
+ blast_driver.c blastall.c blastpgp.c testval.c seedtop.c \
+ makemat.c copymat.c profiles.c \
+ megablast.c vecscreen.c gil2bin.c blastclust.c rpsblast.c \
+ asn2xml.c debruijn.c asn2idx.c sortbyquote.c \
pcretest.c pcredemo.c pcregrep.c
INTERNAL = testgen
@@ -271,10 +272,15 @@ fastacmd : fastacmd.c
formatdb : formatdb.c
$(CC) -o formatdb $(LDFLAGS) formatdb.c $(LIB23) $(LIB2) $(LIB1) $(OTHERLIBS)
+# formatrpsdb
+
+formatrpsdb : formatrpsdb.c
+ $(CC) -o formatrpsdb $(LDFLAGS) formatrpsdb.c $(LIB61) $(LIB23) $(LIB60) $(LIB2) $(LIB1) $(OTHERLIBS)
+
# blast (reincarnation of blastall from algo/blast sources)
blast : blast_driver.c
- $(CC) -o blast $(LDFLAGS) blast_driver.c $(LIB61) $(LIB60) $(LIB23) $(LIB2) $(LIB1) $(OTHERLIBS)
+ $(CC) -o blast $(LDFLAGS) blast_driver.c $(THREAD_OBJ) $(LIB61) $(LIB60) $(LIB23) $(LIB2) $(LIB1) $(OTHERLIBS) $(THREAD_OTHERLIBS)
debruijn : debruijn.c
$(CC) -o debruijn $(LDFLAGS) debruijn.c $(LIB60) $(LIB1) $(OTHERLIBS)
@@ -326,7 +332,7 @@ packfilt : packfilt.c
# megablast
megablast : megablast.c $(THREAD_OBJ)
- $(CC) -o megablast $(LDFLAGS) megablast.c $(THREAD_OBJ) $(LIB23) $(LIB2) $(LIB1) $(OTHERLIBS) $(THREAD_OTHERLIBS)
+ $(CC) -o megablast $(LDFLAGS) megablast.c $(THREAD_OBJ) $(LIB61) $(LIB60) $(LIB23) $(LIB2) $(LIB1) $(OTHERLIBS) $(THREAD_OTHERLIBS)
# vecscreen
@@ -338,10 +344,15 @@ vecscreen : vecscreen.c $(THREAD_OBJ)
gil2bin : gil2bin.c
$(CC) -o gil2bin $(LDFLAGS) gil2bin.c $(LIB23) $(LIB2) $(LIB1) $(OTHERLIBS)
-# tbl2asn
+# asn2idx
+
+asn2idx : asn2idx.c
+ $(CC) -o asn2idx $(LDFLAGS) asn2idx.c $(LIB23) $(LIB2) $(LIB1) $(OTHERLIBS)
+
+# sortbyquote
-tbl2asn : tbl2asn.c
- $(CC) -o tbl2asn $(LDFLAGS) tbl2asn.c $(LIB23) $(LIB2) $(LIB1) $(OTHERLIBS)
+sortbyquote : sortbyquote.c
+ $(CC) -o sortbyquote $(LDFLAGS) sortbyquote.c $(LIB2) $(LIB1) $(OTHERLIBS)
# blastclust
diff --git a/make/makedis.csh b/make/makedis.csh
index 98f5648e..70000e7c 100755
--- a/make/makedis.csh
+++ b/make/makedis.csh
@@ -1,6 +1,6 @@
#!/bin/csh -f
#
-# $Id: makedis.csh,v 1.100 2004/05/13 17:13:54 ucko Exp $
+# $Id: makedis.csh,v 1.106 2004/09/21 17:07:02 beloslyu Exp $
#
## PUBLIC DOMAIN NOTICE
# National Center for Biotechnology Information
@@ -353,7 +353,7 @@ if ( "$HAVE_MOTIF" == 1 ) then
OGLLIBS=\"$OGL_LIBS $PNG_LIBS\" \
VIBFLAG=\"$NCBI_VIBFLAG\" \
VIB=\"Psequin Nentrez udv ddv blastcl3 \
- idfetch bl2seq asn2gb entrez2 gbseqget \
+ idfetch bl2seq asn2gb tbl2asn entrez2 gbseqget \
$WWWBLAST $OGL_TARGETS\")
else if ( "$HAVE_MAC" == 1 ) then
set ALL_VIB=(LIB30=libncbicn3d.a \
@@ -376,7 +376,7 @@ else if ( "$HAVE_MAC" == 1 ) then
VIBFLAG=\"$NCBI_VIBFLAG\" \
VIB_POST_LINK=\"/Developer/Tools/Rez -t APPL ../link/macmet/Carbon.r -o\" \
VIB=\"Psequin udv ddv blastcl3 \
- idfetch bl2seq asn2gb entrez2 gbseqget $WWWBLAST \")
+ idfetch bl2seq asn2gb tbl2asn entrez2 gbseqget $WWWBLAST \")
else # no Motif, build only ascii-based applications
set OGL_NCBI_LIBS=""
set OGL_INCLUDE=""
@@ -385,7 +385,7 @@ else # no Motif, build only ascii-based applications
set ALL_VIB=()
set DEMO_VIB=()
- set NET_VIB=(VIB=\"blastcl3 idfetch bl2seq asn2gb $NONVIBWWWBLAST \")
+ set NET_VIB=(VIB=\"blastcl3 idfetch bl2seq asn2gb tbl2asn $NONVIBWWWBLAST \")
endif
set CMD='make $MFLG \
@@ -423,7 +423,7 @@ set demo_stat = $status
# Might repeat what is done above on some platforms.
#
-set mtapps = "blastall blastpgp seedtop megablast rpsblast blastclust"
+set mtapps = "blast blastall blastpgp seedtop megablast rpsblast blastclust"
rm -f $mtapps
@@ -438,12 +438,13 @@ eval echo $CMD | sh
set threaded_demo_stat = $status
-if ("$?THREAD_OTHERLIBS" == "1") then
+if ("$?NCBI_MT_OTHERLIBS" == "1") then
set CMD='make $MFLG -f makenet.unx \
CFLAGS1=\"$NCBI_OPTFLAG $NCBI_CFLAGS1 $OGL_INCLUDE\" \
LDFLAGS1=\"$NCBI_LDFLAGS1\" SHELL=\"$NCBI_MAKE_SHELL\" \
AR=\"$NCBI_AR\" CC=\"$NCBI_CC\" RAN=\"$NCBI_RANLIB\" OTHERLIBS=\"$NCBI_OTHERLIBS\" \
- THREAD_OTHERLIBS=\"$NCBI_THREAD_OTHERLIBS\" \
+ THREAD_OBJ=$NCBI_THREAD_OBJ \
+ THREAD_OTHERLIBS=\"$NCBI_MT_OTHERLIBS\" \
NETENTREZVERSION=\"$NETENTREZVERSION\" $NET_VIB'
else
set CMD='make $MFLG -f makenet.unx \
@@ -476,11 +477,11 @@ else
echo "The version number of each individual application" >> ../VERSION
echo "may be found in the appropriate documentation files in ./ncbi/doc/" >> ../VERSION
echo "uname -a ouput is: `uname -a`" >> ../VERSION
- foreach i ( Nentrez Psequin asn2ff asn2xml asn2gb asndhuff asntool bl2seq \
+ foreach i ( Nentrez Psequin asn2ff asn2xml asn2gb asn2idx asndhuff asntool bl2seq \
blastall blastcl3 blastclust blastpgp cdscan checksub \
copymat ddv demo_regexp demo_regexp_grep dosimple entrcmd entrez \
- errhdr fa2htgs fastacmd findspl fmerge formatdb getfeat getmesh \
- getpub getseq gil2bin idfetch impala indexpub makemat makeset \
+ errhdr fa2htgs fastacmd findspl fmerge formatdb formatrpsdb getfeat \
+ getmesh getpub getseq gil2bin idfetch impala indexpub makemat makeset \
megablast ncbisort netentcf rpsblast seedtop seqtest sequin entrez2 \
tbl2asn test_regexp testcore testobj testval udv vecscreen Cn3D \
blast debruijn $WWWBLAST )
diff --git a/make/makenet.unx b/make/makenet.unx
index 5528c1a0..d6bdb14d 100644
--- a/make/makenet.unx
+++ b/make/makenet.unx
@@ -1,6 +1,6 @@
# makefile for network demo programs and network entrez
#
-# $Id: makenet.unx,v 6.175 2004/05/17 17:56:58 dondosha Exp $
+# $Id: makenet.unx,v 6.181 2004/08/09 13:07:02 madden Exp $
# test, ignore
#
# Sun with unbundled ANSI compiler [ make CC=acc RAN=ranlib ]
@@ -520,7 +520,7 @@ utilities : $(EXEUTIL)
vibutilities : $(EXEUTILVIB)
-.NO_PARALLEL: copy nocopy Tentrez sequin Psequin Ssequin elecpcr asn2fast asn2asn Nbatch Nbatch2 Nbatch3 Nentrcmd seqget idfetch session test_ncbi_socket test_ncbi_dsock test_ncbisock debug_server rtestval rasn2ff asn2gb asn2gb_psf asn2fsa asn2fsa_psf flint gbseqget insdseqget testent2 entrez2 spidey dotmatrix ingenue condense bl2seq
+.NO_PARALLEL: copy nocopy Tentrez sequin Psequin Ssequin elecpcr asn2fast asn2asn Nbatch Nbatch2 Nbatch3 Nentrcmd seqget idfetch session test_ncbi_socket test_ncbi_dsock test_ncbisock debug_server rtestval rasn2ff asn2gb asn2gb_psf asn2fsa asn2fsa_psf tbl2asn asn2all flint gbseqget insdseqget testent2 entrez2 spidey dotmatrix ingenue condense bl2seq
.WAIT:
echo Waiting...go
@@ -669,6 +669,8 @@ copy :
$(SRCCOPY) ../demo/asn2ff.c .
$(SRCCOPY) ../demo/asn2gb.c .
$(SRCCOPY) ../demo/asn2fsa.c .
+ $(SRCCOPY) ../demo/asn2all.c .
+ $(SRCCOPY) ../demo/tbl2asn.c .
$(SRCCOPY) ../demo/flint.c .
$(SRCCOPY) ../demo/gbseqget.c .
$(SRCCOPY) ../demo/insdseqget.c .
@@ -1100,12 +1102,12 @@ netentcf : netentcf.c $(ULIB31)
$(CC) -o netentcf $(LDFLAGS) netentcf.c $(LIB31) $(LIB20) $(LIB22) $(LIB4) $(LIB23) $(LIB3) $(LIB8) $(LIB7) $(NETCLILIB) $(LIB2) $(LIB1) $(VIBLIBS) $(OTHERLIBS)
ddv : $(OBJDDV)
- $(CC) -o ddv $(LDFLAGS) $(OBJDDV) $(LIB41) $(LIB31) $(LIB20) $(LIB22) $(LIB45) \
+ $(CC) -o ddv $(LDFLAGS) $(OBJDDV) $(LIB61) $(LIB60) $(LIB41) $(LIB31) $(LIB20) $(LIB22) $(LIB45) \
$(LIB8) $(LIB7) $(NETCLILIB) $(LIB3) $(LIB4) $(LIB23) $(LIB2) $(LIB1) \
$(VIBLIBS) $(OTHERLIBS)
udv : $(OBJUDV)
- $(CC) -o udv $(LDFLAGS) $(OBJUDV) $(LIB41) $(LIB31) $(LIB20) $(LIB22) $(LIB45) \
+ $(CC) -o udv $(LDFLAGS) $(OBJUDV) $(LIB61) $(LIB60) $(LIB41) $(LIB31) $(LIB20) $(LIB22) $(LIB45) \
$(LIB8) $(LIB7) $(NETCLILIB) $(LIB3) $(LIB4) $(LIB23) $(LIB2) \
$(LIB1) $(VIBLIBS) $(OTHERLIBS)
@@ -1200,6 +1202,14 @@ asn2fsa_psf : asn2fsa.c
$(CC) -DINTERNAL_NCBI_ASN2FSA -g -o asn2fsa_psf $(LDFLAGS) asn2fsa.c $(THREAD_OBJ) $(LIB_PS) \
$(LIB23) $(LIB2) $(LIB1) $(NCBI_SYBLIBS_CT_r) $(OTHERLIBS) $(THREAD_OTHERLIBS)
+# asn2all program (asn2all)
+asn2all : asn2all.c
+ $(CC) -g -o asn2all $(LDFLAGS) asn2all.c $(THREAD_OBJ) $(LIB41) $(NETCLILIB) $(LIB23) $(LIB2) $(LIB1) $(OTHERLIBS) $(THREAD_OTHERLIBS)
+
+# tbl2asn
+tbl2asn : tbl2asn.c
+ $(CC) -o tbl2asn $(LDFLAGS) tbl2asn.c $(LIB23) $(LIB2) $(NETCLILIB) $(LIB1) $(OTHERLIBS)
+
# flint program (flint)
flint : flint.c
$(CC) -g -o flint $(LDFLAGS) flint.c $(LIB41) $(NETCLILIB) $(LIB23) $(LIB2) $(LIB1) $(OTHERLIBS)
@@ -1218,7 +1228,7 @@ testent2 : testent2.c
# network Entrez2 application (entrez2)
entrez2 : entrez2.c
- $(CC) -g -o entrez2 $(LDFLAGS) entrez2.c $(LIB41) $(LIB6) $(LIB20) $(LIB22) $(LIB23) $(LIB2) $(LIB4) $(LIB1) $(VIBLIBS) $(OTHERLIBS)
+ $(CC) -g -o entrez2 $(LDFLAGS) entrez2.c $(LIB61) $(LIB60) $(LIB41) $(LIB6) $(LIB20) $(LIB22) $(LIB23) $(LIB2) $(LIB4) $(LIB1) $(VIBLIBS) $(OTHERLIBS)
$(VIB_POST_LINK) entrez2
# demo program (spidey)
@@ -1274,7 +1284,7 @@ blastcl3: blastall.c $(BNETCLILIB) $(BLIB36)
# BLAST 2 sequences
# Uses network libraries to access Entrez for retrieving sequences by gi/accession
bl2seq : bl2seq.c
- $(CC) -o bl2seq $(LDFLAGS) bl2seq.c $(LIB23) $(LIB41) $(NETCLILIB) $(LIB2) $(LIB1) $(OTHERLIBS)
+ $(CC) -o bl2seq $(LDFLAGS) bl2seq.c $(LIB61) $(LIB60) $(LIB23) $(LIB41) $(NETCLILIB) $(LIB2) $(LIB1) $(OTHERLIBS)
# test client for the suggest network service
suggcli: suggcli.c $(BNETCLILIB) $(BLIB24)
diff --git a/make/msvc_prj/algo/blast/api/blastapi.dsp b/make/msvc_prj/algo/blast/api/blastapi.dsp
index 7bb197fe..7d1fa949 100644
--- a/make/msvc_prj/algo/blast/api/blastapi.dsp
+++ b/make/msvc_prj/algo/blast/api/blastapi.dsp
@@ -62,6 +62,14 @@ SOURCE=..\..\..\..\..\algo\blast\api\blast_input.c
# End Source File
# Begin Source File
+SOURCE=..\..\..\..\..\algo\blast\api\blast_mtlock.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\..\algo\blast\api\blast_prelim.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\..\algo\blast\api\blast_returns.c
# End Source File
# Begin Source File
@@ -70,6 +78,10 @@ SOURCE=..\..\..\..\..\algo\blast\api\blast_tabular.c
# End Source File
# Begin Source File
+SOURCE=..\..\..\..\..\algo\blast\api\blast_tback.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\..\algo\blast\api\blast_seq.c
# End Source File
# Begin Source File
@@ -82,7 +94,7 @@ SOURCE=..\..\..\..\..\algo\blast\api\hspstream_queue.c
# End Source File
# Begin Source File
-SOURCE=..\..\..\..\..\algo\blast\api\multiseq_src.c
+SOURCE=..\..\..\..\..\algo\blast\api\seqsrc_multiseq.c
# End Source File
# Begin Source File
@@ -106,6 +118,14 @@ SOURCE=..\..\..\..\..\algo\blast\api\blast_input.h
# End Source File
# Begin Source File
+SOURCE=..\..\..\..\..\algo\blast\api\blast_mtlock.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\..\algo\blast\api\blast_prelim.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\..\algo\blast\api\blast_returns.h
# End Source File
# Begin Source File
@@ -114,6 +134,10 @@ SOURCE=..\..\..\..\..\algo\blast\api\blast_tabular.h
# End Source File
# Begin Source File
+SOURCE=..\..\..\..\..\algo\blast\api\blast_tback.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\..\algo\blast\api\blast_seq.h
# End Source File
# Begin Source File
@@ -126,7 +150,7 @@ SOURCE=..\..\..\..\..\algo\blast\api\hspstream_queue.h
# End Source File
# Begin Source File
-SOURCE=..\..\..\..\..\algo\blast\api\multiseq_src.h
+SOURCE=..\..\..\..\..\algo\blast\api\seqsrc_multiseq.h
# End Source File
# Begin Source File
diff --git a/make/msvc_prj/all2one.sh b/make/msvc_prj/all2one.sh
new file mode 100755
index 00000000..71af0336
--- /dev/null
+++ b/make/msvc_prj/all2one.sh
@@ -0,0 +1,457 @@
+#! /bin/sh
+#
+# $Id: all2one.sh,v 1.19 2002/12/31 16:21:19 lavr Exp $
+# ===========================================================================
+#
+# PUBLIC DOMAIN NOTICE
+# National Center for Biotechnology Information
+#
+# This software/database is a "United States Government Work" under the
+# terms of the United States Copyright Act. It was written as part of
+# the author's official duties as a United States Government employee and
+# thus cannot be copyrighted. This software/database is freely available
+# to the public for use. The National Library of Medicine and the U.S.
+# Government have not placed any restriction on its use or reproduction.
+#
+# Although all reasonable efforts have been taken to ensure the accuracy
+# and reliability of the software and data, the NLM and the U.S.
+# Government do not and cannot warrant the performance or results that
+# may be obtained by using this software or data. The NLM and the U.S.
+# Government disclaim all warranties, express or implied, including
+# warranties of performance, merchantability or fitness for any particular
+# purpose.
+#
+# Please cite the author in any work or product based on this material.
+#
+# ===========================================================================
+#
+# Author: Anton Lavrentiev
+#
+# MSVC project file converter. Make single-configuration project file from a
+# multi-configuration project file.
+#
+# ===========================================================================
+
+usage() {
+ echo 'Config extractor for Microsoft Visual C++ Project File V 6.0'
+ echo 'Usage:'
+ echo `basename $0` 'filename [config]'
+ exit 1
+}
+
+if [ _$1 = _ ]; then
+ usage
+elif [ \! -f $1 ]; then
+ echo "ERROR: File \"$1\" must exist. Stop."
+ exit 3
+fi
+
+if [ _$2 = _SecretWord ]; then
+ CVSUSE=1
+ CFG=""
+else
+ CVSUSE=0
+ CFG=${2:-""}
+fi
+
+file=/tmp/$$_file
+
+# DOS-2-UNIX conversion (shouldn't be here, but just in case for sanity).
+#
+sed -e 's/ *$//' $1 >$file
+
+# Check signature.
+#
+cat <<-"EOF" >/tmp/$$_genusign
+ # Microsoft Developer Studio Project File
+ # Microsoft Developer Studio Generated Build File, Format Version 6.00
+ # ** DO NOT EDIT **
+
+ # TARGTYPE
+ EOF
+cat /dev/null >/tmp/$$_filesign
+head -1 $file | sed -e 's/ -.*//' >>/tmp/$$_filesign
+head -3 $file | tail +2 >>/tmp/$$_filesign
+head -5 $file | tail +4 | sed -e 's/ *".*$//' >>/tmp/$$_filesign
+diff /tmp/$$_filesign /tmp/$$_genusign >/dev/null 2>&1
+exit=$?
+rm -f /tmp/$$_filesign /tmp/$$_genusign
+if [ $exit != 0 ]; then
+ echo "ERROR: $1 doesn't look like MSVC++ Project File. Stop."
+ rm -f $file
+ exit 2
+fi
+
+# Extract configuration part of the project file and count configurations.
+#
+cat <<EOF >/tmp/$$_.sed
+/^!IF /,/^!ENDIF/ {
+ /^!ENDIF/ q
+ p
+}
+d
+EOF
+NCFG=`sed -n -f /tmp/$$_.sed $file | egrep -c '^[!ELS]+IF'`
+rm -f /tmp/$$_.sed
+if [ $CVSUSE = 0 ]; then
+ echo "${1}: $NCFG configuration(s) found"
+elif [ `grep '^# Name "' $file | sed -e 's/^# Name //g' | grep -c DebugDLL` = 0 ]; then
+ echo "ERROR: ${1}: Only DebugDLL configuration can be checked in to CVS. Stop."
+ rm -f $file
+ exit 2
+fi
+
+# Check number of configurations, in case of 1 and CVS - check standard paths.
+#
+if [ $NCFG -le 1 ]; then
+
+ # If not in CVS - just leave
+ #
+ if [ $CVSUSE = 0 ]; then
+ rm -f $file
+ exit 0
+ fi
+
+ echo "${1}: Analyzing include and library path(s)..."
+
+ # Standard relative path (from argument 3 if in CVS).
+ #
+ pr='./../../..'
+ if [ -n "$3" ]; then
+ for k in `echo $3 | sed -e 's|/| |g'` ; do
+ if [ "$k" != "." ]; then
+ if [ "$pr" != "." ]; then
+ if [ "$k" = ".." ]; then
+ pr=`echo "$pr" | sed -e 's|/..$||'`
+ else
+ pr="${pr}/.."
+ fi
+ fi
+ fi
+ done
+ fi
+
+ # Start preparing message file and sed script.
+ #
+ echo "${1}: The following path(s) modified:" >/tmp/$$_msg
+ cat /dev/null >/tmp/$$_path.sed
+
+ # Some helper functions.
+ # Make case-insensitive text pattern from given string.
+ #
+ expandcs() {
+ temp=""
+ for q in `echo $1 | sed -e 's|.|& |g'` ; do
+ if [ `echo $q | grep -c '[A-Za-z]'` != 0 ]; then
+ temp="${temp}[`echo $q | tr '[a-z]' '[A-Z]'``echo $q | tr '[A-Z]' '[a-z]'`]"
+ else
+ temp="${temp}$q"
+ fi
+ done
+ echo "$temp"
+ }
+
+ # In the given string replace slashes with backslashes.
+ #
+ backslash() {
+ echo $1 | sed -e 's|/|\\\\|g'
+ }
+
+ # Make slash-insensitive (back or forward) pattern from given string.
+ #
+ slashify() {
+ echo $1 | sed -e 's|/|[/\\\\]|g'
+ }
+
+ # The loop for all packages we have to care about.
+ #
+ for k in "wxwin" "ncbi" "fltk" ; do
+
+ # Absolute path prefix (DIZZY).
+ #
+ pa='//DIZZY/public/'$k
+
+ # Form all paths and convert them to ugly DOS format
+ # (backslashed and yet case-insensitive). Dragons here, careful!
+ # Don't forget to double all backslashes, as they will appear in shell
+ # substitutions and sed script (and thus must be escaped).
+ #
+ inca="${pa}/include"
+ incr="${pr}/${k}/include"
+ liba="${pa}/DebugDLL"
+ libr="${pr}/${k}/DebugDLL"
+
+ incas=`expandcs "$inca"`
+ tmp=`echo "$incr" | sed -e 's|^[/.]*||'`
+ incrs=`expandcs "$tmp"`
+ libas=`expandcs "$liba"`
+ tmp=`echo "$libr" | sed -e 's|^[/.]*||'`
+ librs=`expandcs "$tmp"`
+
+ inca=`backslash "$inca"`
+ incr=`backslash "$incr"`
+ liba=`backslash "$liba"`
+ libr=`backslash "$libr"`
+ incas=`slashify "$incas"`
+ incrs=`slashify "$incrs"`
+ libas=`slashify "$libas"`
+ librs=`slashify "$librs"`
+
+ # Continue to prepare message file (used afterwards).
+ #
+ echo /tmp/$$_stampi${k} Include: "$incr" and "$inca" >>/tmp/$$_msg
+ echo /tmp/$$_stampr${k} Resource: "$incr" and "$inca" >>/tmp/$$_msg
+ echo /tmp/$$_stampl${k} Library: "$libr" and "$liba" >>/tmp/$$_msg
+ #for q in $inca $incas $incr $incrs $liba $libas $libr $librs ; do
+ # echo $q
+ #done
+
+ # Continue sed command script, which incorporates include and lib paths
+ # (if and only if resembling paths were in the project file), and,
+ # upon successful substitutions, leaves non-empty stamp files in /tmp.
+ #
+ cat <<-EOF >>/tmp/$$_path.sed
+ /^# ADD .*CPP / {
+ s|/I *[^ ]*${incrs}[^ ]*|@I|g
+ s|/I *[^ ]*${incas}[^ ]*|@I|g
+ s|@I|/I "${incr}" /I "${inca}"|w /tmp/$$_stampi$k
+ s| *@I||g
+ }
+ /^# ADD .*RSC / {
+ s|/i *[^ ]*${incrs}[^ ]*|@i|g
+ s|/i *[^ ]*${incas}[^ ]*|@i|g
+ s|@i|/i "${incr}" /i "${inca}"|w /tmp/$$_stampr$k
+ s| *@i||g
+ }
+ /^# ADD .*LINK32 / {
+ s|/libpath:[^ ]*${librs}[^ ]*|@L|g
+ s|/libpath:[^ ]*${libas}[^ ]*|@L|g
+ s|@L|/libpath:"${libr}" /libpath:"${liba}"|w /tmp/$$_stampl$k
+ s| *@L||g
+ }
+ EOF
+ done
+ #cat /tmp/$$_path.sed
+
+ # Ok, time to run the sed script and make the dirty hacker's job...
+ #
+ sed -f /tmp/$$_path.sed $file >$file.new
+
+ # If the output file was changed, see what stamps are non-empty,
+ # then print the corresponding message(s) from message file.
+ #
+ diff $file $file.new >/dev/null 2>&1
+ if [ $? != 0 ]; then
+ head -1 /tmp/$$_msg
+ for q in "i" "r" "l" ; do
+ for k in /tmp/$$_stamp${q}* ; do
+ if [ -s $k ]; then
+ grep "$k" /tmp/$$_msg | sed -e "s|^$k ||"
+ fi
+ done
+ done
+
+ # Prepare backup copy. As the resulting file has to be checked in,
+ # it has to be in the UNIX text format. No conversion necessary.
+ #
+ mv $1 $1.bak
+ cp $file.new $1
+ touch -r $1.bak $1
+ fi
+
+ # Clean up and leave.
+ #
+ rm -f $file $file.new /tmp/$$_path.sed /tmp/$$_msg /tmp/$$_stamp*
+ exit 0
+fi
+
+# More than 1 configuration at this point.
+#
+if [ $CVSUSE = 1 ]; then
+ echo "ERROR: $1 contains $NCFG configurations, cannot be checked in. Stop."
+ rm -f $file
+ exit 2
+fi
+
+# Extract configuration names to check the project consistency.
+#
+grep '^!MESSAGE "' $file | sed -e 's/^!MESSAGE //' -e 's/ *(.*).*$//' >/tmp/$$_mnames
+grep '^# Name "' $file | sed -e 's/^# Name //g' >/tmp/$$_nnames
+
+# Check the consistency.
+#
+diff /tmp/$$_mnames /tmp/$$_nnames >/dev/null 2>&1
+if [ $? != 0 -o `cat /tmp/$$_nnames | wc -l` != $NCFG ]; then
+ ERROR=1
+else
+ ERROR=0
+fi
+rm -f /tmp/$$_mnames /tmp/$$_nnames
+if [ $ERROR = 1 ]; then
+ echo "ERROR: Project file inconsistency found in $1. Stop."
+ rm -f $file
+ exit 2
+fi
+
+# Check for per-config issues.
+#
+DEP=`grep -c '^# PROP *AllowPerConfigDependencies *1' $file`
+cat <<EOF >/tmp/$$_dep.sed
+/^# Begin Target/,\$ p
+d
+EOF
+sed -n -f /tmp/$$_dep.sed $file | grep '^!IF' >/dev/null 2>&1
+if [ $DEP = 0 -o $? != 0 ]; then
+ DEP=0
+fi
+rm -f /tmp/$$_dep.sed $file
+
+# Query the user to choose a configuration.
+# Keep /tmp clean as the user may choose to cancel (Ctrl-C).
+#
+while true; do
+ if [ $DEP != 0 ]; then
+ echo "WARNING: $1 contains per-configuration dependencies,"
+ echo 'which may or may not be handled correctly by this script.'
+ fi
+ sed -e 's/ *$//' $1 | grep '^# Name "' | sed -e 's/^# Name //g' >/tmp/$$_cfg
+ cat /dev/null >/tmp/$$_cfglist
+ i=1
+ for j in `sed -e 'y/ "/~%/' /tmp/$$_cfg` ; do
+ echo ${i}: `echo $j | sed -e 'y/~/ /' -e 's/%//g'` >>/tmp/$$_cfglist
+ i=`expr "$i" + 1`
+ done
+ rm -f /tmp/$$_cfg
+ cat /tmp/$$_cfglist
+ if [ _$CFG = _ ]; then
+ rm -f /tmp/$$_cfglist
+ echo 'Please enter required configuration number'
+ read i
+ if [ ${i:=0} -ge 1 -a $i -le $NCFG ]; then
+ break
+ fi
+ echo "Invalid configuration number \"$i\""
+ echo "${1}: $NCFG configuration(s) found"
+ else
+ i=`grep "\\\\<$CFG\\\\>\\\$" /tmp/$$_cfglist | sed -e 's/:.*//'`
+ rm -f /tmp/$$_cfglist
+ if [ _$i = _ ]; then
+ echo "ERROR: Configuration \"$CFG\" not found in $1. Stop."
+ exit 2
+ fi
+ break
+ fi
+done
+
+# DOS-2-UNIX conversion once more and final.
+#
+sed -e 's/ *$//' $1 >$file
+
+# Find the chosen configuration.
+#
+CFG=`grep '^# Name "' $file | sed -e 's/^# Name //' | head -$i | tail -1`
+echo "Configuration ${i}: $CFG will be extracted"
+
+# Start extracting beginning of the file, changing configuration name.
+#
+cat <<EOF >/tmp/$$_head.sed
+/^!MESSAGE "/q
+/CFG/ s/=.*\$/=$CFG/
+/^CFG=/ s/"//g
+p
+d
+EOF
+sed -n -f /tmp/$$_head.sed $file >/tmp/$$_head
+rm -f /tmp/$$_head.sed
+grep "$CFG" $file | grep -v 'CFG' | head -1 >>/tmp/$$_head
+echo '!MESSAGE ' >>/tmp/$$_head
+echo >>/tmp/$$_head
+
+# Now extract middle part (just before configurations begin).
+#
+cat <<EOF >/tmp/$$_mid.sed
+/^# Begin Project/,/^!IF/ {
+ /^# PROP *AllowPerConfigDependencies / s/ *1/ 0/
+ /^!IF / q
+ p
+}
+d
+EOF
+sed -n -f /tmp/$$_mid.sed $file >>/tmp/$$_head
+rm -f /tmp/$$_mid.sed
+
+# Extract all configurations, and select the required among them.
+#
+cat <<EOF >/tmp/$$_cfg.sed
+/^!IF /,/^!ENDIF/ {
+ p
+ /^!ENDIF/ q
+}
+d
+EOF
+sed -n -f /tmp/$$_cfg.sed $file >/tmp/$$_cfg
+cat <<EOF >/tmp/$$_cfg.sed
+/^!.*CFG.*== *$CFG\$/,/^!E/ p
+d
+EOF
+sed -n -f /tmp/$$_cfg.sed /tmp/$$_cfg >/tmp/$$_cfg1
+rm -f /tmp/$$_cfg.sed
+
+# Enclose extracted config in proper IF...ENDIF.
+#
+head -1 /tmp/$$_cfg1 | sed -e 's/^!ELSEIF /!IF /' >/tmp/$$_cfg
+tail +2 /tmp/$$_cfg1 | sed -e 's/^!ELSEIF .*/!ENDIF /' >>/tmp/$$_cfg
+rm -f /tmp/$$_cfg1
+
+# Concatenate extracted config with what has been extracted earlier.
+#
+cat /tmp/$$_head /tmp/$$_cfg >/tmp/$$_out
+rm -f /tmp/$$_head /tmp/$$_cfg
+echo >>/tmp/$$_out
+
+# Finalize the project file, adding Target and Source sections.
+#
+cat <<EOF >/tmp/$$_tail.sed
+/^# Begin Target/,/^# End Project/ {
+ /^!IF /,/^!ENDIF/ {
+ /^!.*CFG.*== *$CFG\$/,/^!E/ {
+ s/^!ELSEIF \(.*CFG.*== *$CFG\)\$/!IF \1/
+ s/^!ELSEIF .*/!ENDIF/
+ p
+ }
+ d
+ }
+ /^# Name / {
+ /^# Name $CFG/ !d
+ }
+ p
+}
+d
+EOF
+sed -n -f /tmp/$$_tail.sed $file >>/tmp/$$_out
+rm -f /tmp/$$_tail.sed
+
+# Remove consequent empty lines (could occur earlier in substitutions)
+# and replace original project file (backup kept in .bak).
+# Output is always in native (UNIX) text file format.
+#
+mv $1 $1.bak
+cat <<EOF >/tmp/$$_pretty.sed
+/./ {
+ p
+ d
+}
+/^\$/ p
+:Empty
+/^\$/ {
+ N
+ s/.//
+ b Empty
+}
+p
+EOF
+sed -n -f /tmp/$$_pretty.sed /tmp/$$_out >$1
+rm -f /tmp/$$_pretty.sed /tmp/$$_out $file
+touch -r $1.bak $1
+
+exit 0
diff --git a/make/msvc_prj/demo/asn2all/demo_asn2all.dsp b/make/msvc_prj/demo/asn2all/demo_asn2all.dsp
new file mode 100644
index 00000000..5d71af8b
--- /dev/null
+++ b/make/msvc_prj/demo/asn2all/demo_asn2all.dsp
@@ -0,0 +1,75 @@
+# Microsoft Developer Studio Project File - Name="demo_asn2all" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Application" 0x0101
+
+CFG=demo_asn2all - Win32 DebugDLL
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "demo_asn2all.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "demo_asn2all.mak" CFG="demo_asn2all - Win32 DebugDLL"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "demo_asn2all - Win32 DebugDLL" (based on "Win32 (x86) Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+LIB32=link.exe -lib
+# ADD BASE CPP /nologo /MDd /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_NETENT_" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /GR /Z7 /Od /I "..\..\..\.." /I "..\..\..\..\corelib" /I "..\..\..\..\connect" /I "..\..\..\..\api" /I "..\..\..\..\asnstat" /I "..\..\..\..\asnlib" /I "..\..\..\..\access" /I "..\..\..\..\object" /I "..\..\..\..\cdromlib" /I "..\..\..\..\biostruc" /I "..\..\..\..\tools" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /pdb:none /debug /machine:I386
+# ADD LINK32 oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /subsystem:console /debug /machine:I386 /out:"DebugDLL/asn2all.exe" /pdbtype:sept
+# SUBTRACT LINK32 /pdb:none
+# Begin Target
+
+# Name "demo_asn2all - Win32 DebugDLL"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\..\..\demo\asn2all.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\link\mswin\asn2all.rc
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# End Group
+# End Target
+# End Project
diff --git a/make/msvc_prj/demo/asn2fsa/demo_asn2fsa.dsp b/make/msvc_prj/demo/asn2fsa/demo_asn2fsa.dsp
new file mode 100644
index 00000000..0e34cd9f
--- /dev/null
+++ b/make/msvc_prj/demo/asn2fsa/demo_asn2fsa.dsp
@@ -0,0 +1,75 @@
+# Microsoft Developer Studio Project File - Name="demo_asn2fsa" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Application" 0x0101
+
+CFG=demo_asn2fsa - Win32 DebugDLL
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "demo_asn2fsa.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "demo_asn2fsa.mak" CFG="demo_asn2fsa - Win32 DebugDLL"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "demo_asn2fsa - Win32 DebugDLL" (based on "Win32 (x86) Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+LIB32=link.exe -lib
+# ADD BASE CPP /nologo /MDd /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_NETENT_" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /GR /Z7 /Od /I "..\..\..\.." /I "..\..\..\..\corelib" /I "..\..\..\..\connect" /I "..\..\..\..\api" /I "..\..\..\..\asnstat" /I "..\..\..\..\asnlib" /I "..\..\..\..\access" /I "..\..\..\..\object" /I "..\..\..\..\cdromlib" /I "..\..\..\..\biostruc" /I "..\..\..\..\tools" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /pdb:none /debug /machine:I386
+# ADD LINK32 oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /subsystem:console /debug /machine:I386 /out:"DebugDLL/asn2fsa.exe" /pdbtype:sept
+# SUBTRACT LINK32 /pdb:none
+# Begin Target
+
+# Name "demo_asn2fsa - Win32 DebugDLL"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\..\..\demo\asn2fsa.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\link\mswin\asn2fsa.rc
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# End Group
+# End Target
+# End Project
diff --git a/make/msvc_prj/demo/asn2idx/demo_asn2idx.dsp b/make/msvc_prj/demo/asn2idx/demo_asn2idx.dsp
new file mode 100644
index 00000000..d175e254
--- /dev/null
+++ b/make/msvc_prj/demo/asn2idx/demo_asn2idx.dsp
@@ -0,0 +1,81 @@
+# Microsoft Developer Studio Project File - Name="demo_asn2idx" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Application" 0x0101
+
+CFG=demo_asn2idx - Win32 DebugDLL
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "demo_asn2idx.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "demo_asn2idx.mak" CFG="demo_asn2idx - Win32 DebugDLL"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "demo_asn2idx - Win32 DebugDLL" (based on "Win32 (x86) Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "demo_asn2idx - Win32 DebugDLL"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+LIB32=link.exe -lib
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_NETENT_" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GR /Z7 /Od /I "..\..\..\.." /I "..\..\..\..\corelib" /I "..\..\..\..\api" /I "..\..\..\..\asnstat" /I "..\..\..\..\asnlib" /I "..\..\..\..\object" /I "..\..\..\..\cdromlib" /I "..\..\..\..\biostruc" /I "..\..\..\..\tools" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /incremental:yes /subsystem:windows /pdb:none /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib /nologo /incremental:yes /subsystem:console /pdb:none /debug /machine:I386 /out:"DebugDLL/asn2idx.exe" /pdbtype:sept
+# SUBTRACT LINK32 /pdb:none
+
+!ENDIF
+
+# Begin Target
+
+# Name "demo_asn2idx - Win32 DebugDLL"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\..\..\demo\asn2idx.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\link\mswin\asn2idx.rc
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# End Group
+# End Target
+# End Project
diff --git a/make/msvc_prj/demo/formatrpsdb/demo_formatrpsdb.dsp b/make/msvc_prj/demo/formatrpsdb/demo_formatrpsdb.dsp
new file mode 100644
index 00000000..43876760
--- /dev/null
+++ b/make/msvc_prj/demo/formatrpsdb/demo_formatrpsdb.dsp
@@ -0,0 +1,66 @@
+# Microsoft Developer Studio Project File - Name="demo_formatrpsdb" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+
+CFG=demo_formatrpsdb - Win32 DebugDLL
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "demo_formatrpsdb.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "demo_formatrpsdb.mak" CFG="demo_formatrpsdb - Win32 DebugDLL"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "demo_formatrpsdb - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\.." /I "..\..\..\..\corelib" /I "..\..\..\..\api" /I "..\..\..\..\asnstat" /I "..\..\..\..\asnlib" /I "..\..\..\..\object" /I "..\..\..\..\cdromlib" /I "..\..\..\..\biostruc" /I "..\..\..\..\tools" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ /c
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"DebugDLL/formatrpsdb.exe" /pdbtype:sept
+# Begin Target
+
+# Name "demo_formatrpsdb - Win32 DebugDLL"
+# Begin Group "Source Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\..\..\..\demo\formatrpsdb.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\link\mswin\formatrpsdb.rc
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/make/msvc_prj/demo/tbl2asn/demo_tbl2asn.dsp b/make/msvc_prj/demo/tbl2asn/demo_tbl2asn.dsp
index 5909e2fb..4ef8bef8 100644
--- a/make/msvc_prj/demo/tbl2asn/demo_tbl2asn.dsp
+++ b/make/msvc_prj/demo/tbl2asn/demo_tbl2asn.dsp
@@ -27,9 +27,6 @@ CFG=demo_tbl2asn - Win32 DebugDLL
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
-
-!IF "$(CFG)" == "demo_tbl2asn - Win32 DebugDLL"
-
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "DebugDLL"
@@ -42,8 +39,8 @@ RSC=rc.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
LIB32=link.exe -lib
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_NETENT_" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GR /Z7 /Od /I "..\..\..\.." /I "..\..\..\..\corelib" /I "..\..\..\..\api" /I "..\..\..\..\asnstat" /I "..\..\..\..\asnlib" /I "..\..\..\..\object" /I "..\..\..\..\cdromlib" /I "..\..\..\..\biostruc" /I "..\..\..\..\tools" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_NETENT_" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /GR /Z7 /Od /I "..\..\..\.." /I "..\..\..\..\corelib" /I "..\..\..\..\connect" /I "..\..\..\..\api" /I "..\..\..\..\asnstat" /I "..\..\..\..\asnlib" /I "..\..\..\..\access" /I "..\..\..\..\object" /I "..\..\..\..\cdromlib" /I "..\..\..\..\biostruc" /I "..\..\..\..\tools" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
@@ -52,12 +49,9 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /incremental:yes /subsystem:windows /pdb:none /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib /nologo /incremental:yes /subsystem:console /pdb:none /debug /machine:I386 /out:"DebugDLL/tbl2asn.exe" /pdbtype:sept
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /pdb:none /debug /machine:I386
+# ADD LINK32 oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /subsystem:console /debug /machine:I386 /out:"DebugDLL/tbl2asn.exe" /pdbtype:sept
# SUBTRACT LINK32 /pdb:none
-
-!ENDIF
-
# Begin Target
# Name "demo_tbl2asn - Win32 DebugDLL"
diff --git a/make/msvc_prj/install.sh b/make/msvc_prj/install.sh
index 1327c008..65d4a1fa 100644
--- a/make/msvc_prj/install.sh
+++ b/make/msvc_prj/install.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Id: install.sh,v 1.36 2004/04/14 17:14:08 ivanov Exp $
+# $Id: install.sh,v 1.37 2004/07/20 18:07:06 ivanov Exp $
# Authors: Denis Vakatov (vakatov@ncbi.nlm.nih.gov)
# Vladimir Ivanov (ivanov@ncbi.nlm.nih.gov)
# Anton Lavrentiev (lavr@ncbi.nlm.nih.gov)
@@ -94,6 +94,8 @@ makedir "$srcdir"/object
makedir "$srcdir"/sequin
makedir "$srcdir"/tools
makedir "$srcdir"/vibrant
+makedir "$srcdir"/util/creaders -p
+makedir "$srcdir"/util/tables -p
makedir "$bindir" -p
makedir "$datdir" -p
makedir "$errdir" -p
@@ -160,6 +162,10 @@ cp -p "$builddir"/cn3d/*.c "$srcdir"/cn3d
cp -p "$builddir"/cn3d/*.h "$incdir"
cp -p "$builddir"/ddv/*.c "$srcdir"/ddv
cp -p "$builddir"/ddv/*.h "$incdir"
+cp -p "$builddir"/util/creaders/*.c "$srcdir"/util/creaders
+cp -p "$builddir"/util/creaders/*.h "$incdir"
+cp -p "$builddir"/util/tables/*.c "$srcdir"/util/tables
+cp -p "$builddir"/util/tables/*.h "$incdir"
# Copy network files
diff --git a/make/msvc_prj/ncbi.dsw b/make/msvc_prj/ncbi.dsw
index c4e3ad5a..609e57d4 100644
--- a/make/msvc_prj/ncbi.dsw
+++ b/make/msvc_prj/ncbi.dsw
@@ -36,6 +36,15 @@ Package=<4>
Project_Dep_Name demo_asn2xml
End Project Dependency
Begin Project Dependency
+ Project_Dep_Name demo_asn2idx
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name demo_asn2all
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name demo_asn2fsa
+ End Project Dependency
+ Begin Project Dependency
Project_Dep_Name demo_asndhuff
End Project Dependency
Begin Project Dependency
@@ -272,6 +281,9 @@ Package=<4>
Begin Project Dependency
Project_Dep_Name demo_insdseqget
End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name demo_formatrpsdb
+ End Project Dependency
}}}
###############################################################################
@@ -486,6 +498,66 @@ Package=<4>
###############################################################################
+Project: "demo_asn2all"=.\demo\asn2all\demo_asn2all.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name ncbiid1
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name netcli
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbitool
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbinacc
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbiobj
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbi
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbimain
+ End Project Dependency
+}}}
+
+###############################################################################
+
+Project: "demo_asn2idx"=.\demo\asn2idx\demo_asn2idx.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name ncbitool
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbinacc
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbiobj
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbi
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbimain
+ End Project Dependency
+}}}
+
+###############################################################################
+
Project: "demo_asn2ff"=.\demo\asn2ff\demo_asn2ff.dsp - Package Owner=<4>
Package=<5>
@@ -513,6 +585,42 @@ Package=<4>
###############################################################################
+Project: "demo_asn2fsa"=.\demo\asn2fsa\demo_asn2fsa.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name ncbiid1
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name netcli
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbitool
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbinacc
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbiobj
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbi
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name connect
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbimain
+ End Project Dependency
+}}}
+
+###############################################################################
+
Project: "demo_asn2gb"=.\demo\asn2gb\demo_asn2gb.dsp - Package Owner=<4>
Package=<5>
@@ -612,6 +720,12 @@ Package=<5>
Package=<4>
{{{
Begin Project Dependency
+ Project_Dep_Name blast
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name blastapi
+ End Project Dependency
+ Begin Project Dependency
Project_Dep_Name ncbitool
End Project Dependency
Begin Project Dependency
@@ -1440,6 +1554,36 @@ Package=<4>
###############################################################################
+Project: "demo_formatrpsdb"=.\demo\formatrpsdb\demo_formatrpsdb.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name blast
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbinacc
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbiobj
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbitool
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbi
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ncbimain
+ End Project Dependency
+}}}
+
+###############################################################################
+
Project: "demo_gbseqget"=.\demo\gbseqget\demo_gbseqget.dsp - Package Owner=<4>
Package=<5>
@@ -1737,6 +1881,12 @@ Package=<5>
Package=<4>
{{{
Begin Project Dependency
+ Project_Dep_Name blast
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name blastapi
+ End Project Dependency
+ Begin Project Dependency
Project_Dep_Name ncbitool
End Project Dependency
Begin Project Dependency
@@ -2271,6 +2421,9 @@ Package=<4>
Project_Dep_Name ncbiobj
End Project Dependency
Begin Project Dependency
+ Project_Dep_Name connect
+ End Project Dependency
+ Begin Project Dependency
Project_Dep_Name ncbi
End Project Dependency
Begin Project Dependency
diff --git a/make/msvc_prj/object/ncbiobj.dsp b/make/msvc_prj/object/ncbiobj.dsp
index d3269154..c9dad086 100644
--- a/make/msvc_prj/object/ncbiobj.dsp
+++ b/make/msvc_prj/object/ncbiobj.dsp
@@ -327,6 +327,10 @@ SOURCE=..\..\..\object\objsub.c
# End Source File
# Begin Source File
+SOURCE=..\..\..\access\objtax3.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\object\objtseq.c
# End Source File
# Begin Source File
@@ -419,6 +423,10 @@ SOURCE=..\..\..\api\subutil.c
# End Source File
# Begin Source File
+SOURCE=..\..\..\access\tax3api.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\api\tofasta.c
# End Source File
# Begin Source File
@@ -883,6 +891,10 @@ SOURCE=..\..\..\object\objsub.h
# End Source File
# Begin Source File
+SOURCE=..\..\..\access\objtax3.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\object\objtseq.h
# End Source File
# Begin Source File
@@ -971,6 +983,10 @@ SOURCE=..\..\..\asnstat\sugmap.h
# End Source File
# Begin Source File
+SOURCE=..\..\..\access\tax3api.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\asnstat\taxon1.h
# End Source File
# Begin Source File
diff --git a/make/msvc_prj/one2all.sh b/make/msvc_prj/one2all.sh
new file mode 100755
index 00000000..9cc22f1a
--- /dev/null
+++ b/make/msvc_prj/one2all.sh
@@ -0,0 +1,762 @@
+#! /bin/sh
+#
+# $Id: one2all.sh,v 1.40 2003/10/23 16:02:07 ucko Exp $
+# ===========================================================================
+#
+# PUBLIC DOMAIN NOTICE
+# National Center for Biotechnology Information
+#
+# This software/database is a "United States Government Work" under the
+# terms of the United States Copyright Act. It was written as part of
+# the author's official duties as a United States Government employee and
+# thus cannot be copyrighted. This software/database is freely available
+# to the public for use. The National Library of Medicine and the U.S.
+# Government have not placed any restriction on its use or reproduction.
+#
+# Although all reasonable efforts have been taken to ensure the accuracy
+# and reliability of the software and data, the NLM and the U.S.
+# Government do not and cannot warrant the performance or results that
+# may be obtained by using this software or data. The NLM and the U.S.
+# Government disclaim all warranties, express or implied, including
+# warranties of performance, merchantability or fitness for any particular
+# purpose.
+#
+# Please cite the author in any work or product based on this material.
+#
+# ===========================================================================
+#
+# Author: Anton Lavrentiev
+#
+# MSVC project file converter. Expand a signle configuration project file
+# to multi-configuration project file.
+#
+# ===========================================================================
+
+readfirstln() {
+ cat $1 | while read p; do
+ test -z "$p" && continue
+ echo "$p"
+ break
+ done
+}
+
+config() {
+ # Argument checking first.
+ #
+ if [ _$1 = _--without-dizzy ]; then
+ dizzy='no'
+ shift
+ else
+ dizzy='yes'
+ fi
+ if [ _$1 = _ -o \! -f $1 ]; then
+ echo "ERROR: File \"$1\" inexistent. Stop."
+ return 3
+ fi
+ if [ _$2 != _Debug -a _$2 != _Release ]; then
+ echo "ERROR: Unknown release parameter \"$2\". Stop."
+ return 3
+ fi
+ DEBUG=$2
+ if [ _$3 = _ ]; then
+ CFG="/ML"
+ elif [ $3 = MT ]; then
+ CFG="/MT"
+ elif [ $3 = DLL ]; then
+ CFG="/MD"
+ else
+ echo "ERROR: Unknown configuration \"$3\". Stop."
+ return 3
+ fi
+ SFX="$3"
+
+ # Our config is ${DEBUG}${SFX}. Compiler switch is ${CFG}.
+ #
+ if [ $DEBUG = Debug ]; then
+ CFG="${CFG}d"
+ fi
+
+ # Init the sed script, which will make conversion.
+ #
+ cat /dev/null >/tmp/$$_cmd.sed
+
+ # First replace config name wherever appropriate.
+ #
+ for p in Release Debug ; do
+ for q in DLL MT ; do
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ /^# PROP / !s|$p$q|$p|g
+ /^# PROP .*"[^ ]*$p$q[^ ]*"/ s|$p$q|$p|g
+ EOF
+ done
+ if [ $p != $DEBUG$SFX ]; then
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ /^# PROP / !s|$p|$DEBUG$SFX|g
+ /^# PROP .*"[^ ]*$p[^ ]*"/ s|$p|$DEBUG$SFX|g
+ EOF
+ fi
+ done
+
+ # Replace debugging macro.
+ #
+ if [ $DEBUG = Debug ]; then
+ echo 's|NDEBUG|_DEBUG|g' >>/tmp/$$_cmd.sed
+ else
+ echo 's|_DEBUG|NDEBUG|g' >>/tmp/$$_cmd.sed
+ fi
+
+ # Does the project use wxWindows (or is a part of wxWindows)?
+ #
+ if [ `grep -c '^# ADD .*CPP .*__WXDEBUG__' $1` != 0 -o \
+ `grep -c '^# ADD .*CPP .*__WXMSW__' $1` != 0 -o \
+ `grep -c '^# ADD .*CPP .*WX.\\{2,3\\}INGDLL' $1` != 0 ]; then
+ GUI="wxwin"
+
+ # Flag proper macros for DLL mode.
+ #
+ if [ _$SFX = _DLL ]; then
+ if [ `grep -c '^# ADD .*CPP .*/D *["]\\{0,1\\}WXMAKINGDLL=*[0-9]*["]\\{0,1\\}' $1` != 0 ]; then
+ WXDLL='/D "WXMAKINGDLL=1"'
+ else
+ WXDLL='/D "WXUSINGDLL=1"'
+ fi
+ else
+ WXDLL=""
+ fi
+
+ # Is this an FLTK-dependent project?
+ #
+ elif [ `grep -c '^# ADD .*LINK32 .*fltk[a-z]*[.]lib' $1` != 0 ]; then
+ GUI="fltk"
+ else
+ GUI=""
+ fi
+
+ # Either replace with hooks, or just remove the compiler switches,
+ # which may be configuration-dependent or inconsistent.
+ #
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ /^# ADD .*CPP / {
+ s| */O[0-9A-Za-z]*| @O|
+ s| */O[0-9A-Za-z]*||g
+ s| */Gm||g
+ s| */GZ||g
+ s| */FR||g
+ s| */Fr||g
+ s| */c| @c|
+ s| */c||g
+ s| */ZI| @Z|
+ s| */ZI||g
+ s| */Zi| @Z|
+ s| */Zi||g
+ s| */Z7| @Z|
+ s| */Z7||g
+ s| */D *"\{0,1\}DEBUG=*[0-9]*"\{0,1\}| @D|g
+ EOF
+
+ # Remove some wxWindows macros, which are surely configuration-dependent.
+ #
+ if [ "$GUI" = "wxwin" ]; then
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ s| */D *["]\\{0,1\\}__WXDEBUG__=*[0-9]*["]\\{0,1\\}||g
+ s| */D *["]\\{0,1\\}WXUSINGDLL=*[0-9]*["]\\{0,1\\}||g
+ s| */D *["]\\{0,1\\}WXMAKINGDLL=*[0-9]*["]\\{0,1\\}||g
+ EOF
+ fi
+
+ # Clear the linker debug option.
+ #
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ }
+ /^# ADD .*LINK32 / s| */debug||g
+ EOF
+
+ # When requested, remove include/library paths, which refer to DIZZY.
+ #
+ if [ "$dizzy" = "no" ]; then
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ /^# ADD .*CPP / s| */I *["]\\{0,1\\}\\\\\\\\[Dd][Ii][Zz][Zz][Yy]\\\\[^ ]*||g
+ /^# ADD .*RSC / s| */i *["]\\{0,1\\}\\\\\\\\[Dd][Ii][Zz][Zz][Yy]\\\\[^ ]*||g
+ /^# ADD .*LINK32 / s| */libpath:["]\\{0,1\\}\\\\\\\\[Dd][Ii][Zz][Zz][Yy]\\\\[^ ]*||g
+ EOF
+ fi
+
+ # Configuration-dependent changes: replace hooks and
+ # add more compiler options where appropriate.
+ #
+ if [ $DEBUG = Debug ]; then
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ /^# PROP / s| *Use_Debug_Libraries *0| Use_Debug_Libraries 1|
+ /^# ADD .*LINK32 / {
+ s| */pdb:[^ ]*||g
+ s|/mach|/pdb:none /debug &|
+ }
+ /^# ADD .*CPP / {
+ s|@O|/Od|
+ s|@Z|/Z7|
+ s| @Z||g
+ s|/W[^ ]*|& /Gm|
+ s|@c|/GZ /c|
+ s|@D|/D "DEBUG=1"|
+ s| @D||g
+ EOF
+ else
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ /^# PROP / s| *Use_Debug_Libraries *1| Use_Debug_Libraries 0|
+ /^# ADD .*LINK32 / s| */pdbtype[^ ]*||g
+ /^# ADD .*CPP / {
+ s|@O|/O2|
+ s| @Z||g
+ s|@c|/c|
+ s| @D||g
+ EOF
+ fi
+
+ # Now replace the code generation switch.
+ #
+ for p in "/MD" "/ML" "/MT" ; do
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ s| *${p}d| $p|g
+ s| $p| @C|g
+ EOF
+ done
+
+ # Finish with code generation switch, and then make sure
+ # that incremental linking is on except for wxWindows DLLs (slow).
+ #
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ t cfgrst
+ :cfgrst
+ s|@C|$CFG|
+ t cfgokay
+ s|/nologo|& $CFG|
+ t cfgokay
+ s| CPP|& $CFG|
+ :cfgokay
+ s| @C||g
+ }
+ /^# ADD .*LINK32 / s| */incremental[:yesno]*||g
+ EOF
+ if [ `grep -c '^# ADD .*LINK32 .*/dll' $1` = 0 ]; then
+ INCRLNK='yes'
+ elif [ -n "$GUI" -a `echo "$WXDLL" | grep -c '^# ADD .*CPP .*WXMAKINGDLL'` != 0 ]; then
+ INCRLNK='no'
+ else
+ INCRLNK=""
+ fi
+ test "$INCRLNK" = "yes" -a $DEBUG != Debug && INCRLNK='no'
+ if [ -n "$INCRLNK" ]; then
+ echo "/^# ADD .*LINK32 / s|/nologo|& /incremental:$INCRLNK|" >>/tmp/$$_cmd.sed
+ fi
+
+ # wxWindows-specific changes from now on.
+ #
+ if [ "$GUI" = "wxwin" ]; then
+ # Define __WXDEBUG__ for debug configs.
+ #
+ if [ $DEBUG = Debug ]; then
+ WXDEBUG='/D "__WXDEBUG__=1"'
+ else
+ WXDEBUG=""
+ fi
+
+ # ${WX} is to be added to compiler options.
+ #
+ WX=`echo $WXDEBUG $WXDLL`
+
+ if [ -n "$WX" ]; then
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ /^# ADD .*CPP / {
+ t reset
+ :reset
+ s|/Y|$WX &|
+ t success
+ s|/D|$WX &|
+ t success
+ s|/c|$WX &|
+ t success
+ s| *\$| $WX|
+ :success
+ }
+ EOF
+ fi
+
+ # Enforce /subsystem:windows.
+ #
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ /^# ADD .*LINK32 / s|/subsystem:[A-Za-z]*|@s|g
+ /^# ADD LINK32 / {
+ t wxlrst
+ :wxlrst
+ s|@s|/subsystem:windows|
+ t wxlcnt
+ s|/nologo|& /subsystem:windows|
+ t wxlcnt
+ s|\$| /subsystem:windows|
+ :wxlcnt
+ }
+ /^# ADD .*LINK32 / s| *@s||g
+ EOF
+
+ # Take care of libraries: remove all wxWindows ones
+ #
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ /^# ADD .*LINK32 .*wx[dl]\\{0,1\\}[.]lib/ {
+ s/ *jpegd\\{0,1\\}[.]lib//g
+ s/ *pngd\\{0,1\\}[.]lib//g
+ s/ *tiffd\\{0,1\\}[.]lib//g
+ s/ *xpmd\\{0,1\\}[.]lib//g
+ s/ *zlibd\\{0,1\\}[.]lib//g
+ s/ *wx[dl]\\{0,1\\}[.]lib/ @wx/g
+ EOF
+
+ # Insert them back but with correct names (which we use).
+ # Note that in DLL mode only one (import) library has to be included.
+ # The note above was true formely; now images libs are all static.
+ #
+ #if [ _$SFX != _DLL ]; then
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ s/@wx/jpeg.lib png.lib tiff.lib zlib.lib wx.lib/
+ EOF
+ #else
+ # cat <<-EOF >>/tmp/$$_cmd.sed
+ # s/@wx/wx.lib/
+ # EOF
+ #fi
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ s/ @wx//g
+ }
+ EOF
+ fi
+
+ # FLTK specific changes from now on
+ #
+ if [ "$GUI" = "fltk" ]; then
+ # Enforce /subsystem:windows.
+ #
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ /^# ADD .*LINK32 / s|/subsystem:[A-Za-z]*|@s|g
+ /^# ADD LINK32 / {
+ t fllrst
+ :fllrst
+ s|@s|/subsystem:windows|
+ t fllcnt
+ s|/nologo|& /subsystem:windows|
+ t fllcnt
+ s|\$| /subsystem:windows|
+ :fllcnt
+ }
+ /^# ADD .*LINK32 / s| *@s||g
+ EOF
+
+ # Take care of libraries: remove all FLTK ones
+ #
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ /^# ADD .*LINK32 * fltk[a-z]*[.]lib/ {
+ s/ *fltk[a-z]*[.]lib/ @fltk/g
+ EOF
+
+ # Insert them back but with correct names (which we use).
+ # Note that in DLL mode only one (import) library has to be included.
+ #
+ #if [ _$SFX != _DLL ]; then
+ # cat <<-EOF >>/tmp/$$_cmd.sed
+ # s/@fltk/fltkforms.lib fltkimages.lib fltkgl.lib fltk.lib/
+ # EOF
+ #else
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ s/@fltk/fltkdll.lib/
+ EOF
+ #fi
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ s/ @fltk//g
+ }
+ EOF
+ fi
+
+ # Print name of configuration, which was created, and run the script.
+ #
+ echo "${DEBUG}${SFX}" ${GUI:+"("$GUI")"}
+
+ sed -f /tmp/$$_cmd.sed $1 >/tmp/$$_new
+ cp -f /tmp/$$_new $1
+ rm -f /tmp/$$_cmd.sed /tmp/$$_new
+
+ return 0
+}
+
+configcb()
+{
+ cat /dev/null >/tmp/$$_cmd.sed
+
+ # First replace config name wherever appropriate.
+ #
+ for p in Release Debug ; do
+ for q in DLL MT ; do
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ s|$p *$q|$p|g
+ EOF
+ done
+ if [ $p != $2$3 ]; then
+ cat <<-EOF >>/tmp/$$_cmd.sed
+ s|$p|$2$3|g
+ EOF
+ fi
+ done
+ sed -f /tmp/$$_cmd.sed $1
+ rm -f /tmp/$$_cmd.sed
+}
+
+usage() {
+ echo 'Automatic multi config for Microsoft Visual C++ Project File V 6.0'
+ echo 'Usage:'
+ echo `basename $0` '[--without-dizzy] filename'
+ exit 1
+}
+
+if [ _$1 = _--without-dizzy ]; then
+ without_dizzy="$1"
+ shift
+else
+ without_dizzy=""
+fi
+
+if [ _$1 = _ ]; then
+ usage
+elif [ \! -f $1 ]; then
+ echo "ERROR: File \"$1\" must exist. Stop."
+ exit 3
+fi
+
+if [ _$2 != _ ]; then
+ if [ $2 != 4 -a $2 != 3 -a $2 != 2 ]; then
+ echo "ERROR: Unknown special parameter \"$2\". Stop."
+ exit 3
+ fi
+ if [ $2 = 2 ]; then
+ CFGSET='DLL'
+ elif [ $2 = 3 ]; then
+ CFGSET='MT'
+ else
+ CFGSET='DLL ""'
+ fi
+else
+ CFGSET='DLL MT ""'
+fi
+file=/tmp/$$_file
+
+# DOS-2-UNIX conversion (shouldn't be here, but just in case for sanity).
+#
+sed -e 's/ *$//' $1 >$file
+
+# Check signature.
+#
+cat <<-"EOF" >/tmp/$$_genusign
+ # Microsoft Developer Studio Project File
+ # Microsoft Developer Studio Generated Build File, Format Version 6.00
+ # ** DO NOT EDIT **
+
+ # TARGTYPE
+ EOF
+cat /dev/null >/tmp/$$_filesign
+head -1 $file | sed -e 's/ -.*//' >>/tmp/$$_filesign
+head -3 $file | tail +2 >>/tmp/$$_filesign
+head -5 $file | tail +4 | sed -e 's/ *".*$//' >>/tmp/$$_filesign
+diff /tmp/$$_filesign /tmp/$$_genusign >/dev/null 2>&1
+exit=$?
+rm -f /tmp/$$_filesign /tmp/$$_genusign
+if [ $exit != 0 ]; then
+ echo "ERROR: $1 doesn't look like MSVC++ Project File. Stop."
+ rm -f $file
+ exit 2
+fi
+
+# Extract configuration part of the project file and count configurations.
+#
+cat <<-EOF >/tmp/$$_.sed
+ /^!IF /,/^!ENDIF/ {
+ /^!ENDIF/ q
+ p
+ }
+ d
+ EOF
+NCFG=`sed -n -f /tmp/$$_.sed $file | egrep -c '^[!ELS]+IF '`
+rm -f /tmp/$$_.sed
+if [ $NCFG -gt 1 ]; then
+ echo "ERROR: $1 contains more than one configuration ($NCFG). Stop."
+ rm -f $file
+ exit 2
+fi
+
+# Check for per-config dependencies, and warn if any.
+#
+DEP=`grep -c '^# PROP *AllowPerConfigDependencies *1' $file`
+cat <<-EOF >/tmp/$$_prop.sed
+ /^# Begin Target/,\$ p
+ d
+ EOF
+sed -n -f /tmp/$$_prop.sed $file | grep '^!IF ' >/dev/null 2>&1
+if [ $DEP != 0 -a $? = 0 ]; then
+ echo "WARNING: $1 contains per-configuration dependencies,"
+ echo 'which may or may not be handled correctly by this script.'
+fi
+rm -f /tmp/$$_prop.sed
+
+# Extract beginning of the file.
+#
+cat <<-EOF >/tmp/$$_head.sed
+ /^!MESSAGE "/ {
+ w /tmp/$$_cmp
+ q
+ }
+ p
+ d
+ EOF
+sed -n -f /tmp/$$_head.sed $file >/tmp/$$_head
+rm -f /tmp/$$_head.sed
+config /tmp/$$_head Release `echo $CFGSET | sed -e 's| .*||'` >/dev/null 2>&1
+sed -e 's/ "/ %/' -e 's/" /% /' /tmp/$$_cmp >/tmp/$$_comp
+mv /tmp/$$_comp /tmp/$$_cmp
+
+# Extract the middle part.
+#
+cat <<-EOF >/tmp/$$_mid.sed
+ /^# Begin Project/,/^!IF / {
+ /^# PROP *AllowPerConfigDependencies / s/ *1/ 0/
+ /^!IF / q
+ /^# PROP BASE / {
+ i\\
+
+ q
+ }
+ p
+ }
+ d
+ EOF
+sed -n -f /tmp/$$_mid.sed $file >/tmp/$$_mid
+rm -f /tmp/$$_mid.sed
+
+# Now extract configuration-dependent part, and make required configs.
+#
+cat <<-EOF >/tmp/$$_cut.sed
+ /^!IF /,/^!E/ {
+ s/^!ELSEIF .*\$/!ENDIF /
+ H
+ }
+ /^!ENDIF/ {
+ x
+ q
+ }
+ d
+ EOF
+sed -n -f /tmp/$$_cut.sed $file >/tmp/$$_cfgtmpl
+if [ \! -s /tmp/$$_cfgtmpl ]; then
+ cat <<-EOF >/tmp/$$_cut.sed
+ /^# PROP BASE /,/^# Begin Target/ {
+ /# Begin Target/ q
+ p
+ }
+ d
+ EOF
+ echo "!IF \"\$(CFG)\" == \"`sed -e 's/^.* %//' -e 's/% .*\$//' /tmp/$$_cmp`\"" >/tmp/$$_cfgtmpl
+ echo >>/tmp/$$_cfgtmpl
+ sed -n -f /tmp/$$_cut.sed $file >>/tmp/$$_cfgtmpl
+ echo >>/tmp/$$_cfgtmpl
+ echo '!ENDIF ' >>/tmp/$$_cfgtmpl
+fi
+rm -f /tmp/$$_cut.sed
+cat /dev/null >/tmp/$$_title
+cat /dev/null >/tmp/$$_cfg
+cat /dev/null >/tmp/$$_message
+for i in Release Debug ; do
+ for j in $CFGSET ; do
+ if [ $j = '""' ]; then
+ j=""
+ fi
+ cp /tmp/$$_cfgtmpl /tmp/$$_cfg_$i$j
+ config $without_dizzy /tmp/$$_cfg_$i$j $i $j >>/tmp/$$_message
+ if [ $? != 0 ]; then
+ tail -1 /tmp/$$_message
+ rm -f /tmp/$$_*
+ exit 3
+ fi
+ grep '^!IF ' /tmp/$$_cfg_$i$j >>/tmp/$$_title
+ cat /tmp/$$_cfg_$i$j >>/tmp/$$_cfg
+ rm -f /tmp/$$_cfg_$i$j
+ done
+done
+echo "${1}:" `cat /tmp/$$_message`
+rm -f /tmp/$$_cfgtmpl /tmp/$$_message
+
+# Summarize configurations in the header and tail parts of the project.
+#
+sed -e 's/^!IF.*CFG)" == //' -e 'y/ "/~%/' /tmp/$$_title >/tmp/$$_tlt
+mv /tmp/$$_tlt /tmp/$$_title
+cat /dev/null >/tmp/$$_msg
+cat /dev/null >/tmp/$$_name
+for i in `cat /tmp/$$_title` ; do
+ sed -e "s/ %.*% / $i /" -e 'y/~%/ "/' /tmp/$$_cmp >>/tmp/$$_msg
+ echo "# Name $i" | tr '~%' ' "' >>/tmp/$$_name
+done
+sed -e 's/ .*$/ /' /tmp/$$_cmp >>/tmp/$$_msg
+echo >>/tmp/$$_msg
+rm -f /tmp/$$_title
+
+# Extract the tail part and modify name list on-the-fly.
+#
+cat <<-EOF >/tmp/$$_tail.sed
+ /^# Begin Target/,/^# End Project/ {
+ /^# Name / {
+ r /tmp/$$_name
+ d
+ }
+ /^!IF /,/^!ENDIF/ d
+ p
+ }
+ d
+ EOF
+sed -n -f /tmp/$$_tail.sed $file >/tmp/$$_tail
+rm -f /tmp/$$_tail.sed /tmp/$$_name $file
+
+# Glue all parts but the tail.
+#
+cat /tmp/$$_head /tmp/$$_msg /tmp/$$_mid /tmp/$$_cfg >/tmp/$$_newhead
+mv /tmp/$$_newhead /tmp/$$_head
+rm -f /tmp/$$_msg /tmp/$$_mid /tmp/$$_cfg
+
+# Replace ENDIF..IF with ELSEIF.
+#
+cat <<-EOF >/tmp/$$_elseif.sed
+ /^!ENDIF/,/^!IF / {
+ s/^!IF /!ELSEIF /
+ /^!ELSEIF / !d
+ }
+ EOF
+sed -f /tmp/$$_elseif.sed /tmp/$$_head >/tmp/$$_newhead
+rm -f /tmp/$$_elseif.sed
+mv /tmp/$$_newhead /tmp/$$_head
+cat <<-EOF >>/tmp/$$_head
+ !ENDIF
+
+ EOF
+
+grep '^SOURCE=' $1 | sed 's/^SOURCE=//;s/[\\]/\\\\/g;s/[.]/[.]/g' >/tmp/$$_flist
+
+for i in `cat /tmp/$$_flist | sed 's/[[]//g;s/]//g'`; do
+ file="/tmp/$$_`echo $i | sed 's/[./\\]/_/g'`"
+ cat <<-EOF >/tmp/$$_cbext.sed
+ /^SOURCE=$i\$/,/^SOURCE=/ {
+ /^SOURCE=$i\$/ d
+ /^[#] End Source File/ !H
+ /^!ENDIF/ {
+ x
+ q
+ }
+ /^[#] End Custom Build/ {
+ x
+ q
+ }
+ d
+ }
+ d
+ EOF
+ sed -f /tmp/$$_cbext.sed $1 >$file
+done
+rm -f /tmp/$$_cbext.sed
+
+cat /dev/null >/tmp/$$_cb.sed
+for k in `cat /tmp/$$_flist | sed 's/[[]//g;s/]//g'`; do
+ file="/tmp/$$_`echo $k | sed 's/[./\\]/_/g'`"
+ test -s $file || continue
+ if [ `readfirstln $file | grep -c '^[!]'` = 0 ]; then
+ echo "!IF \"\$(CFG)\" == \"`sed -e 's/^.* %//' -e 's/% .*\$//' /tmp/$$_cmp`\"" >$file.1
+ echo >>$file.1
+ cat $file >>$file.1
+ echo >>$file.1
+ echo '!ENDIF ' >>$file.1
+ mv $file.1 $file
+ fi
+ cat /dev/null >$file.new
+ for i in Release Debug ; do
+ for j in $CFGSET ; do
+ if [ $j = '""' ]; then
+ j=""
+ fi
+ configcb $file $i $j >>$file.new
+ done
+ done
+ echo >$file
+
+ # Replace ENDIF..IF with ELSEIF.
+ #
+ cat <<-EOF >/tmp/$$_elseif.sed
+ /^!ENDIF/,/^!IF / {
+ s/^!IF /!ELSEIF /
+ /^!ELSEIF / !d
+ }
+ EOF
+ sed -f /tmp/$$_elseif.sed $file.new >>$file
+ rm -f /tmp/$$_elseif.sed $file.new
+ cat <<-EOF >>$file
+ !ENDIF
+
+ EOF
+ cat <<-EOF >>/tmp/$$_cb.sed
+ /^SOURCE=$k\$/,/^[#] End Source File/ {
+ /^SOURCE=$k\$/ {
+ p
+ r $file
+ d
+ }
+ /^[#] End Source File/ p
+ d
+ }
+ EOF
+done
+
+sed -f /tmp/$$_cb.sed /tmp/$$_tail >/tmp/$$_tail.1
+
+# Final catenation of results to a single project file.
+#
+cat /tmp/$$_head /tmp/$$_tail.1 >/tmp/$$_proj
+rm -f /tmp/$$_cmp /tmp/$$_head /tmp/$$_tail /tmp/$$_tail.1 /tmp/$$_cb.sed
+for i in `cat /tmp/$$_flist | sed 's/[[]//g;s/]//g'`; do
+ file="/tmp/$$_`echo $i | sed 's/[./\\]/_/g'`"
+ rm -f $file
+done
+rm -f /tmp/$$_flist
+
+# Remove consequent empty lines (could occur earlier in substitutions)
+# and replace original project file (backup kept in .bak).
+# Make the output file to be a DOS (CR/LF) text file.
+#
+cat <<-EOF >/tmp/$$_pretty.sed
+ /./ {
+ p
+ d
+ }
+ /^\$/ p
+ :Empty
+ /^\$/ {
+ N
+ s/.//
+ b Empty
+ }
+ p
+ EOF
+mv $1 $1.bak
+
+PATH=$PATH:/usr/sbin:/sbin
+doser='sed -e s/$/ /'
+if [ `echo $OSTYPE 2>&1 | grep -c -i cygwin` -ge 1 -o \
+ `echo $MACHTYPE 2>&1 | grep -c -i cygwin` -ge 1 -o \
+ `mount 2>&1 | grep -c -i cygwin` -ge 1 ]; then
+ echo >$1
+ test "`ls -l $1 | tr '\t' ' ' | sed 's/ */ /g' | cut -f5 -d' '`" != "1" && \
+ doser='sed -n p'
+fi
+sed -n -f /tmp/$$_pretty.sed /tmp/$$_proj | $doser >$1
+rm -f /tmp/$$_pretty.sed /tmp/$$_proj
+touch -r $1.bak $1
+
+exit 0
diff --git a/make/msvc_prj/one2all_r.sh b/make/msvc_prj/one2all_r.sh
new file mode 100755
index 00000000..80c819aa
--- /dev/null
+++ b/make/msvc_prj/one2all_r.sh
@@ -0,0 +1,60 @@
+#! /bin/sh
+#
+# $Id: one2all_r.sh,v 1.1 2003/08/05 18:23:23 lavr Exp $
+# ===========================================================================
+#
+# PUBLIC DOMAIN NOTICE
+# National Center for Biotechnology Information
+#
+# This software/database is a "United States Government Work" under the
+# terms of the United States Copyright Act. It was written as part of
+# the author's official duties as a United States Government employee and
+# thus cannot be copyrighted. This software/database is freely available
+# to the public for use. The National Library of Medicine and the U.S.
+# Government have not placed any restriction on its use or reproduction.
+#
+# Although all reasonable efforts have been taken to ensure the accuracy
+# and reliability of the software and data, the NLM and the U.S.
+# Government do not and cannot warrant the performance or results that
+# may be obtained by using this software or data. The NLM and the U.S.
+# Government disclaim all warranties, express or implied, including
+# warranties of performance, merchantability or fitness for any particular
+# purpose.
+#
+# Please cite the author in any work or product based on this material.
+#
+# ===========================================================================
+#
+# Author: Anton Lavrentiev
+#
+# MSVC project file recursive converter that converts single-config files
+# into multiple config files on the entire subtree.
+#
+# ===========================================================================
+
+usage() {
+ echo 'Automatic single config for Microsoft Visual C++ Project File V 6.0'
+ echo 'Usage:'
+ echo `basename $0` '[--without-dizzy]'
+ exit 1
+}
+
+if [ _$1 = _--without-dizzy ]; then
+ without_dizzy="$1"
+ shift
+else
+ without_dizzy=""
+fi
+
+if [ "$1" = "--help" -o "$1" = "-h" -o "$1" = "-?" ]; then
+ usage
+fi
+
+dir=`dirname $0`
+
+if [ \! -x ${dir:-.}/one2all.sh ]; then
+ echo "ERROR: Script \"${dir:-.}/one2all.sh\" not found. Stop."
+ exit 3
+fi
+
+find . -name "*.dsp" -exec ${dir:-.}/one2all.sh $without_dizzy {} \;
diff --git a/make/msvc_prj/one2one.sh b/make/msvc_prj/one2one.sh
new file mode 100755
index 00000000..7d22db47
--- /dev/null
+++ b/make/msvc_prj/one2one.sh
@@ -0,0 +1,107 @@
+#! /bin/sh
+#
+# $Id: one2one.sh,v 1.10 2003/08/22 15:33:10 lavr Exp $
+# ===========================================================================
+#
+# PUBLIC DOMAIN NOTICE
+# National Center for Biotechnology Information
+#
+# This software/database is a "United States Government Work" under the
+# terms of the United States Copyright Act. It was written as part of
+# the author's official duties as a United States Government employee and
+# thus cannot be copyrighted. This software/database is freely available
+# to the public for use. The National Library of Medicine and the U.S.
+# Government have not placed any restriction on its use or reproduction.
+#
+# Although all reasonable efforts have been taken to ensure the accuracy
+# and reliability of the software and data, the NLM and the U.S.
+# Government do not and cannot warrant the performance or results that
+# may be obtained by using this software or data. The NLM and the U.S.
+# Government disclaim all warranties, express or implied, including
+# warranties of performance, merchantability or fitness for any particular
+# purpose.
+#
+# Please cite the author in any work or product based on this material.
+#
+# ===========================================================================
+#
+# Author: Anton Lavrentiev
+#
+# MSVC project file converter. Change configuration in a
+# single configuration project file.
+#
+# ===========================================================================
+
+usage() {
+ echo 'Automatic single config for Microsoft Visual C++ Project File V 6.0'
+ echo 'Usage:'
+ echo `basename $0` '[--without-dizzy] filename config'
+ exit 1
+}
+
+if [ _$1 = _--without-dizzy ]; then
+ without_dizzy="$1"
+ shift
+else
+ without_dizzy=""
+fi
+
+if [ _$1 = _ -o _$2 = _ ]; then
+ usage
+elif [ \! -f $1 ]; then
+ echo "ERROR: File \"$1\" must exist. Stop."
+ exit 3
+fi
+
+dir=`dirname $0`
+
+if [ \! -x ${dir:-.}/all2one.sh ]; then
+ echo "ERROR: Script \"${dir:-.}/all2one.sh\" not found. Stop."
+ exit 3
+fi
+
+if [ \! -x ${dir:-.}/one2all.sh ]; then
+ echo "ERROR: Script \"${dir:-.}/one2all.sh\" not found. Stop."
+ exit 3
+fi
+
+file=/tmp/$$_file
+cp -f $1 $file
+
+${dir:-.}/one2all.sh $without_dizzy $file </dev/null >/tmp/$$_list 2>&1
+exit=$?
+if [ `head -1 /tmp/$$_list | grep -c 'ERROR'` != 0 ]; then
+ cat /tmp/$$_list | sed -e "s|$file|$1|g"
+ rm -f /tmp/$$_list $file
+ exit $exit
+fi
+rm -f $file.bak
+
+${dir:-.}/all2one.sh $file $2 </dev/null >/tmp/$$_list 2>&1
+if [ `tail -1 /tmp/$$_list | grep -c 'ERROR'` != 0 ]; then
+ cat /tmp/$$_list | sed -e "s|$file|$1|g"
+ rm -f /tmp/$$_list $file
+ exit $exit
+fi
+rm -f $file.bak
+
+echo "${1}:" Configured \
+\"\
+`tail -1 /tmp/$$_list | sed -e 's|^.* "||' -e 's|" .*\$||'`\
+\"
+mv -f $1 $1.bak
+
+PATH=$PATH:/usr/sbin:/sbin
+doser='sed -e s/$/ /'
+if [ `echo $OSTYPE 2>&1 | grep -c -i cygwin` -ge 1 -o \
+ `echo $MACHTYPE 2>&1 | grep -c -i cygwin` -ge 1 -o \
+ `mount 2>&1 | grep -c -i cygwin` -ge 1 ]; then
+ echo >$1
+ test "`ls -l $1 | tr '\t' ' ' | sed 's/ */ /g' | cut -f5 -d' '`" != "1" && \
+ doser='sed -n p'
+fi
+$doser $file >$1
+rm -f $file /tmp/$$_list
+touch -r $1.bak $1
+
+exit 0
diff --git a/make/msvc_prj/tools/ncbitool.dsp b/make/msvc_prj/tools/ncbitool.dsp
index bb060556..1dc9c4e9 100644
--- a/make/msvc_prj/tools/ncbitool.dsp
+++ b/make/msvc_prj/tools/ncbitool.dsp
@@ -107,6 +107,10 @@ SOURCE=..\..\..\tools\blastutl.c
# End Source File
# Begin Source File
+SOURCE=..\..\..\tools\blfmtutl.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\tools\bxmlobj.c
# End Source File
# Begin Source File
@@ -367,6 +371,10 @@ SOURCE=..\..\..\tools\blastpri.h
# End Source File
# Begin Source File
+SOURCE=..\..\..\tools\blfmtutl.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\tools\blstxml.h
# End Source File
# Begin Source File
diff --git a/make/packApps.met b/make/packApps.met
index d6355a3a..57984d96 100644
--- a/make/packApps.met
+++ b/make/packApps.met
@@ -16,8 +16,8 @@ with timeout of 600 seconds
end if
end repeat
repeat with f in pApps2Pack
- if not (exists file (gProjectsDir & f)) then
- error "Carbon Application " & (gProjectsDir & f) & return & " does not exist."
+ if not (exists file (gProjectsDir & f & "OS9")) then
+ error "Carbon Application " & (gProjectsDir & f & "OS9") & return & " does not exist."
end if
if not (exists file (gProjectsDir & f & "OSX.app")) then
error "Mach-O Application " & (gProjectsDir & f & "OSX.app") & return & " does not exist."
@@ -63,7 +63,7 @@ with timeout of 600 seconds
duplicate file (gDistribRoot & "doc:sequin.htm") to gArchiveFolder
repeat with ap in pApps2Pack
- move file (gProjectsDir & ap) to gArchiveFolder
+ move file (gProjectsDir & ap & "OS9") to gArchiveFolder
move file (gProjectsDir & ap & "OSX.app") to gArchiveFolder
end repeat
@@ -132,12 +132,14 @@ on MWRootDir()
gStartupDisk & "Applications (Mac OS 9):", gHomeDir, gHomeDir & "Applications:", Â
gHomeDir & "Applications:", gHomeDir & "AppsLocal (Mac OS 9):"}
repeat with mwVersion from 8 to 9
- set dirName to "Metrowerks CodeWarrior " & mwVersion & ".0"
- repeat with mwLoc in mwLocations
- try
- set mwRoot to ResolveAlias(mwLoc & dirName)
- return mwRoot
- end try
+ repeat with mwSubVersion from 0 to 5
+ set dirName to "Metrowerks CodeWarrior " & mwVersion & "." & mwSubVersion
+ repeat with mwLoc in mwLocations
+ try
+ set mwRoot to ResolveAlias(mwLoc & dirName)
+ return mwRoot
+ end try
+ end repeat
end repeat
end repeat
diff --git a/make/readme.unx b/make/readme.unx
index f5dbfa82..745a7ef8 100644
--- a/make/readme.unx
+++ b/make/readme.unx
@@ -142,8 +142,6 @@ mv asn.h ../include
./ln-if-absent ../asnlib/*.c .
./ln-if-absent ../connect/*.c .
./ln-if-absent ../connect/*.h ../include
-./ln-if-absent ../connect/lbapi/*.c .
-./ln-if-absent ../connect/lbapi/*.h ../include
./ln-if-absent ../object/*.c .
./ln-if-absent ../object/*.h ../include
./ln-if-absent ../access/*.c .
@@ -248,11 +246,9 @@ cc -fast -c -I../include -DWIN_MOTIF connutil.c
cc -fast -c -I../include -DWIN_MOTIF con_url.c
cc -fast -c -I../include -DWIN_MOTIF con_sock.c
cc -fast -c -I../include -DWIN_MOTIF urlquery.c
-cc -fast -c -I../include -DWIN_MOTIF lbapi.c
-cc -fast -c -I../include -DWIN_MOTIF con_stateless.c
cc -fast -c -I../include -DWIN_MOTIF binary.c
rm -f libncbi.a
-ar cru libncbi.a ncbibs.o wwwutils.o ncbierr.o ncbienv.o ncbifile.o ncbimain.o ncbiprop.o ncbimath.o ncbimem.o ncbimisc.o ncbimsg.o ncbistr.o ncbisgml.o ncbitime.o ncbilang.o asnbufo.o asndebin.o asnenbin.o asngen.o asnio.o asnlex.o asnlext.o asnout.o asnprint.o asntypes.o asngenob.o gifgen.o togif.o ncbithrs.o regex.o tsprintf.o ncbiargs.o tree.o ncbisock.o ncbi_socket.o matrix.o ncbibuf.o ncbi_buffer.o connectn.o connutil.o con_url.o con_sock.o urlquery.o lbapi.o con_stateless.o binary.o
+ar cru libncbi.a ncbibs.o wwwutils.o ncbierr.o ncbienv.o ncbifile.o ncbimain.o ncbiprop.o ncbimath.o ncbimem.o ncbimisc.o ncbimsg.o ncbistr.o ncbisgml.o ncbitime.o ncbilang.o asnbufo.o asndebin.o asnenbin.o asngen.o asnio.o asnlex.o asnlext.o asnout.o asnprint.o asntypes.o asngenob.o gifgen.o togif.o ncbithrs.o regex.o tsprintf.o ncbiargs.o tree.o ncbisock.o ncbi_socket.o matrix.o ncbibuf.o ncbi_buffer.o connectn.o connutil.o urlquery.o binary.o
cp -p libncbi.a ../lib
ls -l ../lib/libncbi.a
-rw-r--r-- 1 coremake ncbi 827962 Jan 31 14:11 ../lib/libncbi.a
@@ -1003,5 +999,5 @@ Good luck!
=======================================================================
- $Id: readme.unx,v 6.17 2001/12/12 20:37:50 beloslyu Exp $
+ $Id: readme.unx,v 6.18 2004/09/28 15:11:48 lavr Exp $
=======================================================================
diff --git a/make/xCode/NCBI.xcode/project.pbxproj b/make/xCode/NCBI.xcode/project.pbxproj
new file mode 100644
index 00000000..b04d211d
--- /dev/null
+++ b/make/xCode/NCBI.xcode/project.pbxproj
@@ -0,0 +1,11842 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 39;
+ objects = {
+ F00AEE1006AFD5A6003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE1106AFD5A6003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ F00AEE4906AFD642003C8FEB,
+ F00AEE5306AFD675003C8FEB,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE1206AFD5A6003C8FEB = {
+ buildPhases = (
+ F00AEE1006AFD5A6003C8FEB,
+ F00AEE1106AFD5A6003C8FEB,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbitool -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = asn2asn;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = asn2asn;
+ productName = asn2asn;
+ productReference = F00AEE1306AFD5A6003C8FEB;
+ productType = "com.apple.product-type.tool";
+ };
+ F00AEE1306AFD5A6003C8FEB = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = asn2asn;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F00AEE1806AFD5B8003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE1906AFD5B8003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ F00AEE5706AFD686003C8FEB,
+ F00AEE5906AFD68B003C8FEB,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE1A06AFD5B8003C8FEB = {
+ buildPhases = (
+ F00AEE1806AFD5B8003C8FEB,
+ F00AEE1906AFD5B8003C8FEB,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbitool -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = testval;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = testval;
+ productName = testval;
+ productReference = F00AEE1B06AFD5B8003C8FEB;
+ productType = "com.apple.product-type.tool";
+ };
+ F00AEE1B06AFD5B8003C8FEB = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = testval;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F00AEE2006AFD5C6003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE2106AFD5C6003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ F00AEE5C06AFD691003C8FEB,
+ F00AEE6A06AFD6B5003C8FEB,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE2206AFD5C6003C8FEB = {
+ buildPhases = (
+ F00AEE2006AFD5C6003C8FEB,
+ F00AEE2106AFD5C6003C8FEB,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbitool -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = testmem;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = testmem;
+ productName = testmem;
+ productReference = F00AEE2306AFD5C6003C8FEB;
+ productType = "com.apple.product-type.tool";
+ };
+ F00AEE2306AFD5C6003C8FEB = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = testmem;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F00AEE2806AFD5D7003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE2906AFD5D7003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ F00AEE5E06AFD696003C8FEB,
+ F00AEE6906AFD6B1003C8FEB,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE2A06AFD5D7003C8FEB = {
+ buildPhases = (
+ F00AEE2806AFD5D7003C8FEB,
+ F00AEE2906AFD5D7003C8FEB,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbitool -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = formatdb;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = formatdb;
+ productName = formatdb;
+ productReference = F00AEE2B06AFD5D7003C8FEB;
+ productType = "com.apple.product-type.tool";
+ };
+ F00AEE2B06AFD5D7003C8FEB = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = formatdb;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F00AEE3006AFD5EC003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE3106AFD5EC003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ F00AEE6006AFD69A003C8FEB,
+ F00AEE6806AFD6AE003C8FEB,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE3206AFD5EC003C8FEB = {
+ buildPhases = (
+ F00AEE3006AFD5EC003C8FEB,
+ F00AEE3106AFD5EC003C8FEB,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbitool -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = fastacmd;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = fastacmd;
+ productName = fastacmd;
+ productReference = F00AEE3306AFD5EC003C8FEB;
+ productType = "com.apple.product-type.tool";
+ };
+ F00AEE3306AFD5EC003C8FEB = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = fastacmd;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F00AEE3806AFD603003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE3906AFD603003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ F00AEE6206AFD69F003C8FEB,
+ F00AEE6706AFD6AB003C8FEB,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE3A06AFD603003C8FEB = {
+ buildPhases = (
+ F00AEE3806AFD603003C8FEB,
+ F00AEE3906AFD603003C8FEB,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbitool -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = testobj;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = testobj;
+ productName = testobj;
+ productReference = F00AEE3B06AFD603003C8FEB;
+ productType = "com.apple.product-type.tool";
+ };
+ F00AEE3B06AFD603003C8FEB = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = testobj;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F00AEE4006AFD613003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE4106AFD613003C8FEB = {
+ buildActionMask = 2147483647;
+ files = (
+ F00AEE6406AFD6A4003C8FEB,
+ F00AEE6606AFD6A8003C8FEB,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F00AEE4206AFD613003C8FEB = {
+ buildPhases = (
+ F00AEE4006AFD613003C8FEB,
+ F00AEE4106AFD613003C8FEB,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbitool -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = gil2bin;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = gil2bin;
+ productName = gil2bin;
+ productReference = F00AEE4306AFD613003C8FEB;
+ productType = "com.apple.product-type.tool";
+ };
+ F00AEE4306AFD613003C8FEB = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = gil2bin;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F00AEE4806AFD642003C8FEB = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2asn.c;
+ path = ../../demo/asn2asn.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F00AEE4906AFD642003C8FEB = {
+ fileRef = F00AEE4806AFD642003C8FEB;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE4C06AFD651003C8FEB = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = testval.c;
+ path = ../../demo/testval.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F00AEE4F06AFD65A003C8FEB = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = testmem.c;
+ path = ../../demo/testmem.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F00AEE5306AFD675003C8FEB = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE5706AFD686003C8FEB = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE5906AFD68B003C8FEB = {
+ fileRef = F00AEE4C06AFD651003C8FEB;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE5C06AFD691003C8FEB = {
+ fileRef = F00AEE4F06AFD65A003C8FEB;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE5E06AFD696003C8FEB = {
+ fileRef = F0E47F8D06AEE79D00FD29D4;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE6006AFD69A003C8FEB = {
+ fileRef = F0E47F8A06AEE79200FD29D4;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE6206AFD69F003C8FEB = {
+ fileRef = F0E47F8706AEE78500FD29D4;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE6406AFD6A4003C8FEB = {
+ fileRef = F0E47F8406AEE77800FD29D4;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE6606AFD6A8003C8FEB = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE6706AFD6AB003C8FEB = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE6806AFD6AE003C8FEB = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE6906AFD6B1003C8FEB = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE6A06AFD6B5003C8FEB = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F00AEE6C06AFD6DD003C8FEB = {
+ buildPhases = (
+ );
+ buildSettings = {
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = "Build All Console Tools";
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
+ };
+ dependencies = (
+ F079CE1806CB9FBF00E2E865,
+ F079CDF806CB9FB300E2E865,
+ F079CDFA06CB9FB300E2E865,
+ F079CDFC06CB9FB300E2E865,
+ F079CDFE06CB9FB300E2E865,
+ F079CE0006CB9FB300E2E865,
+ F079CE0206CB9FB300E2E865,
+ F079CE0406CB9FB300E2E865,
+ F04B0DB706DA1B6B00ED1405,
+ F079CE0606CB9FB300E2E865,
+ F079CE0806CB9FB300E2E865,
+ F079CE0A06CB9FB300E2E865,
+ F079CE0C06CB9FB300E2E865,
+ F079CE0E06CB9FB300E2E865,
+ F079CE1006CB9FB300E2E865,
+ F079CE1206CB9FB300E2E865,
+ F079CE1406CB9FB300E2E865,
+ F079CE1606CB9FB300E2E865,
+ );
+ isa = PBXAggregateTarget;
+ name = "Build All Console Tools";
+ productName = "Build All Console Tools";
+ };
+ F012D8B106A5527C00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbibs.c;
+ path = ../../corelib/ncbibs.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8B206A5527C00741D48 = {
+ fileRef = F012D8B106A5527C00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D8B306A552A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = wwwutils.c;
+ path = ../../corelib/wwwutils.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8B406A552A600741D48 = {
+ fileRef = F012D8B306A552A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D8B806A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbimain.c;
+ path = ../../corelib/ncbimain.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8BF06A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = tsprintf.c;
+ path = ../../corelib/tsprintf.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8C206A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = tree.c;
+ path = ../../corelib/tree.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8C306A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = togif.c;
+ path = ../../corelib/togif.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8C506A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = regex.c;
+ path = ../../corelib/regex.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8CA06A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbitime.c;
+ path = ../../corelib/ncbitime.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8CC06A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbienv.c;
+ path = ../../corelib/ncbienv.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8CF06A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbilang.c;
+ path = ../../corelib/ncbilang.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8D206A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbiprop.c;
+ path = ../../corelib/ncbiprop.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8D506A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbimsg.c;
+ path = ../../corelib/ncbimsg.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8D706A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbithr.c;
+ path = ../../corelib/ncbithr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8D906A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbistr.c;
+ path = ../../corelib/ncbistr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8DC06A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbisgml.c;
+ path = ../../corelib/ncbisgml.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8DE06A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbimisc.c;
+ path = ../../corelib/ncbimisc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8E206A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbimath.c;
+ path = ../../corelib/ncbimath.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8EA06A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = matrix.c;
+ path = ../../corelib/matrix.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8EC06A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbiargs.c;
+ path = ../../corelib/ncbiargs.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8F606A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = drwnflpt.c;
+ path = ../../corelib/drwnflpt.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8F906A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = drwnmfls.c;
+ path = ../../corelib/drwnmfls.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8FA06A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbifile.c;
+ path = ../../corelib/ncbifile.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D8FB06A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = gifgen.c;
+ path = ../../corelib/gifgen.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D90006A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbierr.c;
+ path = ../../corelib/ncbierr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D90806A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbimem.c;
+ path = ../../corelib/ncbimem.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D90A06A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = drwnfspc.c;
+ path = ../../corelib/drwnfspc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D90E06A552CB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = binary.c;
+ path = ../../corelib/binary.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D91206A554E600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asnbufo.c;
+ path = ../../asnlib/asnbufo.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D91306A554E600741D48 = {
+ fileRef = F012D91206A554E600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D91406A5554100741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asnlext.c;
+ path = ../../asnlib/asnlext.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D91506A5554100741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asndebin.c;
+ path = ../../asnlib/asndebin.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D91606A5554100741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asngenob.c;
+ path = ../../asnlib/asngenob.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D91706A5554100741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asnout.c;
+ path = ../../asnlib/asnout.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D91806A5554100741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asnlex.c;
+ path = ../../asnlib/asnlex.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D91906A5554100741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asnenbin.c;
+ path = ../../asnlib/asnenbin.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D91A06A5554100741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asnio.c;
+ path = ../../asnlib/asnio.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D91B06A5554100741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asntypes.c;
+ path = ../../asnlib/asntypes.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D91C06A5554100741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asngen.c;
+ path = ../../asnlib/asngen.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D91D06A5554100741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asnprint.c;
+ path = ../../asnlib/asnprint.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D91E06A5554100741D48 = {
+ fileRef = F012D91406A5554100741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D91F06A5554100741D48 = {
+ fileRef = F012D91506A5554100741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D92006A5554100741D48 = {
+ fileRef = F012D91606A5554100741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D92106A5554100741D48 = {
+ fileRef = F012D91706A5554100741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D92206A5554100741D48 = {
+ fileRef = F012D91806A5554100741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D92306A5554100741D48 = {
+ fileRef = F012D91906A5554100741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D92406A5554100741D48 = {
+ fileRef = F012D91A06A5554100741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D92506A5554100741D48 = {
+ fileRef = F012D91B06A5554100741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D92606A5554100741D48 = {
+ fileRef = F012D91C06A5554100741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D92706A5554100741D48 = {
+ fileRef = F012D91D06A5554100741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D92806A5559200741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbisock.c;
+ path = ../../connect/ncbisock.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D92906A5559200741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_socket.c;
+ path = ../../connect/ncbi_socket.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D92A06A5559200741D48 = {
+ fileRef = F012D92806A5559200741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D92B06A5559200741D48 = {
+ fileRef = F012D92906A5559200741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D92C06A555BB00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbibuf.c;
+ path = ../../connect/ncbibuf.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D92D06A555BB00741D48 = {
+ fileRef = F012D92C06A555BB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D92E06A555D900741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_buffer.c;
+ path = ../../connect/ncbi_buffer.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D92F06A555D900741D48 = {
+ fileRef = F012D92E06A555D900741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D93006A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_heapmgr.c;
+ path = ../../connect/ncbi_heapmgr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93106A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_util.c;
+ path = ../../connect/ncbi_util.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93206A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_file_connector.c;
+ path = ../../connect/ncbi_file_connector.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93306A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_core.c;
+ path = ../../connect/ncbi_core.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93406A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_connection.c;
+ path = ../../connect/ncbi_connection.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93506A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_connector.c;
+ path = ../../connect/ncbi_connector.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93606A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_dispd.c;
+ path = ../../connect/ncbi_dispd.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93706A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_socket_connector.c;
+ path = ../../connect/ncbi_socket_connector.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93806A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_connutil.c;
+ path = ../../connect/ncbi_connutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93906A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_priv.c;
+ path = ../../connect/ncbi_priv.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93A06A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_service.c;
+ path = ../../connect/ncbi_service.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93B06A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_server_info.c;
+ path = ../../connect/ncbi_server_info.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93C06A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_host_info.c;
+ path = ../../connect/ncbi_host_info.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93D06A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_core_c.c;
+ path = ../../connect/ncbi_core_c.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93E06A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_memory_connector.c;
+ path = ../../connect/ncbi_memory_connector.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D93F06A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = urlquery.c;
+ path = ../../connect/urlquery.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D94006A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_service_connector.c;
+ path = ../../connect/ncbi_service_connector.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D94106A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_ansi_ext.c;
+ path = ../../connect/ncbi_ansi_ext.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D94206A5568500741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_http_connector.c;
+ path = ../../connect/ncbi_http_connector.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D94306A5568500741D48 = {
+ fileRef = F012D93006A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D94406A5568500741D48 = {
+ fileRef = F012D93106A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D94506A5568500741D48 = {
+ fileRef = F012D93206A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D94606A5568500741D48 = {
+ fileRef = F012D93306A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D94706A5568500741D48 = {
+ fileRef = F012D93406A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D94806A5568500741D48 = {
+ fileRef = F012D93506A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D94906A5568500741D48 = {
+ fileRef = F012D93606A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D94A06A5568500741D48 = {
+ fileRef = F012D93706A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D94B06A5568500741D48 = {
+ fileRef = F012D93806A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D94C06A5568500741D48 = {
+ fileRef = F012D93906A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D94D06A5568500741D48 = {
+ fileRef = F012D93A06A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D94E06A5568500741D48 = {
+ fileRef = F012D93B06A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D94F06A5568500741D48 = {
+ fileRef = F012D93C06A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D95006A5568500741D48 = {
+ fileRef = F012D93D06A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D95106A5568500741D48 = {
+ fileRef = F012D93E06A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D95206A5568500741D48 = {
+ fileRef = F012D93F06A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D95306A5568500741D48 = {
+ fileRef = F012D94006A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D95406A5568500741D48 = {
+ fileRef = F012D94106A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D95506A5568500741D48 = {
+ fileRef = F012D94206A5568500741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D95606A556FF00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_sendmail.c;
+ path = ../../connect/ncbi_sendmail.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D95706A556FF00741D48 = {
+ fileRef = F012D95606A556FF00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D95806A5572200741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = lbapi.c;
+ path = ../../connect/lbapi/lbapi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D95A06A5577A00741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn_connection.c;
+ path = ../../ctools/asn_connection.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D95B06A5577A00741D48 = {
+ fileRef = F012D95A06A5577A00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D96006A557C100741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = raw_scoremat.c;
+ path = ../../util/tables/raw_scoremat.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D96106A557C100741D48 = {
+ fileRef = F012D96006A557C100741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D96706A557E600741D48 = {
+ fileRef = F012D90E06A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D96906A557E700741D48 = {
+ fileRef = F012D8F606A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D96D06A557E900741D48 = {
+ fileRef = F012D8FB06A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D97006A557EA00741D48 = {
+ fileRef = F012D8F906A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D97206A557EB00741D48 = {
+ fileRef = F012D90A06A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D97406A557EC00741D48 = {
+ fileRef = F012D8EA06A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D97606A557F200741D48 = {
+ fileRef = F012D8BF06A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D97806A557F300741D48 = {
+ fileRef = F012D8C206A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D97A06A557F400741D48 = {
+ fileRef = F012D8C306A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D97C06A557F400741D48 = {
+ fileRef = F012D8C506A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D97E06A557F600741D48 = {
+ fileRef = F012D8D706A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D98006A557F600741D48 = {
+ fileRef = F012D8D906A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D98206A557F700741D48 = {
+ fileRef = F012D8CA06A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D98406A557F800741D48 = {
+ fileRef = F012D8DC06A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D98606A557F900741D48 = {
+ fileRef = F012D8D206A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D98806A557FA00741D48 = {
+ fileRef = F012D8D506A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D98A06A557FA00741D48 = {
+ fileRef = F012D8DE06A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D98C06A557FB00741D48 = {
+ fileRef = F012D90806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D98E06A557FC00741D48 = {
+ fileRef = F012D8E206A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D99406A557FE00741D48 = {
+ fileRef = F012D8CF06A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D99606A557FF00741D48 = {
+ fileRef = F012D8FA06A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D99806A557FF00741D48 = {
+ fileRef = F012D90006A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D99A06A5580000741D48 = {
+ fileRef = F012D8CC06A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D9DA06A562B100741D48 = {
+ children = (
+ F037432106AC4E76003F9632,
+ F09464E806AC18B600DF5D77,
+ F09464AD06AC0CC500DF5D77,
+ F09464AE06AC0CC500DF5D77,
+ F09464AF06AC0CC500DF5D77,
+ F09464B006AC0CC500DF5D77,
+ F09464B106AC0CC500DF5D77,
+ F09464B206AC0CC500DF5D77,
+ F09464B306AC0CC500DF5D77,
+ F09464B406AC0CC500DF5D77,
+ F09464B506AC0CC500DF5D77,
+ F09464B606AC0CC500DF5D77,
+ F09464B706AC0CC500DF5D77,
+ F09464B806AC0CC500DF5D77,
+ F09464B906AC0CC500DF5D77,
+ F09464BA06AC0CC500DF5D77,
+ F09464BB06AC0CC500DF5D77,
+ F09464BC06AC0CC500DF5D77,
+ F09464BD06AC0CC500DF5D77,
+ F09464BE06AC0CC500DF5D77,
+ F09464BF06AC0CC500DF5D77,
+ F09464C006AC0CC500DF5D77,
+ F09464C106AC0CC500DF5D77,
+ F09464C206AC0CC500DF5D77,
+ F09464C306AC0CC500DF5D77,
+ F09464C406AC0CC500DF5D77,
+ F09464C506AC0CC500DF5D77,
+ F09464C606AC0CC500DF5D77,
+ F09464C706AC0CC500DF5D77,
+ F09464C806AC0CC500DF5D77,
+ F09464C906AC0CC500DF5D77,
+ F094646306AC0C7F00DF5D77,
+ F094646406AC0C7F00DF5D77,
+ F094646506AC0C7F00DF5D77,
+ F094646606AC0C7F00DF5D77,
+ F094646706AC0C7F00DF5D77,
+ F094646806AC0C7F00DF5D77,
+ F094646906AC0C7F00DF5D77,
+ F094646A06AC0C7F00DF5D77,
+ F094646B06AC0C7F00DF5D77,
+ F094646C06AC0C7F00DF5D77,
+ F094646D06AC0C7F00DF5D77,
+ F094646E06AC0C7F00DF5D77,
+ F094646F06AC0C7F00DF5D77,
+ F094647006AC0C7F00DF5D77,
+ F094647106AC0C7F00DF5D77,
+ F094647206AC0C7F00DF5D77,
+ F094647306AC0C7F00DF5D77,
+ F094647406AC0C7F00DF5D77,
+ F094647506AC0C7F00DF5D77,
+ F094647606AC0C7F00DF5D77,
+ F094647706AC0C7F00DF5D77,
+ F094647806AC0C7F00DF5D77,
+ F094647906AC0C7F00DF5D77,
+ F094647A06AC0C7F00DF5D77,
+ F094647B06AC0C7F00DF5D77,
+ F094647C06AC0C7F00DF5D77,
+ F094647D06AC0C7F00DF5D77,
+ F094647E06AC0C7F00DF5D77,
+ F094647F06AC0C7F00DF5D77,
+ F094648006AC0C7F00DF5D77,
+ F094648106AC0C7F00DF5D77,
+ F094648206AC0C7F00DF5D77,
+ F094648306AC0C7F00DF5D77,
+ F094648406AC0C7F00DF5D77,
+ F094648506AC0C7F00DF5D77,
+ F094648606AC0C7F00DF5D77,
+ F094648706AC0C7F00DF5D77,
+ F094644F06AC0A1400DF5D77,
+ F094645006AC0A1400DF5D77,
+ F094645106AC0A1400DF5D77,
+ F094645206AC0A1400DF5D77,
+ F094645306AC0A1400DF5D77,
+ F094645406AC0A1400DF5D77,
+ F094645506AC0A1400DF5D77,
+ F094645606AC0A1400DF5D77,
+ F094645706AC0A1400DF5D77,
+ F094645806AC0A1400DF5D77,
+ F012D9DF06A565A600741D48,
+ F012D9E006A565A600741D48,
+ F012D9E106A565A600741D48,
+ F012D9E206A565A600741D48,
+ F012D9E306A565A600741D48,
+ F012D9E406A565A600741D48,
+ F012D9E506A565A600741D48,
+ F012D9E606A565A600741D48,
+ F012D9E706A565A600741D48,
+ F012D9E806A565A600741D48,
+ F012D9E906A565A600741D48,
+ F012D9EA06A565A600741D48,
+ F012D9EB06A565A600741D48,
+ F012D9EC06A565A600741D48,
+ F012D9ED06A565A600741D48,
+ F012D9EE06A565A600741D48,
+ F012D9EF06A565A600741D48,
+ F012D9F006A565A600741D48,
+ F012D9F106A565A600741D48,
+ F012D9F206A565A600741D48,
+ F012D9F306A565A600741D48,
+ F012D9F406A565A600741D48,
+ F012D9F506A565A600741D48,
+ F012D9F606A565A600741D48,
+ F012D9F706A565A600741D48,
+ );
+ isa = PBXGroup;
+ name = "NCBI Objects";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F012D9DB06A562C900741D48 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F012D9DC06A562C900741D48 = {
+ buildActionMask = 2147483647;
+ files = (
+ F012D9F806A565A600741D48,
+ F012D9F906A565A600741D48,
+ F012D9FA06A565A600741D48,
+ F012D9FB06A565A600741D48,
+ F012D9FC06A565A600741D48,
+ F012D9FD06A565A600741D48,
+ F012D9FE06A565A600741D48,
+ F012D9FF06A565A600741D48,
+ F012DA0006A565A600741D48,
+ F012DA0106A565A600741D48,
+ F012DA0206A565A600741D48,
+ F012DA0306A565A600741D48,
+ F012DA0406A565A600741D48,
+ F012DA0506A565A600741D48,
+ F012DA0606A565A600741D48,
+ F012DA0706A565A600741D48,
+ F012DA0806A565A600741D48,
+ F012DA0906A565A600741D48,
+ F012DA0A06A565A600741D48,
+ F012DA0B06A565A600741D48,
+ F012DA0C06A565A600741D48,
+ F012DA0E06A565A600741D48,
+ F012DA1006A565A600741D48,
+ F094645906AC0A1400DF5D77,
+ F094645A06AC0A1400DF5D77,
+ F094645B06AC0A1400DF5D77,
+ F094645C06AC0A1400DF5D77,
+ F094645D06AC0A1400DF5D77,
+ F094645E06AC0A1400DF5D77,
+ F094645F06AC0A1400DF5D77,
+ F094646006AC0A1400DF5D77,
+ F094646106AC0A1400DF5D77,
+ F094646206AC0A1400DF5D77,
+ F094648806AC0C7F00DF5D77,
+ F094648906AC0C7F00DF5D77,
+ F094648A06AC0C7F00DF5D77,
+ F094648B06AC0C7F00DF5D77,
+ F094648C06AC0C7F00DF5D77,
+ F094648D06AC0C7F00DF5D77,
+ F094648E06AC0C7F00DF5D77,
+ F094648F06AC0C7F00DF5D77,
+ F094649006AC0C7F00DF5D77,
+ F094649106AC0C7F00DF5D77,
+ F094649206AC0C7F00DF5D77,
+ F094649306AC0C7F00DF5D77,
+ F094649406AC0C7F00DF5D77,
+ F094649506AC0C7F00DF5D77,
+ F094649606AC0C7F00DF5D77,
+ F094649706AC0C7F00DF5D77,
+ F094649806AC0C7F00DF5D77,
+ F094649906AC0C7F00DF5D77,
+ F094649A06AC0C7F00DF5D77,
+ F094649B06AC0C7F00DF5D77,
+ F094649C06AC0C7F00DF5D77,
+ F094649D06AC0C7F00DF5D77,
+ F094649E06AC0C7F00DF5D77,
+ F094649F06AC0C7F00DF5D77,
+ F09464A006AC0C7F00DF5D77,
+ F09464A106AC0C7F00DF5D77,
+ F09464A206AC0C7F00DF5D77,
+ F09464A306AC0C7F00DF5D77,
+ F09464A406AC0C7F00DF5D77,
+ F09464A506AC0C7F00DF5D77,
+ F09464A606AC0C7F00DF5D77,
+ F09464A706AC0C7F00DF5D77,
+ F09464A806AC0C7F00DF5D77,
+ F09464A906AC0C7F00DF5D77,
+ F09464AA06AC0C7F00DF5D77,
+ F09464AB06AC0C7F00DF5D77,
+ F09464AC06AC0C7F00DF5D77,
+ F09464CA06AC0CC500DF5D77,
+ F09464CC06AC0CC500DF5D77,
+ F09464CD06AC0CC500DF5D77,
+ F09464CE06AC0CC500DF5D77,
+ F09464CF06AC0CC500DF5D77,
+ F09464D006AC0CC500DF5D77,
+ F09464D106AC0CC500DF5D77,
+ F09464D206AC0CC500DF5D77,
+ F09464D306AC0CC500DF5D77,
+ F09464D406AC0CC500DF5D77,
+ F09464D506AC0CC500DF5D77,
+ F09464D606AC0CC500DF5D77,
+ F09464D706AC0CC500DF5D77,
+ F09464D806AC0CC500DF5D77,
+ F09464D906AC0CC500DF5D77,
+ F09464DA06AC0CC500DF5D77,
+ F09464DB06AC0CC500DF5D77,
+ F09464DC06AC0CC500DF5D77,
+ F09464DD06AC0CC500DF5D77,
+ F09464DE06AC0CC500DF5D77,
+ F09464DF06AC0CC500DF5D77,
+ F09464E006AC0CC500DF5D77,
+ F09464E106AC0CC500DF5D77,
+ F09464E206AC0CC500DF5D77,
+ F09464E306AC0CC500DF5D77,
+ F09464E406AC0CC500DF5D77,
+ F09464E506AC0CC500DF5D77,
+ F09464E606AC0CC500DF5D77,
+ F09464E906AC18B600DF5D77,
+ F037431C06AC4C12003F9632,
+ F037431D06AC4C13003F9632,
+ F037432206AC4E76003F9632,
+ F0463DD006AD72A700639203,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F012D9DD06A562C900741D48 = {
+ buildPhases = (
+ F012D9DB06A562C900741D48,
+ F012D9DC06A562C900741D48,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/lib;
+ LIBRARY_STYLE = STATIC;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = ncbiobj;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ F095C63006AE914A00C0C74D,
+ );
+ isa = PBXNativeTarget;
+ name = libncbiobj;
+ productName = libncbiobj;
+ productReference = F012D9DE06A562C900741D48;
+ productType = "com.apple.product-type.library.static";
+ };
+ F012D9DE06A562C900741D48 = {
+ explicitFileType = archive.ar;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = libncbiobj.a;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F012D9DF06A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objacces.c;
+ path = ../../object/objacces.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9E006A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objmedli.c;
+ path = ../../object/objmedli.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9E106A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objtseq.c;
+ path = ../../object/objtseq.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9E206A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objsub.c;
+ path = ../../object/objsub.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9E306A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objproj.c;
+ path = ../../object/objproj.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9E406A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objalign.c;
+ path = ../../object/objalign.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9E506A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objseq.c;
+ path = ../../object/objseq.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9E606A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objmime.c;
+ path = ../../object/objmime.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9E706A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objsset.c;
+ path = ../../object/objsset.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9E806A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objall.c;
+ path = ../../object/objall.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9E906A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objpubme.c;
+ path = ../../object/objpubme.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9EA06A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objres.c;
+ path = ../../object/objres.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9EB06A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objbibli.c;
+ path = ../../object/objbibli.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9EC06A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objfdef.c;
+ path = ../../object/objfdef.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9ED06A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objcode.c;
+ path = ../../object/objcode.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9EE06A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objalignloc.c;
+ path = ../../object/objalignloc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9EF06A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objpub.c;
+ path = ../../object/objpub.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9F006A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objblock.c;
+ path = ../../object/objblock.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9F106A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objmdrs.c;
+ path = ../../object/objmdrs.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9F206A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objloc.c;
+ path = ../../object/objloc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9F306A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objprt.c;
+ path = ../../object/objprt.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9F406A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objgbseq.c;
+ path = ../../object/objgbseq.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9F506A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objfeat.c;
+ path = ../../object/objfeat.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9F606A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objinsdseq.c;
+ path = ../../object/objinsdseq.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9F706A565A600741D48 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objgen.c;
+ path = ../../object/objgen.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F012D9F806A565A600741D48 = {
+ fileRef = F012D9DF06A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D9F906A565A600741D48 = {
+ fileRef = F012D9E006A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D9FA06A565A600741D48 = {
+ fileRef = F012D9E106A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D9FB06A565A600741D48 = {
+ fileRef = F012D9E206A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D9FC06A565A600741D48 = {
+ fileRef = F012D9E306A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D9FD06A565A600741D48 = {
+ fileRef = F012D9E406A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D9FE06A565A600741D48 = {
+ fileRef = F012D9E506A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012D9FF06A565A600741D48 = {
+ fileRef = F012D9E606A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0006A565A600741D48 = {
+ fileRef = F012D9E706A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0106A565A600741D48 = {
+ fileRef = F012D9E806A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0206A565A600741D48 = {
+ fileRef = F012D9E906A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0306A565A600741D48 = {
+ fileRef = F012D9EA06A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0406A565A600741D48 = {
+ fileRef = F012D9EB06A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0506A565A600741D48 = {
+ fileRef = F012D9EC06A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0606A565A600741D48 = {
+ fileRef = F012D9ED06A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0706A565A600741D48 = {
+ fileRef = F012D9EE06A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0806A565A600741D48 = {
+ fileRef = F012D9EF06A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0906A565A600741D48 = {
+ fileRef = F012D9F006A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0A06A565A600741D48 = {
+ fileRef = F012D9F106A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0B06A565A600741D48 = {
+ fileRef = F012D9F206A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0C06A565A600741D48 = {
+ fileRef = F012D9F306A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA0E06A565A600741D48 = {
+ fileRef = F012D9F506A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F012DA1006A565A600741D48 = {
+ fileRef = F012D9F706A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F030B6FA06AD648900F0C214 = {
+ buildPhases = (
+ );
+ buildSettings = {
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = "Build All Applications";
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
+ };
+ dependencies = (
+ F079CE1A06CB9FCB00E2E865,
+ F079CDEA06CB9FA300E2E865,
+ F079CDEC06CB9FA300E2E865,
+ F079CDEE06CB9FA300E2E865,
+ F079CDF006CB9FA300E2E865,
+ F079CDF206CB9FA300E2E865,
+ F079CDF406CB9FA300E2E865,
+ F079CDF606CB9FA300E2E865,
+ );
+ isa = PBXAggregateTarget;
+ name = "Build All Applications";
+ productName = "Build All Applications";
+ };
+ F030B70006AD64B100F0C214 = {
+ buildPhases = (
+ );
+ buildSettings = {
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = "Build All";
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
+ };
+ dependencies = (
+ F069E56606CB958000A2BF93,
+ F069E56806CB958000A2BF93,
+ );
+ isa = PBXAggregateTarget;
+ name = "Build Everything";
+ productName = "Build All";
+ };
+ F037431C06AC4C12003F9632 = {
+ fileRef = F012D9F606A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F037431D06AC4C13003F9632 = {
+ fileRef = F012D9F406A565A600741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F037432106AC4E76003F9632 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = alnread.c;
+ path = ../../util/creaders/alnread.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F037432206AC4E76003F9632 = {
+ fileRef = F037432106AC4E76003F9632;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0463DD006AD72A700639203 = {
+ fileRef = F09464AE06AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F04B0DA806DA1A7900ED1405 = {
+ children = (
+ F04B0DAA06DA1AB000ED1405,
+ );
+ isa = PBXGroup;
+ name = asn2all;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F04B0DAA06DA1AB000ED1405 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2all.c;
+ path = ../../demo/asn2all.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F04B0DAF06DA1AE600ED1405 = {
+ buildActionMask = 2147483647;
+ files = (
+ F04B0DB406DA1B1C00ED1405,
+ F04B0DB506DA1B2200ED1405,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F04B0DB106DA1AE600ED1405 = {
+ buildPhases = (
+ F04B0DAF06DA1AE600ED1405,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbitool -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = asn2all;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = asn2all;
+ productName = asn2all;
+ productReference = F04B0DB206DA1AE600ED1405;
+ productType = "com.apple.product-type.tool";
+ };
+ F04B0DB206DA1AE600ED1405 = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = asn2all;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F04B0DB406DA1B1C00ED1405 = {
+ fileRef = F04B0DAA06DA1AB000ED1405;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F04B0DB506DA1B2200ED1405 = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F04B0DB606DA1B6B00ED1405 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F04B0DB106DA1AE600ED1405;
+ remoteInfo = asn2all;
+ };
+ F04B0DB706DA1B6B00ED1405 = {
+ isa = PBXTargetDependency;
+ target = F04B0DB106DA1AE600ED1405;
+ targetProxy = F04B0DB606DA1B6B00ED1405;
+ };
+ F069E56506CB958000A2BF93 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F030B6FA06AD648900F0C214;
+ remoteInfo = "Build All Applications";
+ };
+ F069E56606CB958000A2BF93 = {
+ isa = PBXTargetDependency;
+ target = F030B6FA06AD648900F0C214;
+ targetProxy = F069E56506CB958000A2BF93;
+ };
+ F069E56706CB958000A2BF93 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F00AEE6C06AFD6DD003C8FEB;
+ remoteInfo = "Build All Console Tools";
+ };
+ F069E56806CB958000A2BF93 = {
+ isa = PBXTargetDependency;
+ target = F00AEE6C06AFD6DD003C8FEB;
+ targetProxy = F069E56706CB958000A2BF93;
+ };
+ F079CDD906CB96B400E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0E3B02C06A551BB00F473CA;
+ remoteInfo = libncbi;
+ };
+ F079CDDA06CB96B400E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0E3B02C06A551BB00F473CA;
+ targetProxy = F079CDD906CB96B400E2E865;
+ };
+ F079CDE906CB9FA300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F095C4A906AE8A3E00C0C74D;
+ remoteInfo = Sequin;
+ };
+ F079CDEA06CB9FA300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F095C4A906AE8A3E00C0C74D;
+ targetProxy = F079CDE906CB9FA300E2E865;
+ };
+ F079CDEB06CB9FA300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B6D5DE06AEBF8C002EF6DC;
+ remoteInfo = Entrez2;
+ };
+ F079CDEC06CB9FA300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0B6D5DE06AEBF8C002EF6DC;
+ targetProxy = F079CDEB06CB9FA300E2E865;
+ };
+ F079CDED06CB9FA300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B6D67D06AEC24A002EF6DC;
+ remoteInfo = BlastCL3;
+ };
+ F079CDEE06CB9FA300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0B6D67D06AEC24A002EF6DC;
+ targetProxy = F079CDED06CB9FA300E2E865;
+ };
+ F079CDEF06CB9FA300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B6D61F06AEC094002EF6DC;
+ remoteInfo = Bl2seq;
+ };
+ F079CDF006CB9FA300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0B6D61F06AEC094002EF6DC;
+ targetProxy = F079CDEF06CB9FA300E2E865;
+ };
+ F079CDF106CB9FA300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B6D69F06AEC32F002EF6DC;
+ remoteInfo = MegaBlast;
+ };
+ F079CDF206CB9FA300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0B6D69F06AEC32F002EF6DC;
+ targetProxy = F079CDF106CB9FA300E2E865;
+ };
+ F079CDF306CB9FA300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B6D6BD06AEC3FC002EF6DC;
+ remoteInfo = Copymat;
+ };
+ F079CDF406CB9FA300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0B6D6BD06AEC3FC002EF6DC;
+ targetProxy = F079CDF306CB9FA300E2E865;
+ };
+ F079CDF506CB9FA300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B6D70D06AEDA55002EF6DC;
+ remoteInfo = Spidey;
+ };
+ F079CDF606CB9FA300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0B6D70D06AEDA55002EF6DC;
+ targetProxy = F079CDF506CB9FA300E2E865;
+ };
+ F079CDF706CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0FEF6BD06AC4515005DD516;
+ remoteInfo = asntool;
+ };
+ F079CDF806CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0FEF6BD06AC4515005DD516;
+ targetProxy = F079CDF706CB9FB300E2E865;
+ };
+ F079CDF906CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B6D78E06AEDF06002EF6DC;
+ remoteInfo = testcore;
+ };
+ F079CDFA06CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0B6D78E06AEDF06002EF6DC;
+ targetProxy = F079CDF906CB9FB300E2E865;
+ };
+ F079CDFB06CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F00AEE2206AFD5C6003C8FEB;
+ remoteInfo = testmem;
+ };
+ F079CDFC06CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F00AEE2206AFD5C6003C8FEB;
+ targetProxy = F079CDFB06CB9FB300E2E865;
+ };
+ F079CDFD06CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F00AEE3A06AFD603003C8FEB;
+ remoteInfo = testobj;
+ };
+ F079CDFE06CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F00AEE3A06AFD603003C8FEB;
+ targetProxy = F079CDFD06CB9FB300E2E865;
+ };
+ F079CDFF06CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F00AEE1A06AFD5B8003C8FEB;
+ remoteInfo = testval;
+ };
+ F079CE0006CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F00AEE1A06AFD5B8003C8FEB;
+ targetProxy = F079CDFF06CB9FB300E2E865;
+ };
+ F079CE0106CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B6D7D106AEE06C002EF6DC;
+ remoteInfo = seqtest;
+ };
+ F079CE0206CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0B6D7D106AEE06C002EF6DC;
+ targetProxy = F079CE0106CB9FB300E2E865;
+ };
+ F079CE0306CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B6D7AA06AEDFD5002EF6DC;
+ remoteInfo = makeset;
+ };
+ F079CE0406CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0B6D7AA06AEDFD5002EF6DC;
+ targetProxy = F079CE0306CB9FB300E2E865;
+ };
+ F079CE0506CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0FEB70206B542B400975471;
+ remoteInfo = asn2fsa;
+ };
+ F079CE0606CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0FEB70206B542B400975471;
+ targetProxy = F079CE0506CB9FB300E2E865;
+ };
+ F079CE0706CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B6D7EE06AEE275002EF6DC;
+ remoteInfo = asn2ff;
+ };
+ F079CE0806CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0B6D7EE06AEE275002EF6DC;
+ targetProxy = F079CE0706CB9FB300E2E865;
+ };
+ F079CE0906CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B6D81206AEE32F002EF6DC;
+ remoteInfo = asn2gb;
+ };
+ F079CE0A06CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0B6D81206AEE32F002EF6DC;
+ targetProxy = F079CE0906CB9FB300E2E865;
+ };
+ F079CE0B06CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B6D83B06AEE6E1002EF6DC;
+ remoteInfo = asn2xml;
+ };
+ F079CE0C06CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0B6D83B06AEE6E1002EF6DC;
+ targetProxy = F079CE0B06CB9FB300E2E865;
+ };
+ F079CE0D06CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F00AEE1206AFD5A6003C8FEB;
+ remoteInfo = asn2asn;
+ };
+ F079CE0E06CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F00AEE1206AFD5A6003C8FEB;
+ targetProxy = F079CE0D06CB9FB300E2E865;
+ };
+ F079CE0F06CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0FEF69F06AC42E3005DD516;
+ remoteInfo = tbl2asn;
+ };
+ F079CE1006CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0FEF69F06AC42E3005DD516;
+ targetProxy = F079CE0F06CB9FB300E2E865;
+ };
+ F079CE1106CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F00AEE4206AFD613003C8FEB;
+ remoteInfo = gil2bin;
+ };
+ F079CE1206CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F00AEE4206AFD613003C8FEB;
+ targetProxy = F079CE1106CB9FB300E2E865;
+ };
+ F079CE1306CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F00AEE2A06AFD5D7003C8FEB;
+ remoteInfo = formatdb;
+ };
+ F079CE1406CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F00AEE2A06AFD5D7003C8FEB;
+ targetProxy = F079CE1306CB9FB300E2E865;
+ };
+ F079CE1506CB9FB300E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F00AEE3206AFD5EC003C8FEB;
+ remoteInfo = fastacmd;
+ };
+ F079CE1606CB9FB300E2E865 = {
+ isa = PBXTargetDependency;
+ target = F00AEE3206AFD5EC003C8FEB;
+ targetProxy = F079CE1506CB9FB300E2E865;
+ };
+ F079CE1706CB9FBF00E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0BC2DFF06AC3D1F00EC2330;
+ remoteInfo = "Build All Libraries";
+ };
+ F079CE1806CB9FBF00E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0BC2DFF06AC3D1F00EC2330;
+ targetProxy = F079CE1706CB9FBF00E2E865;
+ };
+ F079CE1906CB9FCB00E2E865 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0BC2DFF06AC3D1F00EC2330;
+ remoteInfo = "Build All Libraries";
+ };
+ F079CE1A06CB9FCB00E2E865 = {
+ isa = PBXTargetDependency;
+ target = F0BC2DFF06AC3D1F00EC2330;
+ targetProxy = F079CE1906CB9FCB00E2E865;
+ };
+ F094644F06AC0A1400DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = cddapi.c;
+ path = ../../access/cddapi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094645006AC0A1400DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ent2api.c;
+ path = ../../access/ent2api.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094645106AC0A1400DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objtax3.c;
+ path = ../../access/objtax3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094645206AC0A1400DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = qblastapi.c;
+ path = ../../access/qblastapi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094645306AC0A1400DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = mimapi.c;
+ path = ../../access/mimapi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094645406AC0A1400DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vecscnapi.c;
+ path = ../../access/vecscnapi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094645506AC0A1400DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objent2.c;
+ path = ../../access/objent2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094645606AC0A1400DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = tax3api.c;
+ path = ../../access/tax3api.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094645706AC0A1400DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = pmfapi.c;
+ path = ../../access/pmfapi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094645806AC0A1400DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objmim.c;
+ path = ../../access/objmim.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094645906AC0A1400DF5D77 = {
+ fileRef = F094644F06AC0A1400DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094645A06AC0A1400DF5D77 = {
+ fileRef = F094645006AC0A1400DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094645B06AC0A1400DF5D77 = {
+ fileRef = F094645106AC0A1400DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094645C06AC0A1400DF5D77 = {
+ fileRef = F094645206AC0A1400DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094645D06AC0A1400DF5D77 = {
+ fileRef = F094645306AC0A1400DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094645E06AC0A1400DF5D77 = {
+ fileRef = F094645406AC0A1400DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094645F06AC0A1400DF5D77 = {
+ fileRef = F094645506AC0A1400DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094646006AC0A1400DF5D77 = {
+ fileRef = F094645606AC0A1400DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094646106AC0A1400DF5D77 = {
+ fileRef = F094645706AC0A1400DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094646206AC0A1400DF5D77 = {
+ fileRef = F094645806AC0A1400DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094646306AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = subutil.c;
+ path = ../../api/subutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094646406AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = udvseq.c;
+ path = ../../api/udvseq.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094646506AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = txalign.c;
+ path = ../../api/txalign.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094646606AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = tofile.c;
+ path = ../../api/tofile.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094646706AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = wprint.c;
+ path = ../../api/wprint.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094646806AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = viewmgr.c;
+ path = ../../api/viewmgr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094646906AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ddvcolor.c;
+ path = ../../api/ddvcolor.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094646A06AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = codon.c;
+ path = ../../api/codon.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094646B06AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = gather.c;
+ path = ../../api/gather.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094646C06AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ftusrstr.c;
+ path = ../../api/ftusrstr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094646D06AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = gbfeat.c;
+ path = ../../api/gbfeat.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094646E06AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = prtutil.c;
+ path = ../../api/prtutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094646F06AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = pgppop.c;
+ path = ../../api/pgppop.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647006AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blocks.c;
+ path = ../../api/blocks.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647106AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = jzcoll.c;
+ path = ../../api/jzcoll.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647206AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salpstat.c;
+ path = ../../api/salpstat.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647306AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = aliread.c;
+ path = ../../api/aliread.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647406AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = mconsist.c;
+ path = ../../api/mconsist.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647506AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = maputil.c;
+ path = ../../api/maputil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647606AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2ff6.c;
+ path = ../../api/asn2ff6.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647706AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2ff5.c;
+ path = ../../api/asn2ff5.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647806AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2ff4.c;
+ path = ../../api/asn2ff4.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647906AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2ff3.c;
+ path = ../../api/asn2ff3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647A06AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = jsavlt.c;
+ path = ../../api/jsavlt.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647B06AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = aliparse.c;
+ path = ../../api/aliparse.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647C06AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = valid.c;
+ path = ../../api/valid.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647D06AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = utilpub.c;
+ path = ../../api/utilpub.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647E06AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ffprint.c;
+ path = ../../api/ffprint.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094647F06AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = fdlobj.c;
+ path = ../../api/fdlobj.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094648006AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = needleman.c;
+ path = ../../api/needleman.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094648106AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = satutil.c;
+ path = ../../api/satutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094648206AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = samutil.c;
+ path = ../../api/samutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094648306AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salutil.c;
+ path = ../../api/salutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094648406AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salstruc.c;
+ path = ../../api/salstruc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094648506AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salpedit.c;
+ path = ../../api/salpedit.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094648606AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = simple.c;
+ path = ../../api/simple.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094648706AC0C7F00DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = utilpars.c;
+ path = ../../api/utilpars.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094648806AC0C7F00DF5D77 = {
+ fileRef = F094646306AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094648906AC0C7F00DF5D77 = {
+ fileRef = F094646406AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094648A06AC0C7F00DF5D77 = {
+ fileRef = F094646506AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094648B06AC0C7F00DF5D77 = {
+ fileRef = F094646606AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094648C06AC0C7F00DF5D77 = {
+ fileRef = F094646706AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094648D06AC0C7F00DF5D77 = {
+ fileRef = F094646806AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094648E06AC0C7F00DF5D77 = {
+ fileRef = F094646906AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094648F06AC0C7F00DF5D77 = {
+ fileRef = F094646A06AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649006AC0C7F00DF5D77 = {
+ fileRef = F094646B06AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649106AC0C7F00DF5D77 = {
+ fileRef = F094646C06AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649206AC0C7F00DF5D77 = {
+ fileRef = F094646D06AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649306AC0C7F00DF5D77 = {
+ fileRef = F094646E06AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649406AC0C7F00DF5D77 = {
+ fileRef = F094646F06AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649506AC0C7F00DF5D77 = {
+ fileRef = F094647006AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649606AC0C7F00DF5D77 = {
+ fileRef = F094647106AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649706AC0C7F00DF5D77 = {
+ fileRef = F094647206AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649806AC0C7F00DF5D77 = {
+ fileRef = F094647306AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649906AC0C7F00DF5D77 = {
+ fileRef = F094647406AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649A06AC0C7F00DF5D77 = {
+ fileRef = F094647506AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649B06AC0C7F00DF5D77 = {
+ fileRef = F094647606AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649C06AC0C7F00DF5D77 = {
+ fileRef = F094647706AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649D06AC0C7F00DF5D77 = {
+ fileRef = F094647806AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649E06AC0C7F00DF5D77 = {
+ fileRef = F094647906AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094649F06AC0C7F00DF5D77 = {
+ fileRef = F094647A06AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464A006AC0C7F00DF5D77 = {
+ fileRef = F094647B06AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464A106AC0C7F00DF5D77 = {
+ fileRef = F094647C06AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464A206AC0C7F00DF5D77 = {
+ fileRef = F094647D06AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464A306AC0C7F00DF5D77 = {
+ fileRef = F094647E06AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464A406AC0C7F00DF5D77 = {
+ fileRef = F094647F06AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464A506AC0C7F00DF5D77 = {
+ fileRef = F094648006AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464A606AC0C7F00DF5D77 = {
+ fileRef = F094648106AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464A706AC0C7F00DF5D77 = {
+ fileRef = F094648206AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464A806AC0C7F00DF5D77 = {
+ fileRef = F094648306AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464A906AC0C7F00DF5D77 = {
+ fileRef = F094648406AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464AA06AC0C7F00DF5D77 = {
+ fileRef = F094648506AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464AB06AC0C7F00DF5D77 = {
+ fileRef = F094648606AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464AC06AC0C7F00DF5D77 = {
+ fileRef = F094648706AC0C7F00DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464AD06AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2ff2.c;
+ path = ../../api/asn2ff2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464AE06AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sqnutil3.c;
+ path = ../../api/sqnutil3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464AF06AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sqnutil2.c;
+ path = ../../api/sqnutil2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464B006AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sqnutil1.c;
+ path = ../../api/sqnutil1.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464B106AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = tomedlin.c;
+ path = ../../api/tomedlin.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464B206AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = tofasta.c;
+ path = ../../api/tofasta.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464B306AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = seqport.c;
+ path = ../../api/seqport.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464B406AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = seqmgr.c;
+ path = ../../api/seqmgr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464B506AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = edutil.c;
+ path = ../../api/edutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464B606AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = alignval.c;
+ path = ../../api/alignval.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464B706AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = alignmgr2.c;
+ path = ../../api/alignmgr2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464B806AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salpacc.c;
+ path = ../../api/salpacc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464B906AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2gnb6.c;
+ path = ../../api/asn2gnb6.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464BA06AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2gnb5.c;
+ path = ../../api/asn2gnb5.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464BB06AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2gnb4.c;
+ path = ../../api/asn2gnb4.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464BC06AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2gnb3.c;
+ path = ../../api/asn2gnb3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464BD06AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2gnb2.c;
+ path = ../../api/asn2gnb2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464BE06AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salsap.c;
+ path = ../../api/salsap.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464BF06AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2ff1.c;
+ path = ../../api/asn2ff1.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464C006AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2gnb1.c;
+ path = ../../api/asn2gnb1.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464C106AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = lsqfetch.c;
+ path = ../../api/lsqfetch.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464C206AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = jzmisc.c;
+ path = ../../api/jzmisc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464C306AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = gbparint.c;
+ path = ../../api/gbparint.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464C406AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = gbftglob.c;
+ path = ../../api/gbftglob.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464C506AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = findrepl.c;
+ path = ../../api/findrepl.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464C606AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objmgr.c;
+ path = ../../api/objmgr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464C706AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salprop.c;
+ path = ../../api/salprop.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464C806AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sequtil.c;
+ path = ../../api/sequtil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464C906AC0CC500DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = alignmgr.c;
+ path = ../../api/alignmgr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464CA06AC0CC500DF5D77 = {
+ fileRef = F09464AD06AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464CC06AC0CC500DF5D77 = {
+ fileRef = F09464AF06AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464CD06AC0CC500DF5D77 = {
+ fileRef = F09464B006AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464CE06AC0CC500DF5D77 = {
+ fileRef = F09464B106AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464CF06AC0CC500DF5D77 = {
+ fileRef = F09464B206AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464D006AC0CC500DF5D77 = {
+ fileRef = F09464B306AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464D106AC0CC500DF5D77 = {
+ fileRef = F09464B406AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464D206AC0CC500DF5D77 = {
+ fileRef = F09464B506AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464D306AC0CC500DF5D77 = {
+ fileRef = F09464B606AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464D406AC0CC500DF5D77 = {
+ fileRef = F09464B706AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464D506AC0CC500DF5D77 = {
+ fileRef = F09464B806AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464D606AC0CC500DF5D77 = {
+ fileRef = F09464B906AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464D706AC0CC500DF5D77 = {
+ fileRef = F09464BA06AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464D806AC0CC500DF5D77 = {
+ fileRef = F09464BB06AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464D906AC0CC500DF5D77 = {
+ fileRef = F09464BC06AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464DA06AC0CC500DF5D77 = {
+ fileRef = F09464BD06AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464DB06AC0CC500DF5D77 = {
+ fileRef = F09464BE06AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464DC06AC0CC500DF5D77 = {
+ fileRef = F09464BF06AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464DD06AC0CC500DF5D77 = {
+ fileRef = F09464C006AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464DE06AC0CC500DF5D77 = {
+ fileRef = F09464C106AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464DF06AC0CC500DF5D77 = {
+ fileRef = F09464C206AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464E006AC0CC500DF5D77 = {
+ fileRef = F09464C306AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464E106AC0CC500DF5D77 = {
+ fileRef = F09464C406AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464E206AC0CC500DF5D77 = {
+ fileRef = F09464C506AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464E306AC0CC500DF5D77 = {
+ fileRef = F09464C606AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464E406AC0CC500DF5D77 = {
+ fileRef = F09464C706AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464E506AC0CC500DF5D77 = {
+ fileRef = F09464C806AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464E606AC0CC500DF5D77 = {
+ fileRef = F09464C906AC0CC500DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464E806AC18B600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = strucapi.c;
+ path = ../../access/strucapi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464E906AC18B600DF5D77 = {
+ fileRef = F09464E806AC18B600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F09464EA06AC192800DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = cdnewlib.c;
+ path = ../../cdromlib/cdnewlib.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464EB06AC192800DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = cdentrez.c;
+ path = ../../cdromlib/cdentrez.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464EC06AC192800DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = cdconfig.c;
+ path = ../../cdromlib/cdconfig.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464ED06AC192800DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = cdromlib.c;
+ path = ../../cdromlib/cdromlib.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464EE06AC192800DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = accmmdbs.c;
+ path = ../../cdromlib/accmmdbs.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464EF06AC192800DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = accentr.c;
+ path = ../../cdromlib/accentr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464F006AC192800DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = acccn3ds.c;
+ path = ../../cdromlib/acccn3ds.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464F106AC192800DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = accutils.c;
+ path = ../../cdromlib/accutils.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464F206AC192800DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objentr.c;
+ path = ../../cdromlib/objentr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F09464F306AC192800DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = casn.c;
+ path = ../../cdromlib/casn.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094650006AC19B300DF5D77 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F094650106AC19B300DF5D77 = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B2E4B806AC20CE0054E175,
+ F0B2E4B906AC20CE0054E175,
+ F0B2E4BA06AC20CE0054E175,
+ F0B2E4BB06AC20CE0054E175,
+ F0B2E4BC06AC20CE0054E175,
+ F0B2E4BD06AC20CE0054E175,
+ F0B2E4BE06AC20CE0054E175,
+ F0B2E4BF06AC20CE0054E175,
+ F0B2E4C006AC20CE0054E175,
+ F0B2E4C106AC20CE0054E175,
+ F0B2E4C206AC20CE0054E175,
+ F0B2E4C306AC20CE0054E175,
+ F0B2E4C506AC20F40054E175,
+ F0B2E4C706AC21170054E175,
+ F0B2E4C906AC212E0054E175,
+ F0B2E4CD06AC216B0054E175,
+ F0B2E4CE06AC216B0054E175,
+ F0B2E4CF06AC216B0054E175,
+ F0B2E4E706AC22080054E175,
+ F0B2E4E806AC22080054E175,
+ F0B2E4E906AC22080054E175,
+ F0B2E4EA06AC22080054E175,
+ F0B2E4EB06AC22080054E175,
+ F0B2E4EC06AC22080054E175,
+ F0B2E4ED06AC22080054E175,
+ F0B2E4EE06AC22080054E175,
+ F0B2E4EF06AC22080054E175,
+ F0B2E4F006AC22080054E175,
+ F0B2E4F106AC22080054E175,
+ F0B2E4F206AC22080054E175,
+ F0B2E4F306AC22080054E175,
+ F0B2E4F406AC22080054E175,
+ F0B2E4F506AC22080054E175,
+ F0B2E4F606AC22080054E175,
+ F0B2E4F706AC22080054E175,
+ F0B2E4F806AC22080054E175,
+ F0B2E4F906AC22080054E175,
+ F0B2E4FA06AC22080054E175,
+ F0B2E4FB06AC22080054E175,
+ F0B2E4FC06AC22080054E175,
+ F0B2E4FD06AC22080054E175,
+ F095C82706AEBA1800C0C74D,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F094650206AC19B300DF5D77 = {
+ buildPhases = (
+ F094650006AC19B300DF5D77,
+ F094650106AC19B300DF5D77,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/lib;
+ LIBRARY_STYLE = STATIC;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = ncbimmdb;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = libncbimmdb;
+ productName = libncbimmdb;
+ productReference = F094650306AC19B300DF5D77;
+ productType = "com.apple.product-type.library.static";
+ };
+ F094650306AC19B300DF5D77 = {
+ explicitFileType = archive.ar;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = libncbimmdb.a;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F094650606AC19F300DF5D77 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F094650706AC19F300DF5D77 = {
+ buildActionMask = 2147483647;
+ files = (
+ F094653606AC1A8600DF5D77,
+ F094653706AC1A8600DF5D77,
+ F094653806AC1A8600DF5D77,
+ F094653906AC1A8600DF5D77,
+ F094653A06AC1A8600DF5D77,
+ F094653B06AC1A8600DF5D77,
+ F094653C06AC1A8600DF5D77,
+ F094653D06AC1A8600DF5D77,
+ F094653E06AC1A8600DF5D77,
+ F094653F06AC1A8600DF5D77,
+ F094654006AC1A8600DF5D77,
+ F094654106AC1A8600DF5D77,
+ F094654206AC1A8600DF5D77,
+ F094654306AC1A8600DF5D77,
+ F094654406AC1A8600DF5D77,
+ F094654506AC1A8600DF5D77,
+ F094654606AC1A8600DF5D77,
+ F094654706AC1A8600DF5D77,
+ F094654806AC1A8600DF5D77,
+ F094654906AC1A8600DF5D77,
+ F094654A06AC1A8600DF5D77,
+ F094654B06AC1A8600DF5D77,
+ F094654C06AC1A8600DF5D77,
+ F094654D06AC1A8600DF5D77,
+ F094654E06AC1A8600DF5D77,
+ F094654F06AC1A8600DF5D77,
+ F094655006AC1A8600DF5D77,
+ F094655106AC1A8600DF5D77,
+ F094655206AC1A8600DF5D77,
+ F094655306AC1A8600DF5D77,
+ F094655406AC1A8600DF5D77,
+ F094655506AC1A8600DF5D77,
+ F094655606AC1A8600DF5D77,
+ F094655706AC1A8600DF5D77,
+ F094655906AC1A8600DF5D77,
+ F094655A06AC1A8600DF5D77,
+ F094655B06AC1A8600DF5D77,
+ F094655C06AC1A8600DF5D77,
+ F094655D06AC1A8600DF5D77,
+ F094655E06AC1A8600DF5D77,
+ F094655F06AC1A8600DF5D77,
+ F094656006AC1A8600DF5D77,
+ F0B2E49806AC1F6E0054E175,
+ F0B2E49906AC1F6E0054E175,
+ F0B2E49A06AC1F6E0054E175,
+ F0B2E49B06AC1F6E0054E175,
+ F0B2E49C06AC1F6E0054E175,
+ F0B2E49D06AC1F6E0054E175,
+ F0B2E49E06AC1F6E0054E175,
+ F0B2E49F06AC1F6E0054E175,
+ F0B2E4A006AC1F6E0054E175,
+ F0B2E4A106AC1F6E0054E175,
+ F0B2E4A206AC1F6E0054E175,
+ F0B2E4A306AC1F6E0054E175,
+ F0B2E4A406AC1F6E0054E175,
+ F0B2E4A506AC1F6E0054E175,
+ F0B2E4A606AC1F6E0054E175,
+ F0B2E4A706AC1F6E0054E175,
+ F0B2E4A806AC1F6E0054E175,
+ F0B2E4A906AC1F6E0054E175,
+ F0B2E4AA06AC1F6E0054E175,
+ F0B2E4AB06AC1F6E0054E175,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F094650806AC19F300DF5D77 = {
+ buildPhases = (
+ F094650606AC19F300DF5D77,
+ F094650706AC19F300DF5D77,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/lib;
+ LIBRARY_STYLE = STATIC;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = ncbidesk;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = libncbidesk;
+ productName = libncbidesk;
+ productReference = F094650906AC19F300DF5D77;
+ productType = "com.apple.product-type.library.static";
+ };
+ F094650906AC19F300DF5D77 = {
+ explicitFileType = archive.ar;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = libncbidesk.a;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F094650A06AC1A7200DF5D77 = {
+ children = (
+ F0B2E48406AC1F6E0054E175,
+ F0B2E48506AC1F6E0054E175,
+ F0B2E48606AC1F6E0054E175,
+ F0B2E48706AC1F6E0054E175,
+ F0B2E48806AC1F6E0054E175,
+ F0B2E48906AC1F6E0054E175,
+ F0B2E48A06AC1F6E0054E175,
+ F0B2E48B06AC1F6E0054E175,
+ F0B2E48C06AC1F6E0054E175,
+ F0B2E48D06AC1F6E0054E175,
+ F0B2E48E06AC1F6E0054E175,
+ F0B2E48F06AC1F6E0054E175,
+ F0B2E49006AC1F6E0054E175,
+ F0B2E49106AC1F6E0054E175,
+ F0B2E49206AC1F6E0054E175,
+ F0B2E49306AC1F6E0054E175,
+ F0B2E49406AC1F6E0054E175,
+ F0B2E49506AC1F6E0054E175,
+ F0B2E49606AC1F6E0054E175,
+ F0B2E49706AC1F6E0054E175,
+ F094650B06AC1A8600DF5D77,
+ F094650C06AC1A8600DF5D77,
+ F094650D06AC1A8600DF5D77,
+ F094650E06AC1A8600DF5D77,
+ F094650F06AC1A8600DF5D77,
+ F094651006AC1A8600DF5D77,
+ F094651106AC1A8600DF5D77,
+ F094651206AC1A8600DF5D77,
+ F094651306AC1A8600DF5D77,
+ F094651406AC1A8600DF5D77,
+ F094651506AC1A8600DF5D77,
+ F094651606AC1A8600DF5D77,
+ F094651706AC1A8600DF5D77,
+ F094651806AC1A8600DF5D77,
+ F094651906AC1A8600DF5D77,
+ F094651A06AC1A8600DF5D77,
+ F094651B06AC1A8600DF5D77,
+ F094651C06AC1A8600DF5D77,
+ F094651D06AC1A8600DF5D77,
+ F094651E06AC1A8600DF5D77,
+ F094651F06AC1A8600DF5D77,
+ F094652006AC1A8600DF5D77,
+ F094652106AC1A8600DF5D77,
+ F094652206AC1A8600DF5D77,
+ F094652306AC1A8600DF5D77,
+ F094652406AC1A8600DF5D77,
+ F094652506AC1A8600DF5D77,
+ F094652606AC1A8600DF5D77,
+ F094652706AC1A8600DF5D77,
+ F094652806AC1A8600DF5D77,
+ F094652906AC1A8600DF5D77,
+ F094652A06AC1A8600DF5D77,
+ F094652B06AC1A8600DF5D77,
+ F094652C06AC1A8600DF5D77,
+ F094652E06AC1A8600DF5D77,
+ F094652F06AC1A8600DF5D77,
+ F094653006AC1A8600DF5D77,
+ F094653106AC1A8600DF5D77,
+ F094653206AC1A8600DF5D77,
+ F094653306AC1A8600DF5D77,
+ F094653406AC1A8600DF5D77,
+ F094653506AC1A8600DF5D77,
+ );
+ isa = PBXGroup;
+ name = "NCBI Desktop";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F094650B06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibgraph.c;
+ path = ../../desktop/vibgraph.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094650C06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = stylemui.c;
+ path = ../../desktop/stylemui.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094650D06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = styleman.c;
+ path = ../../desktop/styleman.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094650E06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = smtools.c;
+ path = ../../desktop/smtools.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094650F06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = fstyle.c;
+ path = ../../desktop/fstyle.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651006AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ingengraph.c;
+ path = ../../desktop/ingengraph.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651106AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = gphdraw.c;
+ path = ../../desktop/gphdraw.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651206AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = seqmtrx.c;
+ path = ../../desktop/seqmtrx.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651306AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = seqgrphx.c;
+ path = ../../desktop/seqgrphx.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651406AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = glbpic.c;
+ path = ../../desktop/glbpic.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651506AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = saldist.c;
+ path = ../../desktop/saldist.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651606AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2graphic.c;
+ path = ../../desktop/asn2graphic.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651706AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibtree.c;
+ path = ../../desktop/vibtree.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651806AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibpcc.c;
+ path = ../../desktop/vibpcc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651906AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = gtrdraw.c;
+ path = ../../desktop/gtrdraw.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651A06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = gphview.c;
+ path = ../../desktop/gphview.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651B06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = layout.c;
+ path = ../../desktop/layout.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651C06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = drawseq.c;
+ path = ../../desktop/drawseq.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651D06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = udvgraph.c;
+ path = ../../desktop/udvgraph.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651E06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = smdlg3.c;
+ path = ../../desktop/smdlg3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094651F06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = smdlg2.c;
+ path = ../../desktop/smdlg2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652006AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = smdlg1.c;
+ path = ../../desktop/smdlg1.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652106AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibfltr.c;
+ path = ../../desktop/vibfltr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652206AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = udvpanel.c;
+ path = ../../desktop/udvpanel.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652306AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = udvopen.c;
+ path = ../../desktop/udvopen.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652406AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = prtgene.c;
+ path = ../../desktop/prtgene.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652506AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = gxydraw.c;
+ path = ../../desktop/gxydraw.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652606AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = medview.c;
+ path = ../../desktop/medview.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652706AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salogif.c;
+ path = ../../desktop/salogif.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652806AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = fea2seg.c;
+ path = ../../desktop/fea2seg.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652906AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ingenext.c;
+ path = ../../desktop/ingenext.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652A06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = seqgraph.c;
+ path = ../../desktop/seqgraph.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652B06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = seqfltr.c;
+ path = ../../desktop/seqfltr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652C06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = seqanal.c;
+ path = ../../desktop/seqanal.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652E06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = aacomp.c;
+ path = ../../desktop/aacomp.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094652F06AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = seqsub.c;
+ path = ../../desktop/seqsub.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094653006AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = seqscrl.c;
+ path = ../../desktop/seqscrl.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094653106AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = seqpcc.c;
+ path = ../../desktop/seqpcc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094653206AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = saled.c;
+ path = ../../desktop/saled.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094653306AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = apparam.c;
+ path = ../../desktop/apparam.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094653406AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salfiles.c;
+ path = ../../desktop/salfiles.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094653506AC1A8600DF5D77 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = dotmatrx.c;
+ path = ../../desktop/dotmatrx.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F094653606AC1A8600DF5D77 = {
+ fileRef = F094650B06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094653706AC1A8600DF5D77 = {
+ fileRef = F094650C06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094653806AC1A8600DF5D77 = {
+ fileRef = F094650D06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094653906AC1A8600DF5D77 = {
+ fileRef = F094650E06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094653A06AC1A8600DF5D77 = {
+ fileRef = F094650F06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094653B06AC1A8600DF5D77 = {
+ fileRef = F094651006AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094653C06AC1A8600DF5D77 = {
+ fileRef = F094651106AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094653D06AC1A8600DF5D77 = {
+ fileRef = F094651206AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094653E06AC1A8600DF5D77 = {
+ fileRef = F094651306AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094653F06AC1A8600DF5D77 = {
+ fileRef = F094651406AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654006AC1A8600DF5D77 = {
+ fileRef = F094651506AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654106AC1A8600DF5D77 = {
+ fileRef = F094651606AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654206AC1A8600DF5D77 = {
+ fileRef = F094651706AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654306AC1A8600DF5D77 = {
+ fileRef = F094651806AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654406AC1A8600DF5D77 = {
+ fileRef = F094651906AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654506AC1A8600DF5D77 = {
+ fileRef = F094651A06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654606AC1A8600DF5D77 = {
+ fileRef = F094651B06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654706AC1A8600DF5D77 = {
+ fileRef = F094651C06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654806AC1A8600DF5D77 = {
+ fileRef = F094651D06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654906AC1A8600DF5D77 = {
+ fileRef = F094651E06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654A06AC1A8600DF5D77 = {
+ fileRef = F094651F06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654B06AC1A8600DF5D77 = {
+ fileRef = F094652006AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654C06AC1A8600DF5D77 = {
+ fileRef = F094652106AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654D06AC1A8600DF5D77 = {
+ fileRef = F094652206AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654E06AC1A8600DF5D77 = {
+ fileRef = F094652306AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094654F06AC1A8600DF5D77 = {
+ fileRef = F094652406AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655006AC1A8600DF5D77 = {
+ fileRef = F094652506AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655106AC1A8600DF5D77 = {
+ fileRef = F094652606AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655206AC1A8600DF5D77 = {
+ fileRef = F094652706AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655306AC1A8600DF5D77 = {
+ fileRef = F094652806AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655406AC1A8600DF5D77 = {
+ fileRef = F094652906AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655506AC1A8600DF5D77 = {
+ fileRef = F094652A06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655606AC1A8600DF5D77 = {
+ fileRef = F094652B06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655706AC1A8600DF5D77 = {
+ fileRef = F094652C06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655906AC1A8600DF5D77 = {
+ fileRef = F094652E06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655A06AC1A8600DF5D77 = {
+ fileRef = F094652F06AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655B06AC1A8600DF5D77 = {
+ fileRef = F094653006AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655C06AC1A8600DF5D77 = {
+ fileRef = F094653106AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655D06AC1A8600DF5D77 = {
+ fileRef = F094653206AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655E06AC1A8600DF5D77 = {
+ fileRef = F094653306AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094655F06AC1A8600DF5D77 = {
+ fileRef = F094653406AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F094656006AC1A8600DF5D77 = {
+ fileRef = F094653506AC1A8600DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C4A406AE8A3E00C0C74D = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F095C4A506AE8A3E00C0C74D = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXResourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F095C4A606AE8A3E00C0C74D = {
+ buildActionMask = 2147483647;
+ files = (
+ F095C4BB06AE8AD700C0C74D,
+ F095C4BC06AE8AD700C0C74D,
+ F095C4BD06AE8AD700C0C74D,
+ F095C4BE06AE8AD700C0C74D,
+ F095C4BF06AE8AD700C0C74D,
+ F095C4C006AE8AD700C0C74D,
+ F095C4C106AE8AD700C0C74D,
+ F095C4C206AE8AD700C0C74D,
+ F095C4C306AE8AD700C0C74D,
+ F095C4C406AE8AD700C0C74D,
+ F095C4C506AE8AD700C0C74D,
+ F095C4C606AE8AD700C0C74D,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F095C4A706AE8A3E00C0C74D = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXRezBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F095C4A806AE8A3E00C0C74D = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXFrameworksBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F095C4A906AE8A3E00C0C74D = {
+ buildPhases = (
+ F095C4A406AE8A3E00C0C74D,
+ F095C4A506AE8A3E00C0C74D,
+ F095C4A606AE8A3E00C0C74D,
+ F095C4A706AE8A3E00C0C74D,
+ F095C4A806AE8A3E00C0C74D,
+ F0E47FBD06AEEC1D00FD29D4,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_ALTIVEC_EXTENSIONS = NO;
+ GCC_PRECOMPILE_PREFIX_HEADER = NO;
+ GCC_PREFIX_HEADER = "";
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ HEADER_SEARCH_PATHS = "";
+ INFOPLIST_FILE = "";
+ INSTALL_PATH = "$(USER_APPS_DIR)";
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lvibrant -lncbidesk -lncbitool -lnetwork -lncbiobj -lncbiblastapi -lncbiblast -lncbimmdb -lncbinacc -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = Sequin;
+ REZ_EXECUTABLE = NO;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = Sequin;
+ productName = Sequin;
+ productReference = F095C4AA06AE8A3E00C0C74D;
+ productType = "com.apple.product-type.application";
+ };
+ F095C4AA06AE8A3E00C0C74D = {
+ explicitFileType = wrapper.application;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = Sequin.app;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F095C4AE06AE8A6F00C0C74D = {
+ children = (
+ F095C4C706AE8AE000C0C74D,
+ F095C4AF06AE8AD700C0C74D,
+ F095C4B006AE8AD700C0C74D,
+ F095C4B106AE8AD700C0C74D,
+ F095C4B206AE8AD700C0C74D,
+ F095C4B306AE8AD700C0C74D,
+ F095C4B406AE8AD700C0C74D,
+ F095C4B506AE8AD700C0C74D,
+ F095C4B606AE8AD700C0C74D,
+ F095C4B706AE8AD700C0C74D,
+ F095C4B806AE8AD700C0C74D,
+ F095C4B906AE8AD700C0C74D,
+ F095C4BA06AE8AD700C0C74D,
+ );
+ isa = PBXGroup;
+ name = Sequin;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F095C4AF06AE8AD700C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sequin2.c;
+ path = ../../sequin/sequin2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C4B006AE8AD700C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sequin1.c;
+ path = ../../sequin/sequin1.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C4B106AE8AD700C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sequin7.c;
+ path = ../../sequin/sequin7.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C4B206AE8AD700C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sequin10.c;
+ path = ../../sequin/sequin10.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C4B306AE8AD700C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sequin5.c;
+ path = ../../sequin/sequin5.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C4B406AE8AD700C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sequiny.c;
+ path = ../../sequin/sequiny.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C4B506AE8AD700C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sequin8.c;
+ path = ../../sequin/sequin8.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C4B606AE8AD700C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sequin3.c;
+ path = ../../sequin/sequin3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C4B706AE8AD700C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sequin6.c;
+ path = ../../sequin/sequin6.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C4B806AE8AD700C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sequin4.c;
+ path = ../../sequin/sequin4.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C4B906AE8AD700C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sequinx.c;
+ path = ../../sequin/sequinx.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C4BA06AE8AD700C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sequin9.c;
+ path = ../../sequin/sequin9.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C4BB06AE8AD700C0C74D = {
+ fileRef = F095C4AF06AE8AD700C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C4BC06AE8AD700C0C74D = {
+ fileRef = F095C4B006AE8AD700C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C4BD06AE8AD700C0C74D = {
+ fileRef = F095C4B106AE8AD700C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C4BE06AE8AD700C0C74D = {
+ fileRef = F095C4B206AE8AD700C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C4BF06AE8AD700C0C74D = {
+ fileRef = F095C4B306AE8AD700C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C4C006AE8AD700C0C74D = {
+ fileRef = F095C4B406AE8AD700C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C4C106AE8AD700C0C74D = {
+ fileRef = F095C4B506AE8AD700C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C4C206AE8AD700C0C74D = {
+ fileRef = F095C4B606AE8AD700C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C4C306AE8AD700C0C74D = {
+ fileRef = F095C4B706AE8AD700C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C4C406AE8AD700C0C74D = {
+ fileRef = F095C4B806AE8AD700C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C4C506AE8AD700C0C74D = {
+ fileRef = F095C4B906AE8AD700C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C4C606AE8AD700C0C74D = {
+ fileRef = F095C4BA06AE8AD700C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C4C706AE8AE000C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = text;
+ name = README;
+ path = ../../sequin/README;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C4FC06AE8E5F00C0C74D = {
+ children = (
+ F095C50706AE8ECB00C0C74D,
+ F095C50806AE8ECB00C0C74D,
+ F095C50906AE8ECB00C0C74D,
+ F095C50A06AE8ECB00C0C74D,
+ F095C50B06AE8ECB00C0C74D,
+ F095C50C06AE8ECB00C0C74D,
+ F095C50D06AE8ECB00C0C74D,
+ F095C50E06AE8ECB00C0C74D,
+ F095C50F06AE8ECB00C0C74D,
+ F095C51006AE8ECB00C0C74D,
+ F095C51106AE8ECB00C0C74D,
+ F095C51206AE8ECB00C0C74D,
+ F095C51306AE8ECB00C0C74D,
+ F095C51406AE8ECB00C0C74D,
+ F095C51506AE8ECB00C0C74D,
+ F095C51606AE8ECB00C0C74D,
+ F095C51706AE8ECB00C0C74D,
+ F095C51806AE8ECB00C0C74D,
+ F095C51906AE8ECB00C0C74D,
+ F095C51A06AE8ECB00C0C74D,
+ F095C51B06AE8ECB00C0C74D,
+ F095C51C06AE8ECB00C0C74D,
+ F095C51D06AE8ECB00C0C74D,
+ F095C51E06AE8ECB00C0C74D,
+ F095C51F06AE8ECB00C0C74D,
+ F095C52006AE8ECB00C0C74D,
+ F095C52106AE8ECB00C0C74D,
+ F095C52206AE8ECB00C0C74D,
+ F095C52306AE8ECB00C0C74D,
+ F095C52406AE8ECB00C0C74D,
+ F095C52506AE8ECB00C0C74D,
+ F095C52606AE8ECB00C0C74D,
+ F095C52706AE8ECB00C0C74D,
+ F095C52806AE8ECB00C0C74D,
+ F095C52906AE8ECB00C0C74D,
+ );
+ isa = PBXGroup;
+ name = "NCBI Blast Core";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F095C50106AE8EB800C0C74D = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F095C50206AE8EB800C0C74D = {
+ buildActionMask = 2147483647;
+ files = (
+ F095C52A06AE8ECB00C0C74D,
+ F095C52B06AE8ECB00C0C74D,
+ F095C52C06AE8ECB00C0C74D,
+ F095C52D06AE8ECB00C0C74D,
+ F095C52E06AE8ECB00C0C74D,
+ F095C52F06AE8ECB00C0C74D,
+ F095C53006AE8ECB00C0C74D,
+ F095C53106AE8ECB00C0C74D,
+ F095C53206AE8ECB00C0C74D,
+ F095C53306AE8ECB00C0C74D,
+ F095C53406AE8ECB00C0C74D,
+ F095C53506AE8ECB00C0C74D,
+ F095C53606AE8ECB00C0C74D,
+ F095C53706AE8ECB00C0C74D,
+ F095C53806AE8ECB00C0C74D,
+ F095C53906AE8ECB00C0C74D,
+ F095C53A06AE8ECB00C0C74D,
+ F095C53B06AE8ECB00C0C74D,
+ F095C53C06AE8ECB00C0C74D,
+ F095C53D06AE8ECB00C0C74D,
+ F095C53E06AE8ECB00C0C74D,
+ F095C53F06AE8ECB00C0C74D,
+ F095C54006AE8ECB00C0C74D,
+ F095C54106AE8ECB00C0C74D,
+ F095C54206AE8ECB00C0C74D,
+ F095C54306AE8ECB00C0C74D,
+ F095C54406AE8ECB00C0C74D,
+ F095C54506AE8ECB00C0C74D,
+ F095C54606AE8ECB00C0C74D,
+ F095C54706AE8ECB00C0C74D,
+ F095C54806AE8ECB00C0C74D,
+ F095C54906AE8ECB00C0C74D,
+ F095C54A06AE8ECB00C0C74D,
+ F095C54B06AE8ECB00C0C74D,
+ F095C54C06AE8ECB00C0C74D,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F095C50306AE8EB800C0C74D = {
+ buildPhases = (
+ F095C50106AE8EB800C0C74D,
+ F095C50206AE8EB800C0C74D,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/lib;
+ LIBRARY_STYLE = STATIC;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = ncbiblast;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = libncbiblast;
+ productName = libncbiblast;
+ productReference = F095C50406AE8EB800C0C74D;
+ productType = "com.apple.product-type.library.static";
+ };
+ F095C50406AE8EB800C0C74D = {
+ explicitFileType = archive.ar;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = libncbiblast.a;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F095C50706AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_seqsrc.c;
+ path = ../../algo/blast/core/blast_seqsrc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C50806AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_options.c;
+ path = ../../algo/blast/core/blast_options.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C50906AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_engine.c;
+ path = ../../algo/blast/core/blast_engine.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C50A06AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_hits.c;
+ path = ../../algo/blast/core/blast_hits.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C50B06AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_setup.c;
+ path = ../../algo/blast/core/blast_setup.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C50C06AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_filter.c;
+ path = ../../algo/blast/core/blast_filter.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C50D06AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_psi.c;
+ path = ../../algo/blast/core/blast_psi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C50E06AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = greedy_align.c;
+ path = ../../algo/blast/core/greedy_align.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C50F06AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = gapinfo.c;
+ path = ../../algo/blast/core/gapinfo.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51006AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_extend.c;
+ path = ../../algo/blast/core/blast_extend.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51106AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_seg.c;
+ path = ../../algo/blast/core/blast_seg.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51206AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_psi_priv.c;
+ path = ../../algo/blast/core/blast_psi_priv.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51306AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_math.c;
+ path = ../../algo/blast/core/ncbi_math.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51406AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = phi_lookup.c;
+ path = ../../algo/blast/core/phi_lookup.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51506AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = phi_extend.c;
+ path = ../../algo/blast/core/phi_extend.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51606AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = pattern.c;
+ path = ../../algo/blast/core/pattern.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51706AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_std.c;
+ path = ../../algo/blast/core/ncbi_std.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51806AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = mb_lookup.c;
+ path = ../../algo/blast/core/mb_lookup.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51906AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_diagnostics.c;
+ path = ../../algo/blast/core/blast_diagnostics.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51A06AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_util.c;
+ path = ../../algo/blast/core/blast_util.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51B06AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_traceback.c;
+ path = ../../algo/blast/core/blast_traceback.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51C06AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_hspstream.c;
+ path = ../../algo/blast/core/blast_hspstream.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51D06AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_lookup.c;
+ path = ../../algo/blast/core/blast_lookup.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51E06AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = matrix_freq_ratios.c;
+ path = ../../algo/blast/core/matrix_freq_ratios.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C51F06AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = lookup_wrap.c;
+ path = ../../algo/blast/core/lookup_wrap.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C52006AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = lookup_util.c;
+ path = ../../algo/blast/core/lookup_util.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C52106AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = link_hsps.c;
+ path = ../../algo/blast/core/link_hsps.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C52206AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = hspstream_collector.c;
+ path = ../../algo/blast/core/hspstream_collector.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C52306AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_dust.c;
+ path = ../../algo/blast/core/blast_dust.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C52406AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = aa_ungapped.c;
+ path = ../../algo/blast/core/aa_ungapped.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C52506AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_stat.c;
+ path = ../../algo/blast/core/blast_stat.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C52606AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_kappa.c;
+ path = ../../algo/blast/core/blast_kappa.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C52706AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_encoding.c;
+ path = ../../algo/blast/core/blast_encoding.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C52806AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_message.c;
+ path = ../../algo/blast/core/blast_message.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C52906AE8ECB00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_gapalign.c;
+ path = ../../algo/blast/core/blast_gapalign.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C52A06AE8ECB00C0C74D = {
+ fileRef = F095C50706AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C52B06AE8ECB00C0C74D = {
+ fileRef = F095C50806AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C52C06AE8ECB00C0C74D = {
+ fileRef = F095C50906AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C52D06AE8ECB00C0C74D = {
+ fileRef = F095C50A06AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C52E06AE8ECB00C0C74D = {
+ fileRef = F095C50B06AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C52F06AE8ECB00C0C74D = {
+ fileRef = F095C50C06AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53006AE8ECB00C0C74D = {
+ fileRef = F095C50D06AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53106AE8ECB00C0C74D = {
+ fileRef = F095C50E06AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53206AE8ECB00C0C74D = {
+ fileRef = F095C50F06AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53306AE8ECB00C0C74D = {
+ fileRef = F095C51006AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53406AE8ECB00C0C74D = {
+ fileRef = F095C51106AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53506AE8ECB00C0C74D = {
+ fileRef = F095C51206AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53606AE8ECB00C0C74D = {
+ fileRef = F095C51306AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53706AE8ECB00C0C74D = {
+ fileRef = F095C51406AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53806AE8ECB00C0C74D = {
+ fileRef = F095C51506AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53906AE8ECB00C0C74D = {
+ fileRef = F095C51606AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53A06AE8ECB00C0C74D = {
+ fileRef = F095C51706AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53B06AE8ECB00C0C74D = {
+ fileRef = F095C51806AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53C06AE8ECB00C0C74D = {
+ fileRef = F095C51906AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53D06AE8ECB00C0C74D = {
+ fileRef = F095C51A06AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53E06AE8ECB00C0C74D = {
+ fileRef = F095C51B06AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C53F06AE8ECB00C0C74D = {
+ fileRef = F095C51C06AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C54006AE8ECB00C0C74D = {
+ fileRef = F095C51D06AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C54106AE8ECB00C0C74D = {
+ fileRef = F095C51E06AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C54206AE8ECB00C0C74D = {
+ fileRef = F095C51F06AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C54306AE8ECB00C0C74D = {
+ fileRef = F095C52006AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C54406AE8ECB00C0C74D = {
+ fileRef = F095C52106AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C54506AE8ECB00C0C74D = {
+ fileRef = F095C52206AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C54606AE8ECB00C0C74D = {
+ fileRef = F095C52306AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C54706AE8ECB00C0C74D = {
+ fileRef = F095C52406AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C54806AE8ECB00C0C74D = {
+ fileRef = F095C52506AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C54906AE8ECB00C0C74D = {
+ fileRef = F095C52606AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C54A06AE8ECB00C0C74D = {
+ fileRef = F095C52706AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C54B06AE8ECB00C0C74D = {
+ fileRef = F095C52806AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C54C06AE8ECB00C0C74D = {
+ fileRef = F095C52906AE8ECB00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C58606AE8FA700C0C74D = {
+ children = (
+ F0FB657F071FF25300DF3230,
+ F095C59606AE8FFE00C0C74D,
+ F095C59706AE8FFE00C0C74D,
+ F095C59806AE8FFE00C0C74D,
+ F095C59906AE8FFE00C0C74D,
+ F095C59A06AE8FFE00C0C74D,
+ F095C59B06AE8FFE00C0C74D,
+ F095C59C06AE8FFE00C0C74D,
+ F095C59D06AE8FFE00C0C74D,
+ F095C59E06AE8FFE00C0C74D,
+ F095C59F06AE8FFE00C0C74D,
+ F095C5A006AE8FFE00C0C74D,
+ F095C5A106AE8FFE00C0C74D,
+ );
+ isa = PBXGroup;
+ name = "NCBI Blast API";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F095C58E06AE8FDE00C0C74D = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F095C58F06AE8FDE00C0C74D = {
+ buildActionMask = 2147483647;
+ files = (
+ F0FB6581071FF28B00DF3230,
+ F095C5A206AE8FFE00C0C74D,
+ F095C5A306AE8FFE00C0C74D,
+ F095C5A406AE8FFE00C0C74D,
+ F095C5A506AE8FFE00C0C74D,
+ F095C5A606AE8FFE00C0C74D,
+ F095C5A706AE8FFE00C0C74D,
+ F095C5A806AE8FFE00C0C74D,
+ F095C5A906AE8FFE00C0C74D,
+ F095C5AA06AE8FFE00C0C74D,
+ F095C5AB06AE8FFE00C0C74D,
+ F095C5AC06AE8FFE00C0C74D,
+ F095C5AD06AE8FFE00C0C74D,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F095C59006AE8FDE00C0C74D = {
+ buildPhases = (
+ F095C58E06AE8FDE00C0C74D,
+ F095C58F06AE8FDE00C0C74D,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/lib;
+ LIBRARY_STYLE = STATIC;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = ncbiblastapi;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = libncbiblastapi;
+ productName = libncbiblastapi;
+ productReference = F095C59106AE8FDE00C0C74D;
+ productType = "com.apple.product-type.library.static";
+ };
+ F095C59106AE8FDE00C0C74D = {
+ explicitFileType = archive.ar;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = libncbiblastapi.a;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F095C59606AE8FFE00C0C74D = {
+ explicitFileType = sourcecode.c.c;
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = blast_returns.c;
+ path = ../../algo/blast/api/blast_returns.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C59706AE8FFE00C0C74D = {
+ explicitFileType = sourcecode.c.c;
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = twoseq_api.c;
+ path = ../../algo/blast/api/twoseq_api.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C59806AE8FFE00C0C74D = {
+ explicitFileType = sourcecode.c.c;
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = seqsrc_readdb.c;
+ path = ../../algo/blast/api/seqsrc_readdb.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C59906AE8FFE00C0C74D = {
+ explicitFileType = sourcecode.c.c;
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = seqsrc_multiseq.c;
+ path = ../../algo/blast/api/seqsrc_multiseq.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C59A06AE8FFE00C0C74D = {
+ explicitFileType = sourcecode.c.c;
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = blast_mtlock.c;
+ path = ../../algo/blast/api/blast_mtlock.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C59B06AE8FFE00C0C74D = {
+ explicitFileType = sourcecode.c.c;
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = blast_input.c;
+ path = ../../algo/blast/api/blast_input.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C59C06AE8FFE00C0C74D = {
+ explicitFileType = sourcecode.c.c;
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = blast_seqalign.c;
+ path = ../../algo/blast/api/blast_seqalign.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C59D06AE8FFE00C0C74D = {
+ explicitFileType = sourcecode.c.c;
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = blast_seq.c;
+ path = ../../algo/blast/api/blast_seq.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C59E06AE8FFE00C0C74D = {
+ explicitFileType = sourcecode.c.c;
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = blast_prelim.c;
+ path = ../../algo/blast/api/blast_prelim.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C59F06AE8FFE00C0C74D = {
+ explicitFileType = sourcecode.c.c;
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = blast_tabular.c;
+ path = ../../algo/blast/api/blast_tabular.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C5A006AE8FFE00C0C74D = {
+ explicitFileType = sourcecode.c.c;
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = blast_format.c;
+ path = ../../algo/blast/api/blast_format.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C5A106AE8FFE00C0C74D = {
+ explicitFileType = sourcecode.c.c;
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = hspstream_queue.c;
+ path = ../../algo/blast/api/hspstream_queue.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C5A206AE8FFE00C0C74D = {
+ fileRef = F095C59606AE8FFE00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C5A306AE8FFE00C0C74D = {
+ fileRef = F095C59706AE8FFE00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C5A406AE8FFE00C0C74D = {
+ fileRef = F095C59806AE8FFE00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C5A506AE8FFE00C0C74D = {
+ fileRef = F095C59906AE8FFE00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C5A606AE8FFE00C0C74D = {
+ fileRef = F095C59A06AE8FFE00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C5A706AE8FFE00C0C74D = {
+ fileRef = F095C59B06AE8FFE00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C5A806AE8FFE00C0C74D = {
+ fileRef = F095C59C06AE8FFE00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C5A906AE8FFE00C0C74D = {
+ fileRef = F095C59D06AE8FFE00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C5AA06AE8FFE00C0C74D = {
+ fileRef = F095C59E06AE8FFE00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C5AB06AE8FFE00C0C74D = {
+ fileRef = F095C59F06AE8FFE00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C5AC06AE8FFE00C0C74D = {
+ fileRef = F095C5A006AE8FFE00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C5AD06AE8FFE00C0C74D = {
+ fileRef = F095C5A106AE8FFE00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C60006AE908A00C0C74D = {
+ children = (
+ F0E3B02906A551A100F473CA,
+ F012D9DA06A562B100741D48,
+ F094650A06AC1A7200DF5D77,
+ F0B2E48306AC1EC40054E175,
+ F095C7D506AEB7E900C0C74D,
+ F095C76406AEB6CA00C0C74D,
+ F0B2E50906AC24E60054E175,
+ F0B2E4FE06AC248D0054E175,
+ F095C4FC06AE8E5F00C0C74D,
+ F095C58606AE8FA700C0C74D,
+ F0BC2D9E06AC2D6F00EC2330,
+ );
+ isa = PBXGroup;
+ name = Libraries;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F095C60E06AE90FF00C0C74D = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F095C50306AE8EB800C0C74D;
+ remoteInfo = libncbiblast;
+ };
+ F095C60F06AE90FF00C0C74D = {
+ isa = PBXTargetDependency;
+ target = F095C50306AE8EB800C0C74D;
+ targetProxy = F095C60E06AE90FF00C0C74D;
+ };
+ F095C61006AE90FF00C0C74D = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F095C59006AE8FDE00C0C74D;
+ remoteInfo = libncbiblastapi;
+ };
+ F095C61106AE90FF00C0C74D = {
+ isa = PBXTargetDependency;
+ target = F095C59006AE8FDE00C0C74D;
+ targetProxy = F095C61006AE90FF00C0C74D;
+ };
+ F095C62F06AE914A00C0C74D = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0FEF6BD06AC4515005DD516;
+ remoteInfo = asntool;
+ };
+ F095C63006AE914A00C0C74D = {
+ isa = PBXTargetDependency;
+ target = F0FEF6BD06AC4515005DD516;
+ targetProxy = F095C62F06AE914A00C0C74D;
+ };
+ F095C69106AE997000C0C74D = {
+ fileRef = F012D8EC06A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C6FA06AEA26100C0C74D = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C76406AEB6CA00C0C74D = {
+ children = (
+ F09464EA06AC192800DF5D77,
+ F09464EB06AC192800DF5D77,
+ F09464EC06AC192800DF5D77,
+ F09464ED06AC192800DF5D77,
+ F09464EE06AC192800DF5D77,
+ F09464EF06AC192800DF5D77,
+ F09464F006AC192800DF5D77,
+ F09464F106AC192800DF5D77,
+ F09464F206AC192800DF5D77,
+ F09464F306AC192800DF5D77,
+ );
+ isa = PBXGroup;
+ name = "NCBI NACC";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F095C78206AEB72300C0C74D = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F095C78306AEB72300C0C74D = {
+ buildActionMask = 2147483647;
+ files = (
+ F095C7A606AEB73D00C0C74D,
+ F095C7A906AEB73E00C0C74D,
+ F095C7AF06AEB73F00C0C74D,
+ F095C7B106AEB74000C0C74D,
+ F095C7B306AEB74100C0C74D,
+ F095C7B806AEB74200C0C74D,
+ F095C7BD06AEB74300C0C74D,
+ F095C7C306AEB74400C0C74D,
+ F095C7C506AEB74500C0C74D,
+ F095C7C706AEB74600C0C74D,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F095C78406AEB72300C0C74D = {
+ buildPhases = (
+ F095C78206AEB72300C0C74D,
+ F095C78306AEB72300C0C74D,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/lib;
+ LIBRARY_STYLE = STATIC;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = ncbinacc;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = libncbinacc;
+ productName = libncbinacc;
+ productReference = F095C78506AEB72300C0C74D;
+ productType = "com.apple.product-type.library.static";
+ };
+ F095C78506AEB72300C0C74D = {
+ explicitFileType = archive.ar;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = libncbinacc.a;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F095C7A606AEB73D00C0C74D = {
+ fileRef = F09464F006AC192800DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C7A906AEB73E00C0C74D = {
+ fileRef = F09464EF06AC192800DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C7AF06AEB73F00C0C74D = {
+ fileRef = F09464EE06AC192800DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C7B106AEB74000C0C74D = {
+ fileRef = F09464F106AC192800DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C7B306AEB74100C0C74D = {
+ fileRef = F09464F306AC192800DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C7B806AEB74200C0C74D = {
+ fileRef = F09464EC06AC192800DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C7BD06AEB74300C0C74D = {
+ fileRef = F09464EB06AC192800DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C7C306AEB74400C0C74D = {
+ fileRef = F09464EA06AC192800DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C7C506AEB74500C0C74D = {
+ fileRef = F09464ED06AC192800DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C7C706AEB74600C0C74D = {
+ fileRef = F09464F206AC192800DF5D77;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C7D506AEB7E900C0C74D = {
+ children = (
+ F095C7DB06AEB81B00C0C74D,
+ F095C7DC06AEB81B00C0C74D,
+ F095C7DD06AEB81B00C0C74D,
+ F095C7DE06AEB81B00C0C74D,
+ F095C7DF06AEB81B00C0C74D,
+ F095C7E006AEB81B00C0C74D,
+ );
+ isa = PBXGroup;
+ name = "NCBI CDR";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F095C7DB06AEB81B00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = cdnewlib.c;
+ path = ../../cdromlib/cdnewlib.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C7DC06AEB81B00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = cdentrez.c;
+ path = ../../cdromlib/cdentrez.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C7DD06AEB81B00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = cdconfig.c;
+ path = ../../cdromlib/cdconfig.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C7DE06AEB81B00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = cdromlib.c;
+ path = ../../cdromlib/cdromlib.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C7DF06AEB81B00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objentr.c;
+ path = ../../cdromlib/objentr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C7E006AEB81B00C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = casn.c;
+ path = ../../cdromlib/casn.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C7FB06AEB84D00C0C74D = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F095C7FC06AEB84D00C0C74D = {
+ buildActionMask = 2147483647;
+ files = (
+ F095C80206AEB86200C0C74D,
+ F095C80706AEB86300C0C74D,
+ F095C80906AEB86300C0C74D,
+ F095C80E06AEB86500C0C74D,
+ F095C81006AEB86500C0C74D,
+ F095C81206AEB86600C0C74D,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F095C7FD06AEB84D00C0C74D = {
+ buildPhases = (
+ F095C7FB06AEB84D00C0C74D,
+ F095C7FC06AEB84D00C0C74D,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/lib;
+ LIBRARY_STYLE = STATIC;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = ncbicdr;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = libncbicdr;
+ productName = libncbicdr;
+ productReference = F095C7FE06AEB84D00C0C74D;
+ productType = "com.apple.product-type.library.static";
+ };
+ F095C7FE06AEB84D00C0C74D = {
+ explicitFileType = archive.ar;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = libncbicdr.a;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F095C80206AEB86200C0C74D = {
+ fileRef = F095C7DF06AEB81B00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C80706AEB86300C0C74D = {
+ fileRef = F095C7DE06AEB81B00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C80906AEB86300C0C74D = {
+ fileRef = F095C7DB06AEB81B00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C80E06AEB86500C0C74D = {
+ fileRef = F095C7DC06AEB81B00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C81006AEB86500C0C74D = {
+ fileRef = F095C7DD06AEB81B00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C81206AEB86600C0C74D = {
+ fileRef = F095C7E006AEB81B00C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C81B06AEB8C500C0C74D = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F095C7FD06AEB84D00C0C74D;
+ remoteInfo = libncbicdr;
+ };
+ F095C81C06AEB8C500C0C74D = {
+ isa = PBXTargetDependency;
+ target = F095C7FD06AEB84D00C0C74D;
+ targetProxy = F095C81B06AEB8C500C0C74D;
+ };
+ F095C81D06AEB8C500C0C74D = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F095C78406AEB72300C0C74D;
+ remoteInfo = libncbinacc;
+ };
+ F095C81E06AEB8C500C0C74D = {
+ isa = PBXTargetDependency;
+ target = F095C78406AEB72300C0C74D;
+ targetProxy = F095C81D06AEB8C500C0C74D;
+ };
+ F095C82606AEBA1800C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = mmdbapi1.c;
+ path = ../../biostruc/mmdbapi1.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C82706AEBA1800C0C74D = {
+ fileRef = F095C82606AEBA1800C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F095C83206AEBAE100C0C74D = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbi_lbsmd_stub.c;
+ path = ../../connect/ncbi_lbsmd_stub.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F095C83306AEBAE100C0C74D = {
+ fileRef = F095C83206AEBAE100C0C74D;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E48306AC1EC40054E175 = {
+ children = (
+ F095C82606AEBA1800C0C74D,
+ F0B2E4D006AC22080054E175,
+ F0B2E4D106AC22080054E175,
+ F0B2E4D206AC22080054E175,
+ F0B2E4D306AC22080054E175,
+ F0B2E4D406AC22080054E175,
+ F0B2E4D506AC22080054E175,
+ F0B2E4D606AC22080054E175,
+ F0B2E4D706AC22080054E175,
+ F0B2E4D806AC22080054E175,
+ F0B2E4D906AC22080054E175,
+ F0B2E4DA06AC22080054E175,
+ F0B2E4DB06AC22080054E175,
+ F0B2E4DC06AC22080054E175,
+ F0B2E4DD06AC22080054E175,
+ F0B2E4DE06AC22080054E175,
+ F0B2E4DF06AC22080054E175,
+ F0B2E4E006AC22080054E175,
+ F0B2E4E106AC22080054E175,
+ F0B2E4E206AC22080054E175,
+ F0B2E4E306AC22080054E175,
+ F0B2E4E406AC22080054E175,
+ F0B2E4E506AC22080054E175,
+ F0B2E4E606AC22080054E175,
+ F0B2E4CA06AC216B0054E175,
+ F0B2E4CB06AC216B0054E175,
+ F0B2E4CC06AC216B0054E175,
+ F0B2E4C806AC212E0054E175,
+ F0B2E4C606AC21170054E175,
+ F0B2E4C406AC20F40054E175,
+ F0B2E4AC06AC20CE0054E175,
+ F0B2E4AD06AC20CE0054E175,
+ F0B2E4AE06AC20CE0054E175,
+ F0B2E4AF06AC20CE0054E175,
+ F0B2E4B006AC20CE0054E175,
+ F0B2E4B106AC20CE0054E175,
+ F0B2E4B206AC20CE0054E175,
+ F0B2E4B306AC20CE0054E175,
+ F0B2E4B406AC20CE0054E175,
+ F0B2E4B506AC20CE0054E175,
+ F0B2E4B606AC20CE0054E175,
+ F0B2E4B706AC20CE0054E175,
+ );
+ isa = PBXGroup;
+ name = "NCBI MMDB";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B2E48406AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = dlgutil1.c;
+ path = ../../desktop/dlgutil1.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E48506AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = biosrc.c;
+ path = ../../desktop/biosrc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E48606AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = dotvibrant.c;
+ path = ../../desktop/dotvibrant.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E48706AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = bspview.c;
+ path = ../../desktop/bspview.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E48806AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = seqpanel.c;
+ path = ../../desktop/seqpanel.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E48906AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = e2trmlst.c;
+ path = ../../desktop/e2trmlst.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E48A06AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salpanel.c;
+ path = ../../desktop/salpanel.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E48B06AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vsmutil.c;
+ path = ../../desktop/vsmutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E48C06AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vsmfile.c;
+ path = ../../desktop/vsmfile.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E48D06AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vsm.c;
+ path = ../../desktop/vsm.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E48E06AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = dlgutil2.c;
+ path = ../../desktop/dlgutil2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E48F06AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = pubdesc.c;
+ path = ../../desktop/pubdesc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E49006AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = gbfview.c;
+ path = ../../desktop/gbfview.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E49106AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = mapgene.c;
+ path = ../../desktop/mapgene.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E49206AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salsa.c;
+ path = ../../desktop/salsa.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E49306AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salparam.c;
+ path = ../../desktop/salparam.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E49406AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ingenwin.c;
+ path = ../../desktop/ingenwin.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E49506AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = import.c;
+ path = ../../desktop/import.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E49606AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = cdrgn.c;
+ path = ../../desktop/cdrgn.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E49706AC1F6E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = e2docsum.c;
+ path = ../../desktop/e2docsum.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E49806AC1F6E0054E175 = {
+ fileRef = F0B2E48406AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E49906AC1F6E0054E175 = {
+ fileRef = F0B2E48506AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E49A06AC1F6E0054E175 = {
+ fileRef = F0B2E48606AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E49B06AC1F6E0054E175 = {
+ fileRef = F0B2E48706AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E49C06AC1F6E0054E175 = {
+ fileRef = F0B2E48806AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E49D06AC1F6E0054E175 = {
+ fileRef = F0B2E48906AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E49E06AC1F6E0054E175 = {
+ fileRef = F0B2E48A06AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E49F06AC1F6E0054E175 = {
+ fileRef = F0B2E48B06AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4A006AC1F6E0054E175 = {
+ fileRef = F0B2E48C06AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4A106AC1F6E0054E175 = {
+ fileRef = F0B2E48D06AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4A206AC1F6E0054E175 = {
+ fileRef = F0B2E48E06AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4A306AC1F6E0054E175 = {
+ fileRef = F0B2E48F06AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4A406AC1F6E0054E175 = {
+ fileRef = F0B2E49006AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4A506AC1F6E0054E175 = {
+ fileRef = F0B2E49106AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4A606AC1F6E0054E175 = {
+ fileRef = F0B2E49206AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4A706AC1F6E0054E175 = {
+ fileRef = F0B2E49306AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4A806AC1F6E0054E175 = {
+ fileRef = F0B2E49406AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4A906AC1F6E0054E175 = {
+ fileRef = F0B2E49506AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4AA06AC1F6E0054E175 = {
+ fileRef = F0B2E49606AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4AB06AC1F6E0054E175 = {
+ fileRef = F0B2E49706AC1F6E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4AC06AC20CE0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = mmdbapi4.c;
+ path = ../../biostruc/mmdbapi4.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4AD06AC20CE0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = mmdbapi.c;
+ path = ../../biostruc/mmdbapi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4AE06AC20CE0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objmmdb3.c;
+ path = ../../biostruc/objmmdb3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4AF06AC20CE0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = mmdbapi2.c;
+ path = ../../biostruc/mmdbapi2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4B006AC20CE0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vastsubs.c;
+ path = ../../biostruc/vastsubs.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4B106AC20CE0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = mmdbapi3.c;
+ path = ../../biostruc/mmdbapi3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4B206AC20CE0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = dvncode.c;
+ path = ../../biostruc/dvncode.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4B306AC20CE0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objmmdb1.c;
+ path = ../../biostruc/objmmdb1.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4B406AC20CE0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objmmdb2.c;
+ path = ../../biostruc/objmmdb2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4B506AC20CE0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = prunebsc.c;
+ path = ../../biostruc/prunebsc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4B606AC20CE0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = mmdbentr.c;
+ path = ../../biostruc/mmdbentr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4B706AC20CE0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = corematx.c;
+ path = ../../biostruc/corematx.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4B806AC20CE0054E175 = {
+ fileRef = F0B2E4AC06AC20CE0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4B906AC20CE0054E175 = {
+ fileRef = F0B2E4AD06AC20CE0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4BA06AC20CE0054E175 = {
+ fileRef = F0B2E4AE06AC20CE0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4BB06AC20CE0054E175 = {
+ fileRef = F0B2E4AF06AC20CE0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4BC06AC20CE0054E175 = {
+ fileRef = F0B2E4B006AC20CE0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4BD06AC20CE0054E175 = {
+ fileRef = F0B2E4B106AC20CE0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4BE06AC20CE0054E175 = {
+ fileRef = F0B2E4B206AC20CE0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4BF06AC20CE0054E175 = {
+ fileRef = F0B2E4B306AC20CE0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4C006AC20CE0054E175 = {
+ fileRef = F0B2E4B406AC20CE0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4C106AC20CE0054E175 = {
+ fileRef = F0B2E4B506AC20CE0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4C206AC20CE0054E175 = {
+ fileRef = F0B2E4B606AC20CE0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4C306AC20CE0054E175 = {
+ fileRef = F0B2E4B706AC20CE0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4C406AC20F40054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objmime.c;
+ path = ../../object/objmime.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4C506AC20F40054E175 = {
+ fileRef = F0B2E4C406AC20F40054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4C606AC21170054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = strucapi.c;
+ path = ../../access/strucapi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4C706AC21170054E175 = {
+ fileRef = F0B2E4C606AC21170054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4C806AC212E0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objcn3d.c;
+ path = ../../biostruc/cn3d/objcn3d.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4C906AC212E0054E175 = {
+ fileRef = F0B2E4C806AC212E0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4CA06AC216B0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objcdd.c;
+ path = ../../biostruc/cdd/objcdd.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4CB06AC216B0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = cddutil.c;
+ path = ../../biostruc/cdd/cddutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4CC06AC216B0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = cddposutil.c;
+ path = ../../biostruc/cdd/cddposutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4CD06AC216B0054E175 = {
+ fileRef = F0B2E4CA06AC216B0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4CE06AC216B0054E175 = {
+ fileRef = F0B2E4CB06AC216B0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4CF06AC216B0054E175 = {
+ fileRef = F0B2E4CC06AC216B0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4D006AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdcpal.c;
+ path = ../../biostruc/cdd/thrdcpal.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4D106AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdcpll.c;
+ path = ../../biostruc/cdd/thrdcpll.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4D206AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdspel.c;
+ path = ../../biostruc/cdd/thrdspel.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4D306AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdspea.c;
+ path = ../../biostruc/cdd/thrdspea.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4D406AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrddgri.c;
+ path = ../../biostruc/cdd/thrddgri.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4D506AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdcprl.c;
+ path = ../../biostruc/cdd/thrdcprl.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4D606AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdzsc.c;
+ path = ../../biostruc/cdd/thrdzsc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4D706AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdsal0.c;
+ path = ../../biostruc/cdd/thrdsal0.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4D806AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdalgs.c;
+ path = ../../biostruc/cdd/thrdalgs.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4D906AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdttbi.c;
+ path = ../../biostruc/cdd/thrdttbi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4DA06AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdttb0.c;
+ path = ../../biostruc/cdd/thrdttb0.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4DB06AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdspni.c;
+ path = ../../biostruc/cdd/thrdspni.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4DC06AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdatd.c;
+ path = ../../biostruc/cdd/thrdatd.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4DD06AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdslor.c;
+ path = ../../biostruc/cdd/thrdslor.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4DE06AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdslo0.c;
+ path = ../../biostruc/cdd/thrdslo0.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4DF06AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdspci.c;
+ path = ../../biostruc/cdd/thrdspci.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4E006AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdslou.c;
+ path = ../../biostruc/cdd/thrdslou.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4E106AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdsalu.c;
+ path = ../../biostruc/cdd/thrdsalu.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4E206AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdsgoi.c;
+ path = ../../biostruc/cdd/thrdsgoi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4E306AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdrsmp.c;
+ path = ../../biostruc/cdd/thrdrsmp.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4E406AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdbwfi.c;
+ path = ../../biostruc/cdd/thrdbwfi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4E506AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdsalr.c;
+ path = ../../biostruc/cdd/thrdsalr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4E606AC22080054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = thrdcxei.c;
+ path = ../../biostruc/cdd/thrdcxei.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E4E706AC22080054E175 = {
+ fileRef = F0B2E4D006AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4E806AC22080054E175 = {
+ fileRef = F0B2E4D106AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4E906AC22080054E175 = {
+ fileRef = F0B2E4D206AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4EA06AC22080054E175 = {
+ fileRef = F0B2E4D306AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4EB06AC22080054E175 = {
+ fileRef = F0B2E4D406AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4EC06AC22080054E175 = {
+ fileRef = F0B2E4D506AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4ED06AC22080054E175 = {
+ fileRef = F0B2E4D606AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4EE06AC22080054E175 = {
+ fileRef = F0B2E4D706AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4EF06AC22080054E175 = {
+ fileRef = F0B2E4D806AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4F006AC22080054E175 = {
+ fileRef = F0B2E4D906AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4F106AC22080054E175 = {
+ fileRef = F0B2E4DA06AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4F206AC22080054E175 = {
+ fileRef = F0B2E4DB06AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4F306AC22080054E175 = {
+ fileRef = F0B2E4DC06AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4F406AC22080054E175 = {
+ fileRef = F0B2E4DD06AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4F506AC22080054E175 = {
+ fileRef = F0B2E4DE06AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4F606AC22080054E175 = {
+ fileRef = F0B2E4DF06AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4F706AC22080054E175 = {
+ fileRef = F0B2E4E006AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4F806AC22080054E175 = {
+ fileRef = F0B2E4E106AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4F906AC22080054E175 = {
+ fileRef = F0B2E4E206AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4FA06AC22080054E175 = {
+ fileRef = F0B2E4E306AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4FB06AC22080054E175 = {
+ fileRef = F0B2E4E406AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4FC06AC22080054E175 = {
+ fileRef = F0B2E4E506AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4FD06AC22080054E175 = {
+ fileRef = F0B2E4E606AC22080054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E4FE06AC248D0054E175 = {
+ children = (
+ F0FEF69706AC414C005DD516,
+ F0FEF69806AC414C005DD516,
+ F0BC2D8806AC2C0F00EC2330,
+ F0BC2D8906AC2C0F00EC2330,
+ F0BC2D8A06AC2C0F00EC2330,
+ F0BC2D8B06AC2C0F00EC2330,
+ F0BC2D8C06AC2C0F00EC2330,
+ F0BC2D8D06AC2C0F00EC2330,
+ F0BC2D8E06AC2C0F00EC2330,
+ F0BC2D8F06AC2C0F00EC2330,
+ F0BC2D9006AC2C0F00EC2330,
+ F0BC2D9106AC2C0F00EC2330,
+ F0BC2D9206AC2C0F00EC2330,
+ F0BC2D8406AC2BB400EC2330,
+ F0BC2D8506AC2BB400EC2330,
+ F0BC2D7C06AC2B7900EC2330,
+ F0BC2D7D06AC2B7900EC2330,
+ F0BC2D7E06AC2B7900EC2330,
+ F0BC2D7F06AC2B7900EC2330,
+ F0BC2D7606AC2B4400EC2330,
+ F0BC2D7706AC2B4400EC2330,
+ F0BC2D7806AC2B4400EC2330,
+ F0BC2D7006AC2B1F00EC2330,
+ F0BC2D7106AC2B1F00EC2330,
+ F0BC2D7206AC2B1F00EC2330,
+ F0B2E5AE06AC294D0054E175,
+ F0B2E5AF06AC294D0054E175,
+ F0B2E5A806AC29130054E175,
+ F0B2E5A906AC29130054E175,
+ F0B2E5AA06AC29130054E175,
+ F0B2E50306AC24C40054E175,
+ F0B2E50406AC24C40054E175,
+ F0B2E50506AC24C40054E175,
+ );
+ isa = PBXGroup;
+ name = "NCBI Network";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B2E4FF06AC24A30054E175 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B2E50006AC24A30054E175 = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B2E50606AC24C40054E175,
+ F0B2E50706AC24C40054E175,
+ F0B2E50806AC24C40054E175,
+ F0B2E5AB06AC29130054E175,
+ F0B2E5AC06AC29130054E175,
+ F0B2E5AD06AC29130054E175,
+ F0B2E5B006AC294D0054E175,
+ F0B2E5B106AC294D0054E175,
+ F0BC2D7306AC2B1F00EC2330,
+ F0BC2D7406AC2B1F00EC2330,
+ F0BC2D7506AC2B1F00EC2330,
+ F0BC2D7906AC2B4400EC2330,
+ F0BC2D7A06AC2B4400EC2330,
+ F0BC2D7B06AC2B4400EC2330,
+ F0BC2D8006AC2B7900EC2330,
+ F0BC2D8106AC2B7900EC2330,
+ F0BC2D8206AC2B7900EC2330,
+ F0BC2D8306AC2B7900EC2330,
+ F0BC2D8606AC2BB400EC2330,
+ F0BC2D8706AC2BB400EC2330,
+ F0BC2D9306AC2C0F00EC2330,
+ F0BC2D9406AC2C0F00EC2330,
+ F0BC2D9506AC2C0F00EC2330,
+ F0BC2D9606AC2C0F00EC2330,
+ F0BC2D9706AC2C0F00EC2330,
+ F0BC2D9806AC2C0F00EC2330,
+ F0BC2D9906AC2C0F00EC2330,
+ F0BC2D9A06AC2C0F00EC2330,
+ F0BC2D9B06AC2C0F00EC2330,
+ F0BC2D9C06AC2C0F00EC2330,
+ F0BC2D9D06AC2C0F00EC2330,
+ F0FEF69906AC414C005DD516,
+ F0FEF69A06AC414C005DD516,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B2E50106AC24A30054E175 = {
+ buildPhases = (
+ F0B2E4FF06AC24A30054E175,
+ F0B2E50006AC24A30054E175,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ HEADER_SEARCH_PATHS = "";
+ INSTALL_PATH = /usr/local/lib;
+ LIBRARY_STYLE = STATIC;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = network;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = libnetwork;
+ productName = libvibrant;
+ productReference = F0B2E50206AC24A30054E175;
+ productType = "com.apple.product-type.library.static";
+ };
+ F0B2E50206AC24A30054E175 = {
+ explicitFileType = archive.ar;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = libnetwork.a;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B2E50306AC24C40054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = netcnfg.c;
+ path = ../../network/vibnet/netcnfg.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E50406AC24C40054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = trmlst.c;
+ path = ../../network/vibnet/trmlst.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E50506AC24C40054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = docsum.c;
+ path = ../../network/vibnet/docsum.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E50606AC24C40054E175 = {
+ fileRef = F0B2E50306AC24C40054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E50706AC24C40054E175 = {
+ fileRef = F0B2E50406AC24C40054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E50806AC24C40054E175 = {
+ fileRef = F0B2E50506AC24C40054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E50906AC24E60054E175 = {
+ children = (
+ F0B2E50E06AC25650054E175,
+ F0B2E50F06AC25650054E175,
+ F0B2E51006AC25650054E175,
+ F0B2E51106AC25650054E175,
+ F0B2E51206AC25650054E175,
+ F0B2E51306AC25650054E175,
+ F0B2E51406AC25650054E175,
+ F0B2E51506AC25650054E175,
+ F0B2E51606AC25650054E175,
+ F0B2E51706AC25650054E175,
+ F0B2E51806AC25650054E175,
+ F0B2E51906AC25650054E175,
+ F0B2E51A06AC25650054E175,
+ F0B2E51B06AC25650054E175,
+ F0B2E51C06AC25650054E175,
+ F0B2E51D06AC25650054E175,
+ F0B2E51E06AC25650054E175,
+ F0B2E51F06AC25650054E175,
+ F0B2E52006AC25650054E175,
+ F0B2E52106AC25650054E175,
+ F0B2E52206AC25650054E175,
+ F0B2E52306AC25650054E175,
+ F0B2E52406AC25650054E175,
+ F0B2E52506AC25650054E175,
+ F0B2E52606AC25650054E175,
+ F0B2E52706AC25650054E175,
+ F0B2E52806AC25650054E175,
+ F0B2E52906AC25650054E175,
+ F0B2E52A06AC25650054E175,
+ F0B2E52B06AC25650054E175,
+ F0B2E52C06AC25650054E175,
+ F0B2E52D06AC25650054E175,
+ F0B2E52E06AC25650054E175,
+ F0B2E52F06AC25650054E175,
+ F0B2E53006AC25650054E175,
+ F0B2E53106AC25650054E175,
+ F0B2E53206AC25650054E175,
+ F0B2E53306AC25650054E175,
+ F0B2E53406AC25650054E175,
+ F0B2E53506AC25650054E175,
+ F0B2E53606AC25650054E175,
+ F0B2E53706AC25650054E175,
+ F0B2E53806AC25650054E175,
+ F0B2E53906AC25650054E175,
+ F0B2E53A06AC25650054E175,
+ F0B2E53B06AC25650054E175,
+ F0B2E53C06AC25650054E175,
+ F0B2E53D06AC25650054E175,
+ F0B2E53E06AC25650054E175,
+ F0B2E53F06AC25650054E175,
+ F0B2E54006AC25650054E175,
+ F0B2E54106AC25650054E175,
+ F0B2E54206AC25650054E175,
+ F0B2E54306AC25650054E175,
+ F0B2E54406AC25650054E175,
+ F0B2E54506AC25650054E175,
+ F0B2E54606AC25650054E175,
+ F0B2E54706AC25650054E175,
+ F0B2E54806AC25650054E175,
+ F0B2E54906AC25650054E175,
+ F0B2E54A06AC25650054E175,
+ F0B2E54B06AC25650054E175,
+ F0B2E54C06AC25650054E175,
+ F0B2E54D06AC25650054E175,
+ F0B2E54E06AC25650054E175,
+ F0B2E54F06AC25650054E175,
+ F0B2E55006AC25650054E175,
+ F0B2E55106AC25650054E175,
+ F0B2E55206AC25650054E175,
+ F0B2E55306AC25650054E175,
+ );
+ isa = PBXGroup;
+ name = "NCBI Tools";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B2E50A06AC24F90054E175 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B2E50B06AC24F90054E175 = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B2E55406AC25650054E175,
+ F0B2E55506AC25650054E175,
+ F0B2E55606AC25650054E175,
+ F0B2E55706AC25650054E175,
+ F0B2E55806AC25650054E175,
+ F0B2E55906AC25650054E175,
+ F0B2E55A06AC25650054E175,
+ F0B2E55B06AC25650054E175,
+ F0B2E55C06AC25650054E175,
+ F0B2E55D06AC25650054E175,
+ F0B2E55E06AC25650054E175,
+ F0B2E55F06AC25650054E175,
+ F0B2E56006AC25650054E175,
+ F0B2E56106AC25650054E175,
+ F0B2E56206AC25650054E175,
+ F0B2E56306AC25650054E175,
+ F0B2E56406AC25650054E175,
+ F0B2E56506AC25650054E175,
+ F0B2E56606AC25650054E175,
+ F0B2E56706AC25650054E175,
+ F0B2E56806AC25650054E175,
+ F0B2E56906AC25650054E175,
+ F0B2E56A06AC25650054E175,
+ F0B2E56B06AC25650054E175,
+ F0B2E56C06AC25650054E175,
+ F0B2E56D06AC25650054E175,
+ F0B2E56E06AC25650054E175,
+ F0B2E56F06AC25650054E175,
+ F0B2E57006AC25650054E175,
+ F0B2E57106AC25650054E175,
+ F0B2E57206AC25650054E175,
+ F0B2E57306AC25650054E175,
+ F0B2E57406AC25650054E175,
+ F0B2E57506AC25650054E175,
+ F0B2E57606AC25650054E175,
+ F0B2E57706AC25650054E175,
+ F0B2E57806AC25650054E175,
+ F0B2E57906AC25650054E175,
+ F0B2E57A06AC25650054E175,
+ F0B2E57B06AC25650054E175,
+ F0B2E57C06AC25650054E175,
+ F0B2E57D06AC25650054E175,
+ F0B2E57E06AC25650054E175,
+ F0B2E57F06AC25650054E175,
+ F0B2E58006AC25650054E175,
+ F0B2E58106AC25650054E175,
+ F0B2E58206AC25650054E175,
+ F0B2E58306AC25650054E175,
+ F0B2E58406AC25650054E175,
+ F0B2E58506AC25650054E175,
+ F0B2E58606AC25650054E175,
+ F0B2E58706AC25650054E175,
+ F0B2E58806AC25650054E175,
+ F0B2E58906AC25650054E175,
+ F0B2E58A06AC25650054E175,
+ F0B2E58B06AC25650054E175,
+ F0B2E58C06AC25650054E175,
+ F0B2E58D06AC25650054E175,
+ F0B2E58E06AC25650054E175,
+ F0B2E58F06AC25650054E175,
+ F0B2E59006AC25650054E175,
+ F0B2E59106AC25650054E175,
+ F0B2E59206AC25650054E175,
+ F0B2E59306AC25650054E175,
+ F0B2E59406AC25650054E175,
+ F0B2E59506AC25650054E175,
+ F0B2E59606AC25650054E175,
+ F0B2E59706AC25650054E175,
+ F0B2E59806AC25650054E175,
+ F0B2E59906AC25650054E175,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B2E50C06AC24F90054E175 = {
+ buildPhases = (
+ F0B2E50A06AC24F90054E175,
+ F0B2E50B06AC24F90054E175,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/lib;
+ LIBRARY_STYLE = STATIC;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = ncbitool;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = libncbitool;
+ productName = libncbitool;
+ productReference = F0B2E50D06AC24F90054E175;
+ productType = "com.apple.product-type.library.static";
+ };
+ F0B2E50D06AC24F90054E175 = {
+ explicitFileType = archive.ar;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = libncbitool.a;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B2E50E06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = urktree.c;
+ path = ../../tools/urktree.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E50F06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = urksigu.c;
+ path = ../../tools/urksigu.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51006AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = spidey.c;
+ path = ../../tools/spidey.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51106AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = slist.c;
+ path = ../../tools/slist.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51206AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = simutil.c;
+ path = ../../tools/simutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51306AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sim4.c;
+ path = ../../tools/sim4.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51406AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = readdb.c;
+ path = ../../tools/readdb.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51506AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = impatool.c;
+ path = ../../tools/impatool.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51606AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salptool.c;
+ path = ../../tools/salptool.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51706AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = mbalign.c;
+ path = ../../tools/mbalign.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51806AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objscoremat.c;
+ path = ../../tools/objscoremat.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51906AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbisort.c;
+ path = ../../tools/ncbisort.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51A06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = posit2.c;
+ path = ../../tools/posit2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51B06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = posit.c;
+ path = ../../tools/posit.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51C06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = splutil.c;
+ path = ../../tools/splutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51D06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = toporg.c;
+ path = ../../tools/toporg.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51E06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = toasn3.c;
+ path = ../../tools/toasn3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E51F06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = tfuns.c;
+ path = ../../tools/tfuns.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52006AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = taxblast.c;
+ path = ../../tools/taxblast.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52106AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = suggslp.c;
+ path = ../../tools/suggslp.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52206AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sim3.c;
+ path = ../../tools/sim3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52306AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sim2.c;
+ path = ../../tools/sim2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52406AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = seg.c;
+ path = ../../tools/seg.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52506AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = pobutil.c;
+ path = ../../tools/pobutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52606AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = pattern1.c;
+ path = ../../tools/pattern1.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52706AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = falign.c;
+ path = ../../tools/falign.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52806AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = urkcnsrt.c;
+ path = ../../tools/urkcnsrt.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52906AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = urkbias.c;
+ path = ../../tools/urkbias.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52A06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = bandalg1.c;
+ path = ../../tools/bandalg1.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52B06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = kappa.c;
+ path = ../../tools/kappa.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52C06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbisam.c;
+ path = ../../tools/ncbisam.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52D06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = motif.c;
+ path = ../../tools/motif.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52E06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = mblast.c;
+ path = ../../tools/mblast.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E52F06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = xmlblast.c;
+ path = ../../tools/xmlblast.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53006AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vecscrn.c;
+ path = ../../tools/vecscrn.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53106AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = urkutil.c;
+ path = ../../tools/urkutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53206AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast.c;
+ path = ../../tools/blast.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53306AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = pseed3.c;
+ path = ../../tools/pseed3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53406AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = db_slist.c;
+ path = ../../tools/db_slist.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53506AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = salign.c;
+ path = ../../tools/salign.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53606AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = rpsutil.c;
+ path = ../../tools/rpsutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53706AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blastutl.c;
+ path = ../../tools/blastutl.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53806AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blastkar.c;
+ path = ../../tools/blastkar.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53906AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = bandalgn.c;
+ path = ../../tools/bandalgn.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53A06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blastconcat.c;
+ path = ../../tools/blastconcat.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53B06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = suggest.c;
+ path = ../../tools/suggest.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53C06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = suggadj.c;
+ path = ../../tools/suggadj.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53D06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = stsutil.c;
+ path = ../../tools/stsutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53E06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = dotseq.c;
+ path = ../../tools/dotseq.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E53F06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = lookup.c;
+ path = ../../tools/lookup.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54006AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blfmtutl.c;
+ path = ../../tools/blfmtutl.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54106AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = bandalg0.c;
+ path = ../../tools/bandalg0.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54206AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = bxmlobj.c;
+ path = ../../tools/bxmlobj.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54306AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = gapxdrop.c;
+ path = ../../tools/gapxdrop.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54406AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = g_any.c;
+ path = ../../tools/g_any.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54506AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = bandalg2.c;
+ path = ../../tools/bandalg2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54606AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = sec.c;
+ path = ../../tools/sec.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54706AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = urkptpf.c;
+ path = ../../tools/urkptpf.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54806AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = urkpcc.c;
+ path = ../../tools/urkpcc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54906AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = urkgraph.c;
+ path = ../../tools/urkgraph.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54A06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = urkfltr.c;
+ path = ../../tools/urkfltr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54B06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = urkepi.c;
+ path = ../../tools/urkepi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54C06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = urkdust.c;
+ path = ../../tools/urkdust.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54D06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = csim.c;
+ path = ../../tools/csim.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54E06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = dust.c;
+ path = ../../tools/dust.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E54F06AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = actutils.c;
+ path = ../../tools/actutils.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E55006AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blastool.c;
+ path = ../../tools/blastool.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E55106AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = bandalg3.c;
+ path = ../../tools/bandalg3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E55206AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = bandalg4.c;
+ path = ../../tools/bandalg4.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E55306AC25650054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = bandalg5.c;
+ path = ../../tools/bandalg5.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E55406AC25650054E175 = {
+ fileRef = F0B2E50E06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E55506AC25650054E175 = {
+ fileRef = F0B2E50F06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E55606AC25650054E175 = {
+ fileRef = F0B2E51006AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E55706AC25650054E175 = {
+ fileRef = F0B2E51106AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E55806AC25650054E175 = {
+ fileRef = F0B2E51206AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E55906AC25650054E175 = {
+ fileRef = F0B2E51306AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E55A06AC25650054E175 = {
+ fileRef = F0B2E51406AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E55B06AC25650054E175 = {
+ fileRef = F0B2E51506AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E55C06AC25650054E175 = {
+ fileRef = F0B2E51606AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E55D06AC25650054E175 = {
+ fileRef = F0B2E51706AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E55E06AC25650054E175 = {
+ fileRef = F0B2E51806AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E55F06AC25650054E175 = {
+ fileRef = F0B2E51906AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56006AC25650054E175 = {
+ fileRef = F0B2E51A06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56106AC25650054E175 = {
+ fileRef = F0B2E51B06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56206AC25650054E175 = {
+ fileRef = F0B2E51C06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56306AC25650054E175 = {
+ fileRef = F0B2E51D06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56406AC25650054E175 = {
+ fileRef = F0B2E51E06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56506AC25650054E175 = {
+ fileRef = F0B2E51F06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56606AC25650054E175 = {
+ fileRef = F0B2E52006AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56706AC25650054E175 = {
+ fileRef = F0B2E52106AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56806AC25650054E175 = {
+ fileRef = F0B2E52206AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56906AC25650054E175 = {
+ fileRef = F0B2E52306AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56A06AC25650054E175 = {
+ fileRef = F0B2E52406AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56B06AC25650054E175 = {
+ fileRef = F0B2E52506AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56C06AC25650054E175 = {
+ fileRef = F0B2E52606AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56D06AC25650054E175 = {
+ fileRef = F0B2E52706AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56E06AC25650054E175 = {
+ fileRef = F0B2E52806AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E56F06AC25650054E175 = {
+ fileRef = F0B2E52906AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57006AC25650054E175 = {
+ fileRef = F0B2E52A06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57106AC25650054E175 = {
+ fileRef = F0B2E52B06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57206AC25650054E175 = {
+ fileRef = F0B2E52C06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57306AC25650054E175 = {
+ fileRef = F0B2E52D06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57406AC25650054E175 = {
+ fileRef = F0B2E52E06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57506AC25650054E175 = {
+ fileRef = F0B2E52F06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57606AC25650054E175 = {
+ fileRef = F0B2E53006AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57706AC25650054E175 = {
+ fileRef = F0B2E53106AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57806AC25650054E175 = {
+ fileRef = F0B2E53206AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57906AC25650054E175 = {
+ fileRef = F0B2E53306AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57A06AC25650054E175 = {
+ fileRef = F0B2E53406AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57B06AC25650054E175 = {
+ fileRef = F0B2E53506AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57C06AC25650054E175 = {
+ fileRef = F0B2E53606AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57D06AC25650054E175 = {
+ fileRef = F0B2E53706AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57E06AC25650054E175 = {
+ fileRef = F0B2E53806AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E57F06AC25650054E175 = {
+ fileRef = F0B2E53906AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58006AC25650054E175 = {
+ fileRef = F0B2E53A06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58106AC25650054E175 = {
+ fileRef = F0B2E53B06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58206AC25650054E175 = {
+ fileRef = F0B2E53C06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58306AC25650054E175 = {
+ fileRef = F0B2E53D06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58406AC25650054E175 = {
+ fileRef = F0B2E53E06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58506AC25650054E175 = {
+ fileRef = F0B2E53F06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58606AC25650054E175 = {
+ fileRef = F0B2E54006AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58706AC25650054E175 = {
+ fileRef = F0B2E54106AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58806AC25650054E175 = {
+ fileRef = F0B2E54206AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58906AC25650054E175 = {
+ fileRef = F0B2E54306AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58A06AC25650054E175 = {
+ fileRef = F0B2E54406AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58B06AC25650054E175 = {
+ fileRef = F0B2E54506AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58C06AC25650054E175 = {
+ fileRef = F0B2E54606AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58D06AC25650054E175 = {
+ fileRef = F0B2E54706AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58E06AC25650054E175 = {
+ fileRef = F0B2E54806AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E58F06AC25650054E175 = {
+ fileRef = F0B2E54906AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E59006AC25650054E175 = {
+ fileRef = F0B2E54A06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E59106AC25650054E175 = {
+ fileRef = F0B2E54B06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E59206AC25650054E175 = {
+ fileRef = F0B2E54C06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E59306AC25650054E175 = {
+ fileRef = F0B2E54D06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E59406AC25650054E175 = {
+ fileRef = F0B2E54E06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E59506AC25650054E175 = {
+ fileRef = F0B2E54F06AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E59606AC25650054E175 = {
+ fileRef = F0B2E55006AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E59706AC25650054E175 = {
+ fileRef = F0B2E55106AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E59806AC25650054E175 = {
+ fileRef = F0B2E55206AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E59906AC25650054E175 = {
+ fileRef = F0B2E55306AC25650054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E5A806AC29130054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = netentr.c;
+ path = ../../network/entrez/client/netentr.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E5A906AC29130054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objneten.c;
+ path = ../../network/entrez/client/objneten.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E5AA06AC29130054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = netlib.c;
+ path = ../../network/entrez/client/netlib.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E5AB06AC29130054E175 = {
+ fileRef = F0B2E5A806AC29130054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E5AC06AC29130054E175 = {
+ fileRef = F0B2E5A906AC29130054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E5AD06AC29130054E175 = {
+ fileRef = F0B2E5AA06AC29130054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E5AE06AC294D0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objblst3.c;
+ path = ../../network/blast3/client/objblst3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E5AF06AC294D0054E175 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = netblap3.c;
+ path = ../../network/blast3/client/netblap3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B2E5B006AC294D0054E175 = {
+ fileRef = F0B2E5AE06AC294D0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B2E5B106AC294D0054E175 = {
+ fileRef = F0B2E5AF06AC294D0054E175;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B4792A06AFD90800D1FA07 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ isa = PBXShellScriptBuildPhase;
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "cd ../../asn\ndt=$BUILD_ROOT/$EXECUTABLE_NAME\necho Using asntool: $dt\necho Checking ASN files...\n\nif test ! -d ../asnstat ; then mkdir ../asnstat ; fi\n\nFILES=\"\\\nhead.all general.asn biblio.asn medline.asn pubmed.asn medlars.asn pub.asn \\\nseqloc.asn seq.asn seqset.asn seqcode.asn seqblock.asn \\\nseqfeat.asn seqalign.asn seqres.asn submit.asn ../biostruc/cn3d/cn3d.asn \\\nproj.asn access.asn featdef.asn ncbimime.asn objprt.asn gbseq.asn insdseq.asn \\\ntinyseq.asn \"\n\nif ! test -e asn.all ; then cat $FILES > asn.all ; fi\n\n\n\nif ! test -e ../asnstat/asngen.h ; then $dt -m ../asn/general.asn -o ../asnstat/asngen.h ; fi\nif ! test -e ../asnstat/asnsset.h ; then $dt -m ../asn/seqset.asn -o ../asnstat/asnsset.h ; fi\nif ! test -e ../asnstat/asnfeat.h ; then $dt -m ../asn/seqfeat.asn -o ../asnstat/asnfeat.h ; fi\nif ! test -e ../asnstat/asnalign.h ; then $dt -m ../asn/seqalign.asn -o ../asnstat/asnalign.h ; fi\nif ! test -e ../asnstat/asnloc.h ; then $dt -m ../asn/seqloc.asn -o ../asnstat/asnloc.h ; fi\nif ! test -e ../asnstat/asnres.h ; then $dt -m ../asn/seqres.asn -o ../asnstat/asnres.h ; fi\nif ! test -e ../asnstat/asnmedli.h ; then $dt -m ../asn/medline.asn -o ../asnstat/asnmedli.h ; fi\nif ! test -e ../asnstat/asnbibli.h ; then $dt -m ../asn/biblio.asn -o ../asnstat/asnbibli.h ; fi\nif ! test -e ../asnstat/asnseq.h ; then $dt -m ../asn/seq.asn -o ../asnstat/asnseq.h ; fi\nif ! test -e ../asnstat/asnpub.h ; then $dt -m ../asn/pub.asn -o ../asnstat/asnpub.h ; fi\nif ! test -e ../asnstat/asnacces.h ; then $dt -m ../asn/access.asn -o ../asnstat/asnacces.h ; fi\n#if ! test -e ../asnstat/allpub.h ; then $dt -m ../asn/asnpub.all -o ../asnstat/allpub.h ; fi\nif ! test -e ../asnstat/all.h ; then $dt -m ../asn/asn.all -o ../asnstat/all.h ; fi\nif ! test -e ../asnstat/cdrom.h ; then $dt -m ../cdromlib/cdrom.asn -o ../asnstat/cdrom.h ; fi\nif ! test -e ../asnstat/asnsubmt.h ; then $dt -m ../asn/submit.asn -o ../asnstat/asnsubmt.h ; fi\nif ! test -e ../asnstat/asncode.h ; then $dt -m ../asn/seqcode.asn -o ../asnstat/asncode.h ; fi\nif ! test -e ../asnstat/asnblock.h ; then $dt -m ../asn/seqblock.asn -o ../asnstat/asnblock.h ; fi\nif ! test -e ../asnstat/asnfdef.h ; then $dt -m ../asn/featdef.asn -o ../asnstat/asnfdef.h ; fi\nif ! test -e ../asnstat/asnneten.h ; then $dt -m ../network/entrez/client/netentr.asn -o ../asnstat/asnneten.h ; fi\nif ! test -e ../asnstat/asnmla.h ; then $dt -m ../network/medarch/client/mla.asn -o ../asnstat/asnmla.h ; fi\nif ! test -e ../asnstat/asntaxon.h ; then $dt -m ../network/taxonomy/client/taxon.asn -o ../asnstat/asntaxon.h ; fi\nif ! test -e ../asnstat/asnid0.h ; then $dt -m ../network/id0arch/client/id0.asn -o ../asnstat/asnid0.h ; fi\nif ! test -e ../asnstat/spell.h ; then $dt -m ../network/spell/client/spell.asn -o ../asnstat/spell.h ; fi\nif ! test -e ../asnstat/ni_asn.h ; then $dt -m ../network/nsclilib/ni_msg.asn -o ../asnstat/ni_asn.h ; fi\nif ! test -e ../asnstat/echo_asn.h ; then $dt -m ../network/nsdemocl/echo.asn -o ../asnstat/echo_asn.h ; fi\nif ! test -e ../asnstat/asnprt.h ; then $dt -m ../asn/objprt.asn -o ../asnstat/asnprt.h ; fi\nif ! test -e ../asnstat/mmdb1.h ; then $dt -m ../biostruc/mmdb1.asn -o ../asnstat/mmdb1.h -w100 ; fi\nif ! test -e ../asnstat/mmdb2.h ; then $dt -m ../biostruc/mmdb2.asn -o ../asnstat/mmdb2.h -w100 ; fi\nif ! test -e ../asnstat/mmdb3.h ; then $dt -m ../biostruc/mmdb3.asn -o ../asnstat/mmdb3.h -w100 ; fi\nif ! test -e ../asnstat/cn3d.h ; then $dt -m ../biostruc/cn3d/cn3d.asn -o ../asnstat/cn3d.h -w100 ; fi\n#if ! test -e ../asnstat/asnbl18.h ; then $dt -m ../network/blast2/client/blast18.asn -o ../asnstat/asnbl18.h ; fi\nif ! test -e ../asnstat/blstspc.h ; then $dt -m ../network/blast3/client/blstspc.asn -o ../asnstat/blstspc.h -w100 ; fi\nif ! test -e ../asnstat/sugmap.h ; then $dt -m ../network/suggest/client/suggest.asn -o ../asnstat/sugmap.h ; fi\nif ! test -e ../asnstat/taxon1.h ; then $dt -m ../network/taxon1/common/taxon1.asn -o ../asnstat/taxon1.h ; fi\nif ! test -e ../asnstat/asnmime.h ; then $dt -m ../asn/ncbimime.asn -o ../asnstat/asnmime.h ; fi\nif ! test -e ../asnstat/asnpubme.h ; then $dt -m ../asn/pubmed.asn -o ../asnstat/asnpubme.h ; fi\nif ! test -e ../asnstat/asnmdrs.h ; then $dt -m ../asn/medlars.asn -o ../asnstat/asnmdrs.h ; fi\nif ! test -e ../asnstat/asnproj.h ; then $dt -m ../asn/proj.asn -o ../asnstat/asnproj.h ; fi\nif ! test -e ../asnstat/asnent2.h ; then $dt -m ../access/entrez2.asn -o ../asnstat/asnent2.h ; fi\nif ! test -e ../asnstat/asnmim.h ; then $dt -m ../access/mim.asn -o ../asnstat/asnmim.h ; fi\nif ! test -e ../asnstat/asntax3.h ; then $dt -m ../access/taxon3.asn -o ../asnstat/asntax3.h ; fi\nif ! test -e ../asnstat/asngbseq.h ; then $dt -m ../asn/gbseq.asn -o ../asnstat/asngbseq.h ; fi\nif ! test -e ../asnstat/asninsdseq.h ; then $dt -m ../asn/insdseq.asn -o ../asnstat/asninsdseq.h ; fi\nif ! test -e ../asnstat/asntseq.h ; then $dt -m ../asn/tinyseq.asn -o ../asnstat/asntseq.h ; fi\n\n#if ! test -e *.h ; then mv *.h ../asnstat ; fi\n\necho Done...";
+ };
+ F0B6D58F06AEBC1C002EF6DC = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D59406AEBCFF002EF6DC = {
+ children = (
+ F0B6D5B506AEBF05002EF6DC,
+ );
+ isa = PBXGroup;
+ name = Entrez2;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D5B506AEBF05002EF6DC = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = entrez2.c;
+ path = ../../demo/entrez2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B6D5D906AEBF8C002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D5DA06AEBF8C002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXResourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D5DB06AEBF8C002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B6D5E806AEBFA2002EF6DC,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D5DC06AEBF8C002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXRezBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D5DD06AEBF8C002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXFrameworksBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D5DE06AEBF8C002EF6DC = {
+ buildPhases = (
+ F0B6D5D906AEBF8C002EF6DC,
+ F0B6D5DA06AEBF8C002EF6DC,
+ F0B6D5DB06AEBF8C002EF6DC,
+ F0B6D5DC06AEBF8C002EF6DC,
+ F0B6D5DD06AEBF8C002EF6DC,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INFOPLIST_FILE = "";
+ INSTALL_PATH = "$(USER_APPS_DIR)";
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbidesk -lncbitool -lnetwork -lncbimmdb -lvibrant -lncbiobj -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = Entrez2;
+ REZ_EXECUTABLE = NO;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = Entrez2;
+ productName = "Entrez 2";
+ productReference = F0B6D5DF06AEBF8C002EF6DC;
+ productType = "com.apple.product-type.application";
+ };
+ F0B6D5DF06AEBF8C002EF6DC = {
+ explicitFileType = wrapper.application;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = Entrez2.app;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B6D5E806AEBFA2002EF6DC = {
+ fileRef = F0B6D5B506AEBF05002EF6DC;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D61506AEC088002EF6DC = {
+ children = (
+ F0B6D62606AEC0C6002EF6DC,
+ );
+ isa = PBXGroup;
+ name = BlastCL3;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D61A06AEC094002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D61B06AEC094002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXResourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D61C06AEC094002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B6D69206AEC307002EF6DC,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D61D06AEC094002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXRezBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D61E06AEC094002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXFrameworksBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D61F06AEC094002EF6DC = {
+ buildPhases = (
+ F0B6D61A06AEC094002EF6DC,
+ F0B6D61B06AEC094002EF6DC,
+ F0B6D61C06AEC094002EF6DC,
+ F0B6D61D06AEC094002EF6DC,
+ F0B6D61E06AEC094002EF6DC,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INFOPLIST_FILE = "";
+ INSTALL_PATH = "$(USER_APPS_DIR)";
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbidesk -lncbitool -lnetwork -lvibrant -lncbiobj -lncbiblastapi -lncbiblast -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = Bl2seq;
+ REZ_EXECUTABLE = NO;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = Bl2seq;
+ productName = BlastCL3;
+ productReference = F0B6D62006AEC094002EF6DC;
+ productType = "com.apple.product-type.application";
+ };
+ F0B6D62006AEC094002EF6DC = {
+ explicitFileType = wrapper.application;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = Bl2seq.app;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B6D62606AEC0C6002EF6DC = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blastall.c;
+ path = ../../demo/blastall.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B6D62D06AEC12B002EF6DC = {
+ children = (
+ F0B6D69106AEC307002EF6DC,
+ );
+ isa = PBXGroup;
+ name = Bl2seq;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D63206AEC133002EF6DC = {
+ children = (
+ F0B6D6A606AEC362002EF6DC,
+ );
+ isa = PBXGroup;
+ name = Megablast;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D63706AEC13A002EF6DC = {
+ children = (
+ F0B6D6CB06AEC421002EF6DC,
+ );
+ isa = PBXGroup;
+ name = Copymat;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D64106AEC14B002EF6DC = {
+ children = (
+ F0FEB6FD06B5429300975471,
+ );
+ isa = PBXGroup;
+ name = asn2fsa;
+ path = "";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D64606AEC153002EF6DC = {
+ children = (
+ F0B6D71E06AEDA86002EF6DC,
+ );
+ isa = PBXGroup;
+ name = Spidey;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D64C06AEC165002EF6DC = {
+ children = (
+ F04B0DA806DA1A7900ED1405,
+ F0B6D64106AEC14B002EF6DC,
+ F0E47F9F06AEE7DC00FD29D4,
+ F0E47F9A06AEE7BF00FD29D4,
+ F0E47F9506AEE7B700FD29D4,
+ F0B6D75F06AEDDA5002EF6DC,
+ F0B6D75A06AEDD9A002EF6DC,
+ F0B6D75506AEDD80002EF6DC,
+ F0B6D78106AEDDF3002EF6DC,
+ F0B6D76E06AEDDD1002EF6DC,
+ F0B6D7FE06AEE2FD002EF6DC,
+ F0B6D75006AEDD73002EF6DC,
+ F0B6D74B06AEDD68002EF6DC,
+ F0B6D74606AEDD5B002EF6DC,
+ F0B6D74106AEDD47002EF6DC,
+ F0FEF6B606AC4505005DD516,
+ F0FEF69C06AC42D5005DD516,
+ );
+ isa = PBXGroup;
+ name = "Console Tools";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D67806AEC24A002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D67906AEC24A002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXResourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D67A06AEC24A002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B6D68706AEC261002EF6DC,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D67B06AEC24A002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXRezBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D67C06AEC24A002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXFrameworksBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D67D06AEC24A002EF6DC = {
+ buildPhases = (
+ F0B6D67806AEC24A002EF6DC,
+ F0B6D67906AEC24A002EF6DC,
+ F0B6D67A06AEC24A002EF6DC,
+ F0B6D67B06AEC24A002EF6DC,
+ F0B6D67C06AEC24A002EF6DC,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = "$(USER_APPS_DIR)";
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbidesk -lncbitool -lnetwork -lvibrant -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = BlastCL3;
+ REZ_EXECUTABLE = NO;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = BlastCL3;
+ productName = BlastCL3;
+ productReference = F0B6D67E06AEC24A002EF6DC;
+ productType = "com.apple.product-type.application";
+ };
+ F0B6D67E06AEC24A002EF6DC = {
+ explicitFileType = wrapper.application;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = BlastCL3.app;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B6D68706AEC261002EF6DC = {
+ fileRef = F0B6D62606AEC0C6002EF6DC;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D69106AEC307002EF6DC = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = bl2seq.c;
+ path = ../../demo/bl2seq.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B6D69206AEC307002EF6DC = {
+ fileRef = F0B6D69106AEC307002EF6DC;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D69A06AEC32F002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D69B06AEC32F002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXResourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D69C06AEC32F002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B6D6A706AEC362002EF6DC,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D69D06AEC32F002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXRezBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D69E06AEC32F002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXFrameworksBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D69F06AEC32F002EF6DC = {
+ buildPhases = (
+ F0B6D69A06AEC32F002EF6DC,
+ F0B6D69B06AEC32F002EF6DC,
+ F0B6D69C06AEC32F002EF6DC,
+ F0B6D69D06AEC32F002EF6DC,
+ F0B6D69E06AEC32F002EF6DC,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INFOPLIST_FILE = "";
+ INSTALL_PATH = "$(USER_APPS_DIR)";
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbidesk -lncbitool -lnetwork -lvibrant -lncbiobj -lncbiblastapi -lncbiblast -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = MegaBlast;
+ REZ_EXECUTABLE = NO;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = MegaBlast;
+ productName = MegaBlast;
+ productReference = F0B6D6A006AEC32F002EF6DC;
+ productType = "com.apple.product-type.application";
+ };
+ F0B6D6A006AEC32F002EF6DC = {
+ explicitFileType = wrapper.application;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = MegaBlast.app;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B6D6A606AEC362002EF6DC = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = megablast.c;
+ path = ../../demo/megablast.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B6D6A706AEC362002EF6DC = {
+ fileRef = F0B6D6A606AEC362002EF6DC;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D6B806AEC3FC002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D6B906AEC3FC002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXResourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D6BA06AEC3FC002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B6D6CC06AEC421002EF6DC,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D6BB06AEC3FC002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXRezBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D6BC06AEC3FC002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXFrameworksBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D6BD06AEC3FC002EF6DC = {
+ buildPhases = (
+ F0B6D6B806AEC3FC002EF6DC,
+ F0B6D6B906AEC3FC002EF6DC,
+ F0B6D6BA06AEC3FC002EF6DC,
+ F0B6D6BB06AEC3FC002EF6DC,
+ F0B6D6BC06AEC3FC002EF6DC,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INFOPLIST_FILE = "";
+ INSTALL_PATH = "$(USER_APPS_DIR)";
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbidesk -lncbitool -lnetwork -lvibrant -lncbiobj -lncbiblastapi -lncbiblast -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = Copymat;
+ REZ_EXECUTABLE = NO;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = Copymat;
+ productName = Copymat;
+ productReference = F0B6D6BE06AEC3FC002EF6DC;
+ productType = "com.apple.product-type.application";
+ };
+ F0B6D6BE06AEC3FC002EF6DC = {
+ explicitFileType = wrapper.application;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = Copymat.app;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B6D6CB06AEC421002EF6DC = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = copymat.c;
+ path = ../../demo/copymat.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B6D6CC06AEC421002EF6DC = {
+ fileRef = F0B6D6CB06AEC421002EF6DC;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D70806AEDA55002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D70906AEDA55002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXResourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D70A06AEDA55002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B6D71F06AEDA86002EF6DC,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D70B06AEDA55002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXRezBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D70C06AEDA55002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXFrameworksBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D70D06AEDA55002EF6DC = {
+ buildPhases = (
+ F0B6D70806AEDA55002EF6DC,
+ F0B6D70906AEDA55002EF6DC,
+ F0B6D70A06AEDA55002EF6DC,
+ F0B6D70B06AEDA55002EF6DC,
+ F0B6D70C06AEDA55002EF6DC,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INFOPLIST_FILE = "";
+ INSTALL_PATH = "$(USER_APPS_DIR)";
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbidesk -lncbitool -lnetwork -lvibrant -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = Spidey;
+ REZ_EXECUTABLE = NO;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = Spidey;
+ productName = Spidey;
+ productReference = F0B6D70E06AEDA55002EF6DC;
+ productType = "com.apple.product-type.application";
+ };
+ F0B6D70E06AEDA55002EF6DC = {
+ explicitFileType = wrapper.application;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = Spidey.app;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B6D71E06AEDA86002EF6DC = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = spideymain.c;
+ path = ../../demo/spideymain.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B6D71F06AEDA86002EF6DC = {
+ fileRef = F0B6D71E06AEDA86002EF6DC;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D74106AEDD47002EF6DC = {
+ children = (
+ F0B6D79306AEDF29002EF6DC,
+ );
+ isa = PBXGroup;
+ name = testcore;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D74606AEDD5B002EF6DC = {
+ children = (
+ F0B6D7B306AEDFF9002EF6DC,
+ );
+ isa = PBXGroup;
+ name = makeset;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D74B06AEDD68002EF6DC = {
+ children = (
+ F0B6D7D706AEE08B002EF6DC,
+ );
+ isa = PBXGroup;
+ name = seqtest;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D75006AEDD73002EF6DC = {
+ children = (
+ F0B6D7F406AEE2B7002EF6DC,
+ );
+ isa = PBXGroup;
+ name = asn2ff;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D75506AEDD80002EF6DC = {
+ children = (
+ F0E47F8706AEE78500FD29D4,
+ );
+ isa = PBXGroup;
+ name = testobj;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D75A06AEDD9A002EF6DC = {
+ children = (
+ F0E47F8A06AEE79200FD29D4,
+ );
+ isa = PBXGroup;
+ name = fastacmd;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D75F06AEDDA5002EF6DC = {
+ children = (
+ F0E47F8D06AEE79D00FD29D4,
+ );
+ isa = PBXGroup;
+ name = formatdb;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D76E06AEDDD1002EF6DC = {
+ children = (
+ F0B6D84406AEE70D002EF6DC,
+ );
+ isa = PBXGroup;
+ name = asn2xml;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D78106AEDDF3002EF6DC = {
+ children = (
+ F0E47F8406AEE77800FD29D4,
+ );
+ isa = PBXGroup;
+ name = gil2bin;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D78C06AEDF06002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D78D06AEDF06002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B6D79406AEDF29002EF6DC,
+ F0B6D7A106AEDF59002EF6DC,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D78E06AEDF06002EF6DC = {
+ buildPhases = (
+ F0B6D78C06AEDF06002EF6DC,
+ F0B6D78D06AEDF06002EF6DC,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = testcore;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = testcore;
+ productName = testcore;
+ productReference = F0B6D78F06AEDF06002EF6DC;
+ productType = "com.apple.product-type.tool";
+ };
+ F0B6D78F06AEDF06002EF6DC = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = testcore;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B6D79306AEDF29002EF6DC = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = testcore.c;
+ path = ../../demo/testcore.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B6D79406AEDF29002EF6DC = {
+ fileRef = F0B6D79306AEDF29002EF6DC;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D7A106AEDF59002EF6DC = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D7A806AEDFD5002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D7A906AEDFD5002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B6D7C606AEE02F002EF6DC,
+ F0B6D7B006AEDFEA002EF6DC,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D7AA06AEDFD5002EF6DC = {
+ buildPhases = (
+ F0B6D7A806AEDFD5002EF6DC,
+ F0B6D7A906AEDFD5002EF6DC,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = makeset;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = makeset;
+ productName = makeset;
+ productReference = F0B6D7AB06AEDFD5002EF6DC;
+ productType = "com.apple.product-type.tool";
+ };
+ F0B6D7AB06AEDFD5002EF6DC = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = makeset;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B6D7B006AEDFEA002EF6DC = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D7B306AEDFF9002EF6DC = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = makeset.c;
+ path = ../../demo/makeset.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B6D7C606AEE02F002EF6DC = {
+ fileRef = F0B6D7B306AEDFF9002EF6DC;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D7CF06AEE06C002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D7D006AEE06C002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B6D7D806AEE08B002EF6DC,
+ F0B6D7E506AEE0A8002EF6DC,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D7D106AEE06C002EF6DC = {
+ buildPhases = (
+ F0B6D7CF06AEE06C002EF6DC,
+ F0B6D7D006AEE06C002EF6DC,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbitool -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = seqtest;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = seqtest;
+ productName = seqtest;
+ productReference = F0B6D7D206AEE06C002EF6DC;
+ productType = "com.apple.product-type.tool";
+ };
+ F0B6D7D206AEE06C002EF6DC = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = seqtest;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B6D7D706AEE08B002EF6DC = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = seqtest.c;
+ path = ../../demo/seqtest.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B6D7D806AEE08B002EF6DC = {
+ fileRef = F0B6D7D706AEE08B002EF6DC;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D7E506AEE0A8002EF6DC = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D7EC06AEE275002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D7ED06AEE275002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B6D7F506AEE2B7002EF6DC,
+ F0B6D7F906AEE2C8002EF6DC,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D7EE06AEE275002EF6DC = {
+ buildPhases = (
+ F0B6D7EC06AEE275002EF6DC,
+ F0B6D7ED06AEE275002EF6DC,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbitool -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = asn2ff;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = asn2ff;
+ productName = asn2ff;
+ productReference = F0B6D7EF06AEE275002EF6DC;
+ productType = "com.apple.product-type.tool";
+ };
+ F0B6D7EF06AEE275002EF6DC = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = asn2ff;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B6D7F406AEE2B7002EF6DC = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2ff.c;
+ path = ../../demo/asn2ff.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B6D7F506AEE2B7002EF6DC = {
+ fileRef = F0B6D7F406AEE2B7002EF6DC;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D7F906AEE2C8002EF6DC = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D7FE06AEE2FD002EF6DC = {
+ children = (
+ F0B6D82606AEE678002EF6DC,
+ );
+ isa = PBXGroup;
+ name = asn2gb;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0B6D81006AEE32F002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D81106AEE32F002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B6D81806AEE345002EF6DC,
+ F0B6D82706AEE678002EF6DC,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D81206AEE32F002EF6DC = {
+ buildPhases = (
+ F0B6D81006AEE32F002EF6DC,
+ F0B6D81106AEE32F002EF6DC,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbitool -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = asn2gb;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = asn2gb;
+ productName = asn2gb;
+ productReference = F0B6D81306AEE32F002EF6DC;
+ productType = "com.apple.product-type.tool";
+ };
+ F0B6D81306AEE32F002EF6DC = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = asn2gb;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B6D81806AEE345002EF6DC = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D82606AEE678002EF6DC = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2gb.c;
+ path = ../../demo/asn2gb.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B6D82706AEE678002EF6DC = {
+ fileRef = F0B6D82606AEE678002EF6DC;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D83906AEE6E1002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D83A06AEE6E1002EF6DC = {
+ buildActionMask = 2147483647;
+ files = (
+ F0B6D84506AEE70D002EF6DC,
+ F0B6D84906AEE715002EF6DC,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0B6D83B06AEE6E1002EF6DC = {
+ buildPhases = (
+ F0B6D83906AEE6E1002EF6DC,
+ F0B6D83A06AEE6E1002EF6DC,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbitool -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = asn2xml;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = asn2xml;
+ productName = asn2xml;
+ productReference = F0B6D83C06AEE6E1002EF6DC;
+ productType = "com.apple.product-type.tool";
+ };
+ F0B6D83C06AEE6E1002EF6DC = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = asn2xml;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0B6D84406AEE70D002EF6DC = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2xml.c;
+ path = ../../demo/asn2xml.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0B6D84506AEE70D002EF6DC = {
+ fileRef = F0B6D84406AEE70D002EF6DC;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0B6D84906AEE715002EF6DC = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D7006AC2B1F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = id1arch.c;
+ path = ../../network/id1arch/id1arch.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D7106AC2B1F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = accid1.c;
+ path = ../../network/id1arch/accid1.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D7206AC2B1F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = id1gen.c;
+ path = ../../network/id1arch/id1gen.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D7306AC2B1F00EC2330 = {
+ fileRef = F0BC2D7006AC2B1F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D7406AC2B1F00EC2330 = {
+ fileRef = F0BC2D7106AC2B1F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D7506AC2B1F00EC2330 = {
+ fileRef = F0BC2D7206AC2B1F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D7606AC2B4400EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = medutil.c;
+ path = ../../network/medarch/client/medutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D7706AC2B4400EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = medarch.c;
+ path = ../../network/medarch/client/medarch.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D7806AC2B4400EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objmla.c;
+ path = ../../network/medarch/client/objmla.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D7906AC2B4400EC2330 = {
+ fileRef = F0BC2D7606AC2B4400EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D7A06AC2B4400EC2330 = {
+ fileRef = F0BC2D7706AC2B4400EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D7B06AC2B4400EC2330 = {
+ fileRef = F0BC2D7806AC2B4400EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D7C06AC2B7900EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = parttree.c;
+ path = ../../network/taxon1/taxon2/parttree.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D7D06AC2B7900EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = txcdproc.c;
+ path = ../../network/taxon1/taxon2/txcdproc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D7E06AC2B7900EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = tc2proc.c;
+ path = ../../network/taxon1/taxon2/tc2proc.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D7F06AC2B7900EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = taxcs.c;
+ path = ../../network/taxon1/taxon2/taxcs.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D8006AC2B7900EC2330 = {
+ fileRef = F0BC2D7C06AC2B7900EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D8106AC2B7900EC2330 = {
+ fileRef = F0BC2D7D06AC2B7900EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D8206AC2B7900EC2330 = {
+ fileRef = F0BC2D7E06AC2B7900EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D8306AC2B7900EC2330 = {
+ fileRef = F0BC2D7F06AC2B7900EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D8406AC2BB400EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objtax1.c;
+ path = ../../network/taxon1/common/objtax1.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D8506AC2BB400EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = taxutil.c;
+ path = ../../network/taxon1/common/taxutil.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D8606AC2BB400EC2330 = {
+ fileRef = F0BC2D8406AC2BB400EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D8706AC2BB400EC2330 = {
+ fileRef = F0BC2D8506AC2BB400EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D8806AC2C0F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ni_www.c;
+ path = ../../network/nsclilib/ni_www.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D8906AC2C0F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ni_lib_.c;
+ path = ../../network/nsclilib/ni_lib_.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D8A06AC2C0F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ni_msg.c;
+ path = ../../network/nsclilib/ni_msg.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D8B06AC2C0F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ni_debug.c;
+ path = ../../network/nsclilib/ni_debug.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D8C06AC2C0F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ni_macdv.c;
+ path = ../../network/nsclilib/ni_macdv.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D8D06AC2C0F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ni_error.c;
+ path = ../../network/nsclilib/ni_error.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D8E06AC2C0F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ni_service.c;
+ path = ../../network/nsclilib/ni_service.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D8F06AC2C0F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ni_encrs.c;
+ path = ../../network/nsclilib/ni_encrs.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D9006AC2C0F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbiurl.c;
+ path = ../../network/nsclilib/ncbiurl.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D9106AC2C0F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ni_disp.c;
+ path = ../../network/nsclilib/ni_disp.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D9206AC2C0F00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbicli.c;
+ path = ../../network/nsclilib/ncbicli.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2D9306AC2C0F00EC2330 = {
+ fileRef = F0BC2D8806AC2C0F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D9406AC2C0F00EC2330 = {
+ fileRef = F0BC2D8906AC2C0F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D9506AC2C0F00EC2330 = {
+ fileRef = F0BC2D8A06AC2C0F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D9606AC2C0F00EC2330 = {
+ fileRef = F0BC2D8B06AC2C0F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D9706AC2C0F00EC2330 = {
+ fileRef = F0BC2D8C06AC2C0F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D9806AC2C0F00EC2330 = {
+ fileRef = F0BC2D8D06AC2C0F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D9906AC2C0F00EC2330 = {
+ fileRef = F0BC2D8E06AC2C0F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D9A06AC2C0F00EC2330 = {
+ fileRef = F0BC2D8F06AC2C0F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D9B06AC2C0F00EC2330 = {
+ fileRef = F0BC2D9006AC2C0F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D9C06AC2C0F00EC2330 = {
+ fileRef = F0BC2D9106AC2C0F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D9D06AC2C0F00EC2330 = {
+ fileRef = F0BC2D9206AC2C0F00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2D9E06AC2D6F00EC2330 = {
+ children = (
+ F0BC2DA306AC2DFD00EC2330,
+ F0BC2DA406AC2DFD00EC2330,
+ F0BC2DA506AC2DFD00EC2330,
+ F0BC2DA606AC2DFD00EC2330,
+ F0BC2DA706AC2DFD00EC2330,
+ F0BC2DA806AC2DFD00EC2330,
+ F0BC2DA906AC2DFD00EC2330,
+ F0BC2DAA06AC2DFD00EC2330,
+ F0BC2DAB06AC2DFD00EC2330,
+ F0BC2DAC06AC2DFD00EC2330,
+ F0BC2DAD06AC2DFD00EC2330,
+ F0BC2DAE06AC2DFD00EC2330,
+ F0BC2DAF06AC2DFD00EC2330,
+ F0BC2DB006AC2DFD00EC2330,
+ F0BC2DB106AC2DFD00EC2330,
+ F0BC2DB206AC2DFD00EC2330,
+ F0BC2DB306AC2DFD00EC2330,
+ F0BC2DB406AC2DFD00EC2330,
+ F0BC2DB506AC2DFD00EC2330,
+ F0BC2DB606AC2DFD00EC2330,
+ F0BC2DB706AC2DFD00EC2330,
+ F0BC2DB806AC2DFD00EC2330,
+ F0BC2DB906AC2DFD00EC2330,
+ F0BC2DBA06AC2DFD00EC2330,
+ F0BC2DBB06AC2DFD00EC2330,
+ F0BC2DBC06AC2DFD00EC2330,
+ F0BC2DBD06AC2DFD00EC2330,
+ F0BC2DBE06AC2DFD00EC2330,
+ F0BC2DBF06AC2DFD00EC2330,
+ F0BC2DC006AC2DFD00EC2330,
+ F0BC2DC106AC2DFD00EC2330,
+ F0BC2DC206AC2DFD00EC2330,
+ F0BC2DC306AC2DFD00EC2330,
+ F0BC2DC406AC2DFD00EC2330,
+ F0BC2DC506AC2DFD00EC2330,
+ F0BC2DC606AC2DFD00EC2330,
+ );
+ isa = PBXGroup;
+ name = VIBRANT;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0BC2D9F06AC2D8600EC2330 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0BC2DA006AC2D8600EC2330 = {
+ buildActionMask = 2147483647;
+ files = (
+ F0BC2DC706AC2DFD00EC2330,
+ F0BC2DC806AC2DFD00EC2330,
+ F0BC2DC906AC2DFD00EC2330,
+ F0BC2DCA06AC2DFD00EC2330,
+ F0BC2DCB06AC2DFD00EC2330,
+ F0BC2DCC06AC2DFD00EC2330,
+ F0BC2DCD06AC2DFD00EC2330,
+ F0BC2DCE06AC2DFE00EC2330,
+ F0BC2DCF06AC2DFE00EC2330,
+ F0BC2DD006AC2DFE00EC2330,
+ F0BC2DD106AC2DFE00EC2330,
+ F0BC2DD206AC2DFE00EC2330,
+ F0BC2DD306AC2DFE00EC2330,
+ F0BC2DD406AC2DFE00EC2330,
+ F0BC2DD506AC2DFE00EC2330,
+ F0BC2DD606AC2DFE00EC2330,
+ F0BC2DD706AC2DFE00EC2330,
+ F0BC2DD806AC2DFE00EC2330,
+ F0BC2DD906AC2DFE00EC2330,
+ F0BC2DDA06AC2DFE00EC2330,
+ F0BC2DDB06AC2DFE00EC2330,
+ F0BC2DDC06AC2DFE00EC2330,
+ F0BC2DDD06AC2DFE00EC2330,
+ F0BC2DDE06AC2DFE00EC2330,
+ F0BC2DDF06AC2DFE00EC2330,
+ F0BC2DE006AC2DFE00EC2330,
+ F0BC2DE106AC2DFE00EC2330,
+ F0BC2DE206AC2DFE00EC2330,
+ F0BC2DE306AC2DFE00EC2330,
+ F0BC2DE406AC2DFE00EC2330,
+ F0BC2DE506AC2DFE00EC2330,
+ F0BC2DE606AC2DFE00EC2330,
+ F0BC2DE706AC2DFE00EC2330,
+ F0BC2DE806AC2DFE00EC2330,
+ F0BC2DE906AC2DFE00EC2330,
+ F0BC2DEA06AC2DFE00EC2330,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0BC2DA106AC2D8600EC2330 = {
+ buildPhases = (
+ F0BC2D9F06AC2D8600EC2330,
+ F0BC2DA006AC2D8600EC2330,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/lib;
+ LIBRARY_STYLE = STATIC;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = vibrant;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = libvibrant;
+ productName = libvibrant;
+ productReference = F0BC2DA206AC2D8600EC2330;
+ productType = "com.apple.product-type.library.static";
+ };
+ F0BC2DA206AC2D8600EC2330 = {
+ explicitFileType = archive.ar;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = libvibrant.a;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0BC2DA306AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = viewer3d.c;
+ path = ../../vibrant/viewer3d.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DA406AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = viewer.c;
+ path = ../../vibrant/viewer.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DA506AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibwndws.c;
+ path = ../../vibrant/vibwndws.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DA606AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibutils.c;
+ path = ../../vibrant/vibutils.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DA706AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibprmpt.c;
+ path = ../../vibrant/vibprmpt.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DA806AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibmouse.c;
+ path = ../../vibrant/vibmouse.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DA906AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = prim3d4.c;
+ path = ../../vibrant/prim3d4.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DAA06AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = table.c;
+ path = ../../vibrant/table.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DAB06AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = shim3d.c;
+ path = ../../vibrant/shim3d.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DAC06AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = prim3d5.c;
+ path = ../../vibrant/prim3d5.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DAD06AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = pictur3d.c;
+ path = ../../vibrant/pictur3d.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DAE06AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = prim3d3.c;
+ path = ../../vibrant/prim3d3.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DAF06AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = prim3d2.c;
+ path = ../../vibrant/prim3d2.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DB006AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = treeview.c;
+ path = ../../vibrant/treeview.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DB106AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibtexts.c;
+ path = ../../vibrant/vibtexts.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DB206AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibslate.c;
+ path = ../../vibrant/vibslate.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DB306AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibsbars.c;
+ path = ../../vibrant/vibsbars.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DB406AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibforms.c;
+ path = ../../vibrant/vibforms.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DB506AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibfiles.c;
+ path = ../../vibrant/vibfiles.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DB606AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibextra.c;
+ path = ../../vibrant/vibextra.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DB706AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibbutns.c;
+ path = ../../vibrant/vibbutns.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DB806AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = imagelst.c;
+ path = ../../vibrant/imagelst.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DB906AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = odlbox.c;
+ path = ../../vibrant/odlbox.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DBA06AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = picture.c;
+ path = ../../vibrant/picture.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DBB06AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = netscape.c;
+ path = ../../vibrant/netscape.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DBC06AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = diagnost.c;
+ path = ../../vibrant/diagnost.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DBD06AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = drawing.c;
+ path = ../../vibrant/drawing.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DBE06AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibmenus.c;
+ path = ../../vibrant/vibmenus.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DBF06AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = viblists.c;
+ path = ../../vibrant/viblists.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DC006AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = vibgroup.c;
+ path = ../../vibrant/vibgroup.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DC106AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = document.c;
+ path = ../../vibrant/document.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DC206AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = image.c;
+ path = ../../vibrant/image.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DC306AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = prim3d1.c;
+ path = ../../vibrant/prim3d1.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DC406AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = palette.c;
+ path = ../../vibrant/palette.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DC506AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = mapping.c;
+ path = ../../vibrant/mapping.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DC606AC2DFD00EC2330 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = ncbidraw.c;
+ path = ../../vibrant/ncbidraw.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0BC2DC706AC2DFD00EC2330 = {
+ fileRef = F0BC2DA306AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DC806AC2DFD00EC2330 = {
+ fileRef = F0BC2DA406AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DC906AC2DFD00EC2330 = {
+ fileRef = F0BC2DA506AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DCA06AC2DFD00EC2330 = {
+ fileRef = F0BC2DA606AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DCB06AC2DFD00EC2330 = {
+ fileRef = F0BC2DA706AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DCC06AC2DFD00EC2330 = {
+ fileRef = F0BC2DA806AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DCD06AC2DFD00EC2330 = {
+ fileRef = F0BC2DA906AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DCE06AC2DFE00EC2330 = {
+ fileRef = F0BC2DAA06AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DCF06AC2DFE00EC2330 = {
+ fileRef = F0BC2DAB06AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DD006AC2DFE00EC2330 = {
+ fileRef = F0BC2DAC06AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DD106AC2DFE00EC2330 = {
+ fileRef = F0BC2DAD06AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DD206AC2DFE00EC2330 = {
+ fileRef = F0BC2DAE06AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DD306AC2DFE00EC2330 = {
+ fileRef = F0BC2DAF06AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DD406AC2DFE00EC2330 = {
+ fileRef = F0BC2DB006AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DD506AC2DFE00EC2330 = {
+ fileRef = F0BC2DB106AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DD606AC2DFE00EC2330 = {
+ fileRef = F0BC2DB206AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DD706AC2DFE00EC2330 = {
+ fileRef = F0BC2DB306AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DD806AC2DFE00EC2330 = {
+ fileRef = F0BC2DB406AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DD906AC2DFE00EC2330 = {
+ fileRef = F0BC2DB506AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DDA06AC2DFE00EC2330 = {
+ fileRef = F0BC2DB606AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DDB06AC2DFE00EC2330 = {
+ fileRef = F0BC2DB706AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DDC06AC2DFE00EC2330 = {
+ fileRef = F0BC2DB806AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DDD06AC2DFE00EC2330 = {
+ fileRef = F0BC2DB906AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DDE06AC2DFE00EC2330 = {
+ fileRef = F0BC2DBA06AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DDF06AC2DFE00EC2330 = {
+ fileRef = F0BC2DBB06AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DE006AC2DFE00EC2330 = {
+ fileRef = F0BC2DBC06AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DE106AC2DFE00EC2330 = {
+ fileRef = F0BC2DBD06AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DE206AC2DFE00EC2330 = {
+ fileRef = F0BC2DBE06AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DE306AC2DFE00EC2330 = {
+ fileRef = F0BC2DBF06AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DE406AC2DFE00EC2330 = {
+ fileRef = F0BC2DC006AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DE506AC2DFE00EC2330 = {
+ fileRef = F0BC2DC106AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DE606AC2DFE00EC2330 = {
+ fileRef = F0BC2DC206AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DE706AC2DFE00EC2330 = {
+ fileRef = F0BC2DC306AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DE806AC2DFE00EC2330 = {
+ fileRef = F0BC2DC406AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DE906AC2DFE00EC2330 = {
+ fileRef = F0BC2DC506AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DEA06AC2DFE00EC2330 = {
+ fileRef = F0BC2DC606AC2DFD00EC2330;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0BC2DFF06AC3D1F00EC2330 = {
+ buildPhases = (
+ );
+ buildSettings = {
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = "Build All";
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
+ };
+ dependencies = (
+ F0BC2E0106AC3D2500EC2330,
+ F0BC2E0306AC3D2500EC2330,
+ F0BC2E0506AC3D2500EC2330,
+ F095C81C06AEB8C500C0C74D,
+ F095C81E06AEB8C500C0C74D,
+ F0BC2E0706AC3D2500EC2330,
+ F0BC2E0906AC3D2500EC2330,
+ F0BC2E0B06AC3D2500EC2330,
+ F095C60F06AE90FF00C0C74D,
+ F095C61106AE90FF00C0C74D,
+ F0BC2E0D06AC3D2500EC2330,
+ );
+ isa = PBXAggregateTarget;
+ name = "Build All Libraries";
+ productName = "Build All";
+ };
+ F0BC2E0006AC3D2500EC2330 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0E3B02C06A551BB00F473CA;
+ remoteInfo = libncbi;
+ };
+ F0BC2E0106AC3D2500EC2330 = {
+ isa = PBXTargetDependency;
+ target = F0E3B02C06A551BB00F473CA;
+ targetProxy = F0BC2E0006AC3D2500EC2330;
+ };
+ F0BC2E0206AC3D2500EC2330 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F012D9DD06A562C900741D48;
+ remoteInfo = libncbiobj;
+ };
+ F0BC2E0306AC3D2500EC2330 = {
+ isa = PBXTargetDependency;
+ target = F012D9DD06A562C900741D48;
+ targetProxy = F0BC2E0206AC3D2500EC2330;
+ };
+ F0BC2E0406AC3D2500EC2330 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F094650206AC19B300DF5D77;
+ remoteInfo = libncbimmdb;
+ };
+ F0BC2E0506AC3D2500EC2330 = {
+ isa = PBXTargetDependency;
+ target = F094650206AC19B300DF5D77;
+ targetProxy = F0BC2E0406AC3D2500EC2330;
+ };
+ F0BC2E0606AC3D2500EC2330 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F094650806AC19F300DF5D77;
+ remoteInfo = libncbidesk;
+ };
+ F0BC2E0706AC3D2500EC2330 = {
+ isa = PBXTargetDependency;
+ target = F094650806AC19F300DF5D77;
+ targetProxy = F0BC2E0606AC3D2500EC2330;
+ };
+ F0BC2E0806AC3D2500EC2330 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B2E50106AC24A30054E175;
+ remoteInfo = libnetwork;
+ };
+ F0BC2E0906AC3D2500EC2330 = {
+ isa = PBXTargetDependency;
+ target = F0B2E50106AC24A30054E175;
+ targetProxy = F0BC2E0806AC3D2500EC2330;
+ };
+ F0BC2E0A06AC3D2500EC2330 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0B2E50C06AC24F90054E175;
+ remoteInfo = libncbitool;
+ };
+ F0BC2E0B06AC3D2500EC2330 = {
+ isa = PBXTargetDependency;
+ target = F0B2E50C06AC24F90054E175;
+ targetProxy = F0BC2E0A06AC3D2500EC2330;
+ };
+ F0BC2E0C06AC3D2500EC2330 = {
+ containerPortal = F0E3B02206A5513900F473CA;
+ isa = PBXContainerItemProxy;
+ proxyType = 1;
+ remoteGlobalIDString = F0BC2DA106AC2D8600EC2330;
+ remoteInfo = libvibrant;
+ };
+ F0BC2E0D06AC3D2500EC2330 = {
+ isa = PBXTargetDependency;
+ target = F0BC2DA106AC2D8600EC2330;
+ targetProxy = F0BC2E0C06AC3D2500EC2330;
+ };
+ F0E3B01E06A5513900F473CA = {
+ children = (
+ F095C60006AE908A00C0C74D,
+ F0B6D64C06AEC165002EF6DC,
+ F0FEF69B06AC42CB005DD516,
+ F0E3B02E06A551BB00F473CA,
+ F0FEF7AB06AC45F0005DD516,
+ );
+ isa = PBXGroup;
+ name = NCBI;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0E3B02006A5513900F473CA = {
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ GCC_ENABLE_CPP_EXCEPTIONS = NO;
+ GCC_ENABLE_CPP_RTTI = NO;
+ GCC_INPUT_FILETYPE = automatic;
+ GCC_MODEL_CPU = G4;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PRECOMPILE_PREFIX_HEADER = NO;
+ GCC_PREFIX_HEADER = "";
+ GCC_PREPROCESSOR_DEFINITIONS = WIN_MAC;
+ HEADER_SEARCH_PATHS = "/Developer/Headers/FlatCarbon ../../ ../../include ../../link/macmet ../../corelib ../../corelib/morefile ../../access ../../cn3d ../../tools ../../object ../../asnstat ../../asnlib ../../biostruc ../../biostruc/cn3d ../../biostruc/cdd ../../connect ../../ddv ../../api ../../network/id1arch ../../network/blast3/client ../../network/nsclilib ../../network/taxon1/common ../../network/taxon1/taxon2 ../../vibrant ../../cdromlib ../../gif ../../desktop ../../network/vibnet ../../network/medarch/client";
+ ZERO_LINK = NO;
+ };
+ isa = PBXBuildStyle;
+ name = Development;
+ };
+ F0E3B02106A5513900F473CA = {
+ buildSettings = {
+ COPY_PHASE_STRIP = YES;
+ GCC_ENABLE_CPP_EXCEPTIONS = NO;
+ GCC_ENABLE_CPP_RTTI = NO;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+ GCC_MODEL_CPU = G4;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
+ GCC_PREPROCESSOR_DEFINITIONS = WIN_MAC;
+ HEADER_SEARCH_PATHS = "/Developer/Headers/FlatCarbon ../../ ../../link/macmet ../../corelib ../../corelib/morefile ../../access ../../cn3d ../../tools ../../object ../../asn ../../asnlib ../../biostruc ../../biostruc/cn3d ../../biostruc/cdd ../../connect ../../ddv ../../asnstat ../../api ../../network/id1arch ../../network/blast3/client ../../network/nsclilib ../../network/taxon1/common ../../network/taxon1/taxon2 ../../vibrant ../../cdromlib ../../gif ../../desktop ../../network/vibnet ../../network/medarch/client";
+ };
+ isa = PBXBuildStyle;
+ name = Deployment;
+ };
+ F0E3B02206A5513900F473CA = {
+ buildSettings = {
+ };
+ buildStyles = (
+ F0E3B02006A5513900F473CA,
+ F0E3B02106A5513900F473CA,
+ );
+ hasScannedForEncodings = 1;
+ isa = PBXProject;
+ mainGroup = F0E3B01E06A5513900F473CA;
+ productRefGroup = F0E3B02E06A551BB00F473CA;
+ projectDirPath = "";
+ targets = (
+ F030B70006AD64B100F0C214,
+ F0BC2DFF06AC3D1F00EC2330,
+ F030B6FA06AD648900F0C214,
+ F00AEE6C06AFD6DD003C8FEB,
+ F0E3B02C06A551BB00F473CA,
+ F012D9DD06A562C900741D48,
+ F094650206AC19B300DF5D77,
+ F095C7FD06AEB84D00C0C74D,
+ F095C78406AEB72300C0C74D,
+ F094650806AC19F300DF5D77,
+ F0B2E50106AC24A30054E175,
+ F0B2E50C06AC24F90054E175,
+ F0BC2DA106AC2D8600EC2330,
+ F095C50306AE8EB800C0C74D,
+ F095C59006AE8FDE00C0C74D,
+ F095C4A906AE8A3E00C0C74D,
+ F0B6D5DE06AEBF8C002EF6DC,
+ F0B6D67D06AEC24A002EF6DC,
+ F0B6D61F06AEC094002EF6DC,
+ F0B6D69F06AEC32F002EF6DC,
+ F0B6D6BD06AEC3FC002EF6DC,
+ F0B6D70D06AEDA55002EF6DC,
+ F0FEF6BD06AC4515005DD516,
+ F0B6D78E06AEDF06002EF6DC,
+ F00AEE2206AFD5C6003C8FEB,
+ F00AEE3A06AFD603003C8FEB,
+ F00AEE1A06AFD5B8003C8FEB,
+ F0B6D7D106AEE06C002EF6DC,
+ F0B6D7AA06AEDFD5002EF6DC,
+ F04B0DB106DA1AE600ED1405,
+ F0FEB70206B542B400975471,
+ F0B6D7EE06AEE275002EF6DC,
+ F0B6D81206AEE32F002EF6DC,
+ F0B6D83B06AEE6E1002EF6DC,
+ F00AEE1206AFD5A6003C8FEB,
+ F0FEF69F06AC42E3005DD516,
+ F00AEE4206AFD613003C8FEB,
+ F00AEE2A06AFD5D7003C8FEB,
+ F00AEE3206AFD5EC003C8FEB,
+ );
+ };
+ F0E3B02906A551A100F473CA = {
+ children = (
+ F095C83206AEBAE100C0C74D,
+ F012D96006A557C100741D48,
+ F012D95A06A5577A00741D48,
+ F012D95806A5572200741D48,
+ F012D95606A556FF00741D48,
+ F012D93006A5568500741D48,
+ F012D93106A5568500741D48,
+ F012D93206A5568500741D48,
+ F012D93306A5568500741D48,
+ F012D93406A5568500741D48,
+ F012D93506A5568500741D48,
+ F012D93606A5568500741D48,
+ F012D93706A5568500741D48,
+ F012D93806A5568500741D48,
+ F012D93906A5568500741D48,
+ F012D93A06A5568500741D48,
+ F012D93B06A5568500741D48,
+ F012D93C06A5568500741D48,
+ F012D93D06A5568500741D48,
+ F012D93E06A5568500741D48,
+ F012D93F06A5568500741D48,
+ F012D94006A5568500741D48,
+ F012D94106A5568500741D48,
+ F012D94206A5568500741D48,
+ F012D92E06A555D900741D48,
+ F012D92C06A555BB00741D48,
+ F012D92806A5559200741D48,
+ F012D92906A5559200741D48,
+ F012D91406A5554100741D48,
+ F012D91506A5554100741D48,
+ F012D91606A5554100741D48,
+ F012D91706A5554100741D48,
+ F012D91806A5554100741D48,
+ F012D91906A5554100741D48,
+ F012D91A06A5554100741D48,
+ F012D91B06A5554100741D48,
+ F012D91C06A5554100741D48,
+ F012D91D06A5554100741D48,
+ F012D91206A554E600741D48,
+ F012D8B106A5527C00741D48,
+ F012D8B806A552CB00741D48,
+ F012D8BF06A552CB00741D48,
+ F012D8C206A552CB00741D48,
+ F012D8C306A552CB00741D48,
+ F012D8C506A552CB00741D48,
+ F012D8CA06A552CB00741D48,
+ F012D8CC06A552CB00741D48,
+ F012D8CF06A552CB00741D48,
+ F012D8D206A552CB00741D48,
+ F012D8D506A552CB00741D48,
+ F012D8D706A552CB00741D48,
+ F012D8D906A552CB00741D48,
+ F012D8DC06A552CB00741D48,
+ F012D8DE06A552CB00741D48,
+ F012D8E206A552CB00741D48,
+ F012D8EA06A552CB00741D48,
+ F012D8EC06A552CB00741D48,
+ F012D8F606A552CB00741D48,
+ F012D8F906A552CB00741D48,
+ F012D8FA06A552CB00741D48,
+ F012D8FB06A552CB00741D48,
+ F012D90006A552CB00741D48,
+ F012D90806A552CB00741D48,
+ F012D90A06A552CB00741D48,
+ F012D90E06A552CB00741D48,
+ F012D8B306A552A600741D48,
+ );
+ isa = PBXGroup;
+ name = "NCBI Core";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0E3B02B06A551BB00F473CA = {
+ buildActionMask = 2147483647;
+ files = (
+ F012D8B206A5527C00741D48,
+ F012D8B406A552A600741D48,
+ F012D91306A554E600741D48,
+ F012D91E06A5554100741D48,
+ F012D91F06A5554100741D48,
+ F012D92006A5554100741D48,
+ F012D92106A5554100741D48,
+ F012D92206A5554100741D48,
+ F012D92306A5554100741D48,
+ F012D92406A5554100741D48,
+ F012D92506A5554100741D48,
+ F012D92606A5554100741D48,
+ F012D92706A5554100741D48,
+ F012D92A06A5559200741D48,
+ F012D92B06A5559200741D48,
+ F012D92D06A555BB00741D48,
+ F012D92F06A555D900741D48,
+ F012D94306A5568500741D48,
+ F012D94406A5568500741D48,
+ F012D94506A5568500741D48,
+ F012D94606A5568500741D48,
+ F012D94706A5568500741D48,
+ F012D94806A5568500741D48,
+ F012D94906A5568500741D48,
+ F012D94A06A5568500741D48,
+ F012D94B06A5568500741D48,
+ F012D94C06A5568500741D48,
+ F012D94D06A5568500741D48,
+ F012D94E06A5568500741D48,
+ F012D94F06A5568500741D48,
+ F012D95006A5568500741D48,
+ F012D95106A5568500741D48,
+ F012D95206A5568500741D48,
+ F012D95306A5568500741D48,
+ F012D95406A5568500741D48,
+ F012D95506A5568500741D48,
+ F012D95706A556FF00741D48,
+ F012D95B06A5577A00741D48,
+ F012D96106A557C100741D48,
+ F012D96706A557E600741D48,
+ F012D96906A557E700741D48,
+ F012D96D06A557E900741D48,
+ F012D97006A557EA00741D48,
+ F012D97206A557EB00741D48,
+ F012D97406A557EC00741D48,
+ F012D97606A557F200741D48,
+ F012D97806A557F300741D48,
+ F012D97A06A557F400741D48,
+ F012D97C06A557F400741D48,
+ F012D97E06A557F600741D48,
+ F012D98006A557F600741D48,
+ F012D98206A557F700741D48,
+ F012D98406A557F800741D48,
+ F012D98606A557F900741D48,
+ F012D98806A557FA00741D48,
+ F012D98A06A557FA00741D48,
+ F012D98C06A557FB00741D48,
+ F012D98E06A557FC00741D48,
+ F012D99406A557FE00741D48,
+ F012D99606A557FF00741D48,
+ F012D99806A557FF00741D48,
+ F012D99A06A5580000741D48,
+ F095C69106AE997000C0C74D,
+ F095C83306AEBAE100C0C74D,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0E3B02C06A551BB00F473CA = {
+ buildPhases = (
+ F0E8272206AD774E00B8A983,
+ F0E3B02B06A551BB00F473CA,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/lib;
+ LIBRARY_STYLE = STATIC;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = ncbi;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = libncbi;
+ productName = libncbi;
+ productReference = F0E3B02D06A551BB00F473CA;
+ productType = "com.apple.product-type.library.static";
+ };
+ F0E3B02D06A551BB00F473CA = {
+ explicitFileType = archive.ar;
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = libncbi.a;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0E3B02E06A551BB00F473CA = {
+ children = (
+ F0E3B02D06A551BB00F473CA,
+ F012D9DE06A562C900741D48,
+ F094650306AC19B300DF5D77,
+ F094650906AC19F300DF5D77,
+ F0B2E50206AC24A30054E175,
+ F0B2E50D06AC24F90054E175,
+ F0BC2DA206AC2D8600EC2330,
+ F0FEF6A006AC42E3005DD516,
+ F0FEF6BE06AC4515005DD516,
+ F095C4AA06AE8A3E00C0C74D,
+ F095C50406AE8EB800C0C74D,
+ F095C59106AE8FDE00C0C74D,
+ F095C78506AEB72300C0C74D,
+ F095C7FE06AEB84D00C0C74D,
+ F0B6D5DF06AEBF8C002EF6DC,
+ F0B6D62006AEC094002EF6DC,
+ F0B6D67E06AEC24A002EF6DC,
+ F0B6D6A006AEC32F002EF6DC,
+ F0B6D6BE06AEC3FC002EF6DC,
+ F0B6D70E06AEDA55002EF6DC,
+ F0B6D78F06AEDF06002EF6DC,
+ F0B6D7AB06AEDFD5002EF6DC,
+ F0B6D7D206AEE06C002EF6DC,
+ F0B6D7EF06AEE275002EF6DC,
+ F0B6D81306AEE32F002EF6DC,
+ F0B6D83C06AEE6E1002EF6DC,
+ F00AEE1306AFD5A6003C8FEB,
+ F00AEE1B06AFD5B8003C8FEB,
+ F00AEE2306AFD5C6003C8FEB,
+ F00AEE2B06AFD5D7003C8FEB,
+ F00AEE3306AFD5EC003C8FEB,
+ F00AEE3B06AFD603003C8FEB,
+ F00AEE4306AFD613003C8FEB,
+ F0FEB70306B542B400975471,
+ F04B0DB206DA1AE600ED1405,
+ );
+ isa = PBXGroup;
+ name = Products;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0E47F8406AEE77800FD29D4 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = gil2bin.c;
+ path = ../../demo/gil2bin.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0E47F8706AEE78500FD29D4 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = testobj.c;
+ path = ../../demo/testobj.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0E47F8A06AEE79200FD29D4 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = fastacmd.c;
+ path = ../../demo/fastacmd.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0E47F8D06AEE79D00FD29D4 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = formatdb.c;
+ path = ../../demo/formatdb.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0E47F9506AEE7B700FD29D4 = {
+ children = (
+ F00AEE4F06AFD65A003C8FEB,
+ );
+ isa = PBXGroup;
+ name = testmem;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0E47F9A06AEE7BF00FD29D4 = {
+ children = (
+ F00AEE4C06AFD651003C8FEB,
+ );
+ isa = PBXGroup;
+ name = testval;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0E47F9F06AEE7DC00FD29D4 = {
+ children = (
+ F00AEE4806AFD642003C8FEB,
+ );
+ isa = PBXGroup;
+ name = asn2asn;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0E47FBD06AEEC1D00FD29D4 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ isa = PBXShellScriptBuildPhase;
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "if test ! -d $BUILD_ROOT/$EXECUTABLE_FOLDER_PATH/data; then\n cd ../..\n echo $BUILD_ROOT/$EXECUTABLE_FOLDER_PATH/data\n ln -s $(pwd)/data $BUILD_ROOT/$EXECUTABLE_FOLDER_PATH/data\nfi";
+ };
+ F0E8272206AD774E00B8A983 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ isa = PBXShellScriptBuildPhase;
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "if test ! -d ../../include ; then mkdir ../../include ; fi\nif test ! -e ../../include/ncbilcl.h ; then cp ../../corelib/ncbilcl.met ../../include/ncbilcl.h ; fi";
+ };
+ F0FB657F071FF25300DF3230 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = blast_tback.c;
+ path = ../../algo/blast/api/blast_tback.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0FB6581071FF28B00DF3230 = {
+ fileRef = F0FB657F071FF25300DF3230;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0FEB6FD06B5429300975471 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asn2fsa.c;
+ path = ../../demo/asn2fsa.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0FEB70006B542B400975471 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0FEB70106B542B400975471 = {
+ buildActionMask = 2147483647;
+ files = (
+ F0FEB70506B542D400975471,
+ F0FEB70606B542DF00975471,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0FEB70206B542B400975471 = {
+ buildPhases = (
+ F0FEB70006B542B400975471,
+ F0FEB70106B542B400975471,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbitool -lncbiobj -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = asn2fsa;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = asn2fsa;
+ productName = asn2fsa;
+ productReference = F0FEB70306B542B400975471;
+ productType = "com.apple.product-type.tool";
+ };
+ F0FEB70306B542B400975471 = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = asn2fsa;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0FEB70506B542D400975471 = {
+ fileRef = F0FEB6FD06B5429300975471;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0FEB70606B542DF00975471 = {
+ fileRef = F012D8B806A552CB00741D48;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0FEF69706AC414C005DD516 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = spellapi.c;
+ path = ../../network/spell/client/spellapi.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0FEF69806AC414C005DD516 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = objspell.c;
+ path = ../../network/spell/client/objspell.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0FEF69906AC414C005DD516 = {
+ fileRef = F0FEF69706AC414C005DD516;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0FEF69A06AC414C005DD516 = {
+ fileRef = F0FEF69806AC414C005DD516;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0FEF69B06AC42CB005DD516 = {
+ children = (
+ F095C4AE06AE8A6F00C0C74D,
+ F0B6D59406AEBCFF002EF6DC,
+ F0B6D61506AEC088002EF6DC,
+ F0B6D62D06AEC12B002EF6DC,
+ F0B6D63206AEC133002EF6DC,
+ F0B6D63706AEC13A002EF6DC,
+ F0B6D64606AEC153002EF6DC,
+ );
+ isa = PBXGroup;
+ name = Applications;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0FEF69C06AC42D5005DD516 = {
+ children = (
+ F0FEF6A406AC42F8005DD516,
+ );
+ isa = PBXGroup;
+ name = tbl2asn;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0FEF69D06AC42E3005DD516 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0FEF69E06AC42E3005DD516 = {
+ buildActionMask = 2147483647;
+ files = (
+ F0FEF6A506AC42F8005DD516,
+ F0B6D58F06AEBC1C002EF6DC,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0FEF69F06AC42E3005DD516 = {
+ buildPhases = (
+ F0FEF69D06AC42E3005DD516,
+ F0FEF69E06AC42E3005DD516,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbiobj -lncbitool -lnetwork -lncbimmdb -lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = tbl2asn;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ );
+ isa = PBXNativeTarget;
+ name = tbl2asn;
+ productName = tbl2asn;
+ productReference = F0FEF6A006AC42E3005DD516;
+ productType = "com.apple.product-type.tool";
+ };
+ F0FEF6A006AC42E3005DD516 = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = tbl2asn;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0FEF6A406AC42F8005DD516 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = tbl2asn.c;
+ path = ../../demo/tbl2asn.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0FEF6A506AC42F8005DD516 = {
+ fileRef = F0FEF6A406AC42F8005DD516;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0FEF6B606AC4505005DD516 = {
+ children = (
+ F0FEF6C206AC454E005DD516,
+ F0FEF6C306AC454E005DD516,
+ );
+ isa = PBXGroup;
+ name = asntool;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0FEF6BB06AC4515005DD516 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ isa = PBXHeadersBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0FEF6BC06AC4515005DD516 = {
+ buildActionMask = 2147483647;
+ files = (
+ F0FEF6C406AC454E005DD516,
+ F0FEF6C506AC454E005DD516,
+ F095C6FA06AEA26100C0C74D,
+ );
+ isa = PBXSourcesBuildPhase;
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F0FEF6BD06AC4515005DD516 = {
+ buildPhases = (
+ F0FEF6BB06AC4515005DD516,
+ F0FEF6BC06AC4515005DD516,
+ F0B4792A06AFD90800D1FA07,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INSTALL_PATH = /usr/local/bin;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = "-lncbi -framework Carbon";
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = asntool;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ };
+ dependencies = (
+ F079CDDA06CB96B400E2E865,
+ );
+ isa = PBXNativeTarget;
+ name = asntool;
+ productName = asntool;
+ productReference = F0FEF6BE06AC4515005DD516;
+ productType = "com.apple.product-type.tool";
+ };
+ F0FEF6BE06AC4515005DD516 = {
+ explicitFileType = "compiled.mach-o.executable";
+ includeInIndex = 0;
+ isa = PBXFileReference;
+ path = asntool;
+ refType = 3;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F0FEF6C206AC454E005DD516 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asncode.c;
+ path = ../../asnlib/asncode.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0FEF6C306AC454E005DD516 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.c;
+ name = asntool.c;
+ path = ../../asnlib/asntool.c;
+ refType = 2;
+ sourceTree = SOURCE_ROOT;
+ };
+ F0FEF6C406AC454E005DD516 = {
+ fileRef = F0FEF6C206AC454E005DD516;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0FEF6C506AC454E005DD516 = {
+ fileRef = F0FEF6C306AC454E005DD516;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F0FEF7AB06AC45F0005DD516 = {
+ children = (
+ F0FEFAA506AC4623005DD516,
+ );
+ isa = PBXGroup;
+ name = Frameworks;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F0FEFAA506AC4623005DD516 = {
+ isa = PBXFileReference;
+ lastKnownFileType = wrapper.framework;
+ name = Carbon.framework;
+ path = /System/Library/Frameworks/Carbon.framework;
+ refType = 0;
+ sourceTree = "<absolute>";
+ };
+ };
+ rootObject = F0E3B02206A5513900F473CA;
+}