## Process this file with automake to produce Makefile.in
# Makefile for library files used by GNU CVS.
# Copyright (C) 1986, 1988-1994, 2000 Free Software Foundation, Inc.

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

cvs_targets = rlog rcsdiff co

co_SOURCES = co.cpp common.cpp

rlog_SOURCES = rlog.cpp common.cpp

rcsdiff_SOURCES = rcsdiff.cpp common.cpp

bin_PROGRAMS=$(cvs_targets)

EXTRA_DIST = \
	.cvsignore 

# for backwards compatibility with the old makefiles
realclean: maintainer-clean
.PHONY: realclean


syntax highlighted by Code2HTML, v. 0.9.1