~ubuntu-branches/debian/experimental/ncbi-tools6/experimental

« back to all changes in this revision

Viewing changes to access/makeacc.unx

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2008-07-14 19:43:15 UTC
  • mfrom: (2.1.12 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080714194315-ed44u9ek7txva2rz
Tags: 6.1.20080302-3
tools/readdb.c: enable madvise()-based code on all glibc (hence all
Debian) systems, not just Linux.  (Closes: #490437.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
mv asninsdseq.h ../asnstat/
24
24
asntool -m insdseq.asn -G -B objinsdseq -K asninsdseq.h -Z
25
25
 
 
26
asntool -m mla2.asn -o asnmla2.h
 
27
mv asnmla2.h ../asnstat/
 
28
asntool -m mla2.asn -M ../asn/pub.asn,../asn/biblio.asn,../asn/medline.asn,../asn/medlars.asn,../asn/pubmed.asn -G -B objmla2 -I mlkludge.h -K asnmla2.h -Z
 
29
 
 
30
asntool -m seqtable.asn -M ../asn/seqloc.asn -G -B objtable -K asntable.h -Z
 
31