]> git.saurik.com Git - apple/xnu.git/blob - pexpert/pexpert/Makefile
e31e8890384d45285bf346d436942eb2257cd5d0
[apple/xnu.git] / pexpert / pexpert / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6
7 include $(MakeInc_cmd)
8 include $(MakeInc_def)
9
10 INSTINC_SUBDIRS = \
11 machine
12 INSTINC_SUBDIRS_X86_64 = \
13 i386
14 INSTINC_SUBDIRS_ARM = \
15 arm
16
17 EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
18 EXPINC_SUBDIRS_X86_64 = ${INSTINC_SUBDIRS_X86_64}
19 EXPINC_SUBDIRS_ARM = ${INSTINC_SUBDIRS_ARM}
20
21 DATAFILES = \
22 boot.h \
23 protos.h \
24 pexpert.h
25
26 INSTALL_MI_LIST = ${DATAFILES}
27
28 INSTALL_MI_DIR = pexpert
29
30 EXPORT_MI_LIST = ${DATAFILES} \
31 device_tree.h
32
33 EXPORT_MI_DIR = pexpert
34
35
36 include $(MakeInc_rule)
37 include $(MakeInc_dir)
38
39