1 # contrib/fuzzystrmatch/Makefile
3 MODULE_big
= fuzzystrmatch
10 EXTENSION
= fuzzystrmatch
11 DATA
= fuzzystrmatch--1.1.sql fuzzystrmatch--1.1
--1.2.sql \
12 fuzzystrmatch--1.0
--1.1.sql
14 PGFILEDESC
= "fuzzystrmatch - similarities and distance between strings"
16 REGRESS
= fuzzystrmatch fuzzystrmatch_utf8
18 EXTRA_CLEAN
= daitch_mokotoff.h
22 PGXS
:= $(shell $(PG_CONFIG
) --pgxs
)
25 subdir
= contrib
/fuzzystrmatch
27 include $(top_builddir
)/src
/Makefile.global
28 include $(top_srcdir
)/contrib
/contrib-global.mk
31 # Force this dependency to be known even without dependency info built:
32 daitch_mokotoff.o
: daitch_mokotoff.h
34 daitch_mokotoff.h
: daitch_mokotoff_header.pl