]> git.saurik.com Git - apple/xnu.git/blame - osfmk/x86_64/Makefile
xnu-7195.60.75.tar.gz
[apple/xnu.git] / osfmk / x86_64 / Makefile
CommitLineData
91447636
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
91447636
A
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
0a7de745
A
9EXPORT_FILES = \
10 machine_remote_time.h
5ba3f43e
A
11
12
13EXPORT_ONLY_FILES = \
14 machine_kpc.h \
15 monotonic.h
16
17INSTALL_KF_MD_LCL_LIST = ${EXPORT_FILES}
18
19INSTALL_MD_DIR = x86_64
20
21EXPORT_MD_LIST = ${EXPORT_ONLY_FILES} ${EXPORT_FILES}
91447636 22
39236c6e
A
23EXPORT_MD_DIR = x86_64
24
91447636
A
25include $(MakeInc_rule)
26include $(MakeInc_dir)