/[bison]/bison/Makefile.am
ViewVC logotype

Diff of /bison/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by akim, Wed Oct 16 06:32:07 2002 UTC revision 1.30 by akim, Tue Nov 12 16:11:49 2002 UTC
# Line 1  Line 1 
1  ## Process this file with automake to produce Makefile.in -*-Makefile-*-  ## Process this file with automake to create Makefile.in. -*-Makefile-*-
2  ## Copyright (C) 2001, 2002 Free Software Foundation, Inc.  
3    ## Makefile for Autoconf.
4    ## Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
5    
6  ## This program is free software; you can redistribute it and/or modify  ## This program is free software; you can redistribute it and/or modify
7  ## it under the terms of the GNU General Public License as published by  ## it under the terms of the GNU General Public License as published by
8  ## the Free Software Foundation; either version 2 of the License, or  ## the Free Software Foundation; either version 2, or (at your option)
9  ## (at your option) any later version.  ## any later version.
10    
11  ## This program is distributed in the hope that it will be useful,  ## This program is distributed in the hope that it will be useful,
12  ## but WITHOUT ANY WARRANTY; without even the implied warranty of  ## but WITHOUT ANY WARRANTY; without even the implied warranty of
# Line 13  Line 15 
15    
16  ## You should have received a copy of the GNU General Public License  ## You should have received a copy of the GNU General Public License
17  ## along with this program; if not, write to the Free Software  ## along with this program; if not, write to the Free Software
18  ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
19  ## 02111-1307  USA  ## 02111-1307, USA.
20    
21    AUTOMAKE_OPTIONS = check-news 1.6c dist-bzip2 readme-alpha
22    
23    # bin/ and tests/ must be run first, as they build the tests executables
24    # (tests/autom4te etc.), that we happen to use here.
25    SUBDIRS = bin tests . lib config man doc
26    
27    ACLOCAL_AMFLAGS = -I config
28    
29    EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 \
30                 BUGS \
31                 GNUmakefile Makefile.maint
32    
33    MAINTAINERCLEANFILES = INSTALL
34    
35    ## -------------------- ##
36    ## Forwarding targets.  ##
37    ## -------------------- ##
38    
39  ACLOCAL_AMFLAGS = -I m4  html:
40            cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
41    
42  SUBDIRS = config po lib data src doc m4 tests  .PHONY: html
43    
44    
45    ## --------- ##
46    ## INSTALL.  ##
47    ## --------- ##
48    
49    pkgdata_DATA = INSTALL
50    AM_MAKEINFOFLAGS = --no-headers --no-validate --no-split
51    INSTALL: $(top_srcdir)/doc/install.texi
52            $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -o $(srcdir)/INSTALL \
53              $(top_srcdir)/doc/install.texi
54    
55    ## maintainer-check ##
56    maintainer-check: maintainer-check-tests
57    maintainer-check-tests:
58            cd tests && make maintainer-check
59    
 EXTRA_DIST = REFERENCES OChangeLog Makefile.maint GNUmakefile  
60    
 .PHONY: maintainer-check  
 maintainer-check:  
         cd tests && $(MAKE) $(AM_MAKEFLAGS) $@  
61    
62  ## ---------------------------- ##  ## ---------------------------- ##
63  ## Customizing Makefile.maint.  ##  ## Customizing Makefile.maint.  ##
64  ## ---------------------------- ##  ## ---------------------------- ##
65    
 move_if_change = $(srcdir)/config/move-if-change  
66  prev_version_file = $(srcdir)/config/prev-version.txt  prev_version_file = $(srcdir)/config/prev-version.txt
67    move_if_change = $(srcdir)/config/move-if-change
68  release_archive_dir = releases  release_archive_dir = releases
69    
 # Uploading betas.  
70  url_dir_list = \  url_dir_list = \
71    ftp://alpha.gnu.org/gnu/bison    ftp://alpha.gnu.org/gnu/autoconf
72    
73  # Files to update automatically.  # Files to update automatically.
74  wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \  wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \
75               $(srcdir)/config/texinfo.tex               $(srcdir)/config/texinfo.tex \
76                 $(srcdir)/doc/standards.texi $(srcdir)/doc/make-stds.texi
77  cvs_files = $(srcdir)/config/missing  cvs_files = $(srcdir)/config/elisp-comp \
78                $(srcdir)/config/mdate-sh \
79                $(srcdir)/config/missing \
80                $(srcdir)/config/install-sh \
81                $(srcdir)/config/mkinstalldirs
82    local_updates = wget-update cvs-update

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26