head	1.5;
access;
symbols
	PG95_1_01:1.5
	PG95_1_0:1.4
	PG95_beta_03:1.4
	PG95_beta_02:1.4
	PG95_beta:1.4
	REL_0_4:1.1.1.1
	ANDREW_JOLLY:1.1.1;
locks; strict;
comment	@# @;


1.5
date	96.02.24.01.14.43;	author jolly;	state Exp;
branches;
next	1.4;

1.4
date	95.03.21.09.42.41;	author andrew;	state Exp;
branches;
next	1.3;

1.3
date	95.03.21.06.58.23;	author andrew;	state Exp;
branches;
next	1.2;

1.2
date	94.12.02.02.26.50;	author andrew;	state Exp;
branches;
next	1.1;

1.1
date	94.11.07.05.20.09;	author andrew;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.11.07.05.20.10;	author andrew;	state Exp;
branches;
next	;


desc
@@


1.5
log
@build pg_dump by default
if USE_TCL is set, build pgtclsh as well
@
text
@#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for src/bin (utility programs)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /home/jolly/POSTGRES_MASTER_CVS/src/bin/Makefile,v 1.4 1995/03/21 09:42:41 andrew Exp $
#
#-------------------------------------------------------------------------

#
# C programs
#
SUBDIR=  monitor pg_id pg_version psql pg_dump

ifeq ($(USE_TCL), true)
SUBDIR += pgtclsh
endif

#
# Shell scripts
#
SUBDIR+= cleardbdir createdb createuser destroydb destroyuser initdb 


include ../mk/postgres.subdir.mk

@


1.4
log
@makefile for psql now fixed
@
text
@d10 1
a10 1
#    $Header: /usr/local/devel/pglite/cvs/src/bin/Makefile,v 1.3 1995/03/21 06:58:23 andrew Exp $
d17 1
a17 1
SUBDIR=  monitor pg_id pg_version psql
d19 4
@


1.3
log
@switch over to gmake
@
text
@d10 1
a10 1
#    $Header: /usr/local/devel/pglite/cvs/src/bin/Makefile,v 1.2 1994/12/02 02:26:50 andrew Exp $
d17 1
a17 1
SUBDIR=  monitor pg_id pg_version #psql
@


1.2
log
@createuser and destroyuser ported
@
text
@d10 1
a10 1
#    $Header: /usr/local/devel/pglite/cvs/src/bin/Makefile,v 1.1.1.1 1994/11/07 05:20:10 andrew Exp $
a13 2
.include <postgres.global.mk>

d17 2
a18 1
SUBDIR=  monitor pg_id pg_version psql
a23 4
#
# the postmaster had so many files in common with the backend (like 80%)
# so i just made it a second target in the backend Makefile.
#
d25 1
a25 5
.if defined(OLD_MKDIR)
beforeinstall:
	@@-if test ! -d ${DESTDIR}${BINDIR}; \
		then mkdir ${DESTDIR}${BINDIR}; fi
.endif
a26 1
.include <postgres.subdir.mk>
@


1.1
log
@Initial revision
@
text
@d10 1
a10 1
#    $Header: $
d23 1
a23 1
SUBDIR+= cleardbdir createdb destroydb initdb 
@


1.1.1.1
log
@Copyright (c) 1994, POSTGRES Lite   Andrew Yu and Jolly Chen
@
text
@@
