]> git.saurik.com Git - apple/xnu.git/blob - osfmk/i386/Makefile
xnu-7195.50.7.100.1.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 trap.h \
45 tsc.h \
46 tss.h \
47 ucode.h \
48 vmx.h
49
50 INSTALL_MD_DIR = i386
51
52 INSTALL_MD_LIST = eflags.h user_ldt.h
53
54 INSTALL_MD_LCL_LIST = cpu_capabilities.h
55
56 INSTALL_KF_MD_LIST = asm.h cpuid.h eflags.h locks.h machine_routines.h proc_reg.h vmx.h
57
58 INSTALL_KF_MD_LCL_LIST = $(filter-out bit_routines.h cpu_data.h pal_i386.h, $(EXPORT_ONLY_FILES))
59
60 EXPORT_MD_LIST = ${EXPORT_ONLY_FILES}
61
62 EXPORT_MD_DIR = i386
63
64 include $(MakeInc_rule)
65 include $(MakeInc_dir)