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