1# contrib/isn/Makefile
2
3MODULES = isn
4
5EXTENSION = isn
6DATA = isn--1.1.sql isn--1.0--1.1.sql isn--unpackaged--1.0.sql
7PGFILEDESC = "isn - data types for international product numbering standards"
8
9REGRESS = isn
10
11ifdef USE_PGXS
12PG_CONFIG = pg_config
13PGXS := $(shell $(PG_CONFIG) --pgxs)
14include $(PGXS)
15else
16subdir = contrib/isn
17top_builddir = ../..
18include $(top_builddir)/src/Makefile.global
19include $(top_srcdir)/contrib/contrib-global.mk
20endif
21