]> git.saurik.com Git - apple/xnu.git/blame - EXTERNAL_HEADERS/architecture/i386/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / architecture / i386 / Makefile
CommitLineData
91447636
A
1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
91447636
A
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
39037602 9EXPORT_FILES = \
91447636
A
10 asm_help.h \
11 cpu.h \
91447636 12 io.h \
0c530ab8 13 pio.h \
91447636
A
14 sel.h \
15 tss.h \
91447636 16 desc.h \
91447636
A
17 reg_help.h \
18 table.h
19
39037602 20INSTALL_MD_LIST =
91447636 21
39037602 22INSTALL_MD_DIR =
91447636
A
23
24EXPORT_MD_LIST = ${EXPORT_FILES}
25
26EXPORT_MD_DIR = architecture/i386
27
28include $(MakeInc_rule)
29include $(MakeInc_dir)