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