]> granicus.if.org Git - postgresql/blob - contrib/unaccent/Makefile
Unaccent dictionary.
[postgresql] / contrib / unaccent / Makefile
1 # $PostgreSQL: pgsql/contrib/unaccent/Makefile,v 1.1 2009/08/18 10:34:39 teodor Exp $
2
3 MODULE_big = unaccent
4 OBJS = unaccent.o
5
6 DATA_built = unaccent.sql
7 DATA = uninstall_unaccent.sql
8 DATA_TSEARCH = unaccent.rules
9 REGRESS = unaccent
10
11
12 ifdef USE_PGXS
13 PG_CONFIG = pg_config
14 PGXS := $(shell $(PG_CONFIG) --pgxs)
15 include $(PGXS)
16 else
17 subdir = contrib/pg_trgm
18 top_builddir = ../..
19 include $(top_builddir)/src/Makefile.global
20 include $(top_srcdir)/contrib/contrib-global.mk
21 endif
22
23 #redefine REGRESS_OPTS because of needings of UTF8 database
24 REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB) --multibyte=UTF8 --no-locale