mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
47 lines
568 B
Makefile
47 lines
568 B
Makefile
# $Cryb$
|
|
|
|
crybdir = $(includedir)/cryb
|
|
|
|
cryb_HEADERS = \
|
|
algorithm.h \
|
|
attributes.h \
|
|
bitwise.h \
|
|
cpe.h \
|
|
digest.h \
|
|
hash.h \
|
|
hmac.h \
|
|
hmac_sha1.h \
|
|
hmac_sha224.h \
|
|
hmac_sha256.h \
|
|
hmac_sha384.h \
|
|
hmac_sha512.h \
|
|
hotp.h \
|
|
md.h \
|
|
md2.h \
|
|
md4.h \
|
|
md5.h \
|
|
oath.h \
|
|
oath_constants.h \
|
|
oath_types.h \
|
|
rand.h \
|
|
rfc3986.h \
|
|
rfc4648.h \
|
|
sha.h \
|
|
sha1.h \
|
|
sha224.h \
|
|
sha256.h \
|
|
sha384.h \
|
|
sha512.h \
|
|
string.h \
|
|
to.h \
|
|
totp.h \
|
|
version.h
|
|
|
|
noinst_HEADERS = \
|
|
coverage.h \
|
|
ctype.h \
|
|
impl.h \
|
|
nocoverage.h \
|
|
strlcat.h \
|
|
strlcmp.h \
|
|
strlcpy.h
|