@ -6,7 +6,7 @@
# Copyright (c) 1994, Regents of the University of California
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.22 2000/03/16 15:34:36 momjian Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.23 2000/03/31 05:00:36 tgl Exp $
#
#-------------------------------------------------------------------------
@ -18,18 +18,11 @@ SRCDIR= @top_srcdir@
i n c l u d e $( SRCDIR ) / M a k e f i l e . g l o b a l
CXX = @CXX@
CXXFLAGS = @CXXFLAGS@
SRCHEADERDIR = $( SRCDIR) /include
LIBPQHEADERDIR = $( SRCHEADERDIR) /libpq
# We have to override -Werror, which makes warnings fatal, because we
# inevitably get the warning, "abstract declarator used as declaration"
# because of our inclusion of c.h and we don't know how to stop that.
i f e q ( $( CXX ) , g + + )
CXXFLAGS += -Wno-error
e n d i f
CXXFLAGS += -I$( SRCDIR) /backend \
-I$( SRCHEADERDIR) \
-I$( LIBPQDIR)
@ -62,7 +55,7 @@ include $(SRCDIR)/Makefile.shlib
# Pull shared-lib CFLAGS into CXXFLAGS
CXXFLAGS += $( CFLAGS)
CXXFLAGS += $( CFLAGS_SL )
.PHONY : examples