]> git.saurik.com Git - apple/xnu.git/blame - EXTERNAL_HEADERS/Makefile
xnu-2782.40.9.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 \
91447636
A
12 mach-o
13
b0d623f7
A
14INSTINC_SUBDIRS_X86_64 = \
15 architecture
91447636 16
fe8ab488
A
17INSTINC_SUBDIRS_X86_64H = \
18 architecture
19
2d21ac55 20INSTINC_SUBDIRS_ARM = \
b0d623f7 21 architecture
2d21ac55 22
6d2010ae 23
91447636 24EXPORT_FILES = \
6d2010ae
A
25 Availability.h \
26 AvailabilityInternal.h \
27 AvailabilityMacros.h \
fe8ab488
A
28 stddef.h
29
30KERNEL_FILES = \
91447636 31 stdarg.h \
0c530ab8 32 stdbool.h \
91447636
A
33 stdint.h
34
35INSTALL_MI_LIST =
36
37INSTALL_MI_DIR = .
38
fe8ab488 39INSTALL_KF_MI_LIST = ${KERNEL_FILES}
39236c6e 40
fe8ab488 41INSTALL_KF_MI_LCL_LIST = ${KERNEL_FILES}
39236c6e 42
fe8ab488 43EXPORT_MI_LIST = ${EXPORT_FILES} ${KERNEL_FILES}
91447636
A
44
45EXPORT_MI_DIR = .
46
47include $(MakeInc_rule)
48include $(MakeInc_dir)