]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/crypto/aes/gen/Makefile
xnu-1699.22.73.tar.gz
[apple/xnu.git] / bsd / crypto / aes / gen / 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
14EXPINC_SUBDIRS = \
15
16EXPINC_SUBDIRS_I386 = \
17
18PRIVATE_DATAFILES = \
19 aestab.h aesopt.h
20
21INSTALL_MI_DIR = crypto
22
23EXPORT_MI_DIR = ${INSTALL_MI_DIR}
24
25INSTALL_KF_MI_LIST =
26
27INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES}
28
29include $(MakeInc_rule)
30include $(MakeInc_dir)