forked from bcgsc/abyss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
68 lines (61 loc) · 855 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
if HAVE_LIBMPI
Parallel=Parallel
endif
if HAVE_PTHREAD
GTest=lib/gtest-1.7.0
UnitTest=Unittest
endif
dist_doc_DATA = \
ChangeLog \
CITATION.bib CITATION.md \
COPYRIGHT \
LICENSE \
README.md
if HAVE_PANDOC
dist_doc_DATA += README.html
endif
EXTRA_DIST=autogen.sh doxygen.conf
SUBDIRS = \
bin \
doc \
Common \
Graph \
DataLayer \
DataBase \
FMIndex \
Assembly \
dialign \
Align \
ABYSS $(Parallel) \
Bloom \
BloomDBG \
Konnector \
Consensus \
DAssembler \
DistanceEst \
KAligner \
Layout \
LogKmerCount \
Map \
MergePaths \
Misc \
Overlap \
PairedDBG \
ParseAligns \
PathOverlap \
PopBubbles \
Scaffold \
SimpleGraph \
kmerprint \
FilterGraph \
GapFiller \
Sealer \
AdjList \
lib/bloomfilter \
lib/nthash \
$(GTest) \
$(UnitTest)
%.html: $(srcdir)/%.md
-pandoc -s -o $@ $<
clean-local:
rm -f README.html