]> git.saurik.com Git - apple/xnu.git/blame_incremental - osfmk/machine/Makefile
xnu-6153.11.26.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_impl.h \
14 atomic.h \
15 config.h \
16 cpu_capabilities.h \
17 cpu_number.h \
18 io_map_entries.h \
19 lock.h \
20 locks.h \
21 machine_cpuid.h \
22 machine_remote_time.h \
23 machine_routines.h \
24 machine_kpc.h \
25 memory_types.h \
26 monotonic.h \
27 pal_routines.h \
28 pal_hibernate.h \
29 simple_lock.h \
30 smp.h
31
32EXPORT_FILES = \
33 machine_remote_time.h
34
35INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
36
37INSTALL_KF_MD_LCL_LIST = ${EXPORT_FILES}
38
39INSTALL_MI_DIR = machine
40
41EXPORT_MI_LIST = ${KERNELFILES}
42
43EXPORT_MI_DIR = machine
44
45include $(MakeInc_rule)
46include $(MakeInc_dir)