#
# Makefile for making the object files to be loaded
# into the video.  
# $Header: /private/postgres/video/RCS/makefile.source,v 1.1 1991/11/19 22:53:17 mer Exp $
#
.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)
