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