]> granicus.if.org Git - postgresql/blob - contrib/pageinspect/Makefile
Add file version information to most installed Windows binaries.
[postgresql] / contrib / pageinspect / Makefile
1 # contrib/pageinspect/Makefile
2
3 MODULE_big      = pageinspect
4 OBJS            = rawpage.o heapfuncs.o btreefuncs.o fsmfuncs.o $(WIN32RES)
5
6 EXTENSION = pageinspect
7 DATA = pageinspect--1.2.sql pageinspect--1.0--1.1.sql \
8         pageinspect--1.1--1.2.sql pageinspect--unpackaged--1.0.sql
9 PGFILEDESC = "pageinspect - functions to inspect contents of database pages"
10
11 ifdef USE_PGXS
12 PG_CONFIG = pg_config
13 PGXS := $(shell $(PG_CONFIG) --pgxs)
14 include $(PGXS)
15 else
16 subdir = contrib/pageinspect
17 top_builddir = ../..
18 include $(top_builddir)/src/Makefile.global
19 include $(top_srcdir)/contrib/contrib-global.mk
20 endif