181404Speter## Process this file with automake to produce Makefile.in
281404Speter# Makefile for GNU CVS auxiliary tools.
3175261Sobrien#
4175261Sobrien# Copyright (C) 1986-2005 The Free Software Foundation, Inc.
5175261Sobrien#
6175261Sobrien# Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>,
7175261Sobrien#                                  and others.
881404Speter
981404Speter# This program is free software; you can redistribute it and/or modify
1081404Speter# it under the terms of the GNU General Public License as published by
1181404Speter# the Free Software Foundation; either version 2, or (at your option)
1281404Speter# any later version.
1381404Speter
1481404Speter# This program is distributed in the hope that it will be useful,
1581404Speter# but WITHOUT ANY WARRANTY; without even the implied warranty of
1681404Speter# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1781404Speter# GNU General Public License for more details.
1881404Speter
1981404SpeterEXTRA_DIST = \
2081404Speter	README .cvsignore
2181404Speter
2281404Speter# for backwards compatibility with the old makefiles
2381404Speterrealclean: maintainer-clean
2481404Speter.PHONY: realclean
25