]> git.saurik.com Git - apple/xnu.git/blame - bsd/crypto/Makefile
xnu-201.14.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 = \
11 cast128 \
12 des \
13 blowfish \
14 rc5
15
16
17INSTINC_SUBDIRS_PPC = \
18
19INSTINC_SUBDIRS_I386 = \
20
21EXPINC_SUBDIRS = \
22 cast128 \
23 des \
24 blowfish \
25 rc5
26
27EXPINC_SUBDIRS_PPC = \
28
29EXPINC_SUBDIRS_I386 = \
30
31DATAFILES = \
32 sha1.h
33
34INSTALL_MI_LIST = ${DATAFILES}
35
36INSTALL_MI_DIR = crypto
37
38EXPORT_MI_LIST = ${DATAFILES}
39
40EXPORT_MI_DIR = crypto
41
42
43include $(MakeInc_rule)
44include $(MakeInc_dir)
45
46