]> git.saurik.com Git - apple/xnu.git/blob - security/conf/tools/Makefile
xnu-1504.15.3.tar.gz
[apple/xnu.git] / security / conf / tools / 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 SETUP_SUBDIRS = \
11 doconf \
12 newvers
13
14 COMP_SUBDIRS = \
15 doconf \
16 newvers
17
18 INST_SUBDIRS = \
19
20
21 setup_build_all:
22
23 do_build_all:
24
25 setup_build_install:
26
27 do_build_install:
28
29 include $(MakeInc_rule)
30 include $(MakeInc_dir)
31
32