133965Sjdp1,/START OF targmatch.h/	d
233965Sjdp/END OF targmatch.h/,$		d
389857Sobrien/^[ 	]*case/,/^[ 	]*esac/ d
433965Sjdps/^#if/KEEP #if/
533965Sjdps/^#endif/KEEP #endif/
633965Sjdps/^[ 	]*#.*$//
733965Sjdps/^KEEP #/#/
833965Sjdps/[ 	]*\\$//
933965Sjdpt lab1
1033965Sjdp	:lab1
1133965Sjdps/[| 	][| 	]*\([^|() 	][^|() 	]*\)[ 	]*|/{ "\1", NULL },/g
1233965Sjdps/[| 	][| 	]*\([^|() 	][^|() 	]*\)[ 	]*)/{ "\1",/g
1333965Sjdpt lab2
1433965Sjdps/^[ 	]*targ_defvec=\([^ 	]*\)/#if !defined (SELECT_VECS) || defined (HAVE_\1)/
1533965Sjdpt lab3
1633965Sjdps/.*=.*//
1733965Sjdps/;;//
1833965Sjdpb
1933965Sjdp	:lab2
2033965SjdpH
2133965Sjdpd
2233965Sjdp	:lab3
2333965SjdpG
2433965Sjdps/\n/%EOL%/g
2533965Sjdps/\(defined (HAVE_\)\([^)]*\)\(.*\)/\1\2\3\
2633965Sjdp\&\2 },\
2733965Sjdp#endif/
2833965Sjdps/%EOL%/\
2933965Sjdp/g
3033965Sjdpp
3133965Sjdps/.*//g
3233965Sjdps/\n//g
3333965Sjdph
34