Generally bring up-to-date.
[cfd] / Makefile.am
CommitLineData
b91e2391 1## Process this file with Automake to generate `Makefile.in'
2## -*-Makefile-*-
3##
b91e2391 4## Building the distribution
5##
6## (c) 1997 Mark Wooding
7##
8
9##----- Licensing notice ----------------------------------------------------
10##
11## This file is part of the Common Files Distribution (`common')
12##
13## `Common' is free software; you can redistribute it and/or modify
14## it under the terms of the GNU General Public License as published by
15## the Free Software Foundation; either version 2 of the License, or
16## (at your option) any later version.
17##
18## `Common' is distributed in the hope that it will be useful,
19## but WITHOUT ANY WARRANTY; without even the implied warranty of
20## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21## GNU General Public License for more details.
22##
23## You should have received a copy of the GNU General Public License
24## along with `common'; if not, write to the Free Software Foundation,
25## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
26
b91e2391 27## --- What needs building ---
28
1f79a056 29bin_SCRIPTS = mklinks findlinks mdw-setup
b91e2391 30
31## --- Files to install in the repository ---
32
33pkgdata_DATA = \
34 COPYING COPYING.LIB INSTALL \
c7b7fe2f 35 gpl.tex lgpl.tex gpl.texi lgpl.texi texinice.tex \
574495fc 36 mdwopt.c mdwopt.h \
37 getdate.y getdate.h
b91e2391 38
68bd460a 39EXTRA_DIST = \
1f79a056
MW
40 aclocal.glob \
41 $(pkgdata_DATA) $(pkgdata_SCRIPTS) mdw-setup \
68bd460a 42 debian/control debian/copyright debian/rules debian/changelog
b91e2391 43
44pkgdata_SCRIPTS = \
c7b7fe2f 45 install-ac maninst
b91e2391 46
1f79a056
MW
47dist-hook:
48 echo $(VERSION) >$(distdir)/RELEASE
49
a7855629 50install-data-hook:
30a4312c 51 $(mkinstalldirs) $(DESTDIR)$(aclocaldir)
68bd460a 52 $(srcdir)/install-ac install \
53 $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir)
a7855629 54uninstall-hook:
68bd460a 55 $(srcdir)/install-ac rm \
56 $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir)
a7855629 57
b91e2391 58## --- Documentation ---
59
60info_TEXINFOS = common.texi
61
62## --- Cleaning up ---
63
64CLEANFILES = $(bin_SCRIPTS)