makefile really improved on header dependencies
This commit is contained in:
8
builds_stl/main.d
Normal file
8
builds_stl/main.d
Normal file
@@ -0,0 +1,8 @@
|
||||
builds_stl/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_stl/tests_definitions.d
Normal file
9
builds_stl/tests_definitions.d
Normal file
@@ -0,0 +1,9 @@
|
||||
builds_stl/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:
|
||||
11
builds_stl/tests_map.d
Normal file
11
builds_stl/tests_map.d
Normal file
@@ -0,0 +1,11 @@
|
||||
builds_stl/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
|
||||
|
||||
tests/includes/tests_map.hpp:
|
||||
|
||||
tests/includes/tests_utils.hpp:
|
||||
|
||||
headers/colors.h:
|
||||
|
||||
tests/includes/tests_structs.hpp:
|
||||
11
builds_stl/tests_stack.d
Normal file
11
builds_stl/tests_stack.d
Normal file
@@ -0,0 +1,11 @@
|
||||
builds_stl/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
|
||||
|
||||
tests/includes/tests_stack.hpp:
|
||||
|
||||
tests/includes/tests_utils.hpp:
|
||||
|
||||
headers/colors.h:
|
||||
|
||||
tests/includes/tests_structs.hpp:
|
||||
11
builds_stl/tests_vector.d
Normal file
11
builds_stl/tests_vector.d
Normal file
@@ -0,0 +1,11 @@
|
||||
builds_stl/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
|
||||
|
||||
tests/includes/tests_vector.hpp:
|
||||
|
||||
tests/includes/tests_utils.hpp:
|
||||
|
||||
headers/colors.h:
|
||||
|
||||
tests/includes/tests_structs.hpp:
|
||||
Reference in New Issue
Block a user