2004-12-23 15:16:30 +02:00
|
|
|
bin_PROGRAMS = cmph
|
|
|
|
lib_LTLIBRARIES = libcmph.la
|
|
|
|
include_HEADERS = cmph.h cmph_types.h
|
2009-03-15 01:24:05 +02:00
|
|
|
libcmph_la_SOURCES = hash.c jenkins_hash.c\
|
|
|
|
vstack.c vqueue.c\
|
|
|
|
graph.c cmph.c cmph_structs.c\
|
|
|
|
chm.c bmz.c bmz8.c bdz.c bdz_ph.c\
|
|
|
|
buffer_manager.c buffer_entry.c\
|
|
|
|
brz.c fch.c fch_buckets.c \
|
2009-03-18 21:40:23 +02:00
|
|
|
select.c compressed_seq.c \
|
2009-04-08 02:16:40 +03:00
|
|
|
chd.c chd_ph.c miller_rabin.c \
|
|
|
|
compressed_rank.c
|
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
|