Added use of -T option

This commit is contained in:
ceriel
1988-05-04 10:14:48 +00:00
parent 7b1bb24911
commit 46080c31cd
5 changed files with 23 additions and 18 deletions

View File

@@ -4,8 +4,9 @@ FILES= p0 p1 p2 p3 p4 p5 p6 p7 p8 p9
PIC=pic
EQN=eqn
TBL=tbl
TARGET=-Tlp
../occam.doc: p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 channel.h.t channel.c.t
cat $(FILES) | $(PIC) | $(TBL) | $(EQN) > $@
cat $(FILES) | $(PIC) $(TARGET) | $(TBL) | $(EQN) $(TARGET) > $@
channel.h.t: $(EMHOME)/h/ocm_chan.h
ctot <$(EMHOME)/h/ocm_chan.h >channel.h.t