head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	91.11.19.22.53.17;	author mer;	state Exp;
branches;
next	;


desc
@Bring video demo into the golden age of automation
@


1.1
log
@Initial revision
@
text
@#
# Makefile for making the object files to be loaded
# into the video.  
# $Header: /users/mer/postgres/demo/RCS/makefile.source,v 1.1 1990/10/25 17:53:21 kemnitz Exp mer $
#
.SUFFIXES: .temp .pq

all: set-up-1.pq

clean: 
	rm -f *.pq

set-up-1.pq: set-up-1.temp

.temp.pq:
	-@@ echo "producing the setup script $(@@F)" ; \
	C=`pwd`; sed -e "s:_CWD_:$$C:" < $(<F) > $(@@F)
@
