]> git.saurik.com Git - apple/xnu.git/blame - EXTERNAL_HEADERS/machine/Makefile
xnu-792.24.17.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / machine / 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
12INSTINC_SUBDIRS_PPC =
13
14INSTINC_SUBDIRS_I386 =
15
16EXPORT_FILES = \
17 limits.h
18
19INSTALL_MI_LIST =
20
21INSTALL_MI_DIR = .
22
23EXPORT_MI_LIST = ${EXPORT_FILES}
24
25EXPORT_MI_DIR = machine
26
27include $(MakeInc_rule)
28include $(MakeInc_dir)
29
30