Translation updates for 8.4 release.
[PostgreSQL.git] / contrib / test_parser / Makefile
blob17271e19c0e7f38b2f442d250d6c2779e1c1ec1f
1 # $PostgreSQL$
3 MODULE_big = test_parser
4 OBJS = test_parser.o
5 DATA_built = test_parser.sql
6 DATA = uninstall_test_parser.sql
7 REGRESS = test_parser
9 ifdef USE_PGXS
10 PG_CONFIG = pg_config
11 PGXS := $(shell $(PG_CONFIG) --pgxs)
12 include $(PGXS)
13 else
14 subdir = contrib/test_parser
15 top_builddir = ../..
16 include $(top_builddir)/src/Makefile.global
17 include $(top_srcdir)/contrib/contrib-global.mk
18 endif