# Main Makefile for GNU recode. # Copyright © 1992, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. # François Pinard , 1992. # 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. # 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. AUTOMAKE_OPTIONS = gnits ACLOCAL_AMFLAGS = -I m4 BABYL = ../rmail/* ../*/rmail/* ../*/*/RMAIL ../*/*/rmail/* EXTRA_DIST = rebox.el COPYING-LIB SUBDIRS = m4 doc lib libiconv i18n src tests contrib POTFILES = src/debug.c src/main.c src/names.c src/outer.c src/recode.c \ src/request.c src/strip-data.c src/task.c all-local: $(srcdir)/stamp-pot $(srcdir)/stamp-pot: $(POTFILES) @echo "$(POTFILES)" > $@