1
Fork 0
turbonss/src/Makefile.am

29 lines
825 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
2006-04-26 20:59:34 +03:00
libcmph_la_SOURCES = debug.h\
2009-03-12 04:20:33 +02:00
bitbool.h\
2004-12-23 15:16:30 +02:00
cmph_types.h\
hash.h hash_state.h hash.c\
jenkins_hash.h jenkins_hash.c\
vstack.h vstack.c\
vqueue.h vqueue.c\
graph.h graph.c\
cmph.h cmph.c\
cmph_structs.h cmph_structs.c\
2005-01-25 23:06:58 +02:00
chm.h chm_structs.h chm.c\
2005-07-28 00:13:02 +03:00
bmz.h bmz_structs.h bmz.c\
bmz8.h bmz8_structs.h bmz8.c\
2008-03-23 02:46:34 +02:00
bdz.h bdz_structs.h bdz.c\
2008-03-25 22:20:55 +02:00
bdz_ph.h bdz_structs_ph.h bdz_ph.c\
buffer_manager.h buffer_manager.c\
buffer_entry.h buffer_entry.c\
2006-08-03 21:27:16 +03:00
brz.h brz_structs.h brz.c\
fch.h fch_structs.h fch.c\
fch_buckets.h fch_buckets.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