Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 8236
Collapse All | Expand All

(-)djbdns-1.05/Makefile (-10 / +10 lines)
Lines 332-338 Link Here
332
332
333
dns_transmit.o: \
333
dns_transmit.o: \
334
compile dns_transmit.c socket.h uint16.h alloc.h error.h byte.h \
334
compile dns_transmit.c socket.h uint16.h alloc.h error.h byte.h \
335
uint16.h dns.h stralloc.h gen_alloc.h iopause.h taia.h tai.h uint64.h \
335
uint32.h dns.h stralloc.h gen_alloc.h iopause.h taia.h tai.h uint64.h \
336
taia.h
336
taia.h
337
	./compile dns_transmit.c
337
	./compile dns_transmit.c
338
338
Lines 855-869 Link Here
855
	rm -f trylsock.o trylsock
855
	rm -f trylsock.o trylsock
856
856
857
socket_accept.o: \
857
socket_accept.o: \
858
compile socket_accept.c byte.h socket.h uint16.h
858
compile socket_accept.c byte.h socket.h uint16.h uint32.h
859
	./compile socket_accept.c
859
	./compile socket_accept.c
860
860
861
socket_accept6.o: \
861
socket_accept6.o: \
862
compile socket_accept6.c byte.h socket.h uint16.h
862
compile socket_accept6.c byte.h socket.h uint16.h uint32.h
863
	./compile socket_accept6.c
863
	./compile socket_accept6.c
864
864
865
socket_bind.o: \
865
socket_bind.o: \
866
compile socket_bind.c byte.h socket.h uint16.h
866
compile socket_bind.c byte.h socket.h uint16.h uint32.h
867
	./compile socket_bind.c
867
	./compile socket_bind.c
868
868
869
socket_bind6.o: \
869
socket_bind6.o: \
Lines 871-877 Link Here
871
	./compile socket_bind6.c
871
	./compile socket_bind6.c
872
872
873
socket_conn.o: \
873
socket_conn.o: \
874
compile socket_conn.c byte.h socket.h uint16.h
874
compile socket_conn.c byte.h socket.h uint16.h uint32.h
875
	./compile socket_conn.c
875
	./compile socket_conn.c
876
876
877
socket_connect6.o: \
877
socket_connect6.o: \
Lines 879-889 Link Here
879
	./compile socket_connect6.c
879
	./compile socket_connect6.c
880
880
881
socket_listen.o: \
881
socket_listen.o: \
882
compile socket_listen.c socket.h uint16.h
882
compile socket_listen.c socket.h uint16.h uint32.h
883
	./compile socket_listen.c
883
	./compile socket_listen.c
884
884
885
socket_recv.o: \
885
socket_recv.o: \
886
compile socket_recv.c byte.h socket.h uint16.h
886
compile socket_recv.c byte.h socket.h uint16.h uint32.h
887
	./compile socket_recv.c
887
	./compile socket_recv.c
888
888
889
socket_recv6.o: \
889
socket_recv6.o: \
Lines 891-897 Link Here
891
	./compile socket_recv6.c
891
	./compile socket_recv6.c
892
892
893
socket_send.o: \
893
socket_send.o: \
894
compile socket_send.c byte.h socket.h uint16.h
894
compile socket_send.c byte.h socket.h uint16.h uint32.h
895
	./compile socket_send.c
895
	./compile socket_send.c
896
896
897
socket_send6.o: \
897
socket_send6.o: \
Lines 899-905 Link Here
899
	./compile socket_send6.c
899
	./compile socket_send6.c
900
900
901
socket_tcp.o: \
901
socket_tcp.o: \
902
compile socket_tcp.c ndelay.h socket.h uint16.h
902
compile socket_tcp.c ndelay.h socket.h uint16.h uint32.h
903
	./compile socket_tcp.c
903
	./compile socket_tcp.c
904
904
905
socket_tcp6.o: \
905
socket_tcp6.o: \
Lines 907-913 Link Here
907
	./compile socket_tcp6.c
907
	./compile socket_tcp6.c
908
908
909
socket_udp.o: \
909
socket_udp.o: \
910
compile socket_udp.c ndelay.h socket.h uint16.h
910
compile socket_udp.c ndelay.h socket.h uint16.h uint32.h
911
	./compile socket_udp.c
911
	./compile socket_udp.c
912
912
913
socket_udp6.o: \
913
socket_udp6.o: \

Return to bug 8236