Expunge revision histories in files.
[runlisp] / Makefile.am
1 ## Process this file with Automake to generate `Makefile.in'
2 ## -*-Makefile-*-
3 ##
4 ## $Id: Makefile.am,v 1.8 2004/04/08 01:36:24 mdw Exp $
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 ## --- Options ---
30
31 AUTOMAKE_OPTIONS = foreign
32
33 ## --- What needs building ---
34
35 bin_SCRIPTS = mklinks findlinks txtlib mkaclocal
36
37 ## --- Files to install in the repository ---
38
39 pkgdata_DATA = \
40 COPYING COPYING.LIB INSTALL \
41 ansi2knr.1 ansi2knr.c \
42 gpl.tex lgpl.tex gpl.texi lgpl.texi texinfo.tex texinice.tex \
43 lib-config.in \
44 mdwopt.c mdwopt.h \
45 getdate.y getdate.h
46
47 EXTRA_DIST = \
48 $(pkgdata_DATA) $(NEWSCRIPTS) \
49 debian/control debian/copyright debian/rules debian/changelog
50
51 pkgdata_SCRIPTS = \
52 config.guess config.sub elisp-comp install-sh \
53 mdate-sh missing mkinstalldirs ylwrap $(NEWSCRIPTS)
54
55 NEWSCRIPTS = \
56 maninst
57
58 install-data-hook:
59 $(srcdir)/mkinstalldirs $(DESTDIR)/$(aclocaldir)
60 $(srcdir)/install-ac install \
61 $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir)
62 uninstall-hook:
63 $(srcdir)/install-ac rm \
64 $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir)
65
66 ## --- Documentation ---
67
68 info_TEXINFOS = common.texi
69
70 ## --- Cleaning up ---
71
72 CLEANFILES = $(bin_SCRIPTS)