diff --git a/Makefile b/Makefile index 100e10be..9022d64e 100644 --- a/Makefile +++ b/Makefile @@ -207,7 +207,3 @@ $(CONSTS_DIR)/%_const.cpp: $(UNICORN_INCDIR)/unicorn/%.h | $(CONSTS_DIR) $(CONSTS_DIR) $(BUILD_DIR): $(MKDIR) $@ - - -include dependencies-src.d -include dependencies-tests.d diff --git a/dependencies-src.d b/dependencies-src.d deleted file mode 100644 index 041eafa3..00000000 --- a/dependencies-src.d +++ /dev/null @@ -1,54 +0,0 @@ -src/basic_control_functions.o: src/basic_control_functions.cpp \ - include/unicornlua/control_functions.hpp include/unicornlua/lua.hpp \ - include/unicornlua/compat.hpp include/unicornlua/engine.hpp \ - include/unicornlua/hooks.hpp include/unicornlua/lua.hpp \ - include/unicornlua/utils.hpp include/unicornlua/errors.hpp \ - include/unicornlua/integer_conversions.hpp \ - include/unicornlua/unicornlua.hpp -src/compat.o: src/compat.cpp include/unicornlua/compat.hpp \ - include/unicornlua/lua.hpp -src/context.o: src/context.cpp include/unicornlua/context.hpp \ - include/unicornlua/engine.hpp include/unicornlua/hooks.hpp \ - include/unicornlua/lua.hpp include/unicornlua/compat.hpp \ - include/unicornlua/utils.hpp include/unicornlua/errors.hpp -src/control_functions.o: src/control_functions.cpp include/unicornlua/lua.hpp \ - include/unicornlua/compat.hpp include/unicornlua/control_functions.hpp \ - include/unicornlua/lua.hpp include/unicornlua/engine.hpp \ - include/unicornlua/hooks.hpp include/unicornlua/utils.hpp \ - include/unicornlua/transaction.hpp -src/engine.o: src/engine.cpp include/unicornlua/context.hpp \ - include/unicornlua/engine.hpp include/unicornlua/hooks.hpp \ - include/unicornlua/lua.hpp include/unicornlua/compat.hpp \ - include/unicornlua/utils.hpp include/unicornlua/control_functions.hpp \ - include/unicornlua/lua.hpp include/unicornlua/errors.hpp \ - include/unicornlua/memory.hpp include/unicornlua/registers.hpp \ - include/unicornlua/register_types.hpp include/unicornlua/unicornlua.hpp -src/errors.o: src/errors.cpp include/unicornlua/errors.hpp \ - include/unicornlua/lua.hpp include/unicornlua/compat.hpp -src/hooks.o: src/hooks.cpp include/unicornlua/engine.hpp \ - include/unicornlua/hooks.hpp include/unicornlua/lua.hpp \ - include/unicornlua/compat.hpp include/unicornlua/utils.hpp \ - include/unicornlua/errors.hpp include/unicornlua/transaction.hpp -src/memory.o: src/memory.cpp include/unicornlua/compat.hpp \ - include/unicornlua/engine.hpp include/unicornlua/hooks.hpp \ - include/unicornlua/lua.hpp include/unicornlua/utils.hpp -src/registers_const.o: src/registers_const.cpp include/unicornlua/lua.hpp \ - include/unicornlua/compat.hpp include/unicornlua/registers.hpp \ - include/unicornlua/register_types.hpp include/unicornlua/utils.hpp -src/registers.o: src/registers.cpp include/unicornlua/errors.hpp \ - include/unicornlua/lua.hpp include/unicornlua/compat.hpp \ - include/unicornlua/registers.hpp include/unicornlua/register_types.hpp \ - include/unicornlua/register_template_functions.hpp -src/registers_misc.o: src/registers_misc.cpp include/unicornlua/compat.hpp \ - include/unicornlua/engine.hpp include/unicornlua/hooks.hpp \ - include/unicornlua/lua.hpp include/unicornlua/utils.hpp \ - include/unicornlua/errors.hpp include/unicornlua/registers.hpp \ - include/unicornlua/register_types.hpp -src/transaction.o: src/transaction.cpp include/unicornlua/lua.hpp \ - include/unicornlua/compat.hpp include/unicornlua/transaction.hpp -src/unicorn.o: src/unicorn.cpp include/unicornlua/context.hpp \ - include/unicornlua/engine.hpp include/unicornlua/hooks.hpp \ - include/unicornlua/lua.hpp include/unicornlua/compat.hpp \ - include/unicornlua/utils.hpp include/unicornlua/unicornlua.hpp -src/utils.o: src/utils.cpp include/unicornlua/lua.hpp \ - include/unicornlua/compat.hpp include/unicornlua/utils.hpp diff --git a/dependencies-tests.d b/dependencies-tests.d deleted file mode 100644 index e1ac7eb4..00000000 --- a/dependencies-tests.d +++ /dev/null @@ -1,30 +0,0 @@ -tests/c/compat.o: tests/c/compat.cpp tests/c/doctest.h tests/c/fixtures.hpp \ - include/unicornlua/engine.hpp include/unicornlua/hooks.hpp \ - include/unicornlua/lua.hpp include/unicornlua/compat.hpp \ - include/unicornlua/utils.hpp -tests/c/context.o: tests/c/context.cpp include/unicornlua/context.hpp \ - include/unicornlua/engine.hpp include/unicornlua/hooks.hpp \ - include/unicornlua/lua.hpp include/unicornlua/compat.hpp \ - include/unicornlua/utils.hpp tests/c/doctest.h tests/c/fixtures.hpp \ - include/unicornlua/errors.hpp -tests/c/engine.o: tests/c/engine.cpp tests/c/doctest.h tests/c/fixtures.hpp \ - include/unicornlua/engine.hpp include/unicornlua/hooks.hpp \ - include/unicornlua/lua.hpp include/unicornlua/compat.hpp \ - include/unicornlua/utils.hpp include/unicornlua/context.hpp \ - include/unicornlua/errors.hpp -tests/c/fixtures.o: tests/c/fixtures.cpp tests/c/doctest.h tests/c/fixtures.hpp \ - include/unicornlua/engine.hpp include/unicornlua/hooks.hpp \ - include/unicornlua/lua.hpp include/unicornlua/compat.hpp \ - include/unicornlua/utils.hpp -tests/c/hooks.o: tests/c/hooks.cpp include/unicornlua/hooks.hpp \ - include/unicornlua/lua.hpp include/unicornlua/compat.hpp \ - tests/c/doctest.h tests/c/fixtures.hpp include/unicornlua/engine.hpp \ - include/unicornlua/utils.hpp -tests/c/main.o: tests/c/main.cpp tests/c/doctest.h -tests/c/registers.o: tests/c/registers.cpp tests/c/doctest.h \ - include/unicornlua/registers.hpp include/unicornlua/lua.hpp \ - include/unicornlua/compat.hpp include/unicornlua/register_types.hpp -tests/c/utils.o: tests/c/utils.cpp tests/c/doctest.h tests/c/fixtures.hpp \ - include/unicornlua/engine.hpp include/unicornlua/hooks.hpp \ - include/unicornlua/lua.hpp include/unicornlua/compat.hpp \ - include/unicornlua/utils.hpp