mirror of
https://github.com/ruby/ruby.git
synced 2026-08-03 13:08:59 +08:00
29 lines
797 B
Plaintext
29 lines
797 B
Plaintext
srcs: constdefs.h constdefs.c
|
|
|
|
getnameinfo.o: getnameinfo.c $(arch_hdrdir)/ruby/config.h addrinfo.h sockport.h rubysocket.h
|
|
getaddrinfo.o: getaddrinfo.c $(arch_hdrdir)/ruby/config.h addrinfo.h sockport.h
|
|
|
|
constdefs.h: $(srcdir)/mkconstants.rb
|
|
@echo "generating constant definitions"
|
|
@$(RUBY) $(srcdir)/mkconstants.rb -H constdefs.h -o constdefs.c
|
|
|
|
constdefs.c: constdefs.h
|
|
|
|
# AUTOGENERATED DEPENDENCIES START
|
|
ancdata.o: ancdata.c
|
|
basicsocket.o: basicsocket.c
|
|
constants.o: constants.c
|
|
ifaddr.o: ifaddr.c
|
|
init.o: init.c
|
|
ipsocket.o: ipsocket.c
|
|
option.o: option.c
|
|
raddrinfo.o: raddrinfo.c
|
|
socket.o: socket.c
|
|
sockssocket.o: sockssocket.c
|
|
tcpserver.o: tcpserver.c
|
|
tcpsocket.o: tcpsocket.c
|
|
udpsocket.o: udpsocket.c
|
|
unixserver.o: unixserver.c
|
|
unixsocket.o: unixsocket.c
|
|
# AUTOGENERATED DEPENDENCIES END
|