From ba25a43d213ea7a0455e416f4eae554cb4d1cb8a Mon Sep 17 00:00:00 2001 From: hniksic Date: Thu, 11 Jan 2001 08:34:36 -0800 Subject: [PATCH] [svn] Committed Adrian Aichner's Windows Makefile updates. From . --- ChangeLog | 6 ++++++ windows/Makefile.src | 6 +++--- windows/wget.dep | 23 ++++++++++++++--------- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index c2915fcb..50f49e31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-01-11 Adrian Aichner + + * windows/Makefile.src: Updated. + + * windows/wget.dep: Ditto. + 2001-01-09 Dan Harkless * TODO: If -c is on, don't re-download a 100%-downloaded file. diff --git a/windows/Makefile.src b/windows/Makefile.src index 9f2a2067..54322d9d 100644 --- a/windows/Makefile.src +++ b/windows/Makefile.src @@ -47,12 +47,12 @@ LINK = $(LD) $(LDFLAGS) $(DEBUGLF) /out:$@ RM = del SRC = alloca.c cmpt.c connect.c host.c http.c netrc.c ftp-basic.c ftp.c ftp-ls.c \ - ftp-opie.c getopt.c headers.c html.c retr.c recur.c url.c init.c utils.c main.c \ + ftp-opie.c ftpparse.c getopt.c hash.c headers.c html-parse.c html-url.c retr.c recur.c url.c init.c utils.c main.c \ version.c mswindows.c fnmatch.c md5.c rbuf.c log.c OBJ = alloca$o cmpt$o connect$o host$o http$o netrc$o ftp-basic$o ftp$o ftp-ls$o \ - ftp-opie$o headers$o html$o retr$o recur$o url$o init$o utils$o main$o \ - getopt$o version$o mswindows$o fnmatch$o md5$o rbuf$o log$o + ftp-opie$o ftpparse$o getopt$o hash$o headers$o html-parse$o html-url$o retr$o recur$o url$o init$o utils$o main$o \ + version$o mswindows$o fnmatch$o md5$o rbuf$o log$o .SUFFIXES: .c .obj diff --git a/windows/wget.dep b/windows/wget.dep index cc08a8f3..efebe712 100644 --- a/windows/wget.dep +++ b/windows/wget.dep @@ -4,22 +4,27 @@ cmpt$o: cmpt.c config.h wget.h sysdep.h options.h connect$o: connect.c config.h wget.h sysdep.h options.h connect.h host.h fnmatch$o: fnmatch.c config.h wget.h sysdep.h options.h fnmatch.h ftp-basic$o: ftp-basic.c config.h wget.h sysdep.h options.h utils.h rbuf.h connect.h host.h -ftp-ls$o: ftp-ls.c config.h wget.h sysdep.h options.h utils.h ftp.h rbuf.h +ftp-ls$o: ftp-ls.c config.h wget.h sysdep.h options.h utils.h ftp.h url.h ftpparse.h ftp-opie$o: ftp-opie.c config.h wget.h sysdep.h options.h md5.h -ftp$o: ftp.c 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 +ftp$o: ftp.c config.h wget.h sysdep.h options.h utils.h url.h rbuf.h retr.h ftp.h connect.h host.h fnmatch.h netrc.h +ftpparse$o: ftpparse.h getopt$o: getopt.c wget.h sysdep.h options.h getopt.h +hash$o: hash.c wget.h utils.h hash.h headers$o: headers.c config.h wget.h sysdep.h options.h connect.h rbuf.h headers.h -host$o: host.c config.h wget.h sysdep.h options.h utils.h host.h url.h -html$o: html.c config.h wget.h sysdep.h options.h url.h utils.h ftp.h rbuf.h html.h +host$o: host.c config.h wget.h sysdep.h options.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: http.c 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 md5.h init$o: init.c config.h wget.h sysdep.h options.h utils.h init.h host.h recur.h netrc.h log$o: log.c config.h wget.h sysdep.h options.h utils.h -main$o: main.c config.h wget.h sysdep.h options.h utils.h getopt.h init.h retr.h rbuf.h recur.h host.h +main$o: main.c config.h wget.h sysdep.h options.h utils.h getopt.h init.h retr.h recur.h host.h md5$o: md5.c wget.h sysdep.h options.h md5.h +mswindows$o: wget.h url.h netrc$o: netrc.c wget.h sysdep.h options.h utils.h netrc.h init.h rbuf$o: rbuf.c config.h wget.h sysdep.h options.h rbuf.h connect.h -recur$o: recur.c 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: retr.c 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: url.c config.h wget.h sysdep.h options.h utils.h url.h host.h html.h -utils$o: utils.c config.h wget.h sysdep.h options.h utils.h fnmatch.h +recur$o: recur.c config.h wget.h sysdep.h options.h url.h recur.h utils.h retr.h ftp.h fnmatch.h host.h hash.h +retr$o: retr.c config.h wget.h sysdep.h options.h utils.h retr.h url.h recur.h ftp.h host.h connect.h hash.h +url$o: url.c config.h wget.h sysdep.h options.h utils.h url.h host.h +utils$o: utils.c config.h wget.h sysdep.h options.h utils.h fnmatch.h hash.h version$o: version.c -- 2.39.2