apple2ix/src/genglue.sh
2016-08-27 15:18:26 -07:00

10 lines
187 B
Bash
Executable File

#!/bin/sh
echo "#include \"$TARGET_ARCH/glue-prologue.h\""
while test "x$1" != "x" ; do
grep -E -h '(GLUE_)|(#[ ]*if)|(#[ ]*endif)|(#[ ]*else)|(#[ ]*elif)' "$1"
shift
done