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