]>
Commit | Line | Data |
---|---|---|
1c79356b 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 | INSTINC_SUBDIRS = \ | |
11 | machine | |
12 | ||
b0d623f7 A |
13 | INSTINC_SUBDIRS_X86_64 = \ |
14 | x86_64 | |
15 | ||
fe8ab488 A |
16 | INSTINC_SUBDIRS_X86_64H = \ |
17 | x86_64 | |
18 | ||
3e170ce0 A |
19 | INSTINC_SUBDIRS_ARM = \ |
20 | arm | |
21 | ||
22 | INSTINC_SUBDIRS_ARM64 = \ | |
23 | arm | |
2d21ac55 | 24 | |
1c79356b A |
25 | EXPINC_SUBDIRS = \ |
26 | machine | |
27 | ||
3e170ce0 A |
28 | EXPINC_SUBDIRS_ARM = \ |
29 | arm | |
30 | ||
31 | EXPINC_SUBDIRS_ARM64 = \ | |
32 | arm | |
2d21ac55 | 33 | |
b0d623f7 A |
34 | EXPINC_SUBDIRS_X86_64 = \ |
35 | x86_64 | |
36 | ||
fe8ab488 A |
37 | EXPINC_SUBDIRS_X86_64H = \ |
38 | x86_64 | |
39 | ||
1c79356b | 40 | DATAFILES = \ |
39236c6e | 41 | profile-internal.h profile-mk.h profile-kgmon.c |
1c79356b A |
42 | |
43 | MIGINCLUDES = \ | |
44 | ||
45 | INSTALL_MI_LIST = ${DATAFILES} ${_MIG_HDRS_} ${MIGINCLUDES} | |
46 | ||
47 | INSTALL_MI_DIR = profile | |
48 | ||
49 | EXPORT_MI_LIST = ${DATAFILES} ${_MIG_HDRS_} ${MIGINCLUDES} | |
50 | ||
51 | EXPORT_MI_DIR = profile | |
52 | ||
53 | .ORDER: ${_MIG_HDRS_} ${MIGINCLUDES} | |
54 | ||
55 | include $(MakeInc_rule) | |
56 | include $(MakeInc_dir) | |
57 | ||
58 |