author | Don Pellegrino <don@drexel.edu> | 2010-03-30 01:49:33 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2010-03-30 01:49:33 (GMT) |
commit | 8d99df9dea4edef966936516d5f800397fe612ca (patch) (unidiff) | |
tree | dc7115f9907b183583692c6c708c96b828a6e26f | |
parent | a1746971e1443fce7483614c4559b73fe792af54 (diff) | |
download | exp007-8d99df9dea4edef966936516d5f800397fe612ca.zip exp007-8d99df9dea4edef966936516d5f800397fe612ca.tar.gz exp007-8d99df9dea4edef966936516d5f800397fe612ca.tar.bz2 |
Added simple print routines as an exercise in navigating the NCBI object structure.master
-rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 809df97..1402e2f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -9,6 +9,11 @@ aggregator_SOURCES = \ | |||
9 | load/load_features.c \ | 9 | load/load_features.c \ |
10 | load/load_influenza_aa_dat.c \ | 10 | load/load_influenza_aa_dat.c \ |
11 | load/load_influenza_faa.c \ | 11 | load/load_influenza_faa.c \ |
12 | model/asn_print/asn_print_authlist.c \ | ||
13 | model/asn_print/asn_print_citgen.c \ | ||
14 | model/asn_print/asn_print_citsub.c \ | ||
15 | model/asn_print/asn_print_personid.c \ | ||
16 | model/asn_print/asn_print_pub.c \ | ||
12 | model/blast_scores_data_init.c \ | 17 | model/blast_scores_data_init.c \ |
13 | model/sequence_data_init.c | 18 | model/sequence_data_init.c |
14 | 19 | ||
@@ -32,6 +37,11 @@ noinst_HEADERS = \ | |||
32 | load/load_features.h \ | 37 | load/load_features.h \ |
33 | load/load_influenza_aa_dat.h \ | 38 | load/load_influenza_aa_dat.h \ |
34 | load/load_influenza_faa.h \ | 39 | load/load_influenza_faa.h \ |
40 | model/asn_print/asn_print_authlist.h \ | ||
41 | model/asn_print/asn_print_citgen.h \ | ||
42 | model/asn_print/asn_print_citsub.h \ | ||
43 | model/asn_print/asn_print_personid.h \ | ||
44 | model/asn_print/asn_print_pub.h \ | ||
35 | model/blast_scores_data.h \ | 45 | model/blast_scores_data.h \ |
36 | model/blast_scores_data_init.h \ | 46 | model/blast_scores_data_init.h \ |
37 | model/gi_type_data.h \ | 47 | model/gi_type_data.h \ |