]> git.saurik.com Git - apple/xnu.git/blob - osfmk/kern/Makefile
xnu-2782.40.9.tar.gz
[apple/xnu.git] / osfmk / kern / 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 DATAFILES = \
10 exc_resource.h
11
12 PRIVATE_DATAFILES = \
13 ecc.h \
14 exc_resource.h
15
16 EXPORT_FILES = \
17 affinity.h \
18 assert.h \
19 audit_sessionport.h \
20 call_entry.h \
21 clock.h \
22 coalition.h \
23 cpu_number.h \
24 cpu_data.h \
25 debug.h \
26 energy_perf.h \
27 extmod_statistics.h \
28 hv_support.h \
29 ipc_mig.h \
30 ipc_misc.h \
31 kalloc.h \
32 kext_alloc.h \
33 kern_types.h \
34 kpc.h \
35 ledger.h \
36 lock.h \
37 locks.h \
38 host.h \
39 mach_param.h \
40 macro_help.h \
41 page_decrypt.h \
42 pms.h \
43 processor.h \
44 queue.h \
45 sched_prim.h \
46 sfi.h \
47 simple_lock.h \
48 startup.h \
49 task.h \
50 telemetry.h \
51 thread.h \
52 thread_call.h \
53 timer_call.h \
54 wait_queue.h \
55 zalloc.h
56
57 INSTALL_MI_LIST = ${DATAFILES}
58
59 INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES} debug.h
60
61 INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES} ${EXPORT_FILES}
62
63 INSTALL_MI_DIR = kern
64
65 EXPORT_MI_LIST = ${PRIVATE_DATAFILES} ${EXPORT_FILES}
66
67 EXPORT_MI_DIR = kern
68
69 include $(MakeInc_rule)
70 include $(MakeInc_dir)
71
72