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