]> git.saurik.com Git - apple/xnu.git/blame - EXTERNAL_HEADERS/Makefile
xnu-1228.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
2d21ac55
A
23INSTINC_SUBDIRS_ARM = \
24 architecture \
25 arm
26
91447636 27EXPORT_FILES = \
2d21ac55 28 AppleSecureBootEpoch.h \
91447636
A
29 ar.h \
30 stdarg.h \
0c530ab8 31 stdbool.h \
91447636
A
32 stdint.h
33
34INSTALL_MI_LIST =
35
36INSTALL_MI_DIR = .
37
38EXPORT_MI_LIST = ${EXPORT_FILES}
39
40EXPORT_MI_DIR = .
41
42include $(MakeInc_rule)
43include $(MakeInc_dir)