cryb-to/lib/Makefile.am

50 lines
570 B
Text
Raw Permalink Normal View History

2015-12-14 17:08:22 +00:00
SUBDIRS =
if CRYB_CORE
SUBDIRS += core
endif CRYB_CORE
if CRYB_CIPHER
SUBDIRS += cipher
endif CRYB_CIPHER
2015-12-14 17:08:22 +00:00
if CRYB_CPE
SUBDIRS += cpe
endif CRYB_CPE
if CRYB_DIGEST
SUBDIRS += digest
endif CRYB_DIGEST
if CRYB_ENC
SUBDIRS += enc
endif CRYB_ENC
if CRYB_HASH
SUBDIRS += hash
endif CRYB_HASH
if CRYB_MAC
SUBDIRS += mac
endif CRYB_MAC
if CRYB_MPI
SUBDIRS += mpi
endif CRYB_MPI
if CRYB_RAND
SUBDIRS += rand
endif CRYB_RAND
if CRYB_OATH
SUBDIRS += oath
endif CRYB_OATH
2015-12-14 17:08:22 +00:00
if CRYB_TEST
SUBDIRS += test
endif CRYB_TEST
if RSAREF_TESTS
2014-07-04 11:18:53 +00:00
SUBDIRS += rsaref
2015-12-14 17:08:22 +00:00
endif RSAREF_TESTS