]>
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 | ||
13 | INSTINC_SUBDIRS_PPC = \ | |
14 | ppc | |
15 | ||
16 | INSTINC_SUBDIRS_I386 = \ | |
17 | i386 | |
18 | ||
b0d623f7 A |
19 | INSTINC_SUBDIRS_X86_64 = \ |
20 | x86_64 | |
21 | ||
2d21ac55 A |
22 | INSTINC_SUBDIRS_ARM = \ |
23 | arm | |
24 | ||
1c79356b A |
25 | EXPINC_SUBDIRS = \ |
26 | machine | |
27 | ||
28 | EXPINC_SUBDIRS_PPC = \ | |
29 | ppc | |
30 | ||
31 | EXPINC_SUBDIRS_I386 = \ | |
32 | i386 | |
33 | ||
2d21ac55 A |
34 | EXPINC_SUBDIRS_ARM = \ |
35 | arm | |
36 | ||
b0d623f7 A |
37 | EXPINC_SUBDIRS_X86_64 = \ |
38 | x86_64 | |
39 | ||
1c79356b A |
40 | MIG_DEFS = \ |
41 | ||
42 | MIG_HDRS = \ | |
43 | ||
44 | DATAFILES = \ | |
45 | profile-internal.h profile-mk.h profile-kgmon.c \ | |
46 | ${MIG_DEFS} | |
47 | ||
48 | MIGINCLUDES = \ | |
49 | ||
50 | INSTALL_MI_LIST = ${DATAFILES} ${_MIG_HDRS_} ${MIGINCLUDES} | |
51 | ||
52 | INSTALL_MI_DIR = profile | |
53 | ||
54 | EXPORT_MI_LIST = ${DATAFILES} ${_MIG_HDRS_} ${MIGINCLUDES} | |
55 | ||
56 | EXPORT_MI_DIR = profile | |
57 | ||
58 | .ORDER: ${_MIG_HDRS_} ${MIGINCLUDES} | |
59 | ||
60 | include $(MakeInc_rule) | |
61 | include $(MakeInc_dir) | |
62 | ||
63 |