postgresql/contrib/adminpack/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
533 B
Makefile
Raw Normal View History

2010-09-20 22:08:53 +02:00
# contrib/adminpack/Makefile
2006-05-30 23:34:15 +02:00
MODULE_big = adminpack
OBJS = \
$(WIN32RES) \
adminpack.o
EXTENSION = adminpack
DATA = adminpack--1.0.sql adminpack--1.0--1.1.sql adminpack--1.1--2.0.sql\
adminpack--2.0--2.1.sql
PGFILEDESC = "adminpack - support functions for pgAdmin"
2006-05-30 23:34:15 +02:00
REGRESS = adminpack
2006-05-30 23:34:15 +02:00
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
2006-05-30 23:34:15 +02:00
include $(PGXS)
else
subdir = contrib/adminpack
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif