]> git.saurik.com Git - apple/xnu.git/blame - bsd/crypto/Makefile
xnu-2050.7.9.tar.gz
[apple/xnu.git] / bsd / crypto / Makefile
CommitLineData
1c79356b
A
1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10INSTINC_SUBDIRS = \
9bccf70c 11 blowfish \
1c79356b 12 cast128 \
9bccf70c 13 rc4 \
1c79356b 14
1c79356b
A
15INSTINC_SUBDIRS_I386 = \
16
b0d623f7
A
17INSTINC_SUBDIRS_X86_64 = \
18
2d21ac55
A
19INSTINC_SUBDIRS_ARM = \
20
9bccf70c 21EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
1c79356b 22
1c79356b
A
23EXPINC_SUBDIRS_I386 = \
24
b0d623f7
A
25EXPINC_SUBDIRS_X86_64 = \
26
2d21ac55
A
27EXPINC_SUBDIRS_ARM = \
28
9bccf70c 29PRIVATE_DATAFILES = \
316670eb
A
30 sha1.h \
31 sha2.h \
32 des.h \
33 aes.h aesxts.h \
1c79356b
A
34
35INSTALL_MI_DIR = crypto
36
9bccf70c 37EXPORT_MI_DIR = ${INSTALL_MI_DIR}
1c79356b 38
91447636 39INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES}
1c79356b 40
316670eb
A
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
44INSTALL_KF_MD_LCL_LIST = aesxts.h
45
1c79356b
A
46include $(MakeInc_rule)
47include $(MakeInc_dir)
48
49