]> git.saurik.com Git - apple/xnu.git/blame - osfmk/kern/Makefile
xnu-344.23.tar.gz
[apple/xnu.git] / osfmk / kern / Makefile
CommitLineData
1c79356b
A
1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10DATAFILES =
11
12EXPORT_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 \
9bccf70c 22 ledger.h \
1c79356b
A
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 simple_lock_types.h \
31 sync_lock.h \
32 task.h \
33 thread.h \
34 thread_act.h \
35 thread_call.h \
36 time_out.h \
37 wait_queue.h \
38 zalloc.h
39
40INSTALL_MI_LIST = ${DATAFILES}
41
42INSTALL_MI_DIR = kern
43
44EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES}
45
46EXPORT_MI_DIR = kern
47
48include $(MakeInc_rule)
49include $(MakeInc_dir)
50
51