-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathMakefile.am
27 lines (22 loc) · 995 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
## Additional flags to pass to aclocal when it is invoked automatically at
## make time. The ${ACLOCAL_FLAGS} variable is picked up from the environment
## to provide a way for the user to supply additional arguments.
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AM_CPPFLAGS = -I ../htslib/ -I ../../htslib/htslib -pipe -D__STDC_LIMIT_MACROS -Wall -Wno-unused-local-typedefs -Wno-enum-compare -fpic -O2
noinst_HEADERS = \
Constant.h pException.h \
genomeLoci.h \
bcf_variant_key.h bcf_filter_arg.h bcftools.h
bin_PROGRAMS = demuxlet
## vcfast files
demuxlet_SOURCES = \
Error.cpp PhredHelper.cpp params.cpp \
hts_utils.cpp bcf_ordered_reader.cpp interval.cpp interval_tree.cpp utils.cpp genome_interval.cpp \
reference_sequence.cpp \
bcf_chunked_reader.cpp genomeChunk.cpp \
sam_filtered_reader.cpp sc_drop_seq.cpp \
bcf_filtered_reader.cpp \
filter.cpp \
tsv_reader.cpp \
cmd_cram_demuxlet.cpp
demuxlet_LDADD = ../htslib/libhts.a -lpthread -llzma -lz -lbz2 -lgomp -lcurl -lcrypto