Only skip pages marked as clean in the visibility map, if the last 32
[PostgreSQL.git] / contrib / intagg / Makefile
blobd1206bb37e22ddfefc96daf5555188cb91facf1e
1 #############################################
2 # Makefile for integer aggregator
3 # Copyright (C) 2001 Digital Music Network.
4 # by Mark L. Woodward
5 # $PostgreSQL$
7 DATA = int_aggregate.sql uninstall_int_aggregate.sql
9 ifdef USE_PGXS
10 PG_CONFIG = pg_config
11 PGXS := $(shell $(PG_CONFIG) --pgxs)
12 include $(PGXS)
13 else
14 subdir = contrib/intagg
15 top_builddir = ../..
16 include $(top_builddir)/src/Makefile.global
17 include $(top_srcdir)/contrib/contrib-global.mk
18 endif