]> git.saurik.com Git - apple/xnu.git/blob - bsd/crypto/Makefile
xnu-123.5.tar.gz
[apple/xnu.git] / bsd / crypto / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6
7 include $(MakeInc_cmd)
8 include $(MakeInc_def)
9
10 INSTINC_SUBDIRS = \
11 cast128 \
12 des \
13 blowfish \
14 rc5
15
16
17 INSTINC_SUBDIRS_PPC = \
18
19 INSTINC_SUBDIRS_I386 = \
20
21 EXPINC_SUBDIRS = \
22 cast128 \
23 des \
24 blowfish \
25 rc5
26
27 EXPINC_SUBDIRS_PPC = \
28
29 EXPINC_SUBDIRS_I386 = \
30
31 DATAFILES = \
32 sha1.h
33
34 INSTALL_MI_LIST = ${DATAFILES}
35
36 INSTALL_MI_DIR = crypto
37
38 EXPORT_MI_LIST = ${DATAFILES}
39
40 EXPORT_MI_DIR = crypto
41
42
43 include $(MakeInc_rule)
44 include $(MakeInc_dir)
45
46