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

Diff of /bison/src/Makefile.am

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

revision 1.25.2.1 by akim, Wed Nov 28 10:32:48 2001 UTC revision 1.25.2.2 by akim, Fri Nov 30 14:23:46 2001 UTC
# Line 1  Line 1 
1  ## Process this file with automake to produce Makefile.in -*-Makefile-*-  ## Copyright 2001 Free Software Foundation, Inc.
2  AUTOMAKE_OPTIONS = 1.4 ../lib/ansi2knr  
3    ## This program is free software; you can redistribute it and/or modify
4    ## it under the terms of the GNU General Public License as published by
5    ## the Free Software Foundation; either version 2 of the License, or
6    ## (at your option) any later version.
7    
8    ## This program is distributed in the hope that it will be useful,
9    ## but WITHOUT ANY WARRANTY; without even the implied warranty of
10    ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11    ## GNU General Public License for more details.
12    
13    ## You should have received a copy of the GNU General Public License
14    ## along with this program; if not, write to the Free Software
15    ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
16    ## 02111-1307  USA
17    
18    AUTOMAKE_OPTIONS = ../lib/ansi2knr
19    
20  DEFS = @DEFS@ \  DEFS = @DEFS@ \
21    -DBISON_SIMPLE=\"$(pkgdatadir)/bison.simple\" \    -DBISON_SIMPLE=\"$(pkgdatadir)/bison.simple\" \
22    -DBISON_HAIRY=\"$(pkgdatadir)/bison.hairy\" \    -DBISON_HAIRY=\"$(pkgdatadir)/bison.hairy\" \
23    -DLOCALEDIR=\"$(datadir)/locale\"    -DLOCALEDIR=\"$(datadir)/locale\"
24    
25    CFLAGS = @CFLAGS@ $(WARNING_CFLAGS)
26    
27  # libintl.h in is build/intl, intl/libgettext.h in src/,  # libintl.h in is build/intl, intl/libgettext.h in src/,
28  # config.h in build/.  # config.h in build/.
29  INCLUDES = -I$(top_builddir)/intl \  INCLUDES = -I$(top_builddir)/intl \

Legend:
Removed from v.1.25.2.1  
changed lines
  Added in v.1.25.2.2

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