makefile really improved on header dependencies

This commit is contained in:
hugogogo
2022-06-29 14:10:17 +02:00
parent 26436c8d8a
commit b0b63d6238
27 changed files with 610 additions and 481 deletions

32
builds_ft/tests_map.d Normal file
View File

@@ -0,0 +1,32 @@
builds_ft/tests_map.o: tests/tests_map.cpp tests/includes/tests_map.hpp \
tests/includes/tests_utils.hpp headers/colors.h \
tests/includes/tests_structs.hpp headers/map.hpp \
headers/reverse_iterator.hpp headers/iterator_traits.hpp \
headers/equal.hpp headers/lexicographical_compare.hpp headers/pair.hpp \
headers/map_node.hpp headers/map_iterator.hpp templates/map.tpp
tests/includes/tests_map.hpp:
tests/includes/tests_utils.hpp:
headers/colors.h:
tests/includes/tests_structs.hpp:
headers/map.hpp:
headers/reverse_iterator.hpp:
headers/iterator_traits.hpp:
headers/equal.hpp:
headers/lexicographical_compare.hpp:
headers/pair.hpp:
headers/map_node.hpp:
headers/map_iterator.hpp:
templates/map.tpp: