]> git.saurik.com Git - apple/xnu.git/blob - osfmk/tests/Makefile
xnu-4903.221.2.tar.gz
[apple/xnu.git] / osfmk / tests / 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 = xnupost.h ktest.h
10
11 EXPORT_MI_LIST = ${EXPORT_FILES}
12
13 EXPORT_MI_DIR = tests
14
15 INSTALL_KF_MI_LCL_LIST =
16 INSTALL_KF_MI_LIST =
17
18 include $(MakeInc_rule)
19 include $(MakeInc_dir)