include $(MakeInc_def)
INSTINC_SUBDIRS = \
+ blowfish \
cast128 \
des \
- blowfish \
- rc5
-
+ rc4 \
+ aes \
+ sha2
-INSTINC_SUBDIRS_PPC = \
INSTINC_SUBDIRS_I386 = \
+ aes
-EXPINC_SUBDIRS = \
- cast128 \
- des \
- blowfish \
- rc5
+INSTINC_SUBDIRS_X86_64 = \
+ aes
-EXPINC_SUBDIRS_PPC = \
+INSTINC_SUBDIRS_ARM = \
+
+EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
EXPINC_SUBDIRS_I386 = \
-DATAFILES = \
- sha1.h
+EXPINC_SUBDIRS_X86_64 = \
-INSTALL_MI_LIST = ${DATAFILES}
+EXPINC_SUBDIRS_ARM = \
-INSTALL_MI_DIR = crypto
+PRIVATE_DATAFILES = \
+ sha1.h
-EXPORT_MI_LIST = ${DATAFILES}
+INSTALL_MI_DIR = crypto
-EXPORT_MI_DIR = crypto
+EXPORT_MI_DIR = ${INSTALL_MI_DIR}
+INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES}
include $(MakeInc_rule)
include $(MakeInc_dir)