|
1 |
| -# $PostgreSQL: pgsql/contrib/tsearch2/snowball/Makefile,v 1.7 2005/09/27 17:13:12 tgl Exp $ |
| 1 | +# $PostgreSQL: pgsql/contrib/tsearch2/snowball/Makefile,v 1.8 2005/10/18 01:30:48 tgl Exp $ |
2 | 2 |
|
3 |
| - |
4 |
| -PG_CPPFLAGS = -I$(srcdir)/.. |
5 | 3 | SUBOBJS = english_stem.o api.o russian_stem.o utilities.o
|
| 4 | + |
6 | 5 | EXTRA_CLEAN = SUBSYS.o$(SUBOBJS)
|
7 | 6 |
|
| 7 | +PG_CPPFLAGS = -I$(srcdir)/.. |
| 8 | + |
8 | 9 | ifdefUSE_PGXS
|
9 | 10 | PGXS :=$(shell pg_config --pgxs)
|
10 | 11 | include$(PGXS)
|
11 | 12 | else
|
12 |
| -subdir = contrib/tsearch2 |
| 13 | +subdir = contrib/tsearch2/snowball |
13 | 14 | top_builddir = ../../..
|
14 | 15 | include$(top_builddir)/src/Makefile.global
|
15 | 16 | include$(top_srcdir)/contrib/contrib-global.mk
|
|