]> git.saurik.com Git - apple/xnu.git/blob - osfmk/kperf/Makefile
xnu-4903.221.2.tar.gz
[apple/xnu.git] / osfmk / kperf / 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_ONLY_FILES = \
10 action.h \
11 context.h \
12 kperf.h \
13 kperfbsd.h \
14 kperf_timer.h \
15 kdebug_trigger.h \
16 lazy.h \
17 pet.h
18
19 EXPORT_MI_DIR = kperf
20
21 # Export our headers
22 EXPORT_MI_LIST = ${EXPORT_ONLY_FILES}
23
24 INSTALL_MI_DIR = kperf
25
26 INSTALL_MI_LIST = $(empty)
27
28 # Don't install in non-local, though
29 INSTALL_KF_MI_LIST = $(empty)
30
31 include $(MakeInc_rule)
32 include $(MakeInc_dir)