xref: /xnu-11215.41.3/EXTERNAL_HEADERS/Makefile (revision 33de042d024d46de5ff4e89f2471de6608e37fa4)
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	sys
13
14INSTINC_SUBDIRS_X86_64 =	\
15	architecture
16
17INSTINC_SUBDIRS_X86_64H =	\
18	architecture
19
20INSTINC_SUBDIRS_ARM64 =	\
21	architecture
22
23EXPORT_FILES = \
24	Availability.h	\
25	AvailabilityInternal.h	\
26	AvailabilityMacros.h
27
28KERNEL_FILES = \
29	stdarg.h	\
30	stdatomic.h	\
31	stdbool.h	\
32	stddef.h	\
33	stdint.h	\
34	ptrauth.h
35
36LIBCXX_DATAFILES = \
37	stddef.h \
38	stdint.h
39
40INSTALL_KF_LIBCXX_MI_LIST = ${LIBCXX_DATAFILES}
41
42INSTALL_MI_LIST =
43
44INSTALL_MI_DIR = .
45
46INSTALL_KF_MI_LIST = ${KERNEL_FILES}
47
48INSTALL_KF_MI_LCL_LIST = ${KERNEL_FILES}
49
50EXPORT_MI_LIST = ${EXPORT_FILES} ${KERNEL_FILES}
51
52EXPORT_MI_DIR = .
53
54include $(MakeInc_rule)
55include $(MakeInc_dir)
56