2007-11-11 07:59:52 +08:00
|
|
|
# $PostgreSQL: pgsql/contrib/intarray/Makefile,v 1.16 2007/11/10 23:59:51 momjian Exp $
|
2001-01-12 08:16:26 +08:00
|
|
|
|
2003-06-12 02:44:15 +08:00
|
|
|
MODULE_big = _int
|
2006-05-04 00:31:07 +08:00
|
|
|
OBJS = _int_bool.o _int_gist.o _int_op.o _int_tool.o _intbig_gist.o _int_gin.o
|
2001-09-06 18:49:30 +08:00
|
|
|
DATA_built = _int.sql
|
2006-02-27 20:54:39 +08:00
|
|
|
DATA = uninstall__int.sql
|
2001-09-06 18:49:30 +08:00
|
|
|
REGRESS = _int
|
2001-01-12 08:16:26 +08:00
|
|
|
|
2004-08-21 04:13:10 +08:00
|
|
|
ifdef USE_PGXS
|
2007-06-27 06:05:04 +08:00
|
|
|
PG_CONFIG = pg_config
|
|
|
|
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
|