made counting for register messages depending on a #define,

adapted makefile to make version with peephole optimizer library
This commit is contained in:
ceriel
1988-02-16 16:23:00 +00:00
parent a3e218efa5
commit a74e933a03
7 changed files with 545 additions and 13 deletions

View File

@@ -10,10 +10,15 @@ case $# in
;;
esac
PW=`pwd`
options=
case $1 in
main|emain)
target=$PW/$1
;;
omain)
target=$PW/$1
options=-DPEEPHOLE
;;
Xlint)
target=$1
;;
@@ -55,4 +60,4 @@ ed - $PW/makefile <<'EOF'
w makefile
q
EOF
make EMHOME=$EMHOME CURRDIR=$PW $target
make EMHOME=$EMHOME COPTIONS=$options CURRDIR=$PW $target