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