]> git.saurik.com Git - apple/xnu.git/blob - osfmk/kern/Makefile
xnu-1504.7.4.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
7 include $(MakeInc_cmd)
8 include $(MakeInc_def)
9
10 DATAFILES =
11
12 EXPORT_ONLY_FILES = \
13 affinity.h \
14 assert.h \
15 audit_sessionport.h \
16 clock.h \
17 cpu_number.h \
18 cpu_data.h \
19 debug.h \
20 etimer.h \
21 ipc_mig.h \
22 ipc_misc.h \
23 kalloc.h \
24 kext_alloc.h \
25 kern_types.h \
26 lock.h \
27 locks.h \
28 host.h \
29 mach_param.h \
30 macro_help.h \
31 page_decrypt.h \
32 pms.h \
33 processor.h \
34 queue.h \
35 sched_prim.h \
36 simple_lock.h \
37 startup.h \
38 task.h \
39 thread.h \
40 thread_call.h \
41 wait_queue.h \
42 zalloc.h
43
44 INSTALL_MI_LIST = ${DATAFILES}
45
46 INSTALL_MI_DIR = kern
47
48 EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES}
49
50 EXPORT_MI_DIR = kern
51
52 include $(MakeInc_rule)
53 include $(MakeInc_dir)
54
55