head	1.2;
access;
symbols
	REL_0_4:1.1.1.1
	ANDREW_JOLLY:1.1.1;
locks; strict;
comment	@# @;


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

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

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


desc
@@


1.2
log
@switch over to gmake
@
text
@#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for bin/monitor
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/src/bin/monitor/Makefile,v 1.1.1.1 1994/11/07 05:20:11 andrew Exp $
#
#-------------------------------------------------------------------------

PROG=	monitor

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

SRCS=	monitor.c

include $(MKDIR)/postgres.prog.mk

@


1.1
log
@Initial revision
@
text
@d10 1
a10 1
#    $Header: $
d14 1
a14 1
.include <postgres.global.mk>
d16 3
a18 1
PROG= monitor
d20 1
a20 1
SRCS= monitor.c
d22 2
a23 1
.include <postgres.prog.mk>
@


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