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


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

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


desc
@make file for regression test c functions
@


1.2
log
@make ofiles non-writable after they're made
@
text
@#
# Makefile for making the object files to be loaded
# into the demo.  
# $Header: /private/mer/pg/test/regress/funcs/RCS/makefile.source,v 1.1 1992/08/16 03:53:45 mer Exp mer $
#
.SUFFIXES: .o .c .temp .pq

all: regress.o
	@@chmod 444 regress.o

clean: 
	rm -f *.o *.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)

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


#
# DEPENDENCIES (generated, do not modify by hand)
# 
regress.o: regress.c
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
# $Header: /private/mer/pg/demo/RCS/makefile.source,v 1.2 1991/11/19 17:56:36 mer Exp $
d9 1
@
