Changed installation mechanism

This commit is contained in:
ceriel
1993-03-31 13:22:17 +00:00
parent 5e2915512f
commit 1fca8fde3d
27 changed files with 303 additions and 136 deletions

View File

@@ -11,5 +11,5 @@ note_on_reg_wins
refs
timing
title
Makefile
proto.make
pics

View File

@@ -1,4 +1,4 @@
.so init
.In
.NH
INTRODUCTION
.NH 2

View File

@@ -1,4 +1,4 @@
.so init
.In
.nr H1 1
.NH
CLOSE-UP LOOK

View File

@@ -1,4 +1,4 @@
.so init
.In
.nr H1 2
.NH
PROBLEMS

View File

@@ -1,4 +1,4 @@
.so init
.In
.hw data-structures
.nr H1 3
.NH

View File

@@ -1,4 +1,4 @@
.so init
.In
.nr H1 4
.NH
FUTURE WORK

View File

@@ -1,4 +1,4 @@
.so init
.In
.SH
A. MEASUREMENTS
.SH

View File

@@ -1,4 +1,4 @@
.so init
.In
.SH
B. IMPLEMENTATION
.SH

View File

@@ -1,3 +1,4 @@
.de In
.nr PS 12
.nr VS 14
.\" .fp 6 AM
@@ -6,6 +7,7 @@
.ds So \f1\s+1
.ds OQ `\h'-1p'`
.ds CQ '\h'-1p''
..
.de UX
.ie \\n(UX \s-1UNIX\s0\\$1
.el \{\

View File

@@ -1,4 +1,4 @@
.so init
.In
.hw de-vised
.TL
A fast backend for SPARC processors

32
doc/sparc/proto.make Normal file
View File

@@ -0,0 +1,32 @@
# $Header$
#PARAMS do not remove this line!
SRC_DIR = $(SRC_HOME)/doc/sparc
TARGET = $(TARGET_HOME)/doc/sparc.doc
REFER=refer
TBL=tbl
PIC=pic
GRAP=grap
SRC = $(SRC_DIR)/init \
$(SRC_DIR)/refs \
$(SRC_DIR)/title \
$(SRC_DIR)/intro \
$(SRC_DIR)/1 \
$(SRC_DIR)/2 \
$(SRC_DIR)/3 \
4 \
$(SRC_DIR)/5 \
A \
$(SRC_DIR)/B
$(TARGET)/sparc.doc: $(SRC)
$(REFER) -sA+T '-l\", ' -p $(SRC) | $(GRAP) | $(PIC) | $(TBL) > $@
4: $(SRC_DIR)/4
sed 's^pics/^$(SRC_DIR)/pics/^' < $(SRC_DIR)/4 > 4
A: $(SRC_DIR)/A
sed 's^pics/^$(SRC_DIR)/pics/^' < $(SRC_DIR)/A > A

View File

@@ -1,4 +1,4 @@
.so init
.In
.TL
.sp 1.2c
A fast backend for SPARC processors