X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FMakefile.in;h=e393e1e055abd23ffdd65d6bcb311f35f505e4f7;hb=19f0a05e9135c570b871804b7b88724e9746c005;hp=6a4a3e356cb9423562566c9c2053948e8f7b20be;hpb=80c3fa12230f0ba50c85409aa2789ed856d9ef27;p=wget diff --git a/src/Makefile.in b/src/Makefile.in index 6a4a3e35..e393e1e0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,9 +1,9 @@ # Makefile for `wget' utility -# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1995-2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, @@ -12,8 +12,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with Wget. If not, see . # In addition, as a special exception, the Free Software Foundation # gives permission to link the code of its release of Wget with the @@ -41,7 +40,8 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sysconfdir = @sysconfdir@ -localedir = $(prefix)/share/locale +datadir = @datadir@ +localedir = $(datadir)/locale DESTDIR = @@ -50,14 +50,14 @@ CPPFLAGS = @CPPFLAGS@ # The following line is losing on some versions of make! DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\" CFLAGS = @CFLAGS@ -LDFLAGS = @LDFLAGS@ -LIBS = @LIBS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@ exeext = @exeext@ -INCLUDES = -I. -I$(srcdir) @SSL_INCLUDES@ +INCLUDES = -I. -I$(srcdir) COMPILE = $(CC) $(INCLUDES) $(CPPFLAGS) $(DEFS) $(CFLAGS) -LINK = @LIBTOOL@ --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ +LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ RM = rm -f @@ -75,8 +75,8 @@ OBJ = $(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) url.o \ - utils.o version.o xmalloc.o + res.o retr.o safe-ctype.o snprintf.o spider.o $(SSL_OBJ) \ + url.o utils.o version.o xmalloc.o .SUFFIXES: .SUFFIXES: .c .o @@ -95,11 +95,11 @@ wget$(exeext): $(OBJ) # time, and it's a lot safer than attempting to get all the # dependencies right. -$(OBJ): 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 url.h utils.h wget.h xmalloc.h +$(OBJ): 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 \ + spider.h ssl.h sysdep.h url.h utils.h wget.h xmalloc.h # # Dependencies for installing @@ -122,7 +122,6 @@ uninstall.bin: clean: $(RM) *.o wget$(exeext) *~ *.bak core core.[0-9]* - $(RM) -r .libs distclean: clean $(RM) Makefile config.h