]>
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 | include $(MakeInc_cmd) | |
7 | include $(MakeInc_def) | |
8 | ||
9 | EXPORT_ONLY_FILES = \ | |
10 | apic.h \ | |
11 | asm.h \ | |
12 | atomic.h \ | |
13 | bit_routines.h \ | |
14 | cpu_number.h \ | |
15 | cpu_capabilities.h \ | |
16 | cpu_data.h \ | |
17 | cpu_topology.h \ | |
18 | cpuid.h \ | |
19 | eflags.h \ | |
20 | fpu.h \ | |
21 | io_map_entries.h \ | |
22 | lapic.h \ | |
23 | lock.h \ | |
24 | locks.h \ | |
25 | machine_routines.h \ | |
26 | machine_cpu.h \ | |
27 | mtrr.h \ | |
28 | mp.h \ | |
29 | mp_desc.h \ | |
30 | mp_events.h \ | |
31 | pal_native.h \ | |
32 | pal_routines.h \ | |
33 | pal_hibernate.h \ | |
34 | panic_hooks.h \ | |
35 | pmCPU.h \ | |
36 | pmap.h \ | |
37 | proc_reg.h \ | |
38 | rtclock_protos.h \ | |
39 | seg.h \ | |
40 | simple_lock.h \ | |
41 | smp.h \ | |
42 | tsc.h \ | |
43 | tss.h \ | |
44 | ucode.h \ | |
45 | vmx.h | |
46 | ||
47 | INSTALL_MD_DIR = i386 | |
48 | ||
49 | INSTALL_MD_LIST = eflags.h user_ldt.h | |
50 | ||
51 | INSTALL_MD_LCL_LIST = cpu_capabilities.h | |
52 | ||
53 | INSTALL_KF_MD_LIST = asm.h cpuid.h eflags.h locks.h machine_routines.h proc_reg.h vmx.h | |
54 | ||
55 | INSTALL_KF_MD_LCL_LIST = $(filter-out bit_routines.h cpu_data.h pal_i386.h, $(EXPORT_ONLY_FILES)) | |
56 | ||
57 | EXPORT_MD_LIST = ${EXPORT_ONLY_FILES} | |
58 | ||
59 | EXPORT_MD_DIR = i386 | |
60 | ||
61 | include $(MakeInc_rule) | |
62 | include $(MakeInc_dir) |