1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
15 INSTINC_SUBDIRS_I386 = \
17 INSTINC_SUBDIRS_X86_64 = \
19 INSTINC_SUBDIRS_ARM = \
21 EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
23 EXPINC_SUBDIRS_I386 = \
25 EXPINC_SUBDIRS_X86_64 = \
27 EXPINC_SUBDIRS_ARM = \
35 INSTALL_MI_DIR = crypto
37 EXPORT_MI_DIR = ${INSTALL_MI_DIR}
39 INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES}
41 # We use this to install aesxts.h in Kernel.framework/PrivateHeaders
42 # in addition to Kernel.framework/PrivateHeaders/crypto
43 # This should be removed once all clients are switched to include libkern/crypto/aesxts.h
44 INSTALL_KF_MD_LCL_LIST = aesxts.h
46 include $(MakeInc_rule)
47 include $(MakeInc_dir)