]> git.saurik.com Git - apple/xnu.git/blame - pexpert/Makefile
xnu-344.2.tar.gz
[apple/xnu.git] / pexpert / 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
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10INSTINC_SUBDIRS = pexpert
11
12
13INSTINC_SUBDIRS_PPC = pexpert
14
15
16INSTINC_SUBDIRS_I386 = pexpert
17
18
19EXPINC_SUBDIRS = pexpert
20
21
22EXPINC_SUBDIRS_PPC = pexpert
23
24
25EXPINC_SUBDIRS_I386 = pexpert
26
27
28SETUP_SUBDIRS = \
29 conf
30
31COMP_SUBDIRS = \
32 conf
33
34INST_SUBDIRS = \
35
36
37include $(MakeInc_rule)
38include $(MakeInc_dir)
39
40