mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Updated several dependencies for object files.
Submitted by Ian Abbott in <3C9F8BA4.19135.14568BF@localhost>.
This commit is contained in:
parent
199676dbcb
commit
80a90d6d2c
@ -1,3 +1,7 @@
|
|||||||
|
2002-03-26 Ian Abbott <abbotti@mev.co.uk>
|
||||||
|
|
||||||
|
* Makefile.in: Updated several dependencies for object files.
|
||||||
|
|
||||||
2002-03-20 Ian Abbott <abbotti@mev.co.uk>
|
2002-03-20 Ian Abbott <abbotti@mev.co.uk>
|
||||||
|
|
||||||
* mswindows.c: Include "utils.h".
|
* mswindows.c: Include "utils.h".
|
||||||
|
@ -141,34 +141,38 @@ TAGS: *.c *.h
|
|||||||
|
|
||||||
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||||
|
|
||||||
|
alloca$o:
|
||||||
cmpt$o: wget.h
|
cmpt$o: wget.h
|
||||||
connect$o: wget.h connect.h host.h
|
connect$o: wget.h connect.h host.h
|
||||||
cookies$o: wget.h cookies.h hash.h url.h utils.h
|
cookies$o: wget.h cookies.h hash.h url.h utils.h
|
||||||
fnmatch$o: wget.h fnmatch.h
|
fnmatch$o: wget.h fnmatch.h
|
||||||
ftp-basic$o: wget.h utils.h rbuf.h connect.h host.h
|
ftp-basic$o: wget.h utils.h rbuf.h connect.h host.h ftp.h
|
||||||
ftp-ls$o: wget.h utils.h ftp.h url.h
|
ftp-ls$o: wget.h utils.h ftp.h url.h
|
||||||
ftp-opie$o: wget.h
|
ftp-opie$o: wget.h gen-md5.h
|
||||||
ftp$o: wget.h utils.h url.h rbuf.h retr.h ftp.h connect.h host.h fnmatch.h netrc.h
|
ftp$o: wget.h utils.h url.h rbuf.h retr.h ftp.h connect.h host.h fnmatch.h netrc.h
|
||||||
|
gen-md5$o: wget.h gen-md5.h
|
||||||
|
gen_sslfunc$o: wget.h utils.h connect.h url.h
|
||||||
|
getopt$o: wget.h getopt.h
|
||||||
|
gnu-md5$o: wget.h gnu-md5.h
|
||||||
hash$o: wget.h utils.h hash.h
|
hash$o: wget.h utils.h hash.h
|
||||||
headers$o: wget.h connect.h rbuf.h headers.h
|
headers$o: wget.h connect.h rbuf.h headers.h
|
||||||
host$o: wget.h utils.h host.h url.h hash.h
|
host$o: wget.h utils.h host.h url.h hash.h
|
||||||
html-parse$o: wget.h html-parse.h
|
html-parse$o: wget.h html-parse.h
|
||||||
html-url$o: wget.h html-parse.h url.h utils.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 gen_sslfunc.h cookies.h gen-md5.h
|
||||||
http$o: wget.h utils.h url.h host.h rbuf.h retr.h headers.h cookies.h connect.h fnmatch.h netrc.h
|
init$o: wget.h utils.h init.h host.h recur.h netrc.h cookies.h progress.h
|
||||||
init$o: wget.h utils.h init.h host.h recur.h netrc.h
|
|
||||||
log$o: wget.h utils.h
|
log$o: wget.h utils.h
|
||||||
main$o: wget.h utils.h init.h retr.h recur.h host.h cookies.h
|
main$o: wget.h utils.h init.h retr.h recur.h host.h cookies.h url.h progress.h gen_sslfunc.h getopt.h
|
||||||
gnu-md5$o: wget.h gnu-md5.h
|
gnu-md5$o: wget.h gnu-md5.h
|
||||||
mswindows$o: wget.h url.h
|
mswindows$o: wget.h utils.h url.h
|
||||||
netrc$o: wget.h utils.h netrc.h init.h
|
netrc$o: wget.h utils.h netrc.h init.h
|
||||||
progress$o: wget.h progress.h utils.h retr.h
|
progress$o: wget.h progress.h utils.h retr.h
|
||||||
rbuf$o: wget.h rbuf.h connect.h
|
rbuf$o: wget.h rbuf.h connect.h gen_sslfunc.h
|
||||||
recur$o: wget.h url.h recur.h utils.h retr.h ftp.h fnmatch.h host.h hash.h
|
recur$o: wget.h url.h recur.h utils.h retr.h ftp.h fnmatch.h host.h hash.h
|
||||||
res$o: wget.h utils.h hash.h url.h retr.h res.h
|
res$o: wget.h utils.h hash.h url.h retr.h res.h
|
||||||
retr$o: wget.h utils.h retr.h url.h recur.h ftp.h host.h connect.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:
|
snprintf$o: safe-ctype.h
|
||||||
safe-ctype$o: safe-ctype.h
|
safe-ctype$o: safe-ctype.h
|
||||||
url$o: wget.h utils.h url.h host.h
|
url$o: wget.h utils.h url.h host.h hash.h
|
||||||
utils$o: wget.h utils.h fnmatch.h hash.h
|
utils$o: wget.h utils.h fnmatch.h hash.h
|
||||||
version$o:
|
version$o:
|
||||||
|
Loading…
Reference in New Issue
Block a user