/[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.40 by akim, Tue Feb 5 09:57:52 2002 UTC revision 1.41 by akim, Tue Feb 5 10:08:59 2002 UTC
# Line 1  Line 1 
1  ## Copyright 2001 Free Software Foundation, Inc.  ## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2    
3  ## This program is free software; you can redistribute it and/or modify  ## 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  ## it under the terms of the GNU General Public License as published by
# Line 18  Line 18 
18  AUTOMAKE_OPTIONS = ../lib/ansi2knr  AUTOMAKE_OPTIONS = ../lib/ansi2knr
19    
20  DEFS = @DEFS@ \  DEFS = @DEFS@ \
21    -DBISON_SIMPLE=\"$(pkgdatadir)/bison.simple\" \    -DPKGDATADIR=\"$(pkgdatadir)\" \
   -DBISON_HAIRY=\"$(pkgdatadir)/bison.hairy\" \  
22    -DLOCALEDIR=\"$(datadir)/locale\"    -DLOCALEDIR=\"$(datadir)/locale\"
23    
24  CFLAGS = @CFLAGS@ $(WARNING_CFLAGS) $(WERROR_CFLAGS)  CFLAGS = @CFLAGS@ $(WARNING_CFLAGS) $(WERROR_CFLAGS)
# Line 45  bison_SOURCES = LR0.c closure.c complain Line 44  bison_SOURCES = LR0.c closure.c complain
44      muscle_tab.h muscle_tab.c \      muscle_tab.h muscle_tab.c \
45      options.h options.c \      options.h options.c \
46      print.c reader.c reduce.c symtab.c warshall.c vcg.c \      print.c reader.c reduce.c symtab.c warshall.c vcg.c \
47      skeleton.h parse-skel.h parse-skel.y scan-skel.l      scan-skel.l
48    
49  BUILT_SOURCES = parse-skel.c scan-skel.c  BUILT_SOURCES = scan-skel.c
50    
51  EXTRA_bison_SOURCES = vmsgetargs.c  EXTRA_bison_SOURCES = vmsgetargs.c
52    

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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