]> git.saurik.com Git - apple/xnu.git/blob - osfmk/x86_64/Makefile
xnu-4903.241.1.tar.gz
[apple/xnu.git] / osfmk / x86_64 / 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 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 EXPORT_FILES =
10
11
12 EXPORT_ONLY_FILES = \
13 machine_kpc.h \
14 monotonic.h
15
16 INSTALL_KF_MD_LCL_LIST = ${EXPORT_FILES}
17
18 INSTALL_MD_DIR = x86_64
19
20 EXPORT_MD_LIST = ${EXPORT_ONLY_FILES} ${EXPORT_FILES}
21
22 EXPORT_MD_DIR = x86_64
23
24 include $(MakeInc_rule)
25 include $(MakeInc_dir)