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


1.2
date	95.03.21.06.58.33;	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/pg_id
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/src/bin/pg_id/Makefile,v 1.1.1.1 1994/11/07 05:20:11 andrew Exp $
#
#-------------------------------------------------------------------------

PROG=	pg_id

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

SRCS=	pg_id.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= pg_id
d20 1
a20 1
SRCS= pg_id.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
@@
