]> git.saurik.com Git - apple/xnu.git/blob - osfmk/i386/Makefile
xnu-6153.101.6.tar.gz
[apple/xnu.git] / osfmk / i386 / Makefile
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 locks_i386_inlines.h \
26 machine_routines.h \
27 machine_cpu.h \
28 memory_types.h \
29 mtrr.h \
30 mp.h \
31 mp_desc.h \
32 mp_events.h \
33 pal_native.h \
34 pal_routines.h \
35 pal_hibernate.h \
36 panic_hooks.h \
37 pmCPU.h \
38 pmap.h \
39 proc_reg.h \
40 rtclock_protos.h \
41 seg.h \
42 simple_lock.h \
43 smp.h \
44 tsc.h \
45 tss.h \
46 ucode.h \
47 vmx.h
48
49 INSTALL_MD_DIR = i386
50
51 INSTALL_MD_LIST = eflags.h user_ldt.h
52
53 INSTALL_MD_LCL_LIST = cpu_capabilities.h
54
55 INSTALL_KF_MD_LIST = asm.h cpuid.h eflags.h locks.h machine_routines.h proc_reg.h vmx.h
56
57 INSTALL_KF_MD_LCL_LIST = $(filter-out bit_routines.h cpu_data.h pal_i386.h, $(EXPORT_ONLY_FILES))
58
59 EXPORT_MD_LIST = ${EXPORT_ONLY_FILES}
60
61 EXPORT_MD_DIR = i386
62
63 include $(MakeInc_rule)
64 include $(MakeInc_dir)