X-Git-Url: https://git.llucax.com/z.facultad/75.74/practicos.git/blobdiff_plain/42fc2662c7673df1b18e79c6bb622287fe3bf2ca..c1b28b595a388df043997c87faf75c06959405d0:/practicas/pipi/src/Makefile diff --git a/practicas/pipi/src/Makefile b/practicas/pipi/src/Makefile index b3e071c..bbd1d67 100644 --- a/practicas/pipi/src/Makefile +++ b/practicas/pipi/src/Makefile @@ -32,7 +32,7 @@ CC=g++ # Programas targets=ip tests=test_send test_recv test_ipaddr test_ipin test_ipout test_devtcp \ - test_poll test_resolvprotos test_resolvprotoc + test_poll test_resolvprotos test_resolvprotoc test_nameserver_file # Fuentes fuentes ?= $(wildcard *.cpp) $(wildcard *.c) @@ -65,6 +65,8 @@ test_resolvprotos: test_resolvprotos.o libtcp.o ipaddr.o resolvproto.o test_resolvprotoc: test_resolvprotoc.o libtcp.o ipaddr.o resolvproto.o +test_nameserver_file: test_nameserver_file.o ipaddr.o nameserver.o + ip: ip.o ipout.o ipin.o ipaddr.o ipheader.o devque.o devtcp.o routetable.o libtcp.o depend: @@ -175,6 +177,10 @@ ipout.o: /usr/include/bits/pthreadtypes.h /usr/include/bits/sched.h ipout.o: /usr/include/sys/ipc.h /usr/include/bits/ipctypes.h ipout.o: /usr/include/bits/ipc.h /usr/include/sys/msg.h ipout.o: /usr/include/bits/msq.h +nameserver.o: nameserver.h ipaddr.h /usr/include/stdint.h +nameserver.o: /usr/include/features.h /usr/include/sys/cdefs.h +nameserver.o: /usr/include/gnu/stubs.h /usr/include/bits/wchar.h +nameserver.o: /usr/include/bits/wordsize.h resolvproto.o: resolvproto.h ipaddr.h /usr/include/stdint.h resolvproto.o: /usr/include/features.h /usr/include/sys/cdefs.h resolvproto.o: /usr/include/gnu/stubs.h /usr/include/bits/wchar.h @@ -276,6 +282,10 @@ test_ipout.o: /usr/include/bits/pthreadtypes.h /usr/include/bits/sched.h test_ipout.o: /usr/include/sys/ipc.h /usr/include/bits/ipctypes.h test_ipout.o: /usr/include/bits/ipc.h /usr/include/sys/msg.h test_ipout.o: /usr/include/bits/msq.h +test_nameserver_file.o: nameserver.h ipaddr.h /usr/include/stdint.h +test_nameserver_file.o: /usr/include/features.h /usr/include/sys/cdefs.h +test_nameserver_file.o: /usr/include/gnu/stubs.h /usr/include/bits/wchar.h +test_nameserver_file.o: /usr/include/bits/wordsize.h test_recv.o: devque.h dev.h /usr/include/unistd.h /usr/include/features.h test_recv.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h test_recv.o: /usr/include/bits/posix_opt.h /usr/include/bits/types.h