head	1.2;
access;
symbols
	REL7_2_8:1.1
	REL7_2_7:1.1
	REL7_2_6:1.1
	REL7_2_5:1.1
	REL7_2_4:1.1
	REL7_2_3:1.1
	REL7_3_STABLE:1.1.0.4
	REL7_2_STABLE:1.1.0.2
	REL7_2:1.1
	REL7_2_RC2:1.1
	REL7_2_RC1:1.1
	REL7_2_BETA5:1.1
	REL7_2_BETA4:1.1
	REL7_2_BETA3:1.1
	REL7_2_BETA2:1.1
	REL7_2_BETA1:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.10.21.00.35.40;	author momjian;	state dead;
branches;
next	1.1;

1.1
date	2001.07.06.23.07.20;	author petere;	state Exp;
branches
	1.1.4.1;
next	;

1.1.4.1
date	2002.11.04.21.24.28;	author tgl;	state dead;
branches;
next	;


desc
@@


1.2
log
@Completely remove /contrib/retep, with Peter's approval;  now on Source
Forge.
@
text
@#-------------------------------------------------------------------------
#
# Makefile for contributed retep tools
#
# Copyright (c) 2001, PostgreSQL Global Development Group
#
# $Header: /cvsroot/pgsql-server/contrib/retep/Makefile,v 1.1 2001/07/06 23:07:20 petere Exp $
#
#-------------------------------------------------------------------------

subdir = contrib/retep
top_builddir = ../..
include $(top_builddir)/src/Makefile.global

all:
	$(ANT) -buildfile $(srcdir)/build.xml all

install: installdirs
	$(ANT) -buildfile $(srcdir)/build.xml install \
	  -Dinstall.directory=$(javadir)

installdirs:
	$(mkinstalldirs) $(javadir)

uninstall:
	$(ANT) -buildfile $(srcdir)/build.xml uninstall \
	  -Dinstall.directory=$(javadir)

clean distclean maintainer-clean:
	$(ANT) -buildfile $(srcdir)/build.xml clean
@


1.1
log
@Resolve a number of oddities in the Java build.  First, remove the weird
redirections between the build files, which didn't work completely.  Now
you just go to the directory of your choice and run make.  Clean up the
build files to have a logical order, fix the unnecessary rebuilds, prevent
the deleting targets from removing files they're not responsible for.  Ant
1.3 does not have a bug.  It deletes directories just fine if you follow
the documentation.
@
text
@d7 1
a7 1
# $Header$
@


1.1.4.1
log
@Back-patch recent file removals into REL7_3_STABLE branch.
@
text
@d7 1
a7 1
# $Header: /cvsroot/pgsql-server/contrib/retep/Attic/Makefile,v 1.1 2001/07/06 23:07:20 petere Exp $
@
