1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Makefile cleanup.

This commit is contained in:
Bruce Momjian
1997-09-16 18:47:36 +00:00
parent df7a435587
commit f3a58f2639
5 changed files with 21 additions and 20 deletions

View File

@@ -7,13 +7,13 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.8 1997/04/04 10:42:43 scrappy Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.9 1997/09/16 18:47:23 momjian Exp $
#
#-------------------------------------------------------------------------
SRCDIR= ..
include ../Makefile.global
SRCHEADERDIR = ../include
SRCDIR= ../..
include $(SRCDIR)/Makefile.global
SRCHEADERDIR = $(SRCDIR)/include
LIBPQHEADERDIR = $(SRCHEADERDIR)/libpq
LIBNAME= libpq++
@@ -25,7 +25,7 @@ LIBNAME= libpq++
CXXFLAGS= $(CFLAGS) -Wno-error
INCLUDE_OPT= \
-I../backend \
-I$(SRCDIR)/backend \
-I$(SRCHEADERDIR) \
-I$(LIBPQDIR)

View File

@@ -2,8 +2,8 @@
# Makefile for example programs
#
SRCDIR= ../..
include ../../Makefile.global
SRCDIR= ../../..
include ../../../Makefile.global
LIBNAME= libpq++
@@ -15,8 +15,8 @@ CXXFLAGS= $(CFLAGS) -Wno-error
INCLUDE_OPT= \
-I.. \
-I../../backend \
-I../../include \
-I../../../backend \
-I../../../include \
-I$(LIBPQDIR) \
-I$(HEADERDIR)
CXXFLAGS+= $(INCLUDE_OPT)

View File

@@ -4,12 +4,12 @@
# Makefile for doc directory to install man pages
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/man/Attic/Makefile,v 1.2 1997/01/08 07:32:58 scrappy Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/man/Attic/Makefile,v 1.3 1997/09/16 18:47:36 momjian Exp $
#
#-------------------------------------------------------------------------
SRCDIR= ../..
include ../../Makefile.global
SRCDIR= ../../..
include ../../../Makefile.global
install:
-mkdir -p $(POSTMANDIR)