]>
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 | ||
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 | ||
19 | INSTINC_SUBDIRS_ARM = \ | |
20 | arm | |
21 | ||
22 | EXPINC_SUBDIRS = \ | |
23 | machine | |
24 | ||
25 | EXPINC_SUBDIRS_PPC = \ | |
26 | ppc | |
27 | ||
28 | EXPINC_SUBDIRS_I386 = \ | |
29 | i386 | |
30 | ||
31 | EXPINC_SUBDIRS_ARM = \ | |
32 | arm | |
33 | ||
34 | MIG_DEFS = \ | |
35 | ||
36 | MIG_HDRS = \ | |
37 | ||
38 | DATAFILES = \ | |
39 | profile-internal.h profile-mk.h profile-kgmon.c \ | |
40 | ${MIG_DEFS} | |
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) | |
56 | ||
57 |