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