2007-11-10 23:59:52 +00:00
|
|
|
# $PostgreSQL: pgsql/contrib/intarray/Makefile,v 1.16 2007/11/10 23:59:51 momjian Exp $
|
2001-01-12 00:16:26 +00:00
|
|
|
|
2003-06-11 18:44:15 +00:00
|
|
|
MODULE_big = _int
|
2006-05-03 16:31:07 +00:00
|
|
|
OBJS = _int_bool.o _int_gist.o _int_op.o _int_tool.o _intbig_gist.o _int_gin.o
|
2001-09-06 10:49:30 +00:00
|
|
|
DATA_built = _int.sql
|
2006-02-27 12:54:39 +00:00
|
|
|
DATA = uninstall__int.sql
|
2001-09-06 10:49:30 +00:00
|
|
|
REGRESS = _int
|
2001-01-12 00:16:26 +00:00
|
|
|
|
2004-08-20 20:13:10 +00:00
|
|
|
ifdef USE_PGXS
|
2007-06-26 22:05:04 +00:00
|
|
|
PG_CONFIG = pg_config
|
|
|
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
2004-08-20 20:13:10 +00:00
|
|
|
include $(PGXS)
|
|
|
|
else
|
|
|
|
subdir = contrib/intarray
|
|
|
|
top_builddir = ../..
|
|
|
|
include $(top_builddir)/src/Makefile.global
|
2001-09-06 10:49:30 +00:00
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|
2004-08-20 20:13:10 +00:00
|
|
|
endif
|