2010-09-21 04:08:53 +08:00
|
|
|
# contrib/isn/Makefile
|
2006-09-09 12:07:52 +08:00
|
|
|
|
|
|
|
MODULES = isn
|
2011-02-14 09:06:41 +08:00
|
|
|
|
|
|
|
EXTENSION = isn
|
|
|
|
DATA = isn--1.0.sql isn--unpackaged--1.0.sql
|
2014-07-15 02:07:52 +08:00
|
|
|
PGFILEDESC = "isn - data types for international product numbering standards"
|
2006-09-09 12:07:52 +08:00
|
|
|
|
2015-08-03 03:12:33 +08:00
|
|
|
REGRESS = isn
|
|
|
|
|
2006-09-09 12:07:52 +08:00
|
|
|
ifdef USE_PGXS
|
2007-06-27 06:05:04 +08:00
|
|
|
PG_CONFIG = pg_config
|
|
|
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
2006-09-09 12:07:52 +08:00
|
|
|
include $(PGXS)
|
|
|
|
else
|
|
|
|
subdir = contrib/isn
|
|
|
|
top_builddir = ../..
|
|
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|
|
|
|
endif
|