1 | ## $Id: Makefile.am 3317 2014-09-19 05:41:50Z peter $ |
---|
2 | |
---|
3 | # Copyright (C) 2010, 2011, 2012, 2013, 2014 Peter Johansson |
---|
4 | # |
---|
5 | # This file is part of the yat library, http://dev.thep.lu.se/yat |
---|
6 | # |
---|
7 | # The yat library is free software; you can redistribute it and/or |
---|
8 | # modify it under the terms of the GNU General Public License as |
---|
9 | # published by the Free Software Foundation; either version 3 of the |
---|
10 | # License, or (at your option) any later version. |
---|
11 | # |
---|
12 | # The yat library is distributed in the hope that it will be useful, |
---|
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
15 | # General Public License for more details. |
---|
16 | # |
---|
17 | # You should have received a copy of the GNU General Public License |
---|
18 | # along with yat. If not, see <http://www.gnu.org/licenses/>. |
---|
19 | |
---|
20 | if HAVE_LIBBAM |
---|
21 | yat_libyat_la_SOURCES += yat/omic/BamFile.cc |
---|
22 | yat_libyat_la_SOURCES += yat/omic/BamHeader.cc |
---|
23 | yat_libyat_la_SOURCES += yat/omic/BamPair.cc |
---|
24 | yat_libyat_la_SOURCES += yat/omic/BamRead.cc |
---|
25 | yat_libyat_la_SOURCES += yat/omic/BamReadFilter.cc |
---|
26 | yat_libyat_la_SOURCES += yat/omic/BamReadIterator.cc |
---|
27 | yat_libyat_la_SOURCES += yat/omic/BamWriteIterator.cc |
---|
28 | endif |
---|
29 | yat_libyat_la_SOURCES += yat/omic/Codon.cc |
---|
30 | yat_libyat_la_SOURCES += yat/omic/DNA.cc |
---|
31 | yat_libyat_la_SOURCES += yat/omic/GenomicPosition.cc |
---|
32 | yat_libyat_la_SOURCES += yat/omic/GFF.cc |
---|
33 | yat_libyat_la_SOURCES += yat/omic/GFF2.cc |
---|
34 | yat_libyat_la_SOURCES += yat/omic/GFF3.cc |
---|
35 | |
---|
36 | nobase_include_HEADERS += $(srcdir)/yat/omic/algorithm.h |
---|
37 | nobase_include_HEADERS += $(srcdir)/yat/omic/BamFile.h |
---|
38 | nobase_include_HEADERS += $(srcdir)/yat/omic/BamHeader.h |
---|
39 | nobase_include_HEADERS += $(srcdir)/yat/omic/BamPair.h |
---|
40 | nobase_include_HEADERS += $(srcdir)/yat/omic/BamPairIterator.h |
---|
41 | nobase_include_HEADERS += $(srcdir)/yat/omic/BamRead.h |
---|
42 | nobase_include_HEADERS += $(srcdir)/yat/omic/BamReadFilter.h |
---|
43 | nobase_include_HEADERS += $(srcdir)/yat/omic/BamReadIterator.h |
---|
44 | nobase_include_HEADERS += $(srcdir)/yat/omic/BamWriteIterator.h |
---|
45 | nobase_include_HEADERS += $(srcdir)/yat/omic/config_bam.h |
---|
46 | nobase_include_HEADERS += $(srcdir)/yat/omic/Codon.h |
---|
47 | nobase_include_HEADERS += $(srcdir)/yat/omic/DNA.h |
---|
48 | nobase_include_HEADERS += $(srcdir)/yat/omic/GenomicPosition.h |
---|
49 | nobase_include_HEADERS += $(srcdir)/yat/omic/GFF.h |
---|
50 | nobase_include_HEADERS += $(srcdir)/yat/omic/GFF2.h |
---|
51 | nobase_include_HEADERS += $(srcdir)/yat/omic/GFF3.h |
---|
52 | nobase_include_HEADERS += $(srcdir)/yat/omic/Pileup.h |
---|