]>
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_I386 = \ | |
14 | i386 | |
15 | ||
16 | INSTINC_SUBDIRS_X86_64 = \ | |
17 | x86_64 | |
18 | ||
19 | ||
20 | EXPINC_SUBDIRS = \ | |
21 | machine | |
22 | ||
23 | EXPINC_SUBDIRS_I386 = \ | |
24 | i386 | |
25 | ||
26 | ||
27 | EXPINC_SUBDIRS_X86_64 = \ | |
28 | x86_64 | |
29 | ||
30 | MIG_DEFS = \ | |
31 | ||
32 | MIG_HDRS = \ | |
33 | ||
34 | DATAFILES = \ | |
35 | profile-internal.h profile-mk.h profile-kgmon.c \ | |
36 | ${MIG_DEFS} | |
37 | ||
38 | MIGINCLUDES = \ | |
39 | ||
40 | INSTALL_MI_LIST = ${DATAFILES} ${_MIG_HDRS_} ${MIGINCLUDES} | |
41 | ||
42 | INSTALL_MI_DIR = profile | |
43 | ||
44 | EXPORT_MI_LIST = ${DATAFILES} ${_MIG_HDRS_} ${MIGINCLUDES} | |
45 | ||
46 | EXPORT_MI_DIR = profile | |
47 | ||
48 | .ORDER: ${_MIG_HDRS_} ${MIGINCLUDES} | |
49 | ||
50 | include $(MakeInc_rule) | |
51 | include $(MakeInc_dir) | |
52 | ||
53 |