]> git.saurik.com Git - apple/xnu.git/blob - EXTERNAL_HEADERS/sys/_pthread/Makefile
xnu-6153.11.26.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / sys / _pthread / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 EXPORT_FILES = \
10 _pthread_types.h
11
12 EXPORT_MI_LIST = ${EXPORT_FILES}
13
14 EXPORT_MI_DIR = sys/_pthread
15
16 INSTALL_KF_MI_LCL_LIST = $(empty)
17
18 INSTALL_KF_MI_LIST = $(empty)
19
20 include $(MakeInc_rule)
21 include $(MakeInc_dir)