Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 7dfa7c3

Browse files
committed
split makefile into mk files
1 parent 302f45c commit 7dfa7c3

File tree

10 files changed

+289
-307
lines changed

10 files changed

+289
-307
lines changed

.depend

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
target/debug/byte_ptr.o: src/byte_ptr.cpp src/byte_ptr.h
2+
3+
target/debug/bytes.o: src/bytes.cpp src/bytes.h src/byte_ptr.h
4+
5+
target/debug/comment.o: src/comment.cpp src/comment.h src/comment_type.h
6+
7+
target/debug/custom_decoder.o: src/custom_decoder.cpp \
8+
src/custom_decoder.h src/bytes.h src/byte_ptr.h src/helpers.h
9+
10+
target/debug/diagnostic.o: src/diagnostic.cpp src/diagnostic.h \
11+
src/error_level.h src/bytes.h src/byte_ptr.h src/loc.h src/input.h \
12+
src/message.h src/gen/messages/variant.h src/gen/messages/classes.h \
13+
src/gen/messages/../../bytes.h src/helpers.h
14+
15+
target/debug/helpers.o: src/helpers.cpp src/helpers.h
16+
17+
target/debug/input.o: src/input.cpp src/input.h src/bytes.h \
18+
src/byte_ptr.h
19+
20+
target/debug/loc.o: src/loc.cpp src/loc.h src/bytes.h src/byte_ptr.h \
21+
src/input.h
22+
23+
target/debug/low_level.o: src/low_level.cpp src/low_level.h \
24+
src/gen/nodes/make.h src/gen/nodes/../../byte_ptr.h \
25+
src/gen/nodes/../../node.h src/gen/nodes/variant.h \
26+
src/gen/nodes/classes.h src/gen/nodes/../../loc.h src/bytes.h \
27+
src/byte_ptr.h src/input.h src/gen/nodes/../../bytes.h \
28+
src/gen/messages/make.h src/gen/messages/../../error_level.h \
29+
src/gen/messages/../../byte_ptr.h src/comment_type.h src/error_level.h \
30+
src/magic_comment_kind.h src/comment.h src/loc.h src/custom_decoder.h \
31+
src/helpers.h src/token.h src/diagnostic.h src/message.h \
32+
src/gen/messages/variant.h src/gen/messages/classes.h \
33+
src/gen/messages/../../bytes.h src/magic_comment.h \
34+
src/parser_options.h src/token_rewriter.h src/parser_result.h \
35+
src/node.h
36+
37+
target/debug/magic_comment.o: src/magic_comment.cpp src/magic_comment.h \
38+
src/magic_comment_kind.h
39+
40+
target/debug/parser_options.o: src/parser_options.cpp \
41+
src/parser_options.h src/custom_decoder.h src/bytes.h src/byte_ptr.h \
42+
src/token_rewriter.h src/token.h src/loc.h src/input.h
43+
44+
target/debug/parser_result.o: src/parser_result.cpp src/parser_result.h \
45+
src/bytes.h src/byte_ptr.h src/node.h src/gen/nodes/variant.h \
46+
src/gen/nodes/classes.h src/gen/nodes/../../loc.h src/input.h \
47+
src/gen/nodes/../../bytes.h src/gen/nodes/../../node.h src/token.h \
48+
src/loc.h src/diagnostic.h src/error_level.h src/message.h \
49+
src/gen/messages/variant.h src/gen/messages/classes.h \
50+
src/gen/messages/../../bytes.h src/comment.h src/comment_type.h \
51+
src/magic_comment.h src/magic_comment_kind.h src/parser_options.h \
52+
src/custom_decoder.h src/token_rewriter.h
53+
54+
target/debug/token.o: src/token.cpp src/token.h src/bytes.h \
55+
src/byte_ptr.h src/loc.h src/input.h
56+
57+
target/debug/token_rewriter.o: src/token_rewriter.cpp \
58+
src/token_rewriter.h src/token.h src/bytes.h src/byte_ptr.h src/loc.h \
59+
src/input.h
60+
61+
target/debug/gen/nodes/classes.o: src/gen/nodes/classes.cpp \
62+
src/gen/nodes/classes.h src/gen/nodes/../../loc.h \
63+
src/gen/nodes/../../bytes.h src/gen/nodes/../../byte_ptr.h \
64+
src/gen/nodes/../../input.h src/gen/nodes/../../node.h \
65+
src/gen/nodes/../../gen/nodes/variant.h
66+
67+
target/debug/gen/nodes/make.o: src/gen/nodes/make.cpp \
68+
src/gen/nodes/make.h src/gen/nodes/../../byte_ptr.h \
69+
src/gen/nodes/../../node.h src/gen/nodes/../../gen/nodes/variant.h \
70+
src/gen/nodes/classes.h src/gen/nodes/../../loc.h \
71+
src/gen/nodes/../../bytes.h src/gen/nodes/../../input.h
72+

0 commit comments

Comments
 (0)