head	1.6;
access;
symbols
	REL7_4_29:1.3
	REL8_0_25:1.5
	REL7_4_28:1.3
	REL8_0_24:1.5
	REL7_4_27:1.3
	REL8_0_23:1.5
	REL7_4_26:1.3
	REL8_0_22:1.5
	REL7_4_25:1.3
	REL8_0_21:1.5
	REL7_4_24:1.3
	REL8_0_20:1.5
	REL7_4_23:1.3
	REL8_0_19:1.5
	REL7_4_22:1.3
	REL8_0_18:1.5
	REL7_4_21:1.3
	REL8_0_17:1.5
	REL7_4_20:1.3
	REL8_0_16:1.5
	REL7_3_21:1.3
	REL7_4_19:1.3
	REL8_0_15:1.5
	REL7_3_20:1.3
	REL7_4_18:1.3
	REL8_0_14:1.5
	REL7_3_19:1.3
	REL7_4_17:1.3
	REL8_0_13:1.5
	REL8_0_12:1.5
	REL7_3_18:1.3
	REL7_4_16:1.3
	REL8_0_11:1.5
	REL8_0_10:1.5
	REL7_4_15:1.3
	REL7_3_17:1.3
	REL8_0_9:1.5
	REL7_4_14:1.3
	REL7_3_16:1.3
	REL7_3_15:1.3
	REL7_4_13:1.3
	REL8_0_8:1.5
	REL7_3_14:1.3
	REL7_4_12:1.3
	REL8_0_7:1.5
	REL7_3_13:1.3
	REL7_4_11:1.3
	REL8_0_6:1.5
	REL7_3_12:1.3
	REL7_4_10:1.3
	REL8_0_5:1.5
	REL7_3_11:1.3
	REL7_4_9:1.3
	REL8_0_4:1.5
	REL7_2_8:1.1
	REL7_3_10:1.3
	REL7_4_8:1.3
	REL8_0_3:1.5
	REL8_0_2:1.5
	REL7_2_7:1.1
	REL7_3_9:1.3
	REL7_4_7:1.3
	REL8_0_1:1.5
	REL8_0_STABLE:1.5.0.4
	REL8_0_0:1.5.0.2
	REL8_0_0RC5:1.5
	REL8_0_0RC4:1.5
	REL8_0_0RC3:1.5
	REL8_0_0RC2:1.5
	REL8_0_0RC1:1.5
	REL8_0_0BETA5:1.5
	REL8_0_0BETA4:1.5
	REL7_4_6:1.3
	REL7_3_8:1.3
	REL7_2_6:1.1
	REL8_0_0BETA3:1.5
	REL8_0_0BETA2:1.5
	REL7_2_5:1.1
	REL7_4_5:1.3
	REL7_3_7:1.3
	REL7_4_4:1.3
	REL8_0_0BETA1:1.4
	REL7_4_3:1.3
	REL7_4_2:1.3
	REL7_3_6:1.3
	REL7_4_1:1.3
	REL7_3_5:1.3
	REL7_4:1.3
	REL7_4_RC2:1.3
	REL7_4_STABLE:1.3.0.6
	REL7_4_RC1:1.3
	REL7_4_BETA5:1.3
	REL7_4_BETA4:1.3
	REL7_4_BETA3:1.3
	REL7_4_BETA2:1.3
	WIN32_DEV:1.3.0.4
	REL7_4_BETA1:1.3
	REL7_3_4:1.3
	REL7_3_2:1.3
	REL7_2_4:1.1
	REL7_3_STABLE:1.3.0.2
	REL7_2_3:1.1
	REL7_2_STABLE:1.1.0.2
	REL7_2:1.1
	REL7_2_RC2:1.1
	REL7_2_RC1:1.1
	REL7_2_BETA5:1.1
	REL7_2_BETA4:1.1
	REL7_2_BETA3:1.1
	REL7_2_BETA2:1.1
	REL7_2_BETA1:1.1;
locks; strict;
comment	@# @;


1.6
date	2005.06.22.22.56.28;	author tgl;	state dead;
branches;
next	1.5;

1.5
date	2004.08.20.20.13.08;	author momjian;	state Exp;
branches;
next	1.4;

1.4
date	2003.11.29.19.51.36;	author pgsql;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.01.23.23.29;	author tgl;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.01.22.52.33;	author tgl;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.12.23.19.09;	author tgl;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove contrib modules that have been agreed to be obsolete.
(There are more that will be removed once they've been copied to
pgfoundry.org.)
@
text
@# $PostgreSQL: pgsql/contrib/tsearch/Makefile,v 1.5 2004/08/20 20:13:08 momjian Exp $

PG_CPPFLAGS = -I.

MODULE_big = tsearch
OBJS = crc32.o morph.o txtidx.o query.o gistidx.o rewrite.o

DATA_built = tsearch.sql
DOCS = README.tsearch
REGRESS = tsearch

EXTRA_CLEAN = parser.c

ifdef USE_PGXS
PGXS = $(shell pg_config --pgxs)
include $(PGXS)
else
subdir = contrib/tsearch
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif


# parser is compiled as part of query
query.o: parser.c

parser.c: parser.l
ifdef FLEX
	$(FLEX) $(FLEXFLAGS) -8 -Ptsearch_yy -o'$@@' $<
else
	@@$(missing) flex $< $@@
endif

# DO NOT DELETE
@


1.5
log
@> Please find enclose a submission to fix these problems.
>
> The patch adds missing the "libpgport.a" file to the installation under
> "install-all-headers". It is needed by some contribs. I install the
> library in "pkglibdir", but I was wondering whether it should be "libdir"?
> I was wondering also whether it would make sense to have a "libpgport.so"?
>
> It fixes various macros which are used by contrib makefiles, especially
> libpq_*dir and LDFLAGS when used under PGXS. It seems to me that they are
> needed to
>
> It adds the ability to test and use PGXS with contribs, with "make
> USE_PGXS=1". Without the macro, this is exactly as before, there should be
> no difference, esp. wrt the vpath feature that seemed broken by previous
> submission. So it should not harm anybody, and it is useful at least to me.
>
> It fixes some inconsistencies in various contrib makefiles
> (useless override, ":=" instead of "=").

Fabien COELHO
@
text
@d1 1
a1 1
# $PostgreSQL: pgsql-server/contrib/tsearch/Makefile,v 1.4 2003/11/29 19:51:36 pgsql Exp $
@


1.4
log
@
$Header: -> $PostgreSQL Changes ...
@
text
@d1 1
a1 1
# $PostgreSQL: /cvsroot/pgsql-server/contrib/tsearch/Makefile,v 1.3 2002/11/01 23:23:29 tgl Exp $
d3 1
a3 5
subdir = contrib/tsearch
top_builddir = ../..
include $(top_builddir)/src/Makefile.global

override CPPFLAGS := -I. $(CPPFLAGS)
d12 13
a34 3
EXTRA_CLEAN = parser.c

include $(top_srcdir)/contrib/contrib-global.mk
@


1.3
log
@Need -I. to build outside source tree.
@
text
@d1 1
a1 1
# $Header: /cvsroot/pgsql-server/contrib/tsearch/Makefile,v 1.2 2002/11/01 22:52:33 tgl Exp $
@


1.2
log
@Arrange to compile flex output files as inclusions into other files
(usually bison output files), not as standalone files.  This hack
works around flex's insistence on including <stdio.h> before we are
able to include postgres.h; postgres.h will already be read before
the compiler starts to read the flex output file.  Needed for largefile
support on some platforms.
@
text
@d1 1
a1 1
# $Header: /cvsroot/pgsql-server/contrib/tsearch/Makefile,v 1.1 2001/10/12 23:19:09 tgl Exp $
d6 2
@


1.1
log
@txtidx datatype for full text indexing with GiST.
From Oleg Bartunov and Teodor Sigaev.
@
text
@d1 1
a1 1
# $Header$
d8 1
a8 1
OBJS = parser.o crc32.o morph.o txtidx.o query.o gistidx.o rewrite.o
d13 3
@
