Update common.mk dependencies

This commit is contained in:
Yusuke Endoh 2025-05-01 17:14:24 +09:00 committed by Satoshi Tagomori
parent 8d3cd4301a
commit cb99e54486
4 changed files with 36 additions and 0 deletions

View File

@ -8118,6 +8118,7 @@ imemo.$(OBJEXT): $(top_srcdir)/internal/class.h
imemo.$(OBJEXT): $(top_srcdir)/internal/compilers.h imemo.$(OBJEXT): $(top_srcdir)/internal/compilers.h
imemo.$(OBJEXT): $(top_srcdir)/internal/gc.h imemo.$(OBJEXT): $(top_srcdir)/internal/gc.h
imemo.$(OBJEXT): $(top_srcdir)/internal/imemo.h imemo.$(OBJEXT): $(top_srcdir)/internal/imemo.h
imemo.$(OBJEXT): $(top_srcdir)/internal/namespace.h
imemo.$(OBJEXT): $(top_srcdir)/internal/sanitizers.h imemo.$(OBJEXT): $(top_srcdir)/internal/sanitizers.h
imemo.$(OBJEXT): $(top_srcdir)/internal/serial.h imemo.$(OBJEXT): $(top_srcdir)/internal/serial.h
imemo.$(OBJEXT): $(top_srcdir)/internal/set_table.h imemo.$(OBJEXT): $(top_srcdir)/internal/set_table.h
@ -8723,6 +8724,7 @@ io_buffer.$(OBJEXT): $(top_srcdir)/internal/fixnum.h
io_buffer.$(OBJEXT): $(top_srcdir)/internal/gc.h io_buffer.$(OBJEXT): $(top_srcdir)/internal/gc.h
io_buffer.$(OBJEXT): $(top_srcdir)/internal/imemo.h io_buffer.$(OBJEXT): $(top_srcdir)/internal/imemo.h
io_buffer.$(OBJEXT): $(top_srcdir)/internal/io.h io_buffer.$(OBJEXT): $(top_srcdir)/internal/io.h
io_buffer.$(OBJEXT): $(top_srcdir)/internal/namespace.h
io_buffer.$(OBJEXT): $(top_srcdir)/internal/numeric.h io_buffer.$(OBJEXT): $(top_srcdir)/internal/numeric.h
io_buffer.$(OBJEXT): $(top_srcdir)/internal/sanitizers.h io_buffer.$(OBJEXT): $(top_srcdir)/internal/sanitizers.h
io_buffer.$(OBJEXT): $(top_srcdir)/internal/serial.h io_buffer.$(OBJEXT): $(top_srcdir)/internal/serial.h
@ -8748,6 +8750,7 @@ io_buffer.$(OBJEXT): {$(VPATH)}defines.h
io_buffer.$(OBJEXT): {$(VPATH)}encoding.h io_buffer.$(OBJEXT): {$(VPATH)}encoding.h
io_buffer.$(OBJEXT): {$(VPATH)}fiber/scheduler.h io_buffer.$(OBJEXT): {$(VPATH)}fiber/scheduler.h
io_buffer.$(OBJEXT): {$(VPATH)}id.h io_buffer.$(OBJEXT): {$(VPATH)}id.h
io_buffer.$(OBJEXT): {$(VPATH)}id_table.h
io_buffer.$(OBJEXT): {$(VPATH)}intern.h io_buffer.$(OBJEXT): {$(VPATH)}intern.h
io_buffer.$(OBJEXT): {$(VPATH)}internal.h io_buffer.$(OBJEXT): {$(VPATH)}internal.h
io_buffer.$(OBJEXT): {$(VPATH)}internal/abi.h io_buffer.$(OBJEXT): {$(VPATH)}internal/abi.h
@ -10778,6 +10781,7 @@ miniinit.$(OBJEXT): $(top_srcdir)/internal/bignum.h
miniinit.$(OBJEXT): $(top_srcdir)/internal/bits.h miniinit.$(OBJEXT): $(top_srcdir)/internal/bits.h
miniinit.$(OBJEXT): $(top_srcdir)/internal/compilers.h miniinit.$(OBJEXT): $(top_srcdir)/internal/compilers.h
miniinit.$(OBJEXT): $(top_srcdir)/internal/complex.h miniinit.$(OBJEXT): $(top_srcdir)/internal/complex.h
miniinit.$(OBJEXT): $(top_srcdir)/internal/eval.h
miniinit.$(OBJEXT): $(top_srcdir)/internal/fixnum.h miniinit.$(OBJEXT): $(top_srcdir)/internal/fixnum.h
miniinit.$(OBJEXT): $(top_srcdir)/internal/gc.h miniinit.$(OBJEXT): $(top_srcdir)/internal/gc.h
miniinit.$(OBJEXT): $(top_srcdir)/internal/imemo.h miniinit.$(OBJEXT): $(top_srcdir)/internal/imemo.h
@ -11034,7 +11038,9 @@ namespace.$(OBJEXT): $(CCAN_DIR)/str/str.h
namespace.$(OBJEXT): $(hdrdir)/ruby/ruby.h namespace.$(OBJEXT): $(hdrdir)/ruby/ruby.h
namespace.$(OBJEXT): $(top_srcdir)/internal/array.h namespace.$(OBJEXT): $(top_srcdir)/internal/array.h
namespace.$(OBJEXT): $(top_srcdir)/internal/basic_operators.h namespace.$(OBJEXT): $(top_srcdir)/internal/basic_operators.h
namespace.$(OBJEXT): $(top_srcdir)/internal/class.h
namespace.$(OBJEXT): $(top_srcdir)/internal/compilers.h namespace.$(OBJEXT): $(top_srcdir)/internal/compilers.h
namespace.$(OBJEXT): $(top_srcdir)/internal/eval.h
namespace.$(OBJEXT): $(top_srcdir)/internal/file.h namespace.$(OBJEXT): $(top_srcdir)/internal/file.h
namespace.$(OBJEXT): $(top_srcdir)/internal/gc.h namespace.$(OBJEXT): $(top_srcdir)/internal/gc.h
namespace.$(OBJEXT): $(top_srcdir)/internal/hash.h namespace.$(OBJEXT): $(top_srcdir)/internal/hash.h
@ -11043,7 +11049,10 @@ namespace.$(OBJEXT): $(top_srcdir)/internal/load.h
namespace.$(OBJEXT): $(top_srcdir)/internal/namespace.h namespace.$(OBJEXT): $(top_srcdir)/internal/namespace.h
namespace.$(OBJEXT): $(top_srcdir)/internal/sanitizers.h namespace.$(OBJEXT): $(top_srcdir)/internal/sanitizers.h
namespace.$(OBJEXT): $(top_srcdir)/internal/serial.h namespace.$(OBJEXT): $(top_srcdir)/internal/serial.h
namespace.$(OBJEXT): $(top_srcdir)/internal/set_table.h
namespace.$(OBJEXT): $(top_srcdir)/internal/st.h
namespace.$(OBJEXT): $(top_srcdir)/internal/static_assert.h namespace.$(OBJEXT): $(top_srcdir)/internal/static_assert.h
namespace.$(OBJEXT): $(top_srcdir)/internal/variable.h
namespace.$(OBJEXT): $(top_srcdir)/internal/vm.h namespace.$(OBJEXT): $(top_srcdir)/internal/vm.h
namespace.$(OBJEXT): $(top_srcdir)/internal/warnings.h namespace.$(OBJEXT): $(top_srcdir)/internal/warnings.h
namespace.$(OBJEXT): {$(VPATH)}assert.h namespace.$(OBJEXT): {$(VPATH)}assert.h
@ -11058,9 +11067,12 @@ namespace.$(OBJEXT): {$(VPATH)}backward/2/long_long.h
namespace.$(OBJEXT): {$(VPATH)}backward/2/stdalign.h namespace.$(OBJEXT): {$(VPATH)}backward/2/stdalign.h
namespace.$(OBJEXT): {$(VPATH)}backward/2/stdarg.h namespace.$(OBJEXT): {$(VPATH)}backward/2/stdarg.h
namespace.$(OBJEXT): {$(VPATH)}config.h namespace.$(OBJEXT): {$(VPATH)}config.h
namespace.$(OBJEXT): {$(VPATH)}constant.h
namespace.$(OBJEXT): {$(VPATH)}debug_counter.h
namespace.$(OBJEXT): {$(VPATH)}defines.h namespace.$(OBJEXT): {$(VPATH)}defines.h
namespace.$(OBJEXT): {$(VPATH)}encoding.h namespace.$(OBJEXT): {$(VPATH)}encoding.h
namespace.$(OBJEXT): {$(VPATH)}id.h namespace.$(OBJEXT): {$(VPATH)}id.h
namespace.$(OBJEXT): {$(VPATH)}id_table.h
namespace.$(OBJEXT): {$(VPATH)}intern.h namespace.$(OBJEXT): {$(VPATH)}intern.h
namespace.$(OBJEXT): {$(VPATH)}internal.h namespace.$(OBJEXT): {$(VPATH)}internal.h
namespace.$(OBJEXT): {$(VPATH)}internal/abi.h namespace.$(OBJEXT): {$(VPATH)}internal/abi.h
@ -11205,6 +11217,7 @@ namespace.$(OBJEXT): {$(VPATH)}internal/special_consts.h
namespace.$(OBJEXT): {$(VPATH)}internal/static_assert.h namespace.$(OBJEXT): {$(VPATH)}internal/static_assert.h
namespace.$(OBJEXT): {$(VPATH)}internal/stdalign.h namespace.$(OBJEXT): {$(VPATH)}internal/stdalign.h
namespace.$(OBJEXT): {$(VPATH)}internal/stdbool.h namespace.$(OBJEXT): {$(VPATH)}internal/stdbool.h
namespace.$(OBJEXT): {$(VPATH)}internal/stdckdint.h
namespace.$(OBJEXT): {$(VPATH)}internal/symbol.h namespace.$(OBJEXT): {$(VPATH)}internal/symbol.h
namespace.$(OBJEXT): {$(VPATH)}internal/value.h namespace.$(OBJEXT): {$(VPATH)}internal/value.h
namespace.$(OBJEXT): {$(VPATH)}internal/value_type.h namespace.$(OBJEXT): {$(VPATH)}internal/value_type.h
@ -11220,13 +11233,16 @@ namespace.$(OBJEXT): {$(VPATH)}oniguruma.h
namespace.$(OBJEXT): {$(VPATH)}ruby_assert.h namespace.$(OBJEXT): {$(VPATH)}ruby_assert.h
namespace.$(OBJEXT): {$(VPATH)}ruby_atomic.h namespace.$(OBJEXT): {$(VPATH)}ruby_atomic.h
namespace.$(OBJEXT): {$(VPATH)}rubyparser.h namespace.$(OBJEXT): {$(VPATH)}rubyparser.h
namespace.$(OBJEXT): {$(VPATH)}shape.h
namespace.$(OBJEXT): {$(VPATH)}st.h namespace.$(OBJEXT): {$(VPATH)}st.h
namespace.$(OBJEXT): {$(VPATH)}subst.h namespace.$(OBJEXT): {$(VPATH)}subst.h
namespace.$(OBJEXT): {$(VPATH)}thread_$(THREAD_MODEL).h namespace.$(OBJEXT): {$(VPATH)}thread_$(THREAD_MODEL).h
namespace.$(OBJEXT): {$(VPATH)}thread_native.h namespace.$(OBJEXT): {$(VPATH)}thread_native.h
namespace.$(OBJEXT): {$(VPATH)}util.h namespace.$(OBJEXT): {$(VPATH)}util.h
namespace.$(OBJEXT): {$(VPATH)}vm_core.h namespace.$(OBJEXT): {$(VPATH)}vm_core.h
namespace.$(OBJEXT): {$(VPATH)}vm_debug.h
namespace.$(OBJEXT): {$(VPATH)}vm_opts.h namespace.$(OBJEXT): {$(VPATH)}vm_opts.h
namespace.$(OBJEXT): {$(VPATH)}vm_sync.h
node.$(OBJEXT): $(CCAN_DIR)/check_type/check_type.h node.$(OBJEXT): $(CCAN_DIR)/check_type/check_type.h
node.$(OBJEXT): $(CCAN_DIR)/container_of/container_of.h node.$(OBJEXT): $(CCAN_DIR)/container_of/container_of.h
node.$(OBJEXT): $(CCAN_DIR)/list/list.h node.$(OBJEXT): $(CCAN_DIR)/list/list.h
@ -16768,6 +16784,7 @@ set.$(OBJEXT): $(top_srcdir)/internal/compilers.h
set.$(OBJEXT): $(top_srcdir)/internal/gc.h set.$(OBJEXT): $(top_srcdir)/internal/gc.h
set.$(OBJEXT): $(top_srcdir)/internal/hash.h set.$(OBJEXT): $(top_srcdir)/internal/hash.h
set.$(OBJEXT): $(top_srcdir)/internal/imemo.h set.$(OBJEXT): $(top_srcdir)/internal/imemo.h
set.$(OBJEXT): $(top_srcdir)/internal/namespace.h
set.$(OBJEXT): $(top_srcdir)/internal/proc.h set.$(OBJEXT): $(top_srcdir)/internal/proc.h
set.$(OBJEXT): $(top_srcdir)/internal/sanitizers.h set.$(OBJEXT): $(top_srcdir)/internal/sanitizers.h
set.$(OBJEXT): $(top_srcdir)/internal/serial.h set.$(OBJEXT): $(top_srcdir)/internal/serial.h
@ -19474,6 +19491,7 @@ util.$(OBJEXT): {$(VPATH)}backward/2/stdarg.h
util.$(OBJEXT): {$(VPATH)}config.h util.$(OBJEXT): {$(VPATH)}config.h
util.$(OBJEXT): {$(VPATH)}defines.h util.$(OBJEXT): {$(VPATH)}defines.h
util.$(OBJEXT): {$(VPATH)}dtoa.c util.$(OBJEXT): {$(VPATH)}dtoa.c
util.$(OBJEXT): {$(VPATH)}id_table.h
util.$(OBJEXT): {$(VPATH)}intern.h util.$(OBJEXT): {$(VPATH)}intern.h
util.$(OBJEXT): {$(VPATH)}internal.h util.$(OBJEXT): {$(VPATH)}internal.h
util.$(OBJEXT): {$(VPATH)}internal/abi.h util.$(OBJEXT): {$(VPATH)}internal/abi.h
@ -21292,6 +21310,7 @@ weakmap.$(OBJEXT): {$(VPATH)}config.h
weakmap.$(OBJEXT): {$(VPATH)}defines.h weakmap.$(OBJEXT): {$(VPATH)}defines.h
weakmap.$(OBJEXT): {$(VPATH)}encoding.h weakmap.$(OBJEXT): {$(VPATH)}encoding.h
weakmap.$(OBJEXT): {$(VPATH)}id.h weakmap.$(OBJEXT): {$(VPATH)}id.h
weakmap.$(OBJEXT): {$(VPATH)}id_table.h
weakmap.$(OBJEXT): {$(VPATH)}intern.h weakmap.$(OBJEXT): {$(VPATH)}intern.h
weakmap.$(OBJEXT): {$(VPATH)}internal.h weakmap.$(OBJEXT): {$(VPATH)}internal.h
weakmap.$(OBJEXT): {$(VPATH)}internal/abi.h weakmap.$(OBJEXT): {$(VPATH)}internal/abi.h

View File

@ -177,6 +177,7 @@ object_tracing.o: $(top_srcdir)/ccan/check_type/check_type.h
object_tracing.o: $(top_srcdir)/ccan/container_of/container_of.h object_tracing.o: $(top_srcdir)/ccan/container_of/container_of.h
object_tracing.o: $(top_srcdir)/ccan/list/list.h object_tracing.o: $(top_srcdir)/ccan/list/list.h
object_tracing.o: $(top_srcdir)/ccan/str/str.h object_tracing.o: $(top_srcdir)/ccan/str/str.h
object_tracing.o: $(top_srcdir)/id_table.h
object_tracing.o: $(top_srcdir)/internal.h object_tracing.o: $(top_srcdir)/internal.h
object_tracing.o: $(top_srcdir)/internal/array.h object_tracing.o: $(top_srcdir)/internal/array.h
object_tracing.o: $(top_srcdir)/internal/basic_operators.h object_tracing.o: $(top_srcdir)/internal/basic_operators.h

View File

@ -172,6 +172,7 @@ pty.o: $(hdrdir)/ruby/ruby.h
pty.o: $(hdrdir)/ruby/st.h pty.o: $(hdrdir)/ruby/st.h
pty.o: $(hdrdir)/ruby/subst.h pty.o: $(hdrdir)/ruby/subst.h
pty.o: $(hdrdir)/ruby/util.h pty.o: $(hdrdir)/ruby/util.h
pty.o: $(top_srcdir)/id_table.h
pty.o: $(top_srcdir)/internal.h pty.o: $(top_srcdir)/internal.h
pty.o: $(top_srcdir)/internal/array.h pty.o: $(top_srcdir)/internal/array.h
pty.o: $(top_srcdir)/internal/compilers.h pty.o: $(top_srcdir)/internal/compilers.h

View File

@ -192,6 +192,7 @@ ancdata.o: $(top_srcdir)/ccan/check_type/check_type.h
ancdata.o: $(top_srcdir)/ccan/container_of/container_of.h ancdata.o: $(top_srcdir)/ccan/container_of/container_of.h
ancdata.o: $(top_srcdir)/ccan/list/list.h ancdata.o: $(top_srcdir)/ccan/list/list.h
ancdata.o: $(top_srcdir)/ccan/str/str.h ancdata.o: $(top_srcdir)/ccan/str/str.h
ancdata.o: $(top_srcdir)/id_table.h
ancdata.o: $(top_srcdir)/internal.h ancdata.o: $(top_srcdir)/internal.h
ancdata.o: $(top_srcdir)/internal/array.h ancdata.o: $(top_srcdir)/internal/array.h
ancdata.o: $(top_srcdir)/internal/basic_operators.h ancdata.o: $(top_srcdir)/internal/basic_operators.h
@ -405,6 +406,7 @@ basicsocket.o: $(top_srcdir)/ccan/check_type/check_type.h
basicsocket.o: $(top_srcdir)/ccan/container_of/container_of.h basicsocket.o: $(top_srcdir)/ccan/container_of/container_of.h
basicsocket.o: $(top_srcdir)/ccan/list/list.h basicsocket.o: $(top_srcdir)/ccan/list/list.h
basicsocket.o: $(top_srcdir)/ccan/str/str.h basicsocket.o: $(top_srcdir)/ccan/str/str.h
basicsocket.o: $(top_srcdir)/id_table.h
basicsocket.o: $(top_srcdir)/internal.h basicsocket.o: $(top_srcdir)/internal.h
basicsocket.o: $(top_srcdir)/internal/array.h basicsocket.o: $(top_srcdir)/internal/array.h
basicsocket.o: $(top_srcdir)/internal/basic_operators.h basicsocket.o: $(top_srcdir)/internal/basic_operators.h
@ -618,6 +620,7 @@ constants.o: $(top_srcdir)/ccan/check_type/check_type.h
constants.o: $(top_srcdir)/ccan/container_of/container_of.h constants.o: $(top_srcdir)/ccan/container_of/container_of.h
constants.o: $(top_srcdir)/ccan/list/list.h constants.o: $(top_srcdir)/ccan/list/list.h
constants.o: $(top_srcdir)/ccan/str/str.h constants.o: $(top_srcdir)/ccan/str/str.h
constants.o: $(top_srcdir)/id_table.h
constants.o: $(top_srcdir)/internal.h constants.o: $(top_srcdir)/internal.h
constants.o: $(top_srcdir)/internal/array.h constants.o: $(top_srcdir)/internal/array.h
constants.o: $(top_srcdir)/internal/basic_operators.h constants.o: $(top_srcdir)/internal/basic_operators.h
@ -832,6 +835,7 @@ ifaddr.o: $(top_srcdir)/ccan/check_type/check_type.h
ifaddr.o: $(top_srcdir)/ccan/container_of/container_of.h ifaddr.o: $(top_srcdir)/ccan/container_of/container_of.h
ifaddr.o: $(top_srcdir)/ccan/list/list.h ifaddr.o: $(top_srcdir)/ccan/list/list.h
ifaddr.o: $(top_srcdir)/ccan/str/str.h ifaddr.o: $(top_srcdir)/ccan/str/str.h
ifaddr.o: $(top_srcdir)/id_table.h
ifaddr.o: $(top_srcdir)/internal.h ifaddr.o: $(top_srcdir)/internal.h
ifaddr.o: $(top_srcdir)/internal/array.h ifaddr.o: $(top_srcdir)/internal/array.h
ifaddr.o: $(top_srcdir)/internal/basic_operators.h ifaddr.o: $(top_srcdir)/internal/basic_operators.h
@ -1045,6 +1049,7 @@ init.o: $(top_srcdir)/ccan/check_type/check_type.h
init.o: $(top_srcdir)/ccan/container_of/container_of.h init.o: $(top_srcdir)/ccan/container_of/container_of.h
init.o: $(top_srcdir)/ccan/list/list.h init.o: $(top_srcdir)/ccan/list/list.h
init.o: $(top_srcdir)/ccan/str/str.h init.o: $(top_srcdir)/ccan/str/str.h
init.o: $(top_srcdir)/id_table.h
init.o: $(top_srcdir)/internal.h init.o: $(top_srcdir)/internal.h
init.o: $(top_srcdir)/internal/array.h init.o: $(top_srcdir)/internal/array.h
init.o: $(top_srcdir)/internal/basic_operators.h init.o: $(top_srcdir)/internal/basic_operators.h
@ -1258,6 +1263,7 @@ ipsocket.o: $(top_srcdir)/ccan/check_type/check_type.h
ipsocket.o: $(top_srcdir)/ccan/container_of/container_of.h ipsocket.o: $(top_srcdir)/ccan/container_of/container_of.h
ipsocket.o: $(top_srcdir)/ccan/list/list.h ipsocket.o: $(top_srcdir)/ccan/list/list.h
ipsocket.o: $(top_srcdir)/ccan/str/str.h ipsocket.o: $(top_srcdir)/ccan/str/str.h
ipsocket.o: $(top_srcdir)/id_table.h
ipsocket.o: $(top_srcdir)/internal.h ipsocket.o: $(top_srcdir)/internal.h
ipsocket.o: $(top_srcdir)/internal/array.h ipsocket.o: $(top_srcdir)/internal/array.h
ipsocket.o: $(top_srcdir)/internal/basic_operators.h ipsocket.o: $(top_srcdir)/internal/basic_operators.h
@ -1471,6 +1477,7 @@ option.o: $(top_srcdir)/ccan/check_type/check_type.h
option.o: $(top_srcdir)/ccan/container_of/container_of.h option.o: $(top_srcdir)/ccan/container_of/container_of.h
option.o: $(top_srcdir)/ccan/list/list.h option.o: $(top_srcdir)/ccan/list/list.h
option.o: $(top_srcdir)/ccan/str/str.h option.o: $(top_srcdir)/ccan/str/str.h
option.o: $(top_srcdir)/id_table.h
option.o: $(top_srcdir)/internal.h option.o: $(top_srcdir)/internal.h
option.o: $(top_srcdir)/internal/array.h option.o: $(top_srcdir)/internal/array.h
option.o: $(top_srcdir)/internal/basic_operators.h option.o: $(top_srcdir)/internal/basic_operators.h
@ -1684,6 +1691,7 @@ raddrinfo.o: $(top_srcdir)/ccan/check_type/check_type.h
raddrinfo.o: $(top_srcdir)/ccan/container_of/container_of.h raddrinfo.o: $(top_srcdir)/ccan/container_of/container_of.h
raddrinfo.o: $(top_srcdir)/ccan/list/list.h raddrinfo.o: $(top_srcdir)/ccan/list/list.h
raddrinfo.o: $(top_srcdir)/ccan/str/str.h raddrinfo.o: $(top_srcdir)/ccan/str/str.h
raddrinfo.o: $(top_srcdir)/id_table.h
raddrinfo.o: $(top_srcdir)/internal.h raddrinfo.o: $(top_srcdir)/internal.h
raddrinfo.o: $(top_srcdir)/internal/array.h raddrinfo.o: $(top_srcdir)/internal/array.h
raddrinfo.o: $(top_srcdir)/internal/basic_operators.h raddrinfo.o: $(top_srcdir)/internal/basic_operators.h
@ -1897,6 +1905,7 @@ socket.o: $(top_srcdir)/ccan/check_type/check_type.h
socket.o: $(top_srcdir)/ccan/container_of/container_of.h socket.o: $(top_srcdir)/ccan/container_of/container_of.h
socket.o: $(top_srcdir)/ccan/list/list.h socket.o: $(top_srcdir)/ccan/list/list.h
socket.o: $(top_srcdir)/ccan/str/str.h socket.o: $(top_srcdir)/ccan/str/str.h
socket.o: $(top_srcdir)/id_table.h
socket.o: $(top_srcdir)/internal.h socket.o: $(top_srcdir)/internal.h
socket.o: $(top_srcdir)/internal/array.h socket.o: $(top_srcdir)/internal/array.h
socket.o: $(top_srcdir)/internal/basic_operators.h socket.o: $(top_srcdir)/internal/basic_operators.h
@ -2110,6 +2119,7 @@ sockssocket.o: $(top_srcdir)/ccan/check_type/check_type.h
sockssocket.o: $(top_srcdir)/ccan/container_of/container_of.h sockssocket.o: $(top_srcdir)/ccan/container_of/container_of.h
sockssocket.o: $(top_srcdir)/ccan/list/list.h sockssocket.o: $(top_srcdir)/ccan/list/list.h
sockssocket.o: $(top_srcdir)/ccan/str/str.h sockssocket.o: $(top_srcdir)/ccan/str/str.h
sockssocket.o: $(top_srcdir)/id_table.h
sockssocket.o: $(top_srcdir)/internal.h sockssocket.o: $(top_srcdir)/internal.h
sockssocket.o: $(top_srcdir)/internal/array.h sockssocket.o: $(top_srcdir)/internal/array.h
sockssocket.o: $(top_srcdir)/internal/basic_operators.h sockssocket.o: $(top_srcdir)/internal/basic_operators.h
@ -2323,6 +2333,7 @@ tcpserver.o: $(top_srcdir)/ccan/check_type/check_type.h
tcpserver.o: $(top_srcdir)/ccan/container_of/container_of.h tcpserver.o: $(top_srcdir)/ccan/container_of/container_of.h
tcpserver.o: $(top_srcdir)/ccan/list/list.h tcpserver.o: $(top_srcdir)/ccan/list/list.h
tcpserver.o: $(top_srcdir)/ccan/str/str.h tcpserver.o: $(top_srcdir)/ccan/str/str.h
tcpserver.o: $(top_srcdir)/id_table.h
tcpserver.o: $(top_srcdir)/internal.h tcpserver.o: $(top_srcdir)/internal.h
tcpserver.o: $(top_srcdir)/internal/array.h tcpserver.o: $(top_srcdir)/internal/array.h
tcpserver.o: $(top_srcdir)/internal/basic_operators.h tcpserver.o: $(top_srcdir)/internal/basic_operators.h
@ -2536,6 +2547,7 @@ tcpsocket.o: $(top_srcdir)/ccan/check_type/check_type.h
tcpsocket.o: $(top_srcdir)/ccan/container_of/container_of.h tcpsocket.o: $(top_srcdir)/ccan/container_of/container_of.h
tcpsocket.o: $(top_srcdir)/ccan/list/list.h tcpsocket.o: $(top_srcdir)/ccan/list/list.h
tcpsocket.o: $(top_srcdir)/ccan/str/str.h tcpsocket.o: $(top_srcdir)/ccan/str/str.h
tcpsocket.o: $(top_srcdir)/id_table.h
tcpsocket.o: $(top_srcdir)/internal.h tcpsocket.o: $(top_srcdir)/internal.h
tcpsocket.o: $(top_srcdir)/internal/array.h tcpsocket.o: $(top_srcdir)/internal/array.h
tcpsocket.o: $(top_srcdir)/internal/basic_operators.h tcpsocket.o: $(top_srcdir)/internal/basic_operators.h
@ -2749,6 +2761,7 @@ udpsocket.o: $(top_srcdir)/ccan/check_type/check_type.h
udpsocket.o: $(top_srcdir)/ccan/container_of/container_of.h udpsocket.o: $(top_srcdir)/ccan/container_of/container_of.h
udpsocket.o: $(top_srcdir)/ccan/list/list.h udpsocket.o: $(top_srcdir)/ccan/list/list.h
udpsocket.o: $(top_srcdir)/ccan/str/str.h udpsocket.o: $(top_srcdir)/ccan/str/str.h
udpsocket.o: $(top_srcdir)/id_table.h
udpsocket.o: $(top_srcdir)/internal.h udpsocket.o: $(top_srcdir)/internal.h
udpsocket.o: $(top_srcdir)/internal/array.h udpsocket.o: $(top_srcdir)/internal/array.h
udpsocket.o: $(top_srcdir)/internal/basic_operators.h udpsocket.o: $(top_srcdir)/internal/basic_operators.h
@ -2962,6 +2975,7 @@ unixserver.o: $(top_srcdir)/ccan/check_type/check_type.h
unixserver.o: $(top_srcdir)/ccan/container_of/container_of.h unixserver.o: $(top_srcdir)/ccan/container_of/container_of.h
unixserver.o: $(top_srcdir)/ccan/list/list.h unixserver.o: $(top_srcdir)/ccan/list/list.h
unixserver.o: $(top_srcdir)/ccan/str/str.h unixserver.o: $(top_srcdir)/ccan/str/str.h
unixserver.o: $(top_srcdir)/id_table.h
unixserver.o: $(top_srcdir)/internal.h unixserver.o: $(top_srcdir)/internal.h
unixserver.o: $(top_srcdir)/internal/array.h unixserver.o: $(top_srcdir)/internal/array.h
unixserver.o: $(top_srcdir)/internal/basic_operators.h unixserver.o: $(top_srcdir)/internal/basic_operators.h
@ -3175,6 +3189,7 @@ unixsocket.o: $(top_srcdir)/ccan/check_type/check_type.h
unixsocket.o: $(top_srcdir)/ccan/container_of/container_of.h unixsocket.o: $(top_srcdir)/ccan/container_of/container_of.h
unixsocket.o: $(top_srcdir)/ccan/list/list.h unixsocket.o: $(top_srcdir)/ccan/list/list.h
unixsocket.o: $(top_srcdir)/ccan/str/str.h unixsocket.o: $(top_srcdir)/ccan/str/str.h
unixsocket.o: $(top_srcdir)/id_table.h
unixsocket.o: $(top_srcdir)/internal.h unixsocket.o: $(top_srcdir)/internal.h
unixsocket.o: $(top_srcdir)/internal/array.h unixsocket.o: $(top_srcdir)/internal/array.h
unixsocket.o: $(top_srcdir)/internal/basic_operators.h unixsocket.o: $(top_srcdir)/internal/basic_operators.h