]> git.saurik.com Git - apple/xnu.git/blame_incremental - EXTERNAL_HEADERS/Makefile
xnu-3789.51.2.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
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9INSTINC_SUBDIRS = \
10 architecture \
11 mach-o
12
13INSTINC_SUBDIRS_X86_64 = \
14 architecture
15
16INSTINC_SUBDIRS_X86_64H = \
17 architecture
18
19INSTINC_SUBDIRS_ARM = \
20 architecture
21
22INSTINC_SUBDIRS_ARM64 = \
23 architecture
24
25EXPORT_FILES = \
26 Availability.h \
27 AvailabilityInternal.h \
28 AvailabilityMacros.h
29
30KERNEL_FILES = \
31 stdarg.h \
32 stdatomic.h \
33 stdbool.h \
34 stddef.h \
35 stdint.h
36
37INSTALL_MI_LIST =
38
39INSTALL_MI_DIR = .
40
41INSTALL_KF_MI_LIST = ${KERNEL_FILES}
42
43INSTALL_KF_MI_LCL_LIST = ${KERNEL_FILES}
44
45EXPORT_MI_LIST = ${EXPORT_FILES} ${KERNEL_FILES}
46
47EXPORT_MI_DIR = .
48
49include $(MakeInc_rule)
50include $(MakeInc_dir)