X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FMakefile.in;h=bfe9868d4c422a95a82a2458c3918ad92b7bc405;hp=e3b433b013e52af1b3cc9c7b373fb54d3233edff;hb=b0b1c815c15e49c9172f59428810713097a65e37;hpb=ccf31643ab5226a81632329ddc19e1c81b5a85b6 diff --git a/src/Makefile.in b/src/Makefile.in index e3b433b0..bfe9868d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -57,9 +57,10 @@ MD5_OBJ = @MD5_OBJ@ OPIE_OBJ = @OPIE_OBJ@ OBJ = $(ALLOCA) cmpt$o connect$o fnmatch$o ftp$o ftp-basic$o \ - ftp-ls$o $(OPIE_OBJ) getopt$o headers$o host$o html$o \ - http$o init$o log$o main$o $(MD5_OBJ) netrc$o rbuf$o \ - recur$o retr$o snprintf$o url$o utils$o version$o + ftp-ls$o $(OPIE_OBJ) getopt$o hash$o headers$o host$o \ + html-parse$o html-url$o http$o init$o log$o main$o \ + $(MD5_OBJ) netrc$o rbuf$o recur$o retr$o snprintf$o \ + url$o utils$o version$o .SUFFIXES: .SUFFIXES: .c .o ._c ._o @@ -133,26 +134,31 @@ TAGS: *.c *.h # DO NOT DELETE THIS LINE -- make depend depends on it. -cmpt$o: config.h wget.h sysdep.h options.h -connect$o: config.h wget.h sysdep.h options.h connect.h host.h -fnmatch$o: config.h wget.h sysdep.h options.h fnmatch.h -ftp-basic$o: config.h wget.h sysdep.h options.h utils.h rbuf.h connect.h host.h -ftp-ls$o: config.h wget.h sysdep.h options.h utils.h ftp.h rbuf.h -ftp-opie$o: config.h wget.h sysdep.h options.h md5.h -ftp$o: config.h wget.h sysdep.h options.h utils.h url.h rbuf.h retr.h ftp.h html.h connect.h host.h fnmatch.h netrc.h -getopt$o: wget.h sysdep.h options.h -headers$o: config.h wget.h sysdep.h options.h connect.h rbuf.h headers.h -host$o: config.h wget.h sysdep.h options.h utils.h host.h url.h -html$o: config.h wget.h sysdep.h options.h url.h utils.h ftp.h rbuf.h html.h -http$o: config.h wget.h sysdep.h options.h utils.h url.h host.h rbuf.h retr.h headers.h connect.h fnmatch.h netrc.h -init$o: config.h wget.h sysdep.h options.h utils.h init.h host.h recur.h netrc.h -log$o: config.h wget.h sysdep.h options.h utils.h -main$o: config.h wget.h sysdep.h options.h utils.h getopt.h init.h retr.h rbuf.h recur.h host.h -md5$o: wget.h sysdep.h options.h md5.h -mswindows$o: config.h winsock.h wget.h sysdep.h options.h url.h -netrc$o: wget.h sysdep.h options.h utils.h netrc.h init.h -rbuf$o: config.h wget.h sysdep.h options.h rbuf.h connect.h -recur$o: config.h wget.h sysdep.h options.h url.h recur.h utils.h retr.h rbuf.h ftp.h fnmatch.h host.h -retr$o: config.h wget.h sysdep.h options.h utils.h retr.h rbuf.h url.h recur.h ftp.h host.h connect.h -url$o: config.h wget.h sysdep.h options.h utils.h url.h host.h html.h -utils$o: config.h wget.h sysdep.h options.h utils.h fnmatch.h +cmpt$o: wget.h +connect$o: wget.h connect.h host.h +fnmatch$o: wget.h fnmatch.h +ftp-basic$o: wget.h utils.h rbuf.h connect.h host.h +ftp-ls$o: wget.h utils.h ftp.h url.h +ftp-opie$o: wget.h md5.h +ftp$o: wget.h utils.h url.h rbuf.h retr.h ftp.h connect.h host.h fnmatch.h netrc.h +getopt$o: wget.h getopt.h +hash$o: wget.h utils.h hash.h +headers$o: wget.h connect.h rbuf.h headers.h +host$o: wget.h utils.h host.h url.h hash.h +html-parse$o: wget.h html-parse.h +html-url$o: wget.h html-parse.h url.h utils.h +html$o: wget.h url.h utils.h ftp.h +http$o: wget.h utils.h url.h host.h rbuf.h retr.h headers.h connect.h fnmatch.h netrc.h md5.h +init$o: wget.h utils.h init.h host.h recur.h netrc.h +log$o: wget.h utils.h +main$o: wget.h utils.h getopt.h init.h retr.h recur.h host.h +md5$o: wget.h md5.h +mswindows$o: wget.h url.h +netrc$o: wget.h utils.h netrc.h init.h +rbuf$o: wget.h rbuf.h connect.h +recur$o: wget.h url.h recur.h utils.h retr.h ftp.h fnmatch.h host.h hash.h +retr$o: wget.h utils.h retr.h url.h recur.h ftp.h host.h connect.h hash.h +snprintf$o: +url$o: wget.h utils.h url.h host.h +utils$o: wget.h utils.h fnmatch.h hash.h +version$o: