Debianization\!
[cfd] / Makefile.am
CommitLineData
b91e2391 1## Process this file with Automake to generate `Makefile.in'
2## -*-Makefile-*-
3##
68bd460a 4## $Id: Makefile.am,v 1.7 2003/11/09 16:12:11 mdw Exp $
b91e2391 5##
6## Building the distribution
7##
8## (c) 1997 Mark Wooding
9##
10
11##----- Licensing notice ----------------------------------------------------
12##
13## This file is part of the Common Files Distribution (`common')
14##
15## `Common' is free software; you can redistribute it and/or modify
16## it under the terms of the GNU General Public License as published by
17## the Free Software Foundation; either version 2 of the License, or
18## (at your option) any later version.
19##
20## `Common' is distributed in the hope that it will be useful,
21## but WITHOUT ANY WARRANTY; without even the implied warranty of
22## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23## GNU General Public License for more details.
24##
25## You should have received a copy of the GNU General Public License
26## along with `common'; if not, write to the Free Software Foundation,
27## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28
29##----- Revision history ----------------------------------------------------
30##
31## $Log: Makefile.am,v $
68bd460a 32## Revision 1.7 2003/11/09 16:12:11 mdw
33## Debianization\!
34##
a7855629 35## Revision 1.6 2003/09/24 22:45:57 mdw
36## Support Automake's `aclocal' scheme. Deposit Autoconf fragments in
37## `aclocal's' repository. Apply heinous bodging to `txtlib' and
38## `mkaclocal'.
39##
8ef9dbaf 40## Revision 1.5 2003/05/15 23:39:15 mdw
41## Distribute `maninst' script
42##
b35a9259 43## Revision 1.4 2003/04/05 09:12:13 mdw
44## Tool for installing manpages.
45##
c85e070b 46## Revision 1.3 2000/08/15 21:37:06 mdw
47## New common library configuration skeleton, filled in by configure.in.
48## Replaces mLib-config etc.
49##
574495fc 50## Revision 1.2 1999/05/17 20:43:49 mdw
51## Add getdate implementation.
52##
53## Revision 1.1.1.1 1999/05/05 19:23:47 mdw
54## New import. The old CVS repository was lost in a disk disaster.
b91e2391 55##
56
57## --- Options ---
58
59AUTOMAKE_OPTIONS = foreign
60
61## --- What needs building ---
62
63bin_SCRIPTS = mklinks findlinks txtlib mkaclocal
64
65## --- Files to install in the repository ---
66
67pkgdata_DATA = \
68 COPYING COPYING.LIB INSTALL \
69 ansi2knr.1 ansi2knr.c \
70 gpl.tex lgpl.tex gpl.texi lgpl.texi texinfo.tex texinice.tex \
a7855629 71 lib-config.in \
574495fc 72 mdwopt.c mdwopt.h \
73 getdate.y getdate.h
b91e2391 74
68bd460a 75EXTRA_DIST = \
76 $(pkgdata_DATA) $(NEWSCRIPTS) \
77 debian/control debian/copyright debian/rules debian/changelog
b91e2391 78
79pkgdata_SCRIPTS = \
80 config.guess config.sub elisp-comp install-sh \
8ef9dbaf 81 mdate-sh missing mkinstalldirs ylwrap $(NEWSCRIPTS)
82
83NEWSCRIPTS = \
84 maninst
b91e2391 85
a7855629 86install-data-hook:
68bd460a 87 $(srcdir)/mkinstalldirs $(DESTDIR)/$(aclocaldir)
88 $(srcdir)/install-ac install \
89 $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir)
a7855629 90uninstall-hook:
68bd460a 91 $(srcdir)/install-ac rm \
92 $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir)
a7855629 93
b91e2391 94## --- Documentation ---
95
96info_TEXINFOS = common.texi
97
98## --- Cleaning up ---
99
100CLEANFILES = $(bin_SCRIPTS)