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


1.2
date	94.04.28.10.58.36;	author aoki;	state Exp;
branches;
next	1.1;

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


desc
@@


1.2
log
@make .os files
@
text
@PG_INCLUDE=../backend

all: int4_abs.so circle.so

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

circle.o: circle.c
	cc -c -g -PIC -I$(PG_INCLUDE) circle.c

int4_abs.so: int4_abs.o
	ld -dc -dp -Bdynamic -o int4_abs.so int4_abs.o

circle.so: circle.o
	ld -dc -dp -Bdynamic -o circle.so circle.o
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
all: int4_abs.o circle.o
@
