head	1.2;
access;
symbols;
locks; strict;


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

1.1
date	90.10.25.17.53.21;	author kemnitz;	state Exp;
branches;
next	;


desc
@New makefile - real makefile is generated.
@


1.2
log
@get rid of out-dated wisc.setup.temp stuff
@
text
@#
# Makefile for making the object files to be loaded
# into the demo.  
# $Header: /users/mer/postgres/demo/RCS/makefile.source,v 1.1 1990/10/25 17:53:21 kemnitz Exp mer $
#
.SUFFIXES: .o .c .temp .pq

all: circle.o boxarea.o overpaid.o set-up-1.pq

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)
# 
circle.o: circle.c
circle.o: /usr/include/stdio.h
circle.o: ../src/lib/H/utils/geo-decls.h
circle.o: /usr/include/math.h

boxarea.o: boxarea.c

overpaid.o: overpaid.c
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
# $Header: RCS/makefile,v 1.9 90/08/08 18:07:34 kemnitz Exp Locker: kemnitz $
d8 1
a8 1
all: circle.o boxarea.o overpaid.o set-up-1.pq wisc.setup.pq
a13 1
wisc.setup.pq: wisc.setup.temp
@
