]>
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 | ||
fe8ab488 | 9 | INSTTEXTFILES_SUBDIRS = scripts |
1c79356b | 10 | |
f427ee49 A |
11 | INSTTEXTFILES_SUBDIRS_X86_64 = scripts |
12 | INSTTEXTFILES_SUBDIRS_X86_64H = scripts | |
13 | INSTTEXTFILES_SUBDIRS_ARM = scripts | |
14 | INSTTEXTFILES_SUBDIRS_ARM64 = scripts | |
15 | ||
1c79356b A |
16 | include $(MakeInc_rule) |
17 | include $(MakeInc_dir) |