Change in project setups.
[cfd] / Makefile.am
index 93c225c..3e021de 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with Automake to generate `Makefile.in'
 ## -*-Makefile-*-
 ##
-## $Id: Makefile.am,v 1.6 2003/09/24 22:45:57 mdw Exp $
+## $Id$
 ##
 ## Building the distribution
 ##
 ## along with `common'; if not, write to the Free Software Foundation,
 ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.am,v $
-## Revision 1.6  2003/09/24 22:45:57  mdw
-## Support Automake's `aclocal' scheme.  Deposit Autoconf fragments in
-## `aclocal's' repository.  Apply heinous bodging to `txtlib' and
-## `mkaclocal'.
-##
-## Revision 1.5  2003/05/15 23:39:15  mdw
-## Distribute `maninst' script
-##
-## Revision 1.4  2003/04/05 09:12:13  mdw
-## Tool for installing manpages.
-##
-## Revision 1.3  2000/08/15 21:37:06  mdw
-## New common library configuration skeleton, filled in by configure.in.
-## Replaces mLib-config etc.
-##
-## Revision 1.2  1999/05/17 20:43:49  mdw
-## Add getdate implementation.
-##
-## Revision 1.1.1.1  1999/05/05 19:23:47  mdw
-## New import.  The old CVS repository was lost in a disk disaster.
-##
-
 ## --- Options ---
 
 AUTOMAKE_OPTIONS = foreign
 
 ## --- What needs building ---
 
-bin_SCRIPTS = mklinks findlinks txtlib mkaclocal
+bin_SCRIPTS = mklinks findlinks txtlib mkaclocal mdw-setup
 
 ## --- Files to install in the repository ---
 
 pkgdata_DATA = \
        COPYING COPYING.LIB INSTALL \
-       ansi2knr.1 ansi2knr.c \
-       gpl.tex lgpl.tex gpl.texi lgpl.texi texinfo.tex texinice.tex \
+       gpl.tex lgpl.tex gpl.texi lgpl.texi texinice.tex \
        lib-config.in \
        mdwopt.c mdwopt.h \
        getdate.y getdate.h
 
-EXTRA_DIST = $(pkgdata_DATA) $(NEWSCRIPTS)
+EXTRA_DIST = \
+       $(pkgdata_DATA) $(pkgdata_SCRIPTS) \
+       debian/control debian/copyright debian/rules debian/changelog
 
 pkgdata_SCRIPTS = \
-       config.guess config.sub elisp-comp install-sh \
-       mdate-sh missing mkinstalldirs ylwrap $(NEWSCRIPTS)
-
-NEWSCRIPTS = \
-       maninst
+       install-ac maninst
 
 install-data-hook:
-       $(srcdir)/install-ac install $(srcdir)/aclocal.glob $(aclocaldir)
+       $(mkinstalldirs) $(DESTDIR)$(aclocaldir)
+       $(srcdir)/install-ac install \
+                $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir)
 uninstall-hook:
-       $(srcdir)/install-ac rm $(srcdir)/aclocal.glob $(aclocaldir)
+       $(srcdir)/install-ac rm \
+               $(srcdir)/aclocal.glob $(DESTDIR)$(aclocaldir)
 
 ## --- Documentation ---