makefile really improved on header dependencies
This commit is contained in:
8
builds_ft/main.d
Normal file
8
builds_ft/main.d
Normal file
@@ -0,0 +1,8 @@
|
||||
builds_ft/main.o: tests/main.cpp tests/includes/main.hpp headers/colors.h \
|
||||
tests/includes/tests_structs.hpp
|
||||
|
||||
tests/includes/main.hpp:
|
||||
|
||||
headers/colors.h:
|
||||
|
||||
tests/includes/tests_structs.hpp:
|
||||
9
builds_ft/tests_definitions.d
Normal file
9
builds_ft/tests_definitions.d
Normal file
@@ -0,0 +1,9 @@
|
||||
builds_ft/tests_definitions.o: tests/tests_definitions.cpp \
|
||||
tests/includes/tests_utils.hpp headers/colors.h \
|
||||
tests/includes/tests_structs.hpp
|
||||
|
||||
tests/includes/tests_utils.hpp:
|
||||
|
||||
headers/colors.h:
|
||||
|
||||
tests/includes/tests_structs.hpp:
|
||||
32
builds_ft/tests_map.d
Normal file
32
builds_ft/tests_map.d
Normal 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:
|
||||
33
builds_ft/tests_stack.d
Normal file
33
builds_ft/tests_stack.d
Normal file
@@ -0,0 +1,33 @@
|
||||
builds_ft/tests_stack.o: tests/tests_stack.cpp \
|
||||
tests/includes/tests_stack.hpp tests/includes/tests_utils.hpp \
|
||||
headers/colors.h tests/includes/tests_structs.hpp headers/stack.hpp \
|
||||
headers/vector.hpp headers/enable_if.hpp headers/is_integral.hpp \
|
||||
headers/reverse_iterator.hpp headers/iterator_traits.hpp \
|
||||
headers/equal.hpp headers/lexicographical_compare.hpp \
|
||||
templates/vector.tpp
|
||||
|
||||
tests/includes/tests_stack.hpp:
|
||||
|
||||
tests/includes/tests_utils.hpp:
|
||||
|
||||
headers/colors.h:
|
||||
|
||||
tests/includes/tests_structs.hpp:
|
||||
|
||||
headers/stack.hpp:
|
||||
|
||||
headers/vector.hpp:
|
||||
|
||||
headers/enable_if.hpp:
|
||||
|
||||
headers/is_integral.hpp:
|
||||
|
||||
headers/reverse_iterator.hpp:
|
||||
|
||||
headers/iterator_traits.hpp:
|
||||
|
||||
headers/equal.hpp:
|
||||
|
||||
headers/lexicographical_compare.hpp:
|
||||
|
||||
templates/vector.tpp:
|
||||
31
builds_ft/tests_vector.d
Normal file
31
builds_ft/tests_vector.d
Normal file
@@ -0,0 +1,31 @@
|
||||
builds_ft/tests_vector.o: tests/tests_vector.cpp \
|
||||
tests/includes/tests_vector.hpp tests/includes/tests_utils.hpp \
|
||||
headers/colors.h tests/includes/tests_structs.hpp headers/vector.hpp \
|
||||
headers/enable_if.hpp headers/is_integral.hpp \
|
||||
headers/reverse_iterator.hpp headers/iterator_traits.hpp \
|
||||
headers/equal.hpp headers/lexicographical_compare.hpp \
|
||||
templates/vector.tpp
|
||||
|
||||
tests/includes/tests_vector.hpp:
|
||||
|
||||
tests/includes/tests_utils.hpp:
|
||||
|
||||
headers/colors.h:
|
||||
|
||||
tests/includes/tests_structs.hpp:
|
||||
|
||||
headers/vector.hpp:
|
||||
|
||||
headers/enable_if.hpp:
|
||||
|
||||
headers/is_integral.hpp:
|
||||
|
||||
headers/reverse_iterator.hpp:
|
||||
|
||||
headers/iterator_traits.hpp:
|
||||
|
||||
headers/equal.hpp:
|
||||
|
||||
headers/lexicographical_compare.hpp:
|
||||
|
||||
templates/vector.tpp:
|
||||
Reference in New Issue
Block a user