blob: 3319b1613fc9797778ae358f5ed6337c94d9dd9a (
plain)
1
2
3
4
5
6
7
8
9
|
# Sed commands to finish translating the opcodes Makefile.in into MPW syntax.
# Empty HDEFINES.
/HDEFINES/s/@HDEFINES@//
/INCDIR=/s/"{srcdir}":/"{topsrcdir}"/
/^CSEARCH = .*$/s/$/ -i "{INCDIR}":mpw: -i ::extra-include:/
/BFD_MACHINES/s/@BFD_MACHINES@/{BFD_MACHINES}/
/archdefs/s/@archdefs@/{ARCHDEFS}/
|