]> git.saurik.com Git - apple/xnu.git/blame_incremental - EXTERNAL_HEADERS/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / Makefile
... / ...
CommitLineData
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 mach-o
13
14INSTINC_SUBDIRS_X86_64 = \
15 architecture
16
17INSTINC_SUBDIRS_ARM = \
18 architecture
19
20
21EXPORT_FILES = \
22 Availability.h \
23 AvailabilityInternal.h \
24 AvailabilityMacros.h \
25 stdarg.h \
26 stdbool.h \
27 stdint.h
28
29INSTALL_MI_LIST =
30
31INSTALL_MI_DIR = .
32
33INSTALL_KF_MI_LIST = ${EXPORT_FILES}
34
35INSTALL_KF_MI_LCL_LIST = ${EXPORT_FILES}
36
37EXPORT_MI_LIST = ${EXPORT_FILES} stddef.h
38
39EXPORT_MI_DIR = .
40
41include $(MakeInc_rule)
42include $(MakeInc_dir)