]> git.saurik.com Git - apple/xnu.git/blob - osfmk/kdp/Makefile
xnu-1456.1.26.tar.gz
[apple/xnu.git] / osfmk / kdp / 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
12 EXPINC_SUBDIRS =
13
14 DATAFILES = \
15 kdp_callout.h \
16 kdp_en_debugger.h
17
18 EXPORT_MI_LIST = ${DATAFILES}
19
20 EXPORT_MI_DIR = kdp
21
22
23 include $(MakeInc_rule)
24 include $(MakeInc_dir)
25
26