]> git.saurik.com Git - apple/xnu.git/blame - SETUP/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / SETUP / 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
1c79356b
A
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
39037602 9SETUP_SUBDIRS = \
6d2010ae
A
10 config \
11 kextsymboltool \
316670eb
A
12 setsegname \
13 decomment \
fe8ab488
A
14 installfile \
15 replacecontents
1c79356b 16
3e170ce0
A
17ifeq ($(BUILD_JSON_COMPILATION_DATABASE),1)
18SETUP_SUBDIRS += json_compilation_db
19endif
20
1c79356b
A
21include $(MakeInc_rule)
22include $(MakeInc_dir)