]> git.saurik.com Git - apple/xnu.git/blame - EXTERNAL_HEADERS/architecture/Makefile
xnu-1699.22.73.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / architecture / 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
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10INSTINC_SUBDIRS =
11
91447636
A
12INSTINC_SUBDIRS_I386 = \
13 i386
14
b0d623f7
A
15INSTINC_SUBDIRS_X86_64 = \
16 i386
17
2d21ac55
A
18INSTINC_SUBDIRS_ARM = \
19 arm
20
6d2010ae 21
0c530ab8 22EXPORT_FILES =
91447636
A
23
24INSTALL_MI_LIST =
25
26INSTALL_MI_DIR = architecture
27
b0d623f7
A
28INSTALL_KF_MI_LIST = byte_order.h
29
91447636
A
30EXPORT_MI_LIST = ${EXPORT_FILES}
31
32EXPORT_MI_DIR = architecture
33
34include $(MakeInc_rule)
35include $(MakeInc_dir)
36