2005-09-28 01:13:14 +08:00
|
|
|
# $PostgreSQL: pgsql/contrib/intarray/Makefile,v 1.12 2005/09/27 17:13:04 tgl Exp $
|
2001-01-12 08:16:26 +08:00
|
|
|
|
2003-06-12 02:44:15 +08:00
|
|
|
MODULE_big = _int
|
|
|
|
OBJS = _int_bool.o _int_gist.o _int_op.o _int_tool.o _intbig_gist.o
|
2001-09-06 18:49:30 +08:00
|
|
|
DATA_built = _int.sql
|
|
|
|
DOCS = README.intarray
|
|
|
|
REGRESS = _int
|
2001-01-12 08:16:26 +08:00
|
|
|
|
2004-08-21 04:13:10 +08:00
|
|
|
ifdef USE_PGXS
|
2005-09-28 01:13:14 +08:00
|
|
|
PGXS := $(shell pg_config --pgxs)
|
2004-08-21 04:13:10 +08:00
|
|
|
include $(PGXS)
|
|
|
|
else
|
|
|
|
subdir = contrib/intarray
|
|
|
|
top_builddir = ../..
|
|
|
|
include $(top_builddir)/src/Makefile.global
|
2001-09-06 18:49:30 +08:00
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|
2004-08-21 04:13:10 +08:00
|
|
|
endif
|