head	1.5;
access;
symbols
	release_4_2:1.5
	aix_ok:1.3;
locks; strict;
comment	@# @;


1.5
date	94.06.27.19.27.20;	author aoki;	state Exp;
branches;
next	1.4;

1.4
date	94.06.16.03.23.06;	author aoki;	state Exp;
branches;
next	1.3;

1.3
date	93.09.20.19.43.38;	author aoki;	state Exp;
branches;
next	1.2;

1.2
date	93.08.14.04.44.16;	author aoki;	state Exp;
branches;
next	1.1;

1.1
date	93.03.22.08.39.45;	author aoki;	state Exp;
branches;
next	;


desc
@@


1.5
log
@bsdcc->solcc
@
text
@#
# $Header: /usr/local/devel/postgres/src/tools/mkdep/RCS/Makefile,v 1.4 1994/06/16 03:23:06 aoki Exp aoki $
#

.include <postgres.global.mk>

depend lint tags:

SHPROG=mkdep

.if (${PORTNAME} == "hpux")
SEDSCRIPT= -e 's/^cc /gcc -traditional /'
.endif

.if (${PORTNAME} == "sparc_solaris")
SEDSCRIPT= -e 's/^cc /solcc /'
.endif

.if (${PORTNAME} == "aix")
SEDSCRIPT= -e 's/^cc /cc -c /' -e 's/^.AIX//'
.endif

.include <postgres.shell.mk>
@


1.4
log
@solaris (bsdcc)
@
text
@d2 1
a2 1
# $Header: /import/faerie/aoki/postgres/src/tools/mkdep/RCS/Makefile,v 1.3 1993/09/20 19:43:38 aoki Exp aoki $
d16 1
a16 1
SEDSCRIPT= -e 's/^cc /bsdcc /'
@


1.3
log
@aix
@
text
@d2 1
a2 1
# $Header: /home2/aoki/postgres/src/tools/mkdep/RCS/Makefile,v 1.2 1993/08/14 04:44:16 aoki Exp $
d14 4
@


1.2
log
@now a SHPROG
(some sed'ing needing for hpux)
@
text
@d2 1
a2 1
# $Header$
d14 4
@


1.1
log
@Initial revision
@
text
@d1 4
d7 3
a9 1
clean depend lint tags:
d11 3
a13 3
install:
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/mkdep.sh ${DESTDIR}/${BINDIR}/mkdep
d15 1
a15 1
.include <postgres.prog.mk>
@
