]> granicus.if.org Git - postgresql/blob - contrib/isn/Makefile
Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, and
[postgresql] / contrib / isn / Makefile
1 # $PostgreSQL: pgsql/contrib/isn/Makefile,v 1.1 2006/09/09 04:07:52 tgl Exp $
2
3 MODULES = isn
4 DATA_built = isn.sql
5 DATA = uninstall_isn.sql
6 DOCS = README.isn
7
8 ifdef USE_PGXS
9 PGXS = $(shell pg_config --pgxs)
10 include $(PGXS)
11 else
12 subdir = contrib/isn
13 top_builddir = ../..
14 include $(top_builddir)/src/Makefile.global
15 include $(top_srcdir)/contrib/contrib-global.mk
16 endif