home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
gnu
/
gawk213s.lzh
/
GAWK213S
/
MKSCRPT.SED
< prev
next >
Wrap
Text File
|
1993-07-29
|
404b
|
16 lines
# there is no automatic editing of Makefile for Atari right now
# but lines starting with "MAKE_" string are processed for consistency
# with other configuration files and in a case they would be needed
# in a future
:start
/^MAKE_/d
/^[^#]/s/.*/s~__SYSTEM__~&~/p
t cont
n
b start
:cont
n
/^MAKE_/d
/^[^#]/s:^\([^ ]*\)[ ].*:s~^/\\* #define[ ]*\1.*~#define &~:p
b cont