]>
Commit | Line | Data |
---|---|---|
91447636 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_PPC = | |
11 | ||
12 | EXPORT_FILES = \ | |
13 | asm_help.h \ | |
14 | basic_regs.h \ | |
8ad349bb | 15 | byte_order.h \ |
91447636 A |
16 | cframe.h \ |
17 | fp_regs.h \ | |
18 | macro_help.h \ | |
19 | pseudo_inst.h \ | |
20 | reg_help.h | |
21 | ||
22 | ||
23 | INSTALL_MD_LIST = | |
24 | ||
25 | INSTALL_MD_DIR = | |
26 | ||
27 | EXPORT_MD_LIST = ${EXPORT_FILES} | |
28 | ||
29 | EXPORT_MD_DIR = architecture/ppc | |
30 | ||
31 | include $(MakeInc_rule) | |
32 | include $(MakeInc_dir) | |
33 | ||
34 |