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