OSDN Git Service

Update copyright for the year 2010.
[pg-rex/syncrep.git] / contrib / dict_xsyn / Makefile
1 # $PostgreSQL: pgsql/contrib/dict_xsyn/Makefile,v 1.3 2007/12/02 21:15:38 tgl Exp $
2
3 MODULE_big = dict_xsyn
4 OBJS = dict_xsyn.o
5 DATA_built = dict_xsyn.sql
6 DATA = uninstall_dict_xsyn.sql
7 DATA_TSEARCH = xsyn_sample.rules
8 REGRESS = dict_xsyn
9
10 ifdef USE_PGXS
11 PG_CONFIG = pg_config
12 PGXS := $(shell $(PG_CONFIG) --pgxs)
13 include $(PGXS)
14 else
15 subdir = contrib/dict_xsyn
16 top_builddir = ../..
17 include $(top_builddir)/src/Makefile.global
18 include $(top_srcdir)/contrib/contrib-global.mk
19 endif