]> git.saurik.com Git - apple/xnu.git/blob - osfmk/kern/Makefile
xnu-1456.1.26.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 kalloc.h \
23 kext_alloc.h \
24 kern_types.h \
25 lock.h \
26 locks.h \
27 host.h \
28 mach_param.h \
29 macro_help.h \
30 page_decrypt.h \
31 pms.h \
32 processor.h \
33 queue.h \
34 sched_prim.h \
35 simple_lock.h \
36 startup.h \
37 task.h \
38 thread.h \
39 thread_call.h \
40 wait_queue.h \
41 zalloc.h
42
43 INSTALL_MI_LIST = ${DATAFILES}
44
45 INSTALL_MI_DIR = kern
46
47 EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES}
48
49 EXPORT_MI_DIR = kern
50
51 include $(MakeInc_rule)
52 include $(MakeInc_dir)
53
54