]> git.saurik.com Git - apple/xnu.git/blob - bsd/crypto/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / crypto / Makefile
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
5
6
7 include $(MakeInc_cmd)
8 include $(MakeInc_def)
9
10 INSTINC_SUBDIRS = \
11 blowfish \
12 cast128 \
13 rc4 \
14
15 PRIVATE_DATAFILES = \
16 sha1.h \
17 sha2.h \
18 des.h \
19 aes.h aesxts.h \
20
21 INSTALL_MI_DIR = crypto
22
23 EXPORT_MI_DIR = ${INSTALL_MI_DIR}
24
25 INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES}
26
27 # We use this to install aesxts.h in Kernel.framework/PrivateHeaders
28 # in addition to Kernel.framework/PrivateHeaders/crypto
29 # This should be removed once all clients are switched to include libkern/crypto/aesxts.h
30 INSTALL_KF_MD_LCL_LIST = aesxts.h
31
32 include $(MakeInc_rule)
33 include $(MakeInc_dir)
34
35