1
Fork 0
turbonss/src/Makefile.am

17 lines
501 B
Makefile
Raw Normal View History

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 \
select.c compressed_seq.c \
chd_ph.c miller_rabin.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