Added proto.make

This commit is contained in:
ceriel 1993-11-11 12:02:20 +00:00
parent aa0cd8e9a1
commit a9e731d090
2 changed files with 56 additions and 0 deletions

24
doc/lint/proto.make Normal file
View file

@ -0,0 +1,24 @@
# $Header$
#PARAMS do not remove this line!
SRC_DIR = $(SRC_HOME)/doc/lint
FP = $(SRC_DIR)/frontpage
DOC = $(SRC_DIR)/abstract \
$(SRC_DIR)/contents \
$(SRC_DIR)/chap1 \
$(SRC_DIR)/chap2 \
$(SRC_DIR)/chap3 \
$(SRC_DIR)/chap4 \
$(SRC_DIR)/chap5 \
$(SRC_DIR)/chap6 \
$(SRC_DIR)/chap7 \
$(SRC_DIR)/chap8 \
$(SRC_DIR)/chap9 \
$(SRC_DIR)/appendix_A \
$(SRC_DIR)/appendix_B
$(TARGET_HOME)/doc/lint.doc: $(FP) $(DOC)
cat $(FP) $(DOC) > $(TARGET_HOME)/doc/lint.doc

32
doc/occam/proto.make Normal file
View file

@ -0,0 +1,32 @@
# $Header$
#PARAMS do not remove this line!
SRC_DIR = $(SRC_HOME)/doc/occam
FILES= $(SRC_DIR)/p0 \
$(SRC_DIR)/p1 \
$(SRC_DIR)/p2 \
$(SRC_DIR)/p3 \
$(SRC_DIR)/p4 \
$(SRC_DIR)/p5 \
$(SRC_DIR)/p6 \
$(SRC_DIR)/p7 \
$(SRC_DIR)/p8 \
$(SRC_DIR)/p9
PIC=pic
EQN=eqn
TBL=tbl
$(TARGET_HOME)/doc/occam.doc: $(FILES) channel.h.t channel.c.t
soelim $(FILES) | $(PIC) | $(TBL) | $(EQN) > $@
channel.h.t: $(SRC_HOME)/h/ocm_chan.h
$(SRC_DIR)/ctot <$(SRC_HOME)/h/ocm_chan.h >channel.h.t
channel.c.t: channel.c
$(SRC_DIR)/ctot <channel.c >channel.c.t
channel.c: $(SRC_HOME)/lang/occam/lib/tail_ocm.a
$(UTIL_HOME)/bin/arch x $(SRC_HOME)/lang/occam/lib/tail_ocm.a channel.c