mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-12 20:58:48 +00:00
10 lines
304 B
Sed
10 lines
304 B
Sed
# 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}/
|