]> git.saurik.com Git - apple/xnu.git/blame_incremental - EXTERNAL_HEADERS/Makefile
xnu-1699.22.73.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_I386 = \
15 architecture
16
17INSTINC_SUBDIRS_X86_64 = \
18 architecture
19
20INSTINC_SUBDIRS_ARM = \
21 architecture
22
23
24EXPORT_FILES = \
25 AppleSecureBootEpoch.h \
26 Availability.h \
27 AvailabilityInternal.h \
28 AvailabilityMacros.h \
29 ar.h \
30 stdarg.h \
31 stdbool.h \
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)