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