2014-07-19 06:03:57 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libcryb-hash.la
|
|
|
|
|
|
|
|
libcryb_hash_la_SOURCES = \
|
2016-09-04 12:56:39 +00:00
|
|
|
cryb_adler32.c \
|
|
|
|
cryb_fletcher16.c \
|
|
|
|
cryb_fletcher32.c \
|
|
|
|
cryb_fletcher64.c \
|
|
|
|
cryb_murmur3_32.c \
|
|
|
|
cryb_pearson.c \
|
|
|
|
\
|
|
|
|
cryb_hash.c
|
2016-01-08 16:27:27 +00:00
|
|
|
|
|
|
|
dist_man3_MANS = \
|
2016-09-17 15:30:13 +00:00
|
|
|
cryb_adler32.3 \
|
2016-01-08 16:27:27 +00:00
|
|
|
cryb_fletcher.3 \
|
2016-09-17 15:30:13 +00:00
|
|
|
cryb_pearson.3 \
|
|
|
|
\
|
2016-01-08 16:27:27 +00:00
|
|
|
cryb_hash.3
|
2016-09-30 10:03:46 +00:00
|
|
|
|
|
|
|
libcryb_hash_la_LIBADD = \
|
|
|
|
$(top_builddir)/lib/core/libcryb-core.la
|
2017-03-06 23:50:17 +00:00
|
|
|
|
|
|
|
pkgconfig_DATA = cryb-hash.pc
|