X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FMakefile.in;h=5a857ed502c6ab9fc7f7fd9a245649c6bdd9172f;hp=e031322094e0f6ef4218cf81191452eb850c55b0;hb=74415a75857646de20a57b5a68f3acb02011fd0e;hpb=4950b4f4417498adee3cbed0e35c37081770afae diff --git a/src/Makefile.in b/src/Makefile.in index e0313220..5a857ed5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -102,6 +102,26 @@ $(OBJ): config-post.h config.h connect.h convert.h cookies.h ftp.h \ progress.h ptimer.h recur.h res.h retr.h safe-ctype.h ssl.h \ sysdep.h url.h utils.h wget.h xmalloc.h +# +# Dependencies for test binary +# + +TESTOBJ = $(ALLOCA) cmpt.o connect.o convert.o cookies.o \ + ftp.o ftp-basic.o ftp-ls.o $(OPIE_OBJ) $(GETOPT_OBJ) hash.o \ + host.o html-parse.o html-url.o http.o $(NTLM_OBJ) init.o \ + log.o main.o $(MD5_OBJ) netrc.o progress.o ptimer.o recur.o \ + res.o retr.o safe-ctype.o snprintf.o $(SSL_OBJ) test.o \ + url.o utils.o version.o xmalloc.o + +$(TESTOBJ): config-post.h config.h connect.h convert.h cookies.h ftp.h \ + gen-md5.h getopt.h gnu-md5.h hash.h host.h html-parse.h \ + http-ntlm.h init.h log.h mswindows.h netrc.h options.h \ + progress.h ptimer.h recur.h res.h retr.h safe-ctype.h ssl.h \ + sysdep.h test.h url.h utils.h wget.h xmalloc.h + +test$(exeext): $(TESTOBJ) + $(LINK) $(TESTOBJ) $(LIBS) + # # Dependencies for installing #