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