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