maint: space changes.

* src/Makefile.am: Use 2 leading spaces for variable definition
	spreading over several lines.
This commit is contained in:
Akim Demaille
2012-01-31 09:42:04 +01:00
parent 0802356481
commit 6e40b8d825

View File

@@ -29,53 +29,53 @@ bin_PROGRAMS = bison
bin_SCRIPTS = $(YACC_SCRIPT) bin_SCRIPTS = $(YACC_SCRIPT)
EXTRA_SCRIPTS = yacc EXTRA_SCRIPTS = yacc
bison_SOURCES = \ bison_SOURCES = \
AnnotationList.c AnnotationList.h \ AnnotationList.c AnnotationList.h \
InadequacyList.c InadequacyList.h \ InadequacyList.c InadequacyList.h \
LR0.c LR0.h \ LR0.c LR0.h \
Sbitset.c Sbitset.h \ Sbitset.c Sbitset.h \
assoc.c assoc.h \ assoc.c assoc.h \
closure.c closure.h \ closure.c closure.h \
complain.c complain.h \ complain.c complain.h \
conflicts.c conflicts.h \ conflicts.c conflicts.h \
derives.c derives.h \ derives.c derives.h \
files.c files.h \ files.c files.h \
flex-scanner.h \ flex-scanner.h \
getargs.c getargs.h \ getargs.c getargs.h \
gram.c gram.h \ gram.c gram.h \
lalr.h lalr.c \ lalr.h lalr.c \
ielr.h ielr.c \ ielr.h ielr.c \
location.c location.h \ location.c location.h \
main.c \ main.c \
muscle-tab.c muscle-tab.h \ muscle-tab.c muscle-tab.h \
named-ref.c named-ref.h \ named-ref.c named-ref.h \
nullable.c nullable.h \ nullable.c nullable.h \
output.c output.h \ output.c output.h \
parse-gram.h parse-gram.y \ parse-gram.h parse-gram.y \
print.c print.h \ print.c print.h \
print_graph.c print_graph.h \ print_graph.c print_graph.h \
print-xml.c print-xml.h \ print-xml.c print-xml.h \
reader.c reader.h \ reader.c reader.h \
reduce.c reduce.h \ reduce.c reduce.h \
relation.c relation.h \ relation.c relation.h \
scan-code.h scan-code-c.c \ scan-code.h scan-code-c.c \
scan-gram.h scan-gram-c.c \ scan-gram.h scan-gram-c.c \
scan-skel.h scan-skel-c.c \ scan-skel.h scan-skel-c.c \
state.c state.h \ state.c state.h \
symlist.c symlist.h \ symlist.c symlist.h \
symtab.c symtab.h \ symtab.c symtab.h \
system.h \ system.h \
tables.h tables.c \ tables.h tables.c \
uniqstr.c uniqstr.h \ uniqstr.c uniqstr.h \
graphviz.c graphviz.h graphviz.c graphviz.h
EXTRA_bison_SOURCES = scan-code.l scan-skel.l scan-gram.l EXTRA_bison_SOURCES = scan-code.l scan-skel.l scan-gram.l
BUILT_SOURCES = \ BUILT_SOURCES = \
parse-gram.c parse-gram.h \ parse-gram.c parse-gram.h \
scan-code.c \ scan-code.c \
scan-skel.c \ scan-skel.c \
scan-gram.c scan-gram.c
MOSTLYCLEANFILES = yacc MOSTLYCLEANFILES = yacc