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