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 >
Text File  |  1993-07-29  |  404b  |  16 lines

  1. # there is no automatic editing of Makefile for Atari right now
  2. # but lines starting with "MAKE_" string are processed for consistency
  3. # with other configuration files and in a case they would be needed
  4. # in a future
  5. :start
  6.     /^MAKE_/d
  7.     /^[^#]/s/.*/s~__SYSTEM__~&~/p
  8.     t cont
  9.     n
  10.     b start
  11. :cont
  12.     n
  13.     /^MAKE_/d
  14.     /^[^#]/s:^\([^     ]*\)[     ].*:s~^/\\* #define[     ]*\1.*~#define  &~:p
  15. b cont
  16.