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