Change in project setups.
[cfd] / Makefile.am
CommitLineData
b91e2391 1## Process this file with Automake to generate `Makefile.in'
2## -*-Makefile-*-
3##
c7b7fe2f 4## $Id$
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
b91e2391 29## --- Options ---
30
31AUTOMAKE_OPTIONS = foreign
32
33## --- What needs building ---
34
30a4312c 35bin_SCRIPTS = mklinks findlinks txtlib mkaclocal mdw-setup
b91e2391 36
37## --- Files to install in the repository ---
38
39pkgdata_DATA = \
40 COPYING COPYING.LIB INSTALL \
c7b7fe2f 41 gpl.tex lgpl.tex gpl.texi lgpl.texi texinice.tex \
a7855629 42 lib-config.in \
574495fc 43 mdwopt.c mdwopt.h \
44 getdate.y getdate.h
b91e2391 45
68bd460a 46EXTRA_DIST = \
c7b7fe2f 47 $(pkgdata_DATA) $(pkgdata_SCRIPTS) \
68bd460a 48 debian/control debian/copyright debian/rules debian/changelog
b91e2391 49
50pkgdata_SCRIPTS = \
c7b7fe2f 51 install-ac maninst
b91e2391 52
a7855629 53install-data-hook:
30a4312c 54 $(mkinstalldirs) $(DESTDIR)$(aclocaldir)
68bd460a 55 $(srcdir)/install-ac install \
56 $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir)
a7855629 57uninstall-hook:
68bd460a 58 $(srcdir)/install-ac rm \
59 $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir)
a7855629 60
b91e2391 61## --- Documentation ---
62
63info_TEXINFOS = common.texi
64
65## --- Cleaning up ---
66
67CLEANFILES = $(bin_SCRIPTS)