]> git.saurik.com Git - apple/xnu.git/blame_incremental - osfmk/machine/Makefile
xnu-4903.270.47.tar.gz
[apple/xnu.git] / osfmk / machine / Makefile
... / ...
CommitLineData
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
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9PRIVATE_DATAFILES = \
10 cpu_capabilities.h
11
12KERNELFILES = \
13 atomic.h \
14 cpu_capabilities.h \
15 cpu_number.h \
16 io_map_entries.h \
17 lock.h \
18 locks.h \
19 machine_cpuid.h \
20 machine_remote_time.h \
21 machine_routines.h \
22 machine_kpc.h \
23 monotonic.h \
24 pal_routines.h \
25 pal_hibernate.h \
26 simple_lock.h
27
28EXPORT_FILES = \
29 machine_remote_time.h
30
31INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
32
33INSTALL_KF_MD_LCL_LIST = ${EXPORT_FILES}
34
35INSTALL_MI_DIR = machine
36
37EXPORT_MI_LIST = ${KERNELFILES}
38
39EXPORT_MI_DIR = machine
40
41include $(MakeInc_rule)
42include $(MakeInc_dir)