# Generated automatically from Makefile.in by configure.
# $Id: Makefile.in,v 1.11 1999/06/19 22:04:34 rocky Exp $
#  Copyright (C) 1999 Rocky Bernstein
#  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 of the License, 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.
#
#  You should have received a copy of the GNU General Public License
#  along with this program; if not, write to the Free Software
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

PERL = perl

srcdir   = .

# These are the targets below for which the target isn't a file.
.PHONY:	all maintainer-clean

# These are the implict rules we've got here.
.SUFFIXES: .txt .h

.txt.h:    $(srcdir)/pod2c
	$(PERL) $(srcdir)/pod2c.pl $< >$@

all: general.h interval.h process_window.h warranty.h \
     watch_user.h debug.h keymouse.h process_tree.h user_color.h \
     keyfns.h kill_signal.h button.h pscmdline.h

# Clean to remove all unneeded files and anything that can be regenerated.
maintainer-clean: 
	@echo "This command is intended for maintainers to use."
	rm -f *.h 
