https://github.com/bcgsc/ntCard
Tip revision: de4252db866b8cf232fd746d94ad49de7ce02c03 authored by Hamid Mohamadi on 11 January 2017, 21:01:42 UTC
Update README.md
Update README.md
Tip revision: de4252d
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/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 \
COPYRIGHT \
LICENSE \
README.md
EXTRA_DIST=autogen.sh