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


1.1
date	94.03.11.10.58.25;	author aoki;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@PG_INCLUDE=../backend

all: int4_abs.o circle.o

int4_abs.o: int4_abs.c
	cc -c -g -G 0 -I$(PG_INCLUDE) int4_abs.c

circle.o: circle.c
	cc -c -g -G 0 -I$(PG_INCLUDE) circle.c
@
