Changeset bf4fe05 for src/Parser/module.mk
- Timestamp:
- May 13, 2024, 7:07:06 AM (17 months ago)
- Branches:
- master
- Children:
- ca4f2b2
- Parents:
- ec20ab9 (diff), 5f225f5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/module.mk
rec20ab9 rbf4fe05 20 20 21 21 SRC += \ 22 Parser/DeclarationNode.c c\23 Parser/DeclarationNode.h \24 Parser/ExpressionNode.c c\25 Parser/ExpressionNode.h \26 Parser/InitializerNode.c c\27 Parser/InitializerNode.h \22 Parser/DeclarationNode.cpp \ 23 Parser/DeclarationNode.hpp \ 24 Parser/ExpressionNode.cpp \ 25 Parser/ExpressionNode.hpp \ 26 Parser/InitializerNode.cpp \ 27 Parser/InitializerNode.hpp \ 28 28 Parser/lex.ll \ 29 Parser/ParseNode.c c\30 Parser/ParseNode.h \29 Parser/ParseNode.cpp \ 30 Parser/ParseNode.hpp \ 31 31 Parser/parser.yy \ 32 Parser/ParserTypes.h \33 Parser/ parserutility.h\32 Parser/ParserTypes.hpp \ 33 Parser/ParserUtility.hpp \ 34 34 Parser/RunParser.cpp \ 35 35 Parser/RunParser.hpp \ 36 Parser/StatementNode.c c\37 Parser/StatementNode.h \38 Parser/TypeData.c c\39 Parser/TypeData.h \40 Parser/TypedefTable.c c\41 Parser/TypedefTable.h 36 Parser/StatementNode.cpp \ 37 Parser/StatementNode.hpp \ 38 Parser/TypeData.cpp \ 39 Parser/TypeData.hpp \ 40 Parser/TypedefTable.cpp \ 41 Parser/TypedefTable.hpp 42 42 43 MOSTLYCLEANFILES += Parser/lex.cc Parser/parser.cc Parser/parser.hh Parser/parser.output 43 MOSTLYCLEANFILES += \ 44 Parser/lex.cc \ 45 Parser/parser.cc \ 46 Parser/parser.hh \ 47 Parser/parser.output
Note:
See TracChangeset
for help on using the changeset viewer.