head	1.10;
access;
symbols
	REL9_0_0:1.10
	REL9_1_ALPHA1:1.10
	REL9_0_RC1:1.10
	REL9_0_BETA4:1.10
	REL9_0_STABLE:1.10.0.16
	REL9_0_BETA3:1.10
	REL9_0_BETA2:1.10
	REL8_2_17:1.7
	REL8_3_11:1.10
	REL8_4_4:1.10
	REL9_0_BETA1:1.10
	REL9_0_ALPHA5_BRANCH:1.10.0.14
	REL9_0_ALPHA5:1.10
	REL8_2_16:1.7
	REL8_3_10:1.10
	REL8_4_3:1.10
	REL9_0_ALPHA4:1.10
	REL9_0_ALPHA4_BRANCH:1.10.0.12
	REL8_5_ALPHA3:1.10
	REL8_5_ALPHA3_BRANCH:1.10.0.10
	REL8_2_15:1.7
	REL8_3_9:1.10
	REL8_4_2:1.10
	REL8_5_ALPHA2:1.10
	REL8_5_ALPHA2_BRANCH:1.10.0.8
	REL8_2_14:1.7
	REL8_3_8:1.10
	REL8_4_1:1.10
	REL8_5_ALPHA1:1.10
	REL8_5_ALPHA1_BRANCH:1.10.0.6
	REL8_4_STABLE:1.10.0.4
	REL8_4_0:1.10
	REL8_4_RC2:1.10
	REL8_4_RC1:1.10
	REL8_4_BETA2:1.10
	REL8_4_BETA1:1.10
	REL8_2_13:1.7
	REL8_3_7:1.10
	REL8_2_12:1.7
	REL8_3_6:1.10
	REL8_2_11:1.7
	REL8_3_5:1.10
	REL8_2_10:1.7
	REL8_3_4:1.10
	REL8_2_9:1.7
	REL8_3_3:1.10
	REL8_2_8:1.7
	REL8_3_2:1.10
	REL8_2_7:1.7
	REL8_3_1:1.10
	REL8_3_STABLE:1.10.0.2
	REL8_3_0:1.10
	REL8_3_RC2:1.10
	REL8_2_6:1.7
	REL8_3_RC1:1.10
	REL8_3_BETA4:1.10
	REL8_3_BETA3:1.10
	REL8_3_BETA2:1.9
	REL8_3_BETA1:1.9
	REL8_2_5:1.7
	REL8_2_4:1.7
	REL8_2_3:1.7
	REL8_2_2:1.7
	REL8_2_1:1.7
	REL8_2_STABLE:1.7.0.2
	REL8_2_0:1.7
	REL8_2_RC1:1.7
	REL8_2_BETA3:1.7
	REL8_2_BETA2:1.7
	REL8_2_BETA1:1.6;
locks; strict;
comment	@# @;


1.10
date	2007.11.10.23.59.51;	author momjian;	state Exp;
branches;
next	1.9;

1.9
date	2007.06.26.22.05.03;	author tgl;	state Exp;
branches;
next	1.8;

1.8
date	2007.02.09.17.04.00;	author petere;	state Exp;
branches;
next	1.7;

1.7
date	2006.09.30.18.24.19;	author tgl;	state Exp;
branches;
next	1.6;

1.6
date	2006.09.12.14.47.24;	author tgl;	state Exp;
branches;
next	1.5;

1.5
date	2006.09.12.11.46.11;	author petere;	state Exp;
branches;
next	1.4;

1.4
date	2006.09.06.18.30.17;	author tgl;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2006.09.04.15.07.46;	author petere;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Remove references to READMEs from /contrib Makefiles.
@
text
@# $PostgreSQL: pgsql/contrib/sslinfo/Makefile,v 1.9 2007/06/26 22:05:03 tgl Exp $

MODULE_big = sslinfo
OBJS = sslinfo.o
DATA_built = sslinfo.sql
DATA = uninstall_sslinfo.sql

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

SHLIB_LINK += $(filter -lssl -lcrypto -lssleay32 -leay32, $(LIBS))
@


1.9
log
@Fix PGXS conventions so that extensions can be built against Postgres
installations whose pg_config program does not appear first in the PATH.
Per gripe from Eddie Stanley and subsequent discussions with Fabien Coelho
and others.
@
text
@d1 1
a1 1
# $PostgreSQL: pgsql/contrib/sslinfo/Makefile,v 1.8 2007/02/09 17:04:00 petere Exp $
a6 1
DOCS = README.sslinfo
@


1.8
log
@Add $PostgreSQL$ marker to contrib makefiles.
@
text
@d1 1
a1 1
# $PostgreSQL$
d10 2
a11 1
PGXS := $(shell pg_config --pgxs)
@


1.7
log
@uninstall script for sslinfo
@
text
@d1 2
@


1.6
log
@Spell readme file's name correctly, per buildfarm reports.
@
text
@d4 1
@


1.5
log
@Small fix for the README install for contrib/sslinfo.

Dave Page
@
text
@d4 1
a4 1
DOCS = README.pgsslinfo
@


1.4
log
@Be more wary about which LIBS elements to pull into sslinfo link.
Per buildfarm results.
@
text
@d4 1
a4 1
DOC = README.pgsslinfo
@


1.3
log
@Fix sslinfo so it builds on Darwin.
@
text
@d16 1
a16 1
SHLIB_LINK += $(LIBS)
@


1.2
log
@Bring sslinfo Makefile up to speed for VPATH and pgxs builds.
@
text
@d1 2
a2 1
MODULES = sslinfo
d15 2
@


1.1
log
@sslinfo contrib module - information about current SSL certificate
Author: Victor Wagner <vitus@@cryptocom.ru>
@
text
@a0 4
subdir = contrib/sslinfo
top_builddir = ../..
include $(top_builddir)/src/Makefile.global

d5 9
a13 1
include ../contrib-global.mk	
@

