https://github.com/bcgsc/ntCard
Revision 7132d7717681aafc35928b99b5e0b85b83849ce3 authored by mohamadi on 20 April 2017, 23:57:33 UTC, committed by mohamadi on 20 April 2017, 23:57:33 UTC
1 parent f50f8d1
Raw File
Tip revision: 7132d7717681aafc35928b99b5e0b85b83849ce3 authored by mohamadi on 20 April 2017, 23:57:33 UTC
ntcard.cpp: fixing the bug to pass more than 15 k values
Tip revision: 7132d77
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 \
	COPYRIGHT \
	LICENSE \
	README.md

EXTRA_DIST=autogen.sh
back to top