# $Id: Makefile,v 1.5 2008/01/14 17:03:47 carvalho Exp $

LIBSTREE = stree/libstree.a

MODULE_big = postbio
DATA_built = postbio.sql
OBJS = postbio.o interval.o stree.o $(LIBSTREE)
SHLIB_LINK = -L./stree -lstree

PGXS := $(shell pg_config --pgxs)
include $(PGXS)

$(LIBSTREE):
	cd stree && make && make clean

