blob: 949d9c5930c45b92e8124f262a668b8280a66ab5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
|