SOURCE = \
CS230A.t \
CS236A.t \
CS240B.t \
deleteCS141.t \
deleteCS23.t \
deleteCS231A.t \
deleteCS232A.t \
deleteCS232B.t \
deleteCS234A.t \
deleteCS235A.t \
deleteCS243B.t \
updateCS131.t \
updateCS143.t \
updateCS240A.t \
updateCS244A.t \
updateCS31.t \
updateCS32.t \
updateCS33.t

OBJECT = \
CS230A.ps \
CS236A.ps \
CS240B.ps \
deleteCS141.ps \
deleteCS23.ps \
deleteCS231A.ps \
deleteCS232A.ps \
deleteCS232B.ps \
deleteCS234A.ps \
deleteCS235A.ps \
deleteCS243B.ps \
updateCS131.ps \
updateCS143.ps \
updateCS240A.ps \
updateCS244A.ps \
updateCS31.ps \
updateCS32.ps \
updateCS33.ps \
CS230A.pdf \
CS236A.pdf \
CS240B.pdf \
deleteCS141.pdf \
deleteCS23.pdf \
deleteCS231A.pdf \
deleteCS232A.pdf \
deleteCS232B.pdf \
deleteCS234A.pdf \
deleteCS235A.pdf \
deleteCS243B.pdf \
updateCS131.pdf \
updateCS143.pdf \
updateCS240A.pdf \
updateCS244A.pdf \
updateCS31.pdf \
updateCS32.pdf \
updateCS33.pdf

.SUFFIXES: .t .ps

.t.ps:
	bpsroff -t $? > $@

.ps.pdf:
	ps2pdf $? > $@

all: $(OBJECT)
