|
|
1.1 root 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:
21: INSTINC_SUBDIRS = $(ALL_SUBDIRS)
22:
23: INSTINC_SUBDIRS_PPC = $(INSTINC_SUBDIRS)
24:
25: INSTINC_SUBDIRS_I386 = $(INSTINC_SUBDIRS)
26:
27: EXPINC_SUBDIRS = $(ALL_SUBDIRS)
28:
29: EXPINC_SUBDIRS_PPC = $(EXPINC_SUBDIRS)
30:
31: EXPINC_SUBDIRS_I386 = $(EXPINC_SUBDIRS)
32:
33: COMP_SUBDIRS = $(ALL_SUBDIRS)
34:
35: INST_SUBDIRS = \
36: libkern \
37: iokit \
38: osfmk \
39: bsd
40:
41: INSTALL_FILE_LIST= \
42: mach_kernel
43:
44: INSTALL_FILE_DIR= \
45: /
46:
47: include $(MakeInc_rule)
48: include $(MakeInc_dir)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.