]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/crypto/Makefile
xnu-1699.32.7.tar.gz
[apple/xnu.git] / bsd / crypto / Makefile
... / ...
CommitLineData
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 = \
11 blowfish \
12 cast128 \
13 des \
14 rc4 \
15 aes \
16 sha2
17
18
19INSTINC_SUBDIRS_I386 = \
20 aes
21
22INSTINC_SUBDIRS_X86_64 = \
23 aes
24
25INSTINC_SUBDIRS_ARM = \
26
27EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
28
29EXPINC_SUBDIRS_I386 = \
30
31EXPINC_SUBDIRS_X86_64 = \
32
33EXPINC_SUBDIRS_ARM = \
34
35PRIVATE_DATAFILES = \
36 sha1.h
37
38INSTALL_MI_DIR = crypto
39
40EXPORT_MI_DIR = ${INSTALL_MI_DIR}
41
42INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES}
43
44include $(MakeInc_rule)
45include $(MakeInc_dir)
46
47