head	1.4;
access;
symbols
	PG95_1_01:1.4
	PG95_1_0:1.3
	PG95_beta_03:1.2
	PG95_beta_02:1.2;
locks; strict;
comment	@# @;


1.4
date	96.02.24.01.13.09;	author jolly;	state Exp;
branches;
next	1.3;

1.3
date	95.07.25.00.32.04;	author jolly;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.4
log
@*** empty log message ***
@
text
@#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for bin/pg_dump
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /home/jolly/POSTGRES_MASTER_CVS/src/bin/pg_dump/Makefile,v 1.3 1995/07/25 00:32:04 jolly Exp $
#
#-------------------------------------------------------------------------

PROG=	pg_dump

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

SRCS=	pg_dump.c common.c

include $(MKDIR)/postgres.prog.mk

@


1.3
log
@all the v4r2 stuff has been moved to src/bin/pg4_dump

updated to the new beta0.03 libpq.
@
text
@d10 1
a10 1
#    $Header: /usr/local/devel/pglite/cvs/src/bin/pg_dump/Makefile.p95,v 1.1 1995/05/17 18:57:09 jolly Exp $
@


1.2
log
@common.c is all the routines that are in common between the postgres95
version and the postgresV4r2 version.
@
text
@d10 1
a10 1
#    $Header: /usr/local/devel/pglite/cvs/src/bin/pg_dump/Makefile,v 1.1 1995/05/11 19:26:03 jolly Exp $
@


1.1
log
@pg_dump dumps out a database into a script file of SQL commands to
be read into postgres95.
@
text
@d10 1
a10 1
#    $Header: /usr/local/devel/pglite/cvs/src/bin/monitor/Makefile,v 1.2 1995/03/21 06:58:32 andrew Exp $
d20 1
a20 1
SRCS=	pg_dump.c
@
