]> git.saurik.com Git - apple/xnu.git/blob - EXTERNAL_HEADERS/architecture/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / architecture / 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 INSTINC_SUBDIRS =
11
12 INSTINC_SUBDIRS_X86_64 = \
13 i386
14
15 INSTINC_SUBDIRS_ARM = \
16 arm
17
18
19 EXPORT_FILES =
20
21 INSTALL_MI_LIST =
22
23 INSTALL_MI_DIR = architecture
24
25 INSTALL_KF_MI_LIST = byte_order.h
26
27 EXPORT_MI_LIST = ${EXPORT_FILES}
28
29 EXPORT_MI_DIR = architecture
30
31 include $(MakeInc_rule)
32 include $(MakeInc_dir)
33