https://github.com/bcgsc/ntCard
Revision e694ac8a120d97be8315cc51c7e5a1405577c21b authored by mohamadi on 25 July 2017, 09:24:24 UTC, committed by mohamadi on 25 July 2017, 09:24:24 UTC
1 parent c5a5fb2
Raw File
Tip revision: e694ac8a120d97be8315cc51c7e5a1405577c21b authored by mohamadi on 25 July 2017, 09:24:24 UTC
nthash.hpp: improving rotate ops
Tip revision: e694ac8
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