/[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.43 by akim, Tue Jun 11 20:16:05 2002 UTC revision 1.44 by akim, Fri Jun 14 17:35:45 2002 UTC
# Line 35  LDADD = $(INTLLIBS) ../lib/libbison.a Line 35  LDADD = $(INTLLIBS) ../lib/libbison.a
35    
36  bin_PROGRAMS = bison  bin_PROGRAMS = bison
37    
38  bison_SOURCES = LR0.c closure.c complain.c conflicts.c  \  bison_SOURCES =                                   \
39      parse-gram.y parse-gram.h \          LR0.c LR0.h                               \
40      scan-gram.c \          closure.c closure.h                       \
41      derives.c   \          complain.c complain.h                     \
42      files.c getargs.c gram.c lalr.c main.c nullable.c \          conflicts.c conflicts.h                   \
43      output.h output.c \          derives.c derives.h                       \
44      state.h state.c \          files.c files.h                           \
45      print_graph.h print_graph.c \          getargs.c getargs.h                       \
46      muscle_tab.h muscle_tab.c \          gram.c gram.h                             \
47      options.h options.c \          lalr.h lalr.c                             \
48      print.c reader.c reduce.c symtab.c vcg.c \          location.h                                \
49      scan-skel.l          main.c                                    \
50            muscle_tab.c muscle_tab.h                 \
51            nullable.c nullable.h                     \
52            options.c options.h                       \
53            output.c output.h                         \
54            parse-gram.h parse-gram.y                 \
55            print.c print.h                           \
56            print_graph.c print_graph.h               \
57            reader.c reader.h                         \
58            reduce.c reduce.h                         \
59            scan-gram.l                               \
60            scan-skel.l                               \
61            state.c state.h                           \
62            symtab.c symtab.h                         \
63            system.h                                  \
64            types.h                                   \
65            vcg.c vcg.h                               \
66            vcg_defaults.h
67    
68  BUILT_SOURCES = scan-skel.c scan-gram.c parse-gram.c parse-gram.h  BUILT_SOURCES = scan-skel.c scan-gram.c parse-gram.c parse-gram.h
69    
70  EXTRA_bison_SOURCES = vmsgetargs.c  EXTRA_bison_SOURCES = vmsgetargs.c
71    
 noinst_HEADERS = LR0.h closure.h complain.h conflicts.h \  
  derives.h \  
  files.h getargs.h gram.h lalr.h nullable.h \  
  print.h reader.h reduce.h symtab.h system.h \  
  types.h vcg.h vcg_defaults.h  
   
72  EXTRA_DIST = build.com bison.cld vmshlp.mar  EXTRA_DIST = build.com bison.cld vmshlp.mar
73    
74    echo:
75            echo $(bison_SOURCES) $(noinst_HEADERS)

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

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