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


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

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

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

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


desc
@@


1.3
log
@exclude test in SUBDIR so that gmake before gmake install works (stuff in
test requires headers to be installed first).
@
text
@#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Build and install postgres.
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/src/Makefile,v 1.2 1995/03/21 06:45:59 andrew Exp $
#
# NOTES
#	objdir	- location of the objects and generated files (eg. obj)
#
#-------------------------------------------------------------------------

SUBDIR= backend libpq bin

include mk/postgres.subdir.mk

TAGS:
	rm -f TAGS; \
	for i in backend libpq bin; do \
	  find $$i \( -name '*.[chy]' -o -name '*.lex' \) \
	    -print | xargs etags -a ; \
	done

.PHONY: TAGS
@


1.2
log
@switch over to gmake
@
text
@d10 1
a10 1
#    $Header: /usr/local/devel/pglite/cvs/src/Makefile,v 1.1.1.1 1994/11/07 05:19:16 andrew Exp $
d17 1
a17 1
SUBDIR= backend libpq bin test
@


1.1
log
@Initial revision
@
text
@d10 1
a10 1
#    $Header: $
d12 3
d19 1
a19 1
.include <postgres.subdir.mk>
d21 1
a21 2
bigtags:
	cd ${.CURDIR}; \
d24 1
a24 1
	  find $$i \( -name '*.[chy]' -o -name '*.gen' -o -name '*.lex' \) \
d27 2
@


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