]> git.saurik.com Git - apple/xnu.git/blame - EXTERNAL_HEADERS/Makefile
xnu-792.17.14.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / 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 architecture \
12 machine \
13 mach-o
14
15INSTINC_SUBDIRS_PPC = \
16 architecture \
17 ppc
18
19INSTINC_SUBDIRS_I386 = \
20 architecture \
21 i386
22
23EXPORT_FILES = \
24 ar.h \
25 stdarg.h \
26 stdint.h
27
28INSTALL_MI_LIST =
29
30INSTALL_MI_DIR = .
31
32EXPORT_MI_LIST = ${EXPORT_FILES}
33
34EXPORT_MI_DIR = .
35
36include $(MakeInc_rule)
37include $(MakeInc_dir)
38
39