head	1.2;
access;
symbols
	PG95_1_01:1.2;
locks; strict;
comment	@# @;


1.2
date	96.02.24.01.22.50;	author jolly;	state Exp;
branches;
next	1.1;

1.1
date	95.12.20.22.17.39;	author jolly;	state Exp;
branches;
next	;


desc
@@


1.2
log
@use new PQdisplayTuples() instead of the older PQprintTuples()
@
text
@#-------------------------------------------------------------------------
#
# Makefile
#    Makefile for libpq++ library
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /home/jolly/POSTGRES_MASTER_CVS/src/libpq++/Makefile,v 1.1 1995/12/20 22:17:39 jolly Exp $
#
#-------------------------------------------------------------------------

CPP_LIB=	true

LIB=	pq++

MKDIR=	../mk
include $(MKDIR)/postgres.mk

CXXFLAGS = $(CFLAGS)

CXXFLAGS+= -I$(srcdir)/backend/include \
	-I$(srcdir)/backend \
	-I$(srcdir)/libpq \
	-I$(CURDIR) \

ifdef KRBVERS
CXXFLAGS+= $(KRBFLAGS)
endif


LIBSRCS =  pgenv.cc pgconnection.cc pglobject.cc

.PHONY: beforeinstall-headers install-headers

ifndef NO_BEFOREINSTL
beforeinstall-headers:
	@@-if [ ! -d $(HEADERDIR) ]; then mkdir $(HEADERDIR); fi
else
beforeinstall-headers: .dosomething
endif

HEADERFILES = libpq++.H

install-headers: beforeinstall-headers
	@@for i in ${HEADERFILES}; do \
		echo "Installing $(HEADERDIR)/$$i."; \
		$(INSTALL) -c -m 444 $$i $(HEADERDIR)/$$i; \
	done

install:: install-headers

include $(MKDIR)/postgres.lib.mk
@


1.1
log
@*** empty log message ***
@
text
@d10 1
a10 1
#    $Header: /usr/local/postgres95/Repository/libpq++/lib/Makefile,v 1.1 1995/07/24 13:43:01 postgres Exp $
@
