]> granicus.if.org Git - postgresql/blobdiff - contrib/intarray/Makefile
Add selectivity estimation functions for intarray operators.
[postgresql] / contrib / intarray / Makefile
index 2b9a62409cd8f4760a15739aa47d4b2d79287852..5ea7f2aedf8e57b7dcaa46aa7d7f90fd997ac5ac 100644 (file)
@@ -1,14 +1,18 @@
-# $PostgreSQL: pgsql/contrib/intarray/Makefile,v 1.14 2006/05/03 16:31:07 teodor Exp $
+# contrib/intarray/Makefile
 
 MODULE_big = _int
-OBJS = _int_bool.o _int_gist.o _int_op.o _int_tool.o _intbig_gist.o _int_gin.o 
-DATA_built = _int.sql
-DATA = uninstall__int.sql
-DOCS = README.intarray
+OBJS = _int_bool.o _int_gist.o _int_op.o _int_tool.o \
+       _intbig_gist.o _int_gin.o _int_selfuncs.o $(WIN32RES)
+
+EXTENSION = intarray
+DATA = intarray--1.1.sql intarray--1.0--1.1.sql intarray--unpackaged--1.0.sql
+PGFILEDESC = "intarray - functions and operators for arrays of integers"
+
 REGRESS = _int
 
 ifdef USE_PGXS
-PGXS := $(shell pg_config --pgxs)
+PG_CONFIG = pg_config
+PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
 else
 subdir = contrib/intarray