@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/tsearch2/Makefile,v 1.16 2006/07/15 03:33:14 tgl Exp $
# $PostgreSQL: pgsql/contrib/tsearch2/Makefile,v 1.17 2006/09/11 15:14:46 tgl Exp $
MODULE_big = tsearch2
MODULE_big = tsearch2
OBJS = dict_ex.o dict.o snmap.o stopword.o common.o prs_dcfg.o \
OBJS = dict_ex.o dict.o snmap.o stopword.o common.o prs_dcfg.o \
@ -17,7 +17,7 @@ OBJS += $(SUBDIROBJS)
PG_CPPFLAGS = -I$( srcdir) /snowball -I$( srcdir) /ispell -I$( srcdir) /wordparser
PG_CPPFLAGS = -I$( srcdir) /snowball -I$( srcdir) /ispell -I$( srcdir) /wordparser
DATA = stopword/english.stop stopword/russian.stop stopword/russian.stop.utf8 thesaurus
DATA = stopword/english.stop stopword/russian.stop stopword/russian.stop.utf8 thesaurus
DATA_built = tsearch2.sql untsearch2.sql
DATA_built = tsearch2.sql uninstall_ tsearch2.sql
DOCS = README.tsearch2
DOCS = README.tsearch2
REGRESS = tsearch2
REGRESS = tsearch2
@ -45,7 +45,7 @@ $(SUBDIRS:%=%-recursive):
tsearch2.sql : tsearch .sql .in
tsearch2.sql : tsearch .sql .in
sed -e 's,MODULE_PATHNAME,$$libdir/$(MODULE_big),g' $< >$@
sed -e 's,MODULE_PATHNAME,$$libdir/$(MODULE_big),g' $< >$@
untsearch2.sql : untsearch .sql .in
uninstall_ tsearch2.sql : untsearch .sql .in
cp $< $@
cp $< $@
.PHONY : subclean
.PHONY : subclean