]> git.saurik.com Git - apple/xnu.git/blob - osfmk/i386/Makefile
xnu-1228.5.18.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
7 include $(MakeInc_cmd)
8 include $(MakeInc_def)
9
10 EXPORT_ONLY_FILES = \
11 apic.h \
12 asm.h \
13 cpu_number.h \
14 cpu_capabilities.h \
15 cpu_data.h \
16 cpu_topology.h \
17 cpuid.h \
18 eflags.h \
19 hpet.h \
20 io_map_entries.h \
21 lock.h \
22 locks.h \
23 machine_routines.h \
24 machine_cpu.h \
25 mtrr.h \
26 mp.h \
27 mp_desc.h \
28 mp_events.h \
29 pmCPU.h \
30 pmap.h \
31 proc_reg.h \
32 rtclock.h \
33 seg.h \
34 simple_lock.h \
35 tsc.h \
36 tss.h \
37 vmx.h
38
39 INSTALL_MD_DIR = i386
40
41 INSTALL_MD_LIST = eflags.h user_ldt.h
42
43 INSTALL_MD_LCL_LIST = cpu_capabilities.h
44
45 EXPORT_MD_LIST = ${EXPORT_ONLY_FILES}
46
47 EXPORT_MD_DIR = i386
48
49 include $(MakeInc_rule)
50 include $(MakeInc_dir)
51
52