*** empty log message ***

This commit is contained in:
ceriel 1987-02-23 23:35:42 +00:00
parent aa2add89cd
commit ea8fd6991c
2 changed files with 9 additions and 4 deletions

View file

@ -6,14 +6,16 @@ DSRC=list.c data.c main.c scan.c svars.c trans.c util.c rmach.c run.c grows.c\
ISRC=dmach.c intable.c
OBJ=list.o data.o main.o scan.o svars.o trans.o util.o rmach.o run.o \
dmach.o intable.o grows.o files.o
ACKDIR=$(EMHOME)/lib/
ACKDIR=$(EMHOME)/lib/descr
FE=fe
INTABLES=pdp int
LNTABLES=acc apc abc vax4 i86 m68k2 m68k4 pmds pmds4 mantra mantra4 \
m68020 z8000 int22 int24 int44 6500 6800 6805 6809 i80 ns s2650 z80
m68020 z8000 int22 int24 int44 6500 6800 6805 6809 i80 ns s2650 z80 \
sun3
INCLUDES=-I$(EMHOME)/h
CFLAGS=-O -n $(INCLUDES)
BINDIR=$(EMHOME)/bin
MANDIR=$(EMHOME)/man
MODDIR=$(EMHOME)/modules/lib
head: ack
@ -24,10 +26,13 @@ install: ack
-cd $(BINDIR) ; \
for i in $(INTABLES) $(LNTABLES) ; do rm -f $$i ; ln ack $$i ; done
(cd pc ; make install )
rm -f $(MANDIR)/man/ack.1
cp ack.1 $(MANDIR)/man/ack.1
cmp: ack
cmp ack $(BINDIR)/ack
-cmp ack $(BINDIR)/ack
(cd pc ; make cmp )
-cmp ack.1 $(MANDIR)/ack.1
clean:
-rm -f *.old *.o ack

View file

@ -15,7 +15,7 @@
#define EMPATMAX 20
#define MAXPATTERNS 40
#define MAXALLREG 5
#define MAXINSTANCES 300
#define MAXINSTANCES 500
#define MAXMOVES 40
#define MAXTESTS 10
#define MAXSTACKS 30