]> git.saurik.com Git - apple/xnu.git/blob - osfmk/kern/Makefile
xnu-123.5.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 assert.h \
14 clock.h \
15 cpu_number.h \
16 cpu_data.h \
17 debug.h \
18 ipc_mig.h \
19 kalloc.h \
20 kern_types.h \
21 lock.h \
22 host.h \
23 mach_param.h \
24 macro_help.h \
25 processor.h \
26 queue.h \
27 sched_prim.h \
28 simple_lock.h \
29 simple_lock_types.h \
30 sync_lock.h \
31 task.h \
32 thread.h \
33 thread_act.h \
34 thread_call.h \
35 time_out.h \
36 wait_queue.h \
37 zalloc.h
38
39 INSTALL_MI_LIST = ${DATAFILES}
40
41 INSTALL_MI_DIR = kern
42
43 EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES}
44
45 EXPORT_MI_DIR = kern
46
47 include $(MakeInc_rule)
48 include $(MakeInc_dir)
49
50