/[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.42 by akim, Mon Mar 4 14:29:27 2002 UTC revision 1.43 by akim, Tue Jun 11 20:16:05 2002 UTC
# Line 36  LDADD = $(INTLLIBS) ../lib/libbison.a Line 36  LDADD = $(INTLLIBS) ../lib/libbison.a
36  bin_PROGRAMS = bison  bin_PROGRAMS = bison
37    
38  bison_SOURCES = LR0.c closure.c complain.c conflicts.c  \  bison_SOURCES = LR0.c closure.c complain.c conflicts.c  \
39        parse-gram.y parse-gram.h \
40        scan-gram.c \
41      derives.c   \      derives.c   \
42      files.c getargs.c gram.c lalr.c lex.c main.c nullable.c \      files.c getargs.c gram.c lalr.c main.c nullable.c \
43      output.h output.c \      output.h output.c \
44      state.h state.c \      state.h state.c \
45      print_graph.h print_graph.c \      print_graph.h print_graph.c \
# Line 46  bison_SOURCES = LR0.c closure.c complain Line 48  bison_SOURCES = LR0.c closure.c complain
48      print.c reader.c reduce.c symtab.c vcg.c \      print.c reader.c reduce.c symtab.c vcg.c \
49      scan-skel.l      scan-skel.l
50    
51  BUILT_SOURCES = scan-skel.c  BUILT_SOURCES = scan-skel.c scan-gram.c parse-gram.c parse-gram.h
52    
53  EXTRA_bison_SOURCES = vmsgetargs.c  EXTRA_bison_SOURCES = vmsgetargs.c
54    
55  noinst_HEADERS = LR0.h closure.h complain.h conflicts.h \  noinst_HEADERS = LR0.h closure.h complain.h conflicts.h \
56   derives.h \   derives.h \
57   files.h getargs.h gram.h lalr.h lex.h nullable.h \   files.h getargs.h gram.h lalr.h nullable.h \
58   print.h reader.h reduce.h symtab.h system.h \   print.h reader.h reduce.h symtab.h system.h \
59   types.h vcg.h vcg_defaults.h   types.h vcg.h vcg_defaults.h
60    

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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