Changes in src/Parser/module.mk [5339a87:07de76b]
- File:
-
- 1 edited
-
src/Parser/module.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/module.mk
r5339a87 r07de76b 17 17 BUILT_SOURCES = Parser/parser.hh 18 18 19 AM_YFLAGS = -d -t -v -Wno-yacc19 AM_YFLAGS = -d -t -v 20 20 21 21 SRC += \ … … 23 23 Parser/ExpressionNode.cc \ 24 24 Parser/InitializerNode.cc \ 25 Parser/lex.ll \26 25 Parser/ParseNode.cc \ 27 Parser/ParseNode.h \28 Parser/parser.yy \29 Parser/ParserTypes.h \30 Parser/parserutility.cc \31 Parser/parserutility.h \32 26 Parser/StatementNode.cc \ 33 27 Parser/TypeData.cc \ 34 Parser/TypeData.h \35 28 Parser/TypedefTable.cc \ 36 Parser/TypedefTable.h 29 Parser/lex.ll \ 30 Parser/parser.yy \ 31 Parser/parserutility.cc 37 32 38 33 MOSTLYCLEANFILES += Parser/lex.cc Parser/parser.cc Parser/parser.hh Parser/parser.output
Note:
See TracChangeset
for help on using the changeset viewer.