]>
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 | DATAFILES = \ | |
11 | profile-md.h profile-md.c profile-asm.s | |
12 | ||
13 | INSTALL_MD_LIST = ${DATAFILES} | |
14 | ||
15 | INSTALL_MD_DIR = profile/i386 | |
16 | ||
17 | EXPORT_MD_LIST = ${DATAFILES} | |
18 | ||
19 | EXPORT_MD_DIR = profile/i386 | |
20 | ||
21 | include $(MakeInc_rule) | |
22 | include $(MakeInc_dir) | |
23 | ||
24 |