]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/crypto/Makefile
xnu-1228.15.4.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_PPC = \
20
21INSTINC_SUBDIRS_I386 = \
22
23INSTINC_SUBDIRS_ARM = \
24
25EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
26
27EXPINC_SUBDIRS_PPC = \
28
29EXPINC_SUBDIRS_I386 = \
30
31EXPINC_SUBDIRS_ARM = \
32
33PRIVATE_DATAFILES = \
34 sha1.h
35
36INSTALL_MI_DIR = crypto
37
38EXPORT_MI_DIR = ${INSTALL_MI_DIR}
39
40INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES}
41
42include $(MakeInc_rule)
43include $(MakeInc_dir)
44
45