removed tab.c, use tabgen
This commit is contained in:
parent
4bacebab18
commit
a08e71a16f
|
@ -51,7 +51,6 @@ scope.C
|
|||
scope.h
|
||||
standards.h
|
||||
statement.g
|
||||
tab.c
|
||||
tmpvar.C
|
||||
tokenname.c
|
||||
tokenname.h
|
||||
|
|
|
@ -89,7 +89,7 @@ pr:
|
|||
@pr Makefile Resolve Parameters $(GF) *.H $(HFILES) *.C $(CSRC)
|
||||
|
||||
clean:
|
||||
rm -f $(OBJ) $(GENFILES) LLfiles hfiles Cfiles tab clashes \
|
||||
rm -f $(OBJ) $(GENFILES) LLfiles hfiles Cfiles clashes \
|
||||
$(CURRDIR)/main LL.output
|
||||
(cd .. ; rm -rf Xsrc)
|
||||
|
||||
|
@ -138,11 +138,8 @@ casestat.c: make.allocd
|
|||
next.c: $(NEXTFILES) ./make.next
|
||||
./make.next $(NEXTFILES) > next.c
|
||||
|
||||
char.c: char.tab tab
|
||||
tab -fchar.tab >char.c
|
||||
|
||||
tab:
|
||||
$(CC) tab.c -o tab
|
||||
char.c: char.tab
|
||||
$(EMHOME)/bin/tabgen -fchar.tab >char.c
|
||||
|
||||
depend: Cfiles
|
||||
sed '/^#AUTOAUTO/,$$d' Makefile > Makefile.new
|
||||
|
|
Loading…
Reference in a new issue