]>
Commit | Line | Data |
---|---|---|
316670eb A |
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 | ||
7 | include $(MakeInc_cmd) | |
8 | include $(MakeInc_def) | |
9 | ||
10 | EXPORT_ONLY_FILES = \ | |
11 | context.h \ | |
12 | timetrigger.h \ | |
13 | pet.h \ | |
14 | filter.h \ | |
15 | kperfbsd.h \ | |
16 | action.h \ | |
17 | kperf.h | |
18 | ||
19 | ||
20 | INSTALL_MI_LIST = | |
21 | ||
22 | # Export our headers | |
23 | EXPORT_MI_LIST = ${EXPORT_ONLY_FILES} | |
24 | ||
25 | # Don't install in non-local, though | |
26 | INSTALL_KF_MI_LIST = "" | |
27 | ||
28 | EXPORT_MI_DIR = kperf | |
29 | ||
30 | include $(MakeInc_rule) | |
31 | include $(MakeInc_dir) | |
32 | ||
33 |