diff options
author | Yusuke Endoh <[email protected]> | 2025-05-01 17:14:24 +0900 |
---|---|---|
committer | Satoshi Tagomori <[email protected]> | 2025-05-11 23:32:50 +0900 |
commit | cb99e544862cbfdffdfd93b82893cab89fb71a91 (patch) | |
tree | 82f14c49bc0e3e9f52d60a4a2f5a97cd1b45f799 | |
parent | 8d3cd4301a38725229171fbbd71d587056d86de4 (diff) |
Update common.mk dependencies
-rw-r--r-- | common.mk | 19 | ||||
-rw-r--r-- | ext/objspace/depend | 1 | ||||
-rw-r--r-- | ext/pty/depend | 1 | ||||
-rw-r--r-- | ext/socket/depend | 15 |
4 files changed, 36 insertions, 0 deletions
@@ -8118,6 +8118,7 @@ imemo.$(OBJEXT): $(top_srcdir)/internal/class.h imemo.$(OBJEXT): $(top_srcdir)/internal/compilers.h imemo.$(OBJEXT): $(top_srcdir)/internal/gc.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/serial.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/imemo.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/sanitizers.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)}fiber/scheduler.h io_buffer.$(OBJEXT): {$(VPATH)}id.h +io_buffer.$(OBJEXT): {$(VPATH)}id_table.h io_buffer.$(OBJEXT): {$(VPATH)}intern.h io_buffer.$(OBJEXT): {$(VPATH)}internal.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/compilers.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/gc.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): $(top_srcdir)/internal/array.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/eval.h namespace.$(OBJEXT): $(top_srcdir)/internal/file.h namespace.$(OBJEXT): $(top_srcdir)/internal/gc.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/sanitizers.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/variable.h namespace.$(OBJEXT): $(top_srcdir)/internal/vm.h namespace.$(OBJEXT): $(top_srcdir)/internal/warnings.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/stdarg.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)}encoding.h namespace.$(OBJEXT): {$(VPATH)}id.h +namespace.$(OBJEXT): {$(VPATH)}id_table.h namespace.$(OBJEXT): {$(VPATH)}intern.h namespace.$(OBJEXT): {$(VPATH)}internal.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/stdalign.h namespace.$(OBJEXT): {$(VPATH)}internal/stdbool.h +namespace.$(OBJEXT): {$(VPATH)}internal/stdckdint.h namespace.$(OBJEXT): {$(VPATH)}internal/symbol.h namespace.$(OBJEXT): {$(VPATH)}internal/value.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_atomic.h namespace.$(OBJEXT): {$(VPATH)}rubyparser.h +namespace.$(OBJEXT): {$(VPATH)}shape.h namespace.$(OBJEXT): {$(VPATH)}st.h namespace.$(OBJEXT): {$(VPATH)}subst.h namespace.$(OBJEXT): {$(VPATH)}thread_$(THREAD_MODEL).h namespace.$(OBJEXT): {$(VPATH)}thread_native.h namespace.$(OBJEXT): {$(VPATH)}util.h namespace.$(OBJEXT): {$(VPATH)}vm_core.h +namespace.$(OBJEXT): {$(VPATH)}vm_debug.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)/container_of/container_of.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/hash.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/sanitizers.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)}defines.h util.$(OBJEXT): {$(VPATH)}dtoa.c +util.$(OBJEXT): {$(VPATH)}id_table.h util.$(OBJEXT): {$(VPATH)}intern.h util.$(OBJEXT): {$(VPATH)}internal.h util.$(OBJEXT): {$(VPATH)}internal/abi.h @@ -21292,6 +21310,7 @@ weakmap.$(OBJEXT): {$(VPATH)}config.h weakmap.$(OBJEXT): {$(VPATH)}defines.h weakmap.$(OBJEXT): {$(VPATH)}encoding.h weakmap.$(OBJEXT): {$(VPATH)}id.h +weakmap.$(OBJEXT): {$(VPATH)}id_table.h weakmap.$(OBJEXT): {$(VPATH)}intern.h weakmap.$(OBJEXT): {$(VPATH)}internal.h weakmap.$(OBJEXT): {$(VPATH)}internal/abi.h diff --git a/ext/objspace/depend b/ext/objspace/depend index 63fa3f9b56..4092b2bbc7 100644 --- a/ext/objspace/depend +++ b/ext/objspace/depend @@ -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/list/list.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/array.h object_tracing.o: $(top_srcdir)/internal/basic_operators.h diff --git a/ext/pty/depend b/ext/pty/depend index adecfff862..688df7159c 100644 --- a/ext/pty/depend +++ b/ext/pty/depend @@ -172,6 +172,7 @@ pty.o: $(hdrdir)/ruby/ruby.h pty.o: $(hdrdir)/ruby/st.h pty.o: $(hdrdir)/ruby/subst.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/array.h pty.o: $(top_srcdir)/internal/compilers.h diff --git a/ext/socket/depend b/ext/socket/depend index 428bd36bf6..3b1ac216ff 100644 --- a/ext/socket/depend +++ b/ext/socket/depend @@ -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/list/list.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/array.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/list/list.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/array.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/list/list.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/array.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/list/list.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/array.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/list/list.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/array.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/list/list.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/array.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/list/list.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/array.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/list/list.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/array.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/list/list.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/array.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/list/list.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/array.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/list/list.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/array.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/list/list.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/array.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/list/list.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/array.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/list/list.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/array.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/list/list.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/array.h unixsocket.o: $(top_srcdir)/internal/basic_operators.h |