]> git.saurik.com Git - apple/xnu.git/blame - Makefile
xnu-201.19.tar.gz
[apple/xnu.git] / Makefile
CommitLineData
1c79356b
A
1ifndef VERSDIR
2export VERSDIR=$(shell /bin/pwd)
3endif
4
5export MakeInc_cmd=${VERSDIR}/makedefs/MakeInc.cmd
6export MakeInc_def=${VERSDIR}/makedefs/MakeInc.def
7export MakeInc_rule=${VERSDIR}/makedefs/MakeInc.rule
8export MakeInc_dir=${VERSDIR}/makedefs/MakeInc.dir
9
10
11include $(MakeInc_cmd)
12include $(MakeInc_def)
13
14ALL_SUBDIRS = \
15 iokit \
16 osfmk \
17 bsd \
18 pexpert \
19 libkern \
20 libsa
21
22INSTINC_SUBDIRS = $(ALL_SUBDIRS)
23
24INSTINC_SUBDIRS_PPC = $(INSTINC_SUBDIRS)
25
26INSTINC_SUBDIRS_I386 = $(INSTINC_SUBDIRS)
27
28EXPINC_SUBDIRS = $(ALL_SUBDIRS)
29
30EXPINC_SUBDIRS_PPC = $(EXPINC_SUBDIRS)
31
32EXPINC_SUBDIRS_I386 = $(EXPINC_SUBDIRS)
33
34COMP_SUBDIRS = $(ALL_SUBDIRS)
35
36INST_SUBDIRS = \
37 libkern \
38 libsa \
39 iokit \
40 osfmk \
41 bsd
42
43INSTALL_FILE_LIST= \
44 mach_kernel
45
46INSTALL_FILE_DIR= \
47 /
48
49include $(MakeInc_rule)
50include $(MakeInc_dir)