## Process this file with Automake to generate `Makefile.in' ## -*-Makefile-*- ## ## Building the distribution ## ## (c) 1997 Mark Wooding ## ##----- Licensing notice ---------------------------------------------------- ## ## This file is part of the Common Files Distribution (`common') ## ## `Common' 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. ## ## `Common' 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 `common'; if not, write to the Free Software Foundation, ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ## --- What needs building --- bin_SCRIPTS = mklinks findlinks mdw-setup ## --- Files to install in the repository --- pkgdata_DATA = \ COPYING COPYING.LIB INSTALL \ gpl.tex lgpl.tex gpl.texi lgpl.texi texinice.tex \ mdwopt.c mdwopt.h \ getdate.y getdate.h EXTRA_DIST = \ aclocal.glob \ $(pkgdata_DATA) $(pkgdata_SCRIPTS) mdw-setup \ debian/control debian/copyright debian/rules debian/changelog pkgdata_SCRIPTS = \ install-ac maninst dist-hook: echo $(VERSION) >$(distdir)/RELEASE install-data-hook: $(mkinstalldirs) $(DESTDIR)$(aclocaldir) $(srcdir)/install-ac install \ $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir) uninstall-hook: $(srcdir)/install-ac rm \ $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir) ## --- Documentation --- info_TEXINFOS = common.texi ## --- Cleaning up --- CLEANFILES = $(bin_SCRIPTS)