head	1.3;
access;
symbols
	REL9_0_0:1.3
	REL9_1_ALPHA1:1.3
	REL9_0_RC1:1.3
	REL9_0_BETA4:1.3
	REL9_0_STABLE:1.3.0.2
	REL9_0_BETA3:1.3
	REL9_0_BETA2:1.2;
locks; strict;
comment	@# @;


1.3
date	2010.07.03.14.23.14;	author momjian;	state Exp;
branches;
next	1.2;

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

1.1
date	2010.05.13.01.03.01;	author momjian;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Add CVS tags to pg_upgrade and pg_upgrade_support files, per request
from Tom.
@
text
@#
# Makefile for pg_upgrade_support
#
# $PostgreSQL: pgsql/contrib/citext/Makefile,v 1.1 2008/07/29 18:31:20 tgl Exp $

PGFILEDESC = "pg_upgrade_support - server-side functions for pg_upgrade"

MODULES = pg_upgrade_support

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


1.2
log
@Fix wrong subdir.  Per buildfarm.
@
text
@d4 1
@


1.1
log
@Move pg_upgrade shared library out into its own /contrib directory
(pg_upgrade_support).
@
text
@d5 1
a5 1
PGFILEDESC = "pg_upgrade_support - shared library functions for pg_upgrade"
d14 1
a14 1
subdir = contrib/pg_upgrade
@

