*** empty log message ***

This commit is contained in:
ceriel
1987-02-24 16:07:04 +00:00
parent b300e35b4c
commit 406137be12
6 changed files with 26 additions and 13 deletions

View File

@@ -36,6 +36,7 @@ test: opt testopt
cmp : all
-cmp opt $(EMHOME)/lib/em_opt
-cmp opt2 $(EMHOME)/lib/em_opt2
-cmp em_opt.6 $(EMHOME)/man/em_opt.6
install:all
-size opt $(EMHOME)/lib/em_opt
@@ -44,6 +45,8 @@ install:all
-size opt2 $(EMHOME)/lib/em_opt2
rm -f $(EMHOME)/lib/em_opt2
cp opt2 $(EMHOME)/lib/em_opt2
rm -f $(EMHOME)/man/em_opt.6
cp em_opt.6 $(EMHOME)/man/em_opt.6
pattern.c: patterns mktab
/lib/cpp patterns | mktab > pattern.c

View File

@@ -1,10 +1,10 @@
.\" $Header$
.TH EM_OPT VI
.TH EM_OPT 6ACK
.ad
.SH NAME
em_opt \- EM peephole optimizer
.SH SYNOPSIS
/usr/em/lib/em_opt [-Ln] [ argument ]
~em/lib/em_opt [-Ln] [ argument ]
.SH DESCRIPTION
Em_opt reads a compact EM-program, argument or standard input,
and produces another compact EM program on standard output