]>
Commit | Line | Data |
---|---|---|
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 | pet.h | |
17 | ||
18 | EXPORT_MI_DIR = kperf | |
19 | ||
20 | # Export our headers | |
21 | EXPORT_MI_LIST = ${EXPORT_ONLY_FILES} | |
22 | ||
23 | INSTALL_MI_DIR = kperf | |
24 | ||
25 | INSTALL_MI_LIST = $(empty) | |
26 | ||
27 | # Don't install in non-local, though | |
28 | INSTALL_KF_MI_LIST = $(empty) | |
29 | ||
30 | include $(MakeInc_rule) | |
31 | include $(MakeInc_dir) |