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