Added lint
This commit is contained in:
parent
b0f64baa8b
commit
eba26ad2e6
2 changed files with 5 additions and 1 deletions
|
@ -28,3 +28,4 @@ occam
|
||||||
int
|
int
|
||||||
ceg
|
ceg
|
||||||
sparc
|
sparc
|
||||||
|
lint
|
||||||
|
|
|
@ -43,6 +43,9 @@ ncg.$(SUF): ncg.doc
|
||||||
LLgen.doc: LLgen.X
|
LLgen.doc: LLgen.X
|
||||||
LLgen.X:
|
LLgen.X:
|
||||||
cd LLgen; make "EQN="$(EQN) "TBL="$(TBL) "REFER="$(REFER) "TARGET="$(TARGET)
|
cd LLgen; make "EQN="$(EQN) "TBL="$(TBL) "REFER="$(REFER) "TARGET="$(TARGET)
|
||||||
|
lint.doc: lint.X
|
||||||
|
lint.X:
|
||||||
|
cd lint; make
|
||||||
top.doc: top.X
|
top.doc: top.X
|
||||||
top.X:
|
top.X:
|
||||||
cd top; make "EQN="$(EQN) "TBL="$(TBL) "REFER="$(REFER) "TARGET="$(TARGET)
|
cd top; make "EQN="$(EQN) "TBL="$(TBL) "REFER="$(REFER) "TARGET="$(TARGET)
|
||||||
|
@ -83,4 +86,4 @@ opr:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -f *.old $(RESFILES) *.t *.out LLgen.doc top.doc \
|
-rm -f *.old $(RESFILES) *.t *.out LLgen.doc top.doc \
|
||||||
occam.doc ego.doc int.doc ceg.doc
|
occam.doc ego.doc int.doc ceg.doc lint.doc sparc.doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue