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


1.3
date	92.08.25.17.43.09;	author mer;	state Exp;
branches;
next	1.2;

1.2
date	92.08.21.21.43.47;	author mer;	state Exp;
branches;
next	1.1;

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


desc
@commands to build create.pq from the source
@


1.3
log
@final additions for 4.0.1 - tests are incomplete but good enough for now
@
text
@#
# Makefile for making the object files to be loaded
# into the demo.  
# $Header: /private/mer/pg/test/regress/RCS/makefile.source,v 1.2 1992/08/21 21:43:47 mer Exp mer $
#
PQFILES= create.pq

.SUFFIXES: .o .c .source .pq

all: $(PQFILES)

clean: 
	rm -f create.pq

clobber: clean
	rm -f makefile
	
set-up-1.pq: set-up-1.temp

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

.c.o:
	cc  $(DEMOCCOPTS) -I../../../src/lib/H -c $(<F)

#
# DEPENDENCIES 
# 
create.pq: create.source
@


1.2
log
@chmode pq files after creation - don't want them to show up in mods script
@
text
@d4 1
a4 1
# $Header: /private/mer/pg/test/regress/RCS/makefile.source,v 1.1 1992/08/19 08:31:25 mer Exp mer $
a10 1
	chmod 444 $(PQFILES)
d21 1
d23 2
a24 1
	C=`pwd`; sed -e "s:_CWD_:$$C:" < $(<F) > $(@@F)
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
# $Header: /private/mer/pg/test/regress/funcs/RCS/makefile.source,v 1.2 1992/08/18 00:19:52 mer Exp $
d11 1
@
