summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/deps.mk b/deps.mk
new file mode 100644
index 0000000..327e510
--- /dev/null
+++ b/deps.mk
@@ -0,0 +1,8 @@
+attribute.o: src/attribute.cpp src/attribute.hpp src/utils.hpp
+exporter.o: src/exporter.cpp src/exporter.hpp
+file.o: src/file.cpp src/file.hpp src/exporter.hpp
+str.o: src/str.cpp src/str.hpp src/exporter.hpp src/utils.hpp
+tag.o: src/tag.cpp src/tag.hpp src/attribute.hpp src/utils.hpp
+utils.o: src/utils.cpp src/utils.hpp
+xift.o: src/xift.cpp src/xift.hpp src/exporter.hpp src/tag.hpp \
+ src/attribute.hpp src/utils.hpp