2004-12-23 15:16:30 +02:00
|
|
|
bin_PROGRAMS = cmph
|
|
|
|
lib_LTLIBRARIES = libcmph.la
|
2010-06-28 22:01:18 +03:00
|
|
|
include_HEADERS = cmph.h cmph_types.h cmph_time.h chd_ph.h
|
2009-06-12 05:10:39 +03:00
|
|
|
libcmph_la_SOURCES = hash.h hash.c \
|
2010-11-09 02:02:18 +02:00
|
|
|
jenkins_hash.h jenkins_hash.c MurmurHash2.h\
|
2009-06-12 05:10:39 +03:00
|
|
|
hash_state.h debug.h \
|
|
|
|
vstack.h vstack.c vqueue.h vqueue.c\
|
|
|
|
graph.h graph.c bitbool.h \
|
|
|
|
cmph.h cmph.c cmph_structs.h cmph_structs.c\
|
|
|
|
chm.h chm.c chm_structs.h \
|
|
|
|
bmz.h bmz.c bmz_structs.h \
|
|
|
|
bmz8.h bmz8.c bmz8_structs.h \
|
|
|
|
bdz.h bdz.c bdz_structs.h \
|
|
|
|
bdz_ph.h bdz_ph.c bdz_structs_ph.h \
|
|
|
|
brz.h brz.c brz_structs.h \
|
|
|
|
fch.h fch.c fch_structs.h \
|
|
|
|
fch_buckets.h fch_buckets.c \
|
|
|
|
chd.h chd.c chd_structs.h \
|
|
|
|
chd_ph.h chd_ph.c chd_structs_ph.h \
|
|
|
|
miller_rabin.h miller_rabin.c \
|
|
|
|
buffer_manager.h buffer_manager.c \
|
|
|
|
buffer_entry.h buffer_entry.c\
|
|
|
|
select.h select.c select_lookup_tables.h \
|
|
|
|
compressed_seq.h compressed_seq.c \
|
|
|
|
compressed_rank.h compressed_rank.c \
|
2011-01-24 14:29:22 +02:00
|
|
|
cmph_benchmark.h cmph_benchmark.cc \
|
2009-06-12 05:10:39 +03:00
|
|
|
cmph_time.h
|
2004-12-23 15:16:30 +02:00
|
|
|
|
|
|
|
libcmph_la_LDFLAGS = -version-info 0:0:0
|
|
|
|
|
2006-04-19 22:44:03 +03:00
|
|
|
cmph_SOURCES = main.c wingetopt.h wingetopt.c
|
2004-12-23 15:16:30 +02:00
|
|
|
cmph_LDADD = libcmph.la
|