https://github.com/bcgsc/ntCard
Tip revision: c9e66cc2870ea68f5a0905f9417a1935ae3a1ae1 authored by mohamadi on 12 October 2018, 22:15:45 UTC
README and version updated to 1.1.0
README and version updated to 1.1.0
Tip revision: c9e66cc
Makefile.am
bin_PROGRAMS = ntcard nthll
ntcard_CPPFLAGS = -I$(top_srcdir)/Common
ntcard_SOURCES = \
Common/Uncompress.cpp \
Common/Uncompress.h \
Common/SignalHandler.cpp \
Common/SignalHandler.h \
Common/StringUtil.h \
Common/Fcontrol.cpp \
Common/Fcontrol.h \
Common/nthash.hpp \
Common/ntHashIterator.hpp \
ntcard.cpp
nthll_CPPFLAGS = -I$(top_srcdir)/Common
nthll_SOURCES = \
Common/Uncompress.cpp \
Common/Uncompress.h \
Common/SignalHandler.cpp \
Common/SignalHandler.h \
Common/Fcontrol.cpp \
Common/Fcontrol.h \
Common/nthash.hpp \
Common/ntHashIterator.hpp \
nthll.cpp
dist_doc_DATA = \
ChangeLog \
CITATION.bib \
LICENSE \
README.md
EXTRA_DIST=autogen.sh