libwww/ 0040755 0000764 0000144 00000000000 07422617441 011563 5 ustar daniel users libwww/CVS/ 0040755 0000764 0000144 00000000000 07405517602 012215 5 ustar daniel users libwww/CVS/Root 0100644 0000764 0000144 00000000056 07405517320 013056 0 ustar daniel users :pserver:anonymous@dev.w3.org:/sources/public libwww/CVS/Repository 0100644 0000764 0000144 00000000007 07405517320 014306 0 ustar daniel users libwww libwww/CVS/Entries 0100644 0000764 0000144 00000001454 07405517602 013552 0 ustar daniel users /.cvsignore/1.3/Sat Dec 5 05:03:50 1998// /COPYRIGH/1.2/Sat Aug 29 16:49:56 1998// /COPYRIGHT.html/1.8/Thu Aug 20 00:51:05 1998// /ChangeLog/1.32/Thu Aug 30 13:41:03 2001// /INSTALL.html/1.32/Thu Aug 3 14:41:50 2000// /LICENSE.html/1.1/Thu Aug 20 00:51:06 1998// /Makefile.am/1.38/Fri Sep 1 12:18:52 2000// /NEWS.html/1.7/Thu Aug 3 14:41:50 2000// /PATCHES.html/1.1/Fri May 19 00:58:52 1995// /README.html/1.23/Thu Aug 3 14:41:50 2000// /acconfig.h/1.26/Thu Jan 6 10:48:49 2000// /acinclude.m4/1.6/Wed Jun 3 15:58:09 1998// /configure.in/1.89/Thu Dec 14 11:49:06 2000// /libwww-config.in/1.6/Wed Jun 23 18:05:01 1999// /w3c-libwww.spec.in/1.2/Fri Aug 4 13:11:06 2000// D/Bin//// D/ComLine//// D/Icons//// D/Library//// D/LineMode//// D/PICS-client//// D/Robot//// D/WinCom//// D/config//// D/modules//// libwww/Bin/ 0040755 0000764 0000144 00000000000 07405517322 012271 5 ustar daniel users libwww/Bin/CVS/ 0040755 0000764 0000144 00000000000 07405517322 012724 5 ustar daniel users libwww/Bin/CVS/Root 0100644 0000764 0000144 00000000056 07405517322 013570 0 ustar daniel users :pserver:anonymous@dev.w3.org:/sources/public libwww/Bin/CVS/Repository 0100644 0000764 0000144 00000000013 07405517322 015015 0 ustar daniel users libwww/Bin libwww/Bin/CVS/Entries 0100644 0000764 0000144 00000000055 07405517322 014255 0 ustar daniel users /.cvsignore/1.1/Sat Dec 5 05:03:51 1998// D libwww/Bin/.cvsignore 0100644 0000764 0000144 00000000002 06632137267 014265 0 ustar daniel users * libwww/.cvsignore 0100644 0000764 0000144 00000000052 06632137266 013561 0 ustar daniel users configure stamp-h.in Makefile.in Makefile libwww/COPYRIGH 0100644 0000764 0000144 00000003236 06572030464 012732 0 ustar daniel users libwww Copyright Notice [This notice should be placed within redistributed or derivative software code when appropriate. This particular formulation of W3C's notice for inclusion in libwww code became active on August 14 1998.] LIBWWW COPYRIGHT NOTICE libwww: W3C's implementation of HTTP can be found at: http://www.w3.org/Library/ Copyright ¨ 1995-1998 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. This program is distributed under the W3C's Intellectual Property License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more details. Copyright ¨ 1995 CERN. "This product includes computer software created and made available by CERN. This acknowledgment shall be mentioned in full in any product which includes the CERN computer software included herein or parts thereof." libwww/COPYRIGHT.html 0100644 0000764 0000144 00000003266 06566671371 014037 0 ustar daniel users
[This notice should be placed within redistributed or derivative software code when appropriate. This particular formulation of W3C's notice for inclusion in libwww code became active on August 14 1998.]
libwww: W3C's implementation of HTTP can be found at: http://www.w3.org/Library/
(c) COPYRIGHT MIT 1995.
Please first read the full copyright statement in the file COPYRIGH.
First, if you got libwww directly from CVS then you must bootstrap the code before compiling. If you have already done that or if you started from a distribution file then you can continue installation here:
Note that you can also use the Cygwin environment which is a Win32 port of the popular GNU development tools for Windows NT, 95, and 98 which allows us to use autoconf, automake, and libtool.
Vladimir Kozlov provides fresh binaries for wintel and MSVC makefiles are part of the distribution package.
You can also get the latest MSVC makefiles (PGP signature) which are in sync with the current CVS source tree (not the distribution package!). The makesfiles are not in CVS themselves as they constantly cause CVS conflicts. Unzip them on top (directly in the libwww folder) of your checked out CVS tree and repeat the bootstrap mechanism.
Regardless of whether you are using the CVS tree directly or got the distribution package, you can compile by opening the libwww/windows/world.dsw workspace and do a batch build of the whole thing.
You can configure libwww in windows config.h and if you are interested in the details of how we build libwww on Windows then please read the documentation on how to install on Windows. Libwww can work with several external software packages of which some you get by default. Here is the current list:
If HT_ZLIB is defined in the windows config.h file then libwww can
use the zlib library for
handling the deflate content-encoding. This may cause better
performance as we then can inflate a compressed document on the fly. A version
of the precompiled zlib DLL for
Win32 is already included in the w3c-libwww distribution file.
HT_ZLIB in windows
config.h file
zlib.dll into a location where Windows can find it, for
example .\Bin\Debug\
If HT_POSIX_REGEX is defined in the windows config.h file then libwww can
use posix compliant regular
expressions, for example to handle URI matching. This is for example used in the webbot which
can handle regular expressions when matching which URIs to check. The library
has been tested with the GNU regular expression
library for Win32.
HT_POSIX_REGEX in windows config.h file
regex.h into .\Library\External and name it
rxposix.h
gnu_regex.lib to the robot project (or whatever application
you are building)
gnu_regex.dll into a location where Windows can find it, for
example .\Bin\Debug\
HT_MYSQL is defined in the windows config.h file then libwww can
use a MySQL database for handling logging instead of plain text
files. This has a huge set of advantages.
If either SOCKS and either SOCKS4 or SOCKS5 is defined in the windows config.h file then libwww can use SOCKS to go through firewalls. The SOCKS handling code in libwww can be found in wwwsys.h.
You probably need the GNU version of make in order to build libwww. The reason is that some of the make files contain some syntax that most other makefiles don't understand. These installation instructions are based on the suggested instructions provided with GNU Autoconf.
The Cygwin environment is a Win32 port of the popular GNU development tools for Windows NT, 95, and 98. They function through the use of the Cygwin library which provides a UNIX-like API on top of the Win32 API.
The configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' and a `wwwconf.h' file containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, a file `config.cache' that saves the results of its tests to speed up reconfiguring, and a file `config.log' containing compiler output (useful mainly for debugging configure).
The simplest way to compile this package on a Unix platform is:
./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type `sh
./configure' instead to prevent `csh' from trying to execute
configure itself. Running configure takes awhile. While running,
it prints some messages telling which features for which it is checking.
Some systems require unusual options for compilation or linking that the configure script does not know about. You can give configure initial values for variables by setting them in the environment. Using a Bourne-compatible shell, you can do that on the command line like this:
CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
Or on systems that have the `env' program, you can do it like this:
env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
You can compile the package in a directory different from the one
containing the source code. Doing so allows you to compile it on more than one
kind of computer at the same time. To do this, you must use a version of
`make' that supports the `VPATH' variable, such as GNU `make.' `cd' to the
directory where you want to object files and library to go and run the
configure script (i.e., go `../src/configure').
configure automatically checks for source code in the directory that
configure is in and in `..' as well.
By default, `make install' will install the library in
`/usr/local/lib'. You can specify an installation prefix other
than `/usr/local' by giving configure the option
`--prefix=PATH'. You can cause the library to be installed with
an extra prefix or suffix on its name by giving configure the options
`--program-prefix=PREFIX' or
`--program-suffix=SUFFIX'.
There are a set of options you can give to configure in addition to those understood by all GNU Autoconf configure scripts. This is how you can enable, disable, include, or exclude them:
--disable-FEATURE--enable-FEATURE=no)
--enable-FEATURE[=ARG]--with-PACKAGE[=ARG]--without-PACKAGE--with-PACKAGE=no)
Solaris 2.5.x has serious problems handling shared libraries
(the linker dumps core) and therefore you MUST use the
--disable-shared when compiling on this platform.
Libwww uses GNU
Libtool to build shared libraries on a variety of systems. While this is
very nice for making usable binaries, it can be a pain when trying to debug a
program. For that reason, compilation of shared libraries can be turned off by
specifying the --disable-shared option to
configure.
--with-gnu-ld--enable-shared--enable-staticThese provide very useful added functionality in the libwww and the libwww applications
--with-expat[=PATH]--with-md5[=PATH]--with-mysql[=PATH]--with-regex[=PATH]--with-ssl[=path]https URI
access scheme. This requires the OpenSSL
library, for example.
--with-zlib[=PATH]These are less used packages (or less tested packages, I should say)
--with-socks--with-socks5[=PATH]--with-socks4[=PATH]--with-wais[=PATH]Normally, you don't have to change the default settings here
--disable-nagle--disable-pipelining--enable-reentrant_REENTRANT to enable reentrant system calls. Off by
default
--enable-signals--enable-posix--enable-cyrillicAs libwww doesn't use X, this is not really used.
--x-includes=DIR--x-libraries=DIR--with-xThere may be some features configure can not figure out automatically, but needs to determine by the type of host the package will run on. Usually configure can figure that out, but if it prints a message saying it can not guess the host type, give it the `--host=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name with three fields:
CPU-COMPANY-SYSTEM
See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the host type.
If you are building compiler tools for cross-compiling, you can also use the `--target=TYPE' option to select the type of system they will produce code for and the `--build=TYPE' option to select the type of system on which you are compiling the package.
If you want to set default values for configure scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. configure looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all configure scripts look for a site script.
configure recognizes the following options to control how it operates.
--cache-file=FILE--help--quiet, --silent--srcdir=DIR--versionconfigure also accepts some other, not widely useful, options.
This W3C work (including software, documents, or other related items) is being provided by the copyright holders under the following license. By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions:
Permission to use, copy, and modify this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications, that you make:
THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders.
____________________________________
This formulation
of W3C's notice and license became active on August 14 1998. See the
older
formulation for the policy prior to this date. Please see our Copyright
FAQ for common questions about using materials from our site,
including specific terms and conditions for packages like libwww,
Amaya, and Jigsaw. Other questions about this notice can be directed
to site-policy@w3.org .
webmaster
Please read the release notes in the libwww release notes
MIT is hereby permitted to distribute these contributions as part of its W3C software distributions at no cost to MIT or its licensed users.
I the undersigned represent that I either own the copyright, or have the authority to grant these rights:
Name ___________________________________ Title ___________________________________ Signature ___________________________________ Date ___________________________________Until further notice, please print, sign and send by postal mail to the following address:
World-Wide Web Consortium LCS/MIT 545 Technology Square Cambridge, MA 02139 USA
Please read the latest information on libwww at W3C libwww overview
The order of the options is not important and options can in fact be specified on either side of any URIs. Currently available options are:-
-v option can now be followed by zero, one or more of the
following flags (without space) in order to differentiate the verbose output
generated:
The Command Line Tool supports several HTTP methods. The default value is "GET". These options imply non-interactive execution.
PUT and POST using this flag. For example:
-dest http://myserver/newfiles/foo.html
user:password@realm
You can convert the outcome of a request to some other format by using the following flags:
w3c.out".
w3c.log"
If present, the next argument (URI) is the hypertext address, of the document at which you want to start browsing.
Any further command line arguments are taken as keywords. Keywords can be used for two purposes:
An example of a search query is
w3c http://... "RECORD=ID" "par1=a" "par2=b" "par3=c" "par4=d"
and of a POST form submission
w3c -post http://... -form "RECORD=ID" "COL1=a" "COL2=b" "COL3=c" "COL4=d"
Many changes to this product stem directly from changes to libwww, and are documented in the W3C Sample Code Library.
This is a list of what you will find of documentation describing the W3C Command Line Tool.
Basics | Get it! | Options | Documentation | Release Notes
/* ** (c) COPYRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. */The W3C Command Line Tool is a "proof of concept" application that is using the W3C Sample Code Library. It can be used to perform all kind of Web operations from the command line. It can issue HTTP, FTP, Gopher, local Files, and News request and it can handle PUT, POST, HEAD, GET and a set of other methods depending on the protocol used.
The module is implemented by HTLine.c, and it is a part of the W3C Command Line Tool.
#ifndef HTLINE_H #define HTLINE_H
#define STDOUT stdout #define OUTPUT stdout
#endif /* HTLINE_H */End of HTLine Declaration libwww/ComLine/src/Makefile.am 0100644 0000764 0000144 00000005474 07142510565 015741 0 ustar daniel users ## Process this file with Automake to create Makefile.in. bin_PROGRAMS = w3c w3c_LDADD = \ $(top_builddir)/Library/src/libwwwinit.la \ $(top_builddir)/Library/src/libwwwapp.la \ $(top_builddir)/Library/src/libwwwhtml.la \ $(top_builddir)/Library/src/libwwwtelnet.la \ $(top_builddir)/Library/src/libwwwnews.la \ $(top_builddir)/Library/src/libwwwhttp.la \ $(top_builddir)/Library/src/libwwwmime.la \ $(top_builddir)/Library/src/libwwwgopher.la \ $(top_builddir)/Library/src/libwwwftp.la \ $(top_builddir)/Library/src/libwwwfile.la \ $(top_builddir)/Library/src/libwwwdir.la \ $(top_builddir)/Library/src/libwwwcache.la \ $(top_builddir)/Library/src/libwwwstream.la \ $(top_builddir)/Library/src/libwwwmux.la \ $(top_builddir)/Library/src/libwwwtrans.la \ $(top_builddir)/Library/src/libwwwcore.la \ $(top_builddir)/Library/src/libwwwutils.la \ -lm @LIBWWWXML@ @LIBWWWZIP@ @LIBWWWWAIS@ @LIBWWWSQL@ @LIBWWWMD5@ SUBDIRS = windows INCLUDES = \ -I$(srcdir)/../../Library/src \ -I$(top_srcdir)/modules/expat/xmlparse # .h files are distributed but originally are made from the # self-documenting hypertext files. SUFFIXES = .h .html .html.h: ifdef WWW $(WWW) -w90 -na -p -to text/x-c $(srcdir)/$(*F).html -o $(srcdir)/$(*F).h else @echo "**************************************************" @echo "Need to regenerate one or more .h files." @echo "Attempting to generate them using the" @echo "winConfigure.pl script - it may generate a few warnings." @echo "**************************************************" perl $(top_srcdir)/config/winConfigure.pl $(srcdir) endif w3c_SOURCES = \ HTLine.c BUILT_SOURCES = \ HTLine.h DOCS := $(wildcard *.html) EXTRA_DIST = \ $(DOCS) \ $(BUILT_SOURCES) inc: $(BUILT_SOURCES) @echo Generated built sources PURIFY_CACHE = @PURIFY_CACHE@ purify: $(w3c_OBJECTS) $(w3c_DEPENDENCIES) -rm purify; \ purify -cache-dir=$(PURIFY_CACHE) \ $(CC) $(LDFLAGS) -o purify $(w3c_OBJECTS) \ -lm \ ../../Library/src/.libs/libwwwinit.a \ ../../Library/src/.libs/libwwwapp.a \ ../../Library/src/.libs/libwwwxml.a \ ../../Library/src/.libs/libwwwhtml.a \ ../../Library/src/.libs/libwwwtelnet.a \ ../../Library/src/.libs/libwwwnews.a \ ../../Library/src/.libs/libwwwhttp.a \ ../../Library/src/.libs/libwwwmime.a \ ../../Library/src/.libs/libwwwgopher.a \ ../../Library/src/.libs/libwwwftp.a \ ../../Library/src/.libs/libwwwdir.a \ ../../Library/src/.libs/libwwwcache.a \ ../../Library/src/.libs/libwwwstream.a \ ../../Library/src/.libs/libwwwfile.a \ ../../Library/src/.libs/libwwwmux.a \ ../../Library/src/.libs/libwwwtrans.a \ ../../Library/src/.libs/libwwwcore.a \ ../../Library/src/.libs/libwwwutils.a \ ../../Library/src/.libs/libwwwzip.a \ ../../modules/md5/.libs/libmd5.a \ ../../modules/expat/xmlparse/.libs/libxmlparse.a \ ../../modules/expat/xmltok/.libs/libxmltok.a \ $(LIBS) libwww/ComLine/src/Makefile 0100644 0000764 0000144 00000041617 07405520576 015351 0 ustar daniel users # Generated automatically from Makefile.in by configure. # Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = /bin/sh srcdir = . top_srcdir = ../.. prefix = /usr/local exec_prefix = ${prefix} bindir = ${exec_prefix}/bin sbindir = ${exec_prefix}/sbin libexecdir = ${exec_prefix}/libexec datadir = ${prefix}/share sysconfdir = ${prefix}/etc sharedstatedir = ${prefix}/com localstatedir = ${prefix}/var libdir = ${exec_prefix}/lib infodir = ${prefix}/info mandir = ${prefix}/man includedir = ${prefix}/include oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/w3c-libwww pkglibdir = $(libdir)/w3c-libwww pkgincludedir = $(includedir)/w3c-libwww top_builddir = ../.. ACLOCAL = aclocal AUTOCONF = autoconf AUTOMAKE = automake AUTOHEADER = autoheader INSTALL = /usr/bin/install -c INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = ${INSTALL} -m 644 INSTALL_SCRIPT = ${INSTALL_PROGRAM} transform = s,x,x, NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_alias = i686-pc-linux-gnu build_triplet = i686-pc-linux-gnu host_alias = i686-pc-linux-gnu host_triplet = i686-pc-linux-gnu target_alias = i686-pc-linux-gnu target_triplet = i686-pc-linux-gnu AR = /usr/bin/ar AS = @AS@ A_STDIO = CC = gcc CHMOD = /bin/chmod COMPRESS = /bin/gzip CP = /bin/cp CVS = /usr/bin/cvs CVS2SQL = DLLTOOL = @DLLTOOL@ EXEEXT = HTLIBXML = ${top_builddir}/modules/expat/xmlparse/libxmlparse.la ${top_builddir}/modules/expat/xmltok/libxmltok.la HTSQL = HTSQLLOG = HTWAIS = HTXML = HTXML.lo HTZLIB = LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBWWWMD5 = ${top_builddir}/modules/md5/libmd5.la LIBWWWSQL = LIBWWWSSL = LIBWWWWAIS = LIBWWWXML = ${top_builddir}/Library/src/libwwwxml.la ${top_builddir}/modules/expat/xmlparse/libxmlparse.la ${top_builddir}/modules/expat/xmltok/libxmltok.la LIBWWWZIP = LN_S = ln -s LWWWMD5 = -lmd5 LWWWSQL = LWWWSSL = LWWWWAIS = LWWWXML = -lwwwxml -lxmltok -lxmlparse LWWWZIP = MAKEINFO = makeinfo MKDIR = /bin/mkdir OBJDUMP = @OBJDUMP@ PACKAGE = w3c-libwww PREVIOUS_VERSION = 5.3.1 RANLIB = ranlib RM = /bin/rm SED = /bin/sed SHOWXML = showxml ptri stri rdf_parse_file rdf_parse_buffer SSLINC = TAR = /bin/tar VERSION = 5.3.2 WWWMD5 = libmd5.la WWWSQL = WWWSSL = WWWSSLEX = WWWWAIS = WWWXML = libwwwxml.la WWWZIP = XMLPARSE = libxmlparse.la XMLTOK = libxmltok.la ac_afsws_fs_found = @ac_afsws_fs_found@ ac_bn = @ac_bn@ ac_sys_afs_sysname = @ac_sys_afs_sysname@ have_perl = perl have_resolv_conf = /etc/resolv.conf have_rlogin = rlogin have_telnet = telnet have_tn3270 = icondir = ${prefix}/share/w3c-libwww subdirs = @subdirs@ bin_PROGRAMS = w3c w3c_LDADD = $(top_builddir)/Library/src/libwwwinit.la $(top_builddir)/Library/src/libwwwapp.la $(top_builddir)/Library/src/libwwwhtml.la $(top_builddir)/Library/src/libwwwtelnet.la $(top_builddir)/Library/src/libwwwnews.la $(top_builddir)/Library/src/libwwwhttp.la $(top_builddir)/Library/src/libwwwmime.la $(top_builddir)/Library/src/libwwwgopher.la $(top_builddir)/Library/src/libwwwftp.la $(top_builddir)/Library/src/libwwwfile.la $(top_builddir)/Library/src/libwwwdir.la $(top_builddir)/Library/src/libwwwcache.la $(top_builddir)/Library/src/libwwwstream.la $(top_builddir)/Library/src/libwwwmux.la $(top_builddir)/Library/src/libwwwtrans.la $(top_builddir)/Library/src/libwwwcore.la $(top_builddir)/Library/src/libwwwutils.la -lm ${top_builddir}/Library/src/libwwwxml.la ${top_builddir}/modules/expat/xmlparse/libxmlparse.la ${top_builddir}/modules/expat/xmltok/libxmltok.la ${top_builddir}/modules/md5/libmd5.la SUBDIRS = windows INCLUDES = -I$(srcdir)/../../Library/src -I$(top_srcdir)/modules/expat/xmlparse # .h files are distributed but originally are made from the # self-documenting hypertext files. SUFFIXES = .h .html w3c_SOURCES = HTLine.c BUILT_SOURCES = HTLine.h DOCS := $(wildcard *.html) EXTRA_DIST = $(DOCS) $(BUILT_SOURCES) PURIFY_CACHE = /tmp/purify.cache mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = ../../wwwconf.h CONFIG_CLEAN_FILES = bin_PROGRAMS = w3c$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../.. CPPFLAGS = LDFLAGS = LIBS = -ldl w3c_OBJECTS = HTLine.o w3c_DEPENDENCIES = $(top_builddir)/Library/src/libwwwinit.la \ $(top_builddir)/Library/src/libwwwapp.la \ $(top_builddir)/Library/src/libwwwhtml.la \ $(top_builddir)/Library/src/libwwwtelnet.la \ $(top_builddir)/Library/src/libwwwnews.la \ $(top_builddir)/Library/src/libwwwhttp.la \ $(top_builddir)/Library/src/libwwwmime.la \ $(top_builddir)/Library/src/libwwwgopher.la \ $(top_builddir)/Library/src/libwwwftp.la \ $(top_builddir)/Library/src/libwwwfile.la \ $(top_builddir)/Library/src/libwwwdir.la \ $(top_builddir)/Library/src/libwwwcache.la \ $(top_builddir)/Library/src/libwwwstream.la \ $(top_builddir)/Library/src/libwwwmux.la \ $(top_builddir)/Library/src/libwwwtrans.la \ $(top_builddir)/Library/src/libwwwcore.la \ $(top_builddir)/Library/src/libwwwutils.la w3c_LDFLAGS = CFLAGS = -g -O2 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) GZIP_ENV = --best DEP_FILES = .deps/HTLine.P SOURCES = $(w3c_SOURCES) OBJECTS = $(w3c_OBJECTS) all: all-redirect .SUFFIXES: .SUFFIXES: .S .c .h .html .lo .o .s $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu ComLine/src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status mostlyclean-binPROGRAMS: clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) distclean-binPROGRAMS: maintainer-clean-binPROGRAMS: install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ else :; fi; \ done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) list='$(bin_PROGRAMS)'; for p in $$list; do \ rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ done .s.o: $(COMPILE) -c $< .S.o: $(COMPILE) -c $< mostlyclean-compile: -rm -f *.o core *.core clean-compile: distclean-compile: -rm -f *.tab.c maintainer-clean-compile: .s.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $< .S.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: maintainer-clean-libtool: w3c$(EXEEXT): $(w3c_OBJECTS) $(w3c_DEPENDENCIES) @rm -f w3c$(EXEEXT) $(LINK) $(w3c_LDFLAGS) $(w3c_OBJECTS) $(w3c_LDADD) $(LIBS) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ test "$$subdir" = "." && dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP) TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = ComLine/src distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu ComLine/src/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done for subdir in $(SUBDIRS); do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ chmod 777 $(distdir)/$$subdir; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ || exit 1; \ fi; \ done DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) -include $(DEP_FILES) mostlyclean-depend: clean-depend: distclean-depend: -rm -rf .deps maintainer-clean-depend: %.o: %.c @echo '$(COMPILE) -c $<'; \ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< @-cp .deps/$(*F).pp .deps/$(*F).P; \ tr ' ' '\012' < .deps/$(*F).pp \ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ >> .deps/$(*F).P; \ rm .deps/$(*F).pp %.lo: %.c @echo '$(LTCOMPILE) -c $<'; \ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ < .deps/$(*F).pp > .deps/$(*F).P; \ tr ' ' '\012' < .deps/$(*F).pp \ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ >> .deps/$(*F).P; \ rm -f .deps/$(*F).pp info-am: info: info-recursive dvi-am: dvi: dvi-recursive check-am: all-am check: check-recursive installcheck-am: installcheck: installcheck-recursive install-exec-am: install-binPROGRAMS install-exec: install-exec-recursive install-data-am: install-data: install-data-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-recursive uninstall-am: uninstall-binPROGRAMS uninstall: uninstall-recursive all-am: Makefile $(PROGRAMS) all-redirect: all-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: installdirs-recursive installdirs-am: $(mkinstalldirs) $(DESTDIR)$(bindir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ mostlyclean-generic mostlyclean: mostlyclean-recursive clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \ clean-depend clean-generic mostlyclean-am clean: clean-recursive distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \ distclean-tags distclean-depend distclean-generic \ clean-am -rm -f libtool distclean: distclean-recursive maintainer-clean-am: maintainer-clean-binPROGRAMS \ maintainer-clean-compile maintainer-clean-libtool \ maintainer-clean-tags maintainer-clean-depend \ maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ mostlyclean-compile distclean-compile clean-compile \ maintainer-clean-compile mostlyclean-libtool distclean-libtool \ clean-libtool maintainer-clean-libtool install-data-recursive \ uninstall-data-recursive install-exec-recursive \ uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ all-recursive check-recursive installcheck-recursive info-recursive \ dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ distclean-tags clean-tags maintainer-clean-tags distdir \ mostlyclean-depend distclean-depend clean-depend \ maintainer-clean-depend info-am info dvi-am dvi check check-am \ installcheck-am installcheck install-exec-am install-exec \ install-data-am install-data install-am install uninstall-am uninstall \ all-redirect all-am all installdirs-am installdirs mostlyclean-generic \ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean .html.h: ifdef WWW $(WWW) -w90 -na -p -to text/x-c $(srcdir)/$(*F).html -o $(srcdir)/$(*F).h else @echo "**************************************************" @echo "Need to regenerate one or more .h files." @echo "Attempting to generate them using the" @echo "winConfigure.pl script - it may generate a few warnings." @echo "**************************************************" perl $(top_srcdir)/config/winConfigure.pl $(srcdir) endif inc: $(BUILT_SOURCES) @echo Generated built sources purify: $(w3c_OBJECTS) $(w3c_DEPENDENCIES) -rm purify; \ purify -cache-dir=$(PURIFY_CACHE) \ $(CC) $(LDFLAGS) -o purify $(w3c_OBJECTS) \ -lm \ ../../Library/src/.libs/libwwwinit.a \ ../../Library/src/.libs/libwwwapp.a \ ../../Library/src/.libs/libwwwxml.a \ ../../Library/src/.libs/libwwwhtml.a \ ../../Library/src/.libs/libwwwtelnet.a \ ../../Library/src/.libs/libwwwnews.a \ ../../Library/src/.libs/libwwwhttp.a \ ../../Library/src/.libs/libwwwmime.a \ ../../Library/src/.libs/libwwwgopher.a \ ../../Library/src/.libs/libwwwftp.a \ ../../Library/src/.libs/libwwwdir.a \ ../../Library/src/.libs/libwwwcache.a \ ../../Library/src/.libs/libwwwstream.a \ ../../Library/src/.libs/libwwwfile.a \ ../../Library/src/.libs/libwwwmux.a \ ../../Library/src/.libs/libwwwtrans.a \ ../../Library/src/.libs/libwwwcore.a \ ../../Library/src/.libs/libwwwutils.a \ ../../Library/src/.libs/libwwwzip.a \ ../../modules/md5/.libs/libmd5.a \ ../../modules/expat/xmlparse/.libs/libxmlparse.a \ ../../modules/expat/xmltok/.libs/libxmltok.a \ $(LIBS) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libwww/ComLine/src/HTLine.h 0100644 0000764 0000144 00000001421 07405520457 015170 0 ustar daniel users /* W3C Command Line Tool !W3C Command Line Tool! */ /* ** (c) COPYRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. */ /* The W3C Command Line Tool is a "proof of concept" application that is using the W3C Sample Code Library. It can be used to perform all kind of Web operations from the command line. It can issue HTTP, FTP, Gopher, local Files, and News request and it can handle PUT, POST, HEAD, GET and a set of other methods depending on the protocol used. The module is implemented by HTLine.c, and it is a part of the W3C Command Line Tool. */ #ifndef HTLINE_H #define HTLINE_H /* .Handling of output. */ #define STDOUT stdout #define OUTPUT stdout /* */ #endif /* HTLINE_H */ /* End of HTLine Declaration */ libwww/ComLine/src/Makefile.in 0100644 0000764 0000144 00000041054 07405520526 015744 0 ustar daniel users # Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_alias = @build_alias@ build_triplet = @build@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ AR = @AR@ AS = @AS@ A_STDIO = @A_STDIO@ CC = @CC@ CHMOD = @CHMOD@ COMPRESS = @COMPRESS@ CP = @CP@ CVS = @CVS@ CVS2SQL = @CVS2SQL@ DLLTOOL = @DLLTOOL@ EXEEXT = @EXEEXT@ HTLIBXML = @HTLIBXML@ HTSQL = @HTSQL@ HTSQLLOG = @HTSQLLOG@ HTWAIS = @HTWAIS@ HTXML = @HTXML@ HTZLIB = @HTZLIB@ LIBTOOL = @LIBTOOL@ LIBWWWMD5 = @LIBWWWMD5@ LIBWWWSQL = @LIBWWWSQL@ LIBWWWSSL = @LIBWWWSSL@ LIBWWWWAIS = @LIBWWWWAIS@ LIBWWWXML = @LIBWWWXML@ LIBWWWZIP = @LIBWWWZIP@ LN_S = @LN_S@ LWWWMD5 = @LWWWMD5@ LWWWSQL = @LWWWSQL@ LWWWSSL = @LWWWSSL@ LWWWWAIS = @LWWWWAIS@ LWWWXML = @LWWWXML@ LWWWZIP = @LWWWZIP@ MAKEINFO = @MAKEINFO@ MKDIR = @MKDIR@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ PREVIOUS_VERSION = @PREVIOUS_VERSION@ RANLIB = @RANLIB@ RM = @RM@ SED = @SED@ SHOWXML = @SHOWXML@ SSLINC = @SSLINC@ TAR = @TAR@ VERSION = @VERSION@ WWWMD5 = @WWWMD5@ WWWSQL = @WWWSQL@ WWWSSL = @WWWSSL@ WWWSSLEX = @WWWSSLEX@ WWWWAIS = @WWWWAIS@ WWWXML = @WWWXML@ WWWZIP = @WWWZIP@ XMLPARSE = @XMLPARSE@ XMLTOK = @XMLTOK@ ac_afsws_fs_found = @ac_afsws_fs_found@ ac_bn = @ac_bn@ ac_sys_afs_sysname = @ac_sys_afs_sysname@ have_perl = @have_perl@ have_resolv_conf = @have_resolv_conf@ have_rlogin = @have_rlogin@ have_telnet = @have_telnet@ have_tn3270 = @have_tn3270@ icondir = @icondir@ subdirs = @subdirs@ bin_PROGRAMS = w3c w3c_LDADD = $(top_builddir)/Library/src/libwwwinit.la $(top_builddir)/Library/src/libwwwapp.la $(top_builddir)/Library/src/libwwwhtml.la $(top_builddir)/Library/src/libwwwtelnet.la $(top_builddir)/Library/src/libwwwnews.la $(top_builddir)/Library/src/libwwwhttp.la $(top_builddir)/Library/src/libwwwmime.la $(top_builddir)/Library/src/libwwwgopher.la $(top_builddir)/Library/src/libwwwftp.la $(top_builddir)/Library/src/libwwwfile.la $(top_builddir)/Library/src/libwwwdir.la $(top_builddir)/Library/src/libwwwcache.la $(top_builddir)/Library/src/libwwwstream.la $(top_builddir)/Library/src/libwwwmux.la $(top_builddir)/Library/src/libwwwtrans.la $(top_builddir)/Library/src/libwwwcore.la $(top_builddir)/Library/src/libwwwutils.la -lm @LIBWWWXML@ @LIBWWWZIP@ @LIBWWWWAIS@ @LIBWWWSQL@ @LIBWWWMD5@ SUBDIRS = windows INCLUDES = -I$(srcdir)/../../Library/src -I$(top_srcdir)/modules/expat/xmlparse # .h files are distributed but originally are made from the # self-documenting hypertext files. SUFFIXES = .h .html w3c_SOURCES = HTLine.c BUILT_SOURCES = HTLine.h DOCS := $(wildcard *.html) EXTRA_DIST = $(DOCS) $(BUILT_SOURCES) PURIFY_CACHE = @PURIFY_CACHE@ mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = ../../wwwconf.h CONFIG_CLEAN_FILES = bin_PROGRAMS = w3c$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) DEFS = @DEFS@ -I. -I$(srcdir) -I../.. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ w3c_OBJECTS = HTLine.o w3c_DEPENDENCIES = $(top_builddir)/Library/src/libwwwinit.la \ $(top_builddir)/Library/src/libwwwapp.la \ $(top_builddir)/Library/src/libwwwhtml.la \ $(top_builddir)/Library/src/libwwwtelnet.la \ $(top_builddir)/Library/src/libwwwnews.la \ $(top_builddir)/Library/src/libwwwhttp.la \ $(top_builddir)/Library/src/libwwwmime.la \ $(top_builddir)/Library/src/libwwwgopher.la \ $(top_builddir)/Library/src/libwwwftp.la \ $(top_builddir)/Library/src/libwwwfile.la \ $(top_builddir)/Library/src/libwwwdir.la \ $(top_builddir)/Library/src/libwwwcache.la \ $(top_builddir)/Library/src/libwwwstream.la \ $(top_builddir)/Library/src/libwwwmux.la \ $(top_builddir)/Library/src/libwwwtrans.la \ $(top_builddir)/Library/src/libwwwcore.la \ $(top_builddir)/Library/src/libwwwutils.la w3c_LDFLAGS = CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) GZIP_ENV = --best DEP_FILES = .deps/HTLine.P SOURCES = $(w3c_SOURCES) OBJECTS = $(w3c_OBJECTS) all: all-redirect .SUFFIXES: .SUFFIXES: .S .c .h .html .lo .o .s $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu ComLine/src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status mostlyclean-binPROGRAMS: clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) distclean-binPROGRAMS: maintainer-clean-binPROGRAMS: install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ else :; fi; \ done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) list='$(bin_PROGRAMS)'; for p in $$list; do \ rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ done .s.o: $(COMPILE) -c $< .S.o: $(COMPILE) -c $< mostlyclean-compile: -rm -f *.o core *.core clean-compile: distclean-compile: -rm -f *.tab.c maintainer-clean-compile: .s.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $< .S.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: maintainer-clean-libtool: w3c$(EXEEXT): $(w3c_OBJECTS) $(w3c_DEPENDENCIES) @rm -f w3c$(EXEEXT) $(LINK) $(w3c_LDFLAGS) $(w3c_OBJECTS) $(w3c_LDADD) $(LIBS) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. @SET_MAKE@ all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ test "$$subdir" = "." && dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP) TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = ComLine/src distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu ComLine/src/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done for subdir in $(SUBDIRS); do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ chmod 777 $(distdir)/$$subdir; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ || exit 1; \ fi; \ done DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) -include $(DEP_FILES) mostlyclean-depend: clean-depend: distclean-depend: -rm -rf .deps maintainer-clean-depend: %.o: %.c @echo '$(COMPILE) -c $<'; \ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< @-cp .deps/$(*F).pp .deps/$(*F).P; \ tr ' ' '\012' < .deps/$(*F).pp \ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ >> .deps/$(*F).P; \ rm .deps/$(*F).pp %.lo: %.c @echo '$(LTCOMPILE) -c $<'; \ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ < .deps/$(*F).pp > .deps/$(*F).P; \ tr ' ' '\012' < .deps/$(*F).pp \ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ >> .deps/$(*F).P; \ rm -f .deps/$(*F).pp info-am: info: info-recursive dvi-am: dvi: dvi-recursive check-am: all-am check: check-recursive installcheck-am: installcheck: installcheck-recursive install-exec-am: install-binPROGRAMS install-exec: install-exec-recursive install-data-am: install-data: install-data-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-recursive uninstall-am: uninstall-binPROGRAMS uninstall: uninstall-recursive all-am: Makefile $(PROGRAMS) all-redirect: all-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: installdirs-recursive installdirs-am: $(mkinstalldirs) $(DESTDIR)$(bindir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ mostlyclean-generic mostlyclean: mostlyclean-recursive clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \ clean-depend clean-generic mostlyclean-am clean: clean-recursive distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \ distclean-tags distclean-depend distclean-generic \ clean-am -rm -f libtool distclean: distclean-recursive maintainer-clean-am: maintainer-clean-binPROGRAMS \ maintainer-clean-compile maintainer-clean-libtool \ maintainer-clean-tags maintainer-clean-depend \ maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ mostlyclean-compile distclean-compile clean-compile \ maintainer-clean-compile mostlyclean-libtool distclean-libtool \ clean-libtool maintainer-clean-libtool install-data-recursive \ uninstall-data-recursive install-exec-recursive \ uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ all-recursive check-recursive installcheck-recursive info-recursive \ dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ distclean-tags clean-tags maintainer-clean-tags distdir \ mostlyclean-depend distclean-depend clean-depend \ maintainer-clean-depend info-am info dvi-am dvi check check-am \ installcheck-am installcheck install-exec-am install-exec \ install-data-am install-data install-am install uninstall-am uninstall \ all-redirect all-am all installdirs-am installdirs mostlyclean-generic \ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean .html.h: ifdef WWW $(WWW) -w90 -na -p -to text/x-c $(srcdir)/$(*F).html -o $(srcdir)/$(*F).h else @echo "**************************************************" @echo "Need to regenerate one or more .h files." @echo "Attempting to generate them using the" @echo "winConfigure.pl script - it may generate a few warnings." @echo "**************************************************" perl $(top_srcdir)/config/winConfigure.pl $(srcdir) endif inc: $(BUILT_SOURCES) @echo Generated built sources purify: $(w3c_OBJECTS) $(w3c_DEPENDENCIES) -rm purify; \ purify -cache-dir=$(PURIFY_CACHE) \ $(CC) $(LDFLAGS) -o purify $(w3c_OBJECTS) \ -lm \ ../../Library/src/.libs/libwwwinit.a \ ../../Library/src/.libs/libwwwapp.a \ ../../Library/src/.libs/libwwwxml.a \ ../../Library/src/.libs/libwwwhtml.a \ ../../Library/src/.libs/libwwwtelnet.a \ ../../Library/src/.libs/libwwwnews.a \ ../../Library/src/.libs/libwwwhttp.a \ ../../Library/src/.libs/libwwwmime.a \ ../../Library/src/.libs/libwwwgopher.a \ ../../Library/src/.libs/libwwwftp.a \ ../../Library/src/.libs/libwwwdir.a \ ../../Library/src/.libs/libwwwcache.a \ ../../Library/src/.libs/libwwwstream.a \ ../../Library/src/.libs/libwwwfile.a \ ../../Library/src/.libs/libwwwmux.a \ ../../Library/src/.libs/libwwwtrans.a \ ../../Library/src/.libs/libwwwcore.a \ ../../Library/src/.libs/libwwwutils.a \ ../../Library/src/.libs/libwwwzip.a \ ../../modules/md5/.libs/libmd5.a \ ../../modules/expat/xmlparse/.libs/libxmlparse.a \ ../../modules/expat/xmltok/.libs/libxmltok.a \ $(LIBS) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libwww/ComLine/src/.deps/ 0040755 0000764 0000144 00000000000 07405521245 014706 5 ustar daniel users libwww/ComLine/src/.deps/HTLine.P 0100644 0000764 0000144 00000033016 07405521245 016152 0 ustar daniel users HTLine.o: HTLine.c ../../Library/src/WWWLib.h ../../Library/src/wwwsys.h \ ../../wwwconf.h /usr/include/stdio.h /usr/include/features.h \ /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \ /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h \ /usr/include/bits/types.h /usr/include/bits/pthreadtypes.h \ /usr/include/bits/sched.h /usr/include/libio.h /usr/include/_G_config.h \ /usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \ /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h \ /usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \ /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ /usr/include/bits/endian.h /usr/include/sys/select.h \ /usr/include/bits/select.h /usr/include/bits/sigset.h \ /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ /usr/include/unistd.h /usr/include/bits/posix_opt.h \ /usr/include/bits/confname.h /usr/include/getopt.h /usr/include/fcntl.h \ /usr/include/bits/fcntl.h \ /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h \ /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/syslimits.h \ /usr/include/limits.h /usr/include/bits/posix1_lim.h \ /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ /usr/include/bits/posix2_lim.h /usr/include/sys/stat.h \ /usr/include/bits/stat.h /usr/include/netinet/in.h \ /usr/include/stdint.h /usr/include/bits/wordsize.h \ /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \ /usr/include/asm/socket.h /usr/include/asm/sockios.h \ /usr/include/bits/in.h /usr/include/bits/byteswap.h \ /usr/include/netinet/tcp.h /usr/include/sys/file.h \ /usr/include/sys/ioctl.h /usr/include/bits/ioctls.h \ /usr/include/asm/ioctls.h /usr/include/asm/ioctl.h \ /usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \ /usr/include/termios.h /usr/include/bits/termios.h \ /usr/include/sys/time.h /usr/include/string.h \ /usr/include/bits/string.h /usr/include/bits/string2.h \ /usr/include/stdlib.h /usr/include/syslog.h /usr/include/sys/syslog.h \ /usr/include/sys/socket.h /usr/include/sys/uio.h \ /usr/include/bits/uio.h /usr/include/sys/ipc.h /usr/include/bits/ipc.h \ /usr/include/errno.h /usr/include/bits/errno.h \ /usr/include/linux/errno.h /usr/include/asm/errno.h /usr/include/pwd.h \ /usr/include/grp.h /usr/include/arpa/inet.h /usr/include/netdb.h \ /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \ /usr/include/alloca.h /usr/include/malloc.h /usr/include/memory.h \ /usr/include/ctype.h /usr/include/sys/resource.h \ /usr/include/bits/resource.h /usr/include/dirent.h \ /usr/include/bits/dirent.h /usr/include/sys/wait.h \ /usr/include/signal.h /usr/include/bits/signum.h \ /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ /usr/include/bits/sigcontext.h /usr/include/asm/sigcontext.h \ /usr/include/bits/sigstack.h /usr/include/bits/sigthread.h \ /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ ../../Library/src/WWWUtil.h ../../Library/src/HTUtils.h \ ../../Library/src/HTMemory.h ../../Library/src/HTArray.h \ ../../Library/src/HTAssoc.h ../../Library/src/HTList.h \ ../../Library/src/HTAtom.h ../../Library/src/HTChunk.h \ ../../Library/src/HTString.h ../../Library/src/HTUU.h \ ../../Library/src/WWWCore.h ../../Library/src/HTLib.h \ ../../Library/src/HTUser.h ../../Library/src/HTReq.h \ ../../Library/src/HTEvent.h ../../Library/src/HTFormat.h \ ../../Library/src/HTStream.h ../../Library/src/HTAnchor.h \ ../../Library/src/HTLink.h ../../Library/src/HTMethod.h \ ../../Library/src/HTResponse.h ../../Library/src/HTError.h \ ../../Library/src/HTNet.h ../../Library/src/HTTrans.h \ ../../Library/src/HTIOStream.h ../../Library/src/HTChannl.h \ ../../Library/src/HTHost.h ../../Library/src/HTProt.h \ ../../Library/src/HTTimer.h ../../Library/src/HTDNS.h \ ../../Library/src/HTParse.h ../../Library/src/HTEscape.h \ ../../Library/src/HTUTree.h ../../Library/src/HTWWWStr.h \ ../../Library/src/HTMemLog.h ../../Library/src/HTAlert.h \ ../../Library/src/HTStruct.h ../../Library/src/HTNoFree.h \ ../../Library/src/HTInet.h ../../Library/src/HTHstMan.h \ ../../Library/src/WWWApp.h ../../Library/src/HTEvtLst.h \ ../../Library/src/HTHome.h ../../Library/src/HTDialog.h \ ../../Library/src/HTAccess.h ../../Library/src/HTRules.h \ ../../Library/src/HTProxy.h ../../Library/src/HTFilter.h \ ../../Library/src/HTLog.h ../../Library/src/HTHist.h \ ../../Library/src/WWWMIME.h ../../Library/src/HTMIME.h \ ../../Library/src/HTHeader.h ../../Library/src/HTMIMERq.h \ ../../Library/src/HTMIMImp.h ../../Library/src/HTBound.h \ ../../Library/src/HTMulpar.h ../../Library/src/WWWHTML.h \ ../../Library/src/HTMLPDTD.h ../../Library/src/SGML.h \ ../../Library/src/HTMLGen.h ../../Library/src/HTTeXGen.h \ ../../Library/src/HTPlain.h ../../Library/src/HTML.h \ ../../Library/src/HText.h ../../Library/src/HTHInit.h \ ../../Library/src/HTStyle.h ../../Library/src/WWWNews.h \ ../../Library/src/HTNews.h ../../Library/src/HTNewsRq.h \ ../../Library/src/HTNewsLs.h ../../Library/src/HTNDir.h \ ../../Library/src/WWWHTTP.h ../../Library/src/HTTPUtil.h \ ../../Library/src/HTTP.h ../../Library/src/HTTPServ.h \ ../../Library/src/HTTPGen.h ../../Library/src/HTTPReq.h \ ../../Library/src/HTTPRes.h ../../Library/src/HTTChunk.h \ ../../Library/src/HTPEP.h ../../Library/src/HTAAUtil.h \ ../../Library/src/HTAABrow.h ../../Library/src/HTCookie.h \ ../../Library/src/WWWFTP.h ../../Library/src/HTFTP.h \ ../../Library/src/HTFTPDir.h ../../Library/src/WWWFile.h \ ../../Library/src/HTFile.h ../../Library/src/HTMulti.h \ ../../Library/src/HTBind.h ../../Library/src/HTBInit.h \ ../../Library/src/WWWGophe.h ../../Library/src/HTGopher.h \ ../../Library/src/WWWStream.h ../../Library/src/HTConLen.h \ ../../Library/src/HTFWrite.h ../../Library/src/HTFSave.h \ ../../Library/src/HTGuess.h ../../Library/src/HTTee.h \ ../../Library/src/HTMerge.h ../../Library/src/HTSChunk.h \ ../../Library/src/HTXParse.h ../../Library/src/HTReader.h \ ../../Library/src/HTEPtoCl.h ../../Library/src/HTNetTxt.h \ ../../Library/src/WWWTrans.h ../../Library/src/HTANSI.h \ ../../Library/src/HTLocal.h ../../Library/src/HTTCP.h \ ../../Library/src/HTSocket.h ../../Library/src/HTWriter.h \ ../../Library/src/HTBufWrt.h ../../Library/src/WWWInit.h \ ../../Library/src/HTInit.h ../../Library/src/WWWTelnt.h \ ../../Library/src/HTTelnet.h ../../Library/src/WWWDir.h \ ../../Library/src/HTDir.h ../../Library/src/HTIcons.h \ ../../Library/src/HTDescpt.h ../../Library/src/WWWCache.h \ ../../Library/src/HTCache.h ../../Library/src/WWWXML.h \ ../../Library/src/HTXML.h ../../modules/expat/xmlparse/xmlparse.h \ ../../Library/src/HTRDF.h ../../Library/src/HTHash.h \ ../../Library/src/WWWZip.h ../../Library/src/HTZip.h \ ../../Library/src/HTProfil.h HTLine.h HTLine.c : ../../Library/src/WWWLib.h : ../../Library/src/wwwsys.h : ../../wwwconf.h : /usr/include/stdio.h : /usr/include/features.h : /usr/include/sys/cdefs.h : /usr/include/gnu/stubs.h : /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h : /usr/include/bits/types.h : /usr/include/bits/pthreadtypes.h : /usr/include/bits/sched.h : /usr/include/libio.h : /usr/include/_G_config.h : /usr/include/wchar.h : /usr/include/bits/wchar.h : /usr/include/gconv.h : /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h : /usr/include/bits/stdio_lim.h : /usr/include/bits/stdio.h : /usr/include/sys/types.h : /usr/include/time.h : /usr/include/endian.h : /usr/include/bits/endian.h : /usr/include/sys/select.h : /usr/include/bits/select.h : /usr/include/bits/sigset.h : /usr/include/bits/time.h : /usr/include/sys/sysmacros.h : /usr/include/unistd.h : /usr/include/bits/posix_opt.h : /usr/include/bits/confname.h : /usr/include/getopt.h : /usr/include/fcntl.h : /usr/include/bits/fcntl.h : /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h : /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/syslimits.h : /usr/include/limits.h : /usr/include/bits/posix1_lim.h : /usr/include/bits/local_lim.h : /usr/include/linux/limits.h : /usr/include/bits/posix2_lim.h : /usr/include/sys/stat.h : /usr/include/bits/stat.h : /usr/include/netinet/in.h : /usr/include/stdint.h : /usr/include/bits/wordsize.h : /usr/include/bits/socket.h : /usr/include/bits/sockaddr.h : /usr/include/asm/socket.h : /usr/include/asm/sockios.h : /usr/include/bits/in.h : /usr/include/bits/byteswap.h : /usr/include/netinet/tcp.h : /usr/include/sys/file.h : /usr/include/sys/ioctl.h : /usr/include/bits/ioctls.h : /usr/include/asm/ioctls.h : /usr/include/asm/ioctl.h : /usr/include/bits/ioctl-types.h : /usr/include/sys/ttydefaults.h : /usr/include/termios.h : /usr/include/bits/termios.h : /usr/include/sys/time.h : /usr/include/string.h : /usr/include/bits/string.h : /usr/include/bits/string2.h : /usr/include/stdlib.h : /usr/include/syslog.h : /usr/include/sys/syslog.h : /usr/include/sys/socket.h : /usr/include/sys/uio.h : /usr/include/bits/uio.h : /usr/include/sys/ipc.h : /usr/include/bits/ipc.h : /usr/include/errno.h : /usr/include/bits/errno.h : /usr/include/linux/errno.h : /usr/include/asm/errno.h : /usr/include/pwd.h : /usr/include/grp.h : /usr/include/arpa/inet.h : /usr/include/netdb.h : /usr/include/rpc/netdb.h : /usr/include/bits/netdb.h : /usr/include/alloca.h : /usr/include/malloc.h : /usr/include/memory.h : /usr/include/ctype.h : /usr/include/sys/resource.h : /usr/include/bits/resource.h : /usr/include/dirent.h : /usr/include/bits/dirent.h : /usr/include/sys/wait.h : /usr/include/signal.h : /usr/include/bits/signum.h : /usr/include/bits/siginfo.h : /usr/include/bits/sigaction.h : /usr/include/bits/sigcontext.h : /usr/include/asm/sigcontext.h : /usr/include/bits/sigstack.h : /usr/include/bits/sigthread.h : /usr/include/bits/waitflags.h : /usr/include/bits/waitstatus.h : ../../Library/src/WWWUtil.h : ../../Library/src/HTUtils.h : ../../Library/src/HTMemory.h : ../../Library/src/HTArray.h : ../../Library/src/HTAssoc.h : ../../Library/src/HTList.h : ../../Library/src/HTAtom.h : ../../Library/src/HTChunk.h : ../../Library/src/HTString.h : ../../Library/src/HTUU.h : ../../Library/src/WWWCore.h : ../../Library/src/HTLib.h : ../../Library/src/HTUser.h : ../../Library/src/HTReq.h : ../../Library/src/HTEvent.h : ../../Library/src/HTFormat.h : ../../Library/src/HTStream.h : ../../Library/src/HTAnchor.h : ../../Library/src/HTLink.h : ../../Library/src/HTMethod.h : ../../Library/src/HTResponse.h : ../../Library/src/HTError.h : ../../Library/src/HTNet.h : ../../Library/src/HTTrans.h : ../../Library/src/HTIOStream.h : ../../Library/src/HTChannl.h : ../../Library/src/HTHost.h : ../../Library/src/HTProt.h : ../../Library/src/HTTimer.h : ../../Library/src/HTDNS.h : ../../Library/src/HTParse.h : ../../Library/src/HTEscape.h : ../../Library/src/HTUTree.h : ../../Library/src/HTWWWStr.h : ../../Library/src/HTMemLog.h : ../../Library/src/HTAlert.h : ../../Library/src/HTStruct.h : ../../Library/src/HTNoFree.h : ../../Library/src/HTInet.h : ../../Library/src/HTHstMan.h : ../../Library/src/WWWApp.h : ../../Library/src/HTEvtLst.h : ../../Library/src/HTHome.h : ../../Library/src/HTDialog.h : ../../Library/src/HTAccess.h : ../../Library/src/HTRules.h : ../../Library/src/HTProxy.h : ../../Library/src/HTFilter.h : ../../Library/src/HTLog.h : ../../Library/src/HTHist.h : ../../Library/src/WWWMIME.h : ../../Library/src/HTMIME.h : ../../Library/src/HTHeader.h : ../../Library/src/HTMIMERq.h : ../../Library/src/HTMIMImp.h : ../../Library/src/HTBound.h : ../../Library/src/HTMulpar.h : ../../Library/src/WWWHTML.h : ../../Library/src/HTMLPDTD.h : ../../Library/src/SGML.h : ../../Library/src/HTMLGen.h : ../../Library/src/HTTeXGen.h : ../../Library/src/HTPlain.h : ../../Library/src/HTML.h : ../../Library/src/HText.h : ../../Library/src/HTHInit.h : ../../Library/src/HTStyle.h : ../../Library/src/WWWNews.h : ../../Library/src/HTNews.h : ../../Library/src/HTNewsRq.h : ../../Library/src/HTNewsLs.h : ../../Library/src/HTNDir.h : ../../Library/src/WWWHTTP.h : ../../Library/src/HTTPUtil.h : ../../Library/src/HTTP.h : ../../Library/src/HTTPServ.h : ../../Library/src/HTTPGen.h : ../../Library/src/HTTPReq.h : ../../Library/src/HTTPRes.h : ../../Library/src/HTTChunk.h : ../../Library/src/HTPEP.h : ../../Library/src/HTAAUtil.h : ../../Library/src/HTAABrow.h : ../../Library/src/HTCookie.h : ../../Library/src/WWWFTP.h : ../../Library/src/HTFTP.h : ../../Library/src/HTFTPDir.h : ../../Library/src/WWWFile.h : ../../Library/src/HTFile.h : ../../Library/src/HTMulti.h : ../../Library/src/HTBind.h : ../../Library/src/HTBInit.h : ../../Library/src/WWWGophe.h : ../../Library/src/HTGopher.h : ../../Library/src/WWWStream.h : ../../Library/src/HTConLen.h : ../../Library/src/HTFWrite.h : ../../Library/src/HTFSave.h : ../../Library/src/HTGuess.h : ../../Library/src/HTTee.h : ../../Library/src/HTMerge.h : ../../Library/src/HTSChunk.h : ../../Library/src/HTXParse.h : ../../Library/src/HTReader.h : ../../Library/src/HTEPtoCl.h : ../../Library/src/HTNetTxt.h : ../../Library/src/WWWTrans.h : ../../Library/src/HTANSI.h : ../../Library/src/HTLocal.h : ../../Library/src/HTTCP.h : ../../Library/src/HTSocket.h : ../../Library/src/HTWriter.h : ../../Library/src/HTBufWrt.h : ../../Library/src/WWWInit.h : ../../Library/src/HTInit.h : ../../Library/src/WWWTelnt.h : ../../Library/src/HTTelnet.h : ../../Library/src/WWWDir.h : ../../Library/src/HTDir.h : ../../Library/src/HTIcons.h : ../../Library/src/HTDescpt.h : ../../Library/src/WWWCache.h : ../../Library/src/HTCache.h : ../../Library/src/WWWXML.h : ../../Library/src/HTXML.h : ../../modules/expat/xmlparse/xmlparse.h : ../../Library/src/HTRDF.h : ../../Library/src/HTHash.h : ../../Library/src/WWWZip.h : ../../Library/src/HTZip.h : ../../Library/src/HTProfil.h : HTLine.h : libwww/ComLine/Makefile 0100644 0000764 0000144 00000024074 07405520576 014560 0 ustar daniel users # Generated automatically from Makefile.in by configure. # Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = /bin/sh srcdir = . top_srcdir = .. prefix = /usr/local exec_prefix = ${prefix} bindir = ${exec_prefix}/bin sbindir = ${exec_prefix}/sbin libexecdir = ${exec_prefix}/libexec datadir = ${prefix}/share sysconfdir = ${prefix}/etc sharedstatedir = ${prefix}/com localstatedir = ${prefix}/var libdir = ${exec_prefix}/lib infodir = ${prefix}/info mandir = ${prefix}/man includedir = ${prefix}/include oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/w3c-libwww pkglibdir = $(libdir)/w3c-libwww pkgincludedir = $(includedir)/w3c-libwww top_builddir = .. ACLOCAL = aclocal AUTOCONF = autoconf AUTOMAKE = automake AUTOHEADER = autoheader INSTALL = /usr/bin/install -c INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = ${INSTALL} -m 644 INSTALL_SCRIPT = ${INSTALL_PROGRAM} transform = s,x,x, NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_alias = i686-pc-linux-gnu build_triplet = i686-pc-linux-gnu host_alias = i686-pc-linux-gnu host_triplet = i686-pc-linux-gnu target_alias = i686-pc-linux-gnu target_triplet = i686-pc-linux-gnu AR = /usr/bin/ar AS = @AS@ A_STDIO = CC = gcc CHMOD = /bin/chmod COMPRESS = /bin/gzip CP = /bin/cp CVS = /usr/bin/cvs CVS2SQL = DLLTOOL = @DLLTOOL@ EXEEXT = HTLIBXML = ${top_builddir}/modules/expat/xmlparse/libxmlparse.la ${top_builddir}/modules/expat/xmltok/libxmltok.la HTSQL = HTSQLLOG = HTWAIS = HTXML = HTXML.lo HTZLIB = LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBWWWMD5 = ${top_builddir}/modules/md5/libmd5.la LIBWWWSQL = LIBWWWSSL = LIBWWWWAIS = LIBWWWXML = ${top_builddir}/Library/src/libwwwxml.la ${top_builddir}/modules/expat/xmlparse/libxmlparse.la ${top_builddir}/modules/expat/xmltok/libxmltok.la LIBWWWZIP = LN_S = ln -s LWWWMD5 = -lmd5 LWWWSQL = LWWWSSL = LWWWWAIS = LWWWXML = -lwwwxml -lxmltok -lxmlparse LWWWZIP = MAKEINFO = makeinfo MKDIR = /bin/mkdir OBJDUMP = @OBJDUMP@ PACKAGE = w3c-libwww PREVIOUS_VERSION = 5.3.1 PURIFY_CACHE = /tmp/purify.cache RANLIB = ranlib RM = /bin/rm SED = /bin/sed SHOWXML = showxml ptri stri rdf_parse_file rdf_parse_buffer SSLINC = TAR = /bin/tar VERSION = 5.3.2 WWWMD5 = libmd5.la WWWSQL = WWWSSL = WWWSSLEX = WWWWAIS = WWWXML = libwwwxml.la WWWZIP = XMLPARSE = libxmlparse.la XMLTOK = libxmltok.la ac_afsws_fs_found = @ac_afsws_fs_found@ ac_bn = @ac_bn@ ac_sys_afs_sysname = @ac_sys_afs_sysname@ have_perl = perl have_resolv_conf = /etc/resolv.conf have_rlogin = rlogin have_telnet = telnet have_tn3270 = icondir = ${prefix}/share/w3c-libwww subdirs = @subdirs@ SUBDIRS = src User mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = ../wwwconf.h CONFIG_CLEAN_FILES = DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu ComLine/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ test "$$subdir" = "." && dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP) TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = ComLine distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu ComLine/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done for subdir in $(SUBDIRS); do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ chmod 777 $(distdir)/$$subdir; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ || exit 1; \ fi; \ done info-am: info: info-recursive dvi-am: dvi: dvi-recursive check-am: all-am check: check-recursive installcheck-am: installcheck: installcheck-recursive install-exec-am: install-exec: install-exec-recursive install-data-am: install-data: install-data-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-recursive uninstall-am: uninstall: uninstall-recursive all-am: Makefile all-redirect: all-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: installdirs-recursive installdirs-am: mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-tags mostlyclean-generic mostlyclean: mostlyclean-recursive clean-am: clean-tags clean-generic mostlyclean-am clean: clean-recursive distclean-am: distclean-tags distclean-generic clean-am -rm -f libtool distclean: distclean-recursive maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive .PHONY: install-data-recursive uninstall-data-recursive \ install-exec-recursive uninstall-exec-recursive installdirs-recursive \ uninstalldirs-recursive all-recursive check-recursive \ installcheck-recursive info-recursive dvi-recursive \ mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ install-exec install-data-am install-data install-am install \ uninstall-am uninstall all-redirect all-am all installdirs-am \ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean #BUILT_SOURCES = \ # README #EXTRA_DIST = \ # $(BUILT_SOURCES) #$(srcdir)/README : $(srcdir)/User/CommandLine.html # ifdef WWW # -$(CP) $(srcdir)/User/CommandLine.html $(srcdir)/README.html # -$(WWW) -p -na $(srcdir)/README.html \ # -o $(srcdir)/README # endif # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libwww/ComLine/Makefile.in 0100644 0000764 0000144 00000023514 07405520526 015156 0 ustar daniel users # Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_alias = @build_alias@ build_triplet = @build@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ AR = @AR@ AS = @AS@ A_STDIO = @A_STDIO@ CC = @CC@ CHMOD = @CHMOD@ COMPRESS = @COMPRESS@ CP = @CP@ CVS = @CVS@ CVS2SQL = @CVS2SQL@ DLLTOOL = @DLLTOOL@ EXEEXT = @EXEEXT@ HTLIBXML = @HTLIBXML@ HTSQL = @HTSQL@ HTSQLLOG = @HTSQLLOG@ HTWAIS = @HTWAIS@ HTXML = @HTXML@ HTZLIB = @HTZLIB@ LIBTOOL = @LIBTOOL@ LIBWWWMD5 = @LIBWWWMD5@ LIBWWWSQL = @LIBWWWSQL@ LIBWWWSSL = @LIBWWWSSL@ LIBWWWWAIS = @LIBWWWWAIS@ LIBWWWXML = @LIBWWWXML@ LIBWWWZIP = @LIBWWWZIP@ LN_S = @LN_S@ LWWWMD5 = @LWWWMD5@ LWWWSQL = @LWWWSQL@ LWWWSSL = @LWWWSSL@ LWWWWAIS = @LWWWWAIS@ LWWWXML = @LWWWXML@ LWWWZIP = @LWWWZIP@ MAKEINFO = @MAKEINFO@ MKDIR = @MKDIR@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ PREVIOUS_VERSION = @PREVIOUS_VERSION@ PURIFY_CACHE = @PURIFY_CACHE@ RANLIB = @RANLIB@ RM = @RM@ SED = @SED@ SHOWXML = @SHOWXML@ SSLINC = @SSLINC@ TAR = @TAR@ VERSION = @VERSION@ WWWMD5 = @WWWMD5@ WWWSQL = @WWWSQL@ WWWSSL = @WWWSSL@ WWWSSLEX = @WWWSSLEX@ WWWWAIS = @WWWWAIS@ WWWXML = @WWWXML@ WWWZIP = @WWWZIP@ XMLPARSE = @XMLPARSE@ XMLTOK = @XMLTOK@ ac_afsws_fs_found = @ac_afsws_fs_found@ ac_bn = @ac_bn@ ac_sys_afs_sysname = @ac_sys_afs_sysname@ have_perl = @have_perl@ have_resolv_conf = @have_resolv_conf@ have_rlogin = @have_rlogin@ have_telnet = @have_telnet@ have_tn3270 = @have_tn3270@ icondir = @icondir@ subdirs = @subdirs@ SUBDIRS = src User mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = ../wwwconf.h CONFIG_CLEAN_FILES = DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu ComLine/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. @SET_MAKE@ all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ test "$$subdir" = "." && dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP) TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = ComLine distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu ComLine/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done for subdir in $(SUBDIRS); do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ chmod 777 $(distdir)/$$subdir; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ || exit 1; \ fi; \ done info-am: info: info-recursive dvi-am: dvi: dvi-recursive check-am: all-am check: check-recursive installcheck-am: installcheck: installcheck-recursive install-exec-am: install-exec: install-exec-recursive install-data-am: install-data: install-data-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-recursive uninstall-am: uninstall: uninstall-recursive all-am: Makefile all-redirect: all-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: installdirs-recursive installdirs-am: mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-tags mostlyclean-generic mostlyclean: mostlyclean-recursive clean-am: clean-tags clean-generic mostlyclean-am clean: clean-recursive distclean-am: distclean-tags distclean-generic clean-am -rm -f libtool distclean: distclean-recursive maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive .PHONY: install-data-recursive uninstall-data-recursive \ install-exec-recursive uninstall-exec-recursive installdirs-recursive \ uninstalldirs-recursive all-recursive check-recursive \ installcheck-recursive info-recursive dvi-recursive \ mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ install-exec install-data-am install-data install-am install \ uninstall-am uninstall all-redirect all-am all installdirs-am \ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean #BUILT_SOURCES = \ # README #EXTRA_DIST = \ # $(BUILT_SOURCES) #$(srcdir)/README : $(srcdir)/User/CommandLine.html # ifdef WWW # -$(CP) $(srcdir)/User/CommandLine.html $(srcdir)/README.html # -$(WWW) -p -na $(srcdir)/README.html \ # -o $(srcdir)/README # endif # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libwww/Icons/ 0040755 0000764 0000144 00000000000 07405520577 012642 5 ustar daniel users libwww/Icons/CVS/ 0040755 0000764 0000144 00000000000 07405517322 013267 5 ustar daniel users libwww/Icons/CVS/Root 0100644 0000764 0000144 00000000056 07405517322 014133 0 ustar daniel users :pserver:anonymous@dev.w3.org:/sources/public libwww/Icons/CVS/Repository 0100644 0000764 0000144 00000000015 07405517322 015362 0 ustar daniel users libwww/Icons libwww/Icons/CVS/Entries 0100644 0000764 0000144 00000000131 07405517322 014613 0 ustar daniel users /.cvsignore/1.1/Sat Dec 5 05:03:51 1998// /Makefile.am/1.1/Sun Oct 6 19:58:23 1996// D libwww/Icons/CVS/Entries.Log 0100644 0000764 0000144 00000000053 07405517323 015337 0 ustar daniel users A D/32x32//// A D/WWW//// A D/internal//// libwww/Icons/32x32/ 0040755 0000764 0000144 00000000000 07405520577 013423 5 ustar daniel users libwww/Icons/32x32/CVS/ 0040755 0000764 0000144 00000000000 07405517322 014050 5 ustar daniel users libwww/Icons/32x32/CVS/Root 0100644 0000764 0000144 00000000056 07405517322 014714 0 ustar daniel users :pserver:anonymous@dev.w3.org:/sources/public libwww/Icons/32x32/CVS/Repository 0100644 0000764 0000144 00000000023 07405517322 016142 0 ustar daniel users libwww/Icons/32x32 libwww/Icons/32x32/CVS/Entries 0100644 0000764 0000144 00000000345 07405517322 015403 0 ustar daniel users /.cvsignore/1.1/Sat Dec 5 05:03:51 1998// /Makefile.am/1.1/Sun Oct 6 19:58:25 1996// /caution.gif/1.1/Wed Oct 23 18:34:19 1996/-kb/ /smiley.gif/1.1/Wed Oct 23 18:36:03 1996/-kb/ /warning.gif/1.1/Wed Oct 23 18:36:16 1996/-kb/ D libwww/Icons/32x32/Makefile 0100644 0000764 0000144 00000014043 07405520577 015062 0 ustar daniel users # Generated automatically from Makefile.in by configure. # Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = /bin/sh srcdir = . top_srcdir = ../.. prefix = /usr/local exec_prefix = ${prefix} bindir = ${exec_prefix}/bin sbindir = ${exec_prefix}/sbin libexecdir = ${exec_prefix}/libexec datadir = ${prefix}/share sysconfdir = ${prefix}/etc sharedstatedir = ${prefix}/com localstatedir = ${prefix}/var libdir = ${exec_prefix}/lib infodir = ${prefix}/info mandir = ${prefix}/man includedir = ${prefix}/include oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/w3c-libwww pkglibdir = $(libdir)/w3c-libwww pkgincludedir = $(includedir)/w3c-libwww top_builddir = ../.. ACLOCAL = aclocal AUTOCONF = autoconf AUTOMAKE = automake AUTOHEADER = autoheader INSTALL = /usr/bin/install -c INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = ${INSTALL} -m 644 INSTALL_SCRIPT = ${INSTALL_PROGRAM} transform = s,x,x, NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_alias = i686-pc-linux-gnu build_triplet = i686-pc-linux-gnu host_alias = i686-pc-linux-gnu host_triplet = i686-pc-linux-gnu target_alias = i686-pc-linux-gnu target_triplet = i686-pc-linux-gnu AR = /usr/bin/ar AS = @AS@ A_STDIO = CC = gcc CHMOD = /bin/chmod COMPRESS = /bin/gzip CP = /bin/cp CVS = /usr/bin/cvs CVS2SQL = DLLTOOL = @DLLTOOL@ EXEEXT = HTLIBXML = ${top_builddir}/modules/expat/xmlparse/libxmlparse.la ${top_builddir}/modules/expat/xmltok/libxmltok.la HTSQL = HTSQLLOG = HTWAIS = HTXML = HTXML.lo HTZLIB = LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBWWWMD5 = ${top_builddir}/modules/md5/libmd5.la LIBWWWSQL = LIBWWWSSL = LIBWWWWAIS = LIBWWWXML = ${top_builddir}/Library/src/libwwwxml.la ${top_builddir}/modules/expat/xmlparse/libxmlparse.la ${top_builddir}/modules/expat/xmltok/libxmltok.la LIBWWWZIP = LN_S = ln -s LWWWMD5 = -lmd5 LWWWSQL = LWWWSSL = LWWWWAIS = LWWWXML = -lwwwxml -lxmltok -lxmlparse LWWWZIP = MAKEINFO = makeinfo MKDIR = /bin/mkdir OBJDUMP = @OBJDUMP@ PACKAGE = w3c-libwww PREVIOUS_VERSION = 5.3.1 PURIFY_CACHE = /tmp/purify.cache RANLIB = ranlib RM = /bin/rm SED = /bin/sed SHOWXML = showxml ptri stri rdf_parse_file rdf_parse_buffer SSLINC = TAR = /bin/tar VERSION = 5.3.2 WWWMD5 = libmd5.la WWWSQL = WWWSSL = WWWSSLEX = WWWWAIS = WWWXML = libwwwxml.la WWWZIP = XMLPARSE = libxmlparse.la XMLTOK = libxmltok.la ac_afsws_fs_found = @ac_afsws_fs_found@ ac_bn = @ac_bn@ ac_sys_afs_sysname = @ac_sys_afs_sysname@ have_perl = perl have_resolv_conf = /etc/resolv.conf have_rlogin = rlogin have_telnet = telnet have_tn3270 = icondir = ${prefix}/share/w3c-libwww subdirs = @subdirs@ AUTOMAKE_OPTIONS = foreign ICONS = smiley.gif warning.gif caution.gif EXTRA_DIST = $(ICONS) mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = ../../wwwconf.h CONFIG_CLEAN_FILES = DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --foreign Icons/32x32/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = Icons/32x32 distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Icons/32x32/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-exec: install-exec-am install-data-am: install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall: uninstall-am all-am: Makefile all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-generic clean-am -rm -f libtool distclean: distclean-am maintainer-clean-am: maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am .PHONY: tags distdir info-am info dvi-am dvi check check-am \ installcheck-am installcheck install-exec-am install-exec \ install-data-am install-data install-am install uninstall-am uninstall \ all-redirect all-am all installdirs mostlyclean-generic \ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libwww/Icons/32x32/.cvsignore 0100644 0000764 0000144 00000000025 06632137267 015416 0 ustar daniel users Makefile.in Makefile libwww/Icons/32x32/Makefile.am 0100644 0000764 0000144 00000000237 06226007541 015445 0 ustar daniel users ## Process this file with Automake to create Makefile.in. AUTOMAKE_OPTIONS = foreign ICONS = smiley.gif \ warning.gif \ caution.gif EXTRA_DIST = $(ICONS) libwww/Icons/32x32/caution.gif 0100644 0000764 0000144 00000000263 06233462453 015546 0 ustar daniel users GIF89a ñ ÿÿÿ üü !ù , „„©Ë ¡›&ÚKÕ ¢wœ=‘G’Q6–ªw6i B«Åª%K5·âyP“Í^7]ÅÖ#Èdsyx”P‘p(¯XžP—5QµÖ«ï,£Ã¬4û3G½NzrÎÍÃñf{uûófX‡¶v6•”èòV´È¸B)6H±±)2·éJQ ; libwww/Icons/32x32/smiley.gif 0100644 0000764 0000144 00000000250 06233462623 015401 0 ustar daniel users GIF89a ¡ ÿÿÿ ÿÿ !ù , y„©Ë_›Š‹/¤*äÿ\å¦&NåÉ é²¶ì›Ä²Iö×øŽêé@¢%„ØCÇÌè‚>N)(Oh½"Y-¦ê½Ã1™:t^m4v7ºËJS9'‘¼~¦Ñð†¦Bø•3¸6’äwÇÓ'IYiÙP ; libwww/Icons/32x32/warning.gif 0100644 0000764 0000144 00000000263 06233462640 015547 0 ustar daniel users GIF89a ¡ ÿÿÿü ¾¾¾ !ù , „„©ËíMˆô„[ã8» „“ÇlâH&`(¦ê:œ®v;›vÌ¡ä*ر|Sð&û±Ž<\È\v*Шô¹´‰Ÿ¬vH1²„Ùi×K.CÄcd™«òŽåΛî5ÇñM9p×Ö÷fÇ·3xõ‚÷•GT%‡˜‡¸H7u™©¹ÉiÖù :Q ; libwww/Icons/32x32/Makefile.in 0100644 0000764 0000144 00000013446 07405520527 015470 0 ustar daniel users # Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_alias = @build_alias@ build_triplet = @build@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ AR = @AR@ AS = @AS@ A_STDIO = @A_STDIO@ CC = @CC@ CHMOD = @CHMOD@ COMPRESS = @COMPRESS@ CP = @CP@ CVS = @CVS@ CVS2SQL = @CVS2SQL@ DLLTOOL = @DLLTOOL@ EXEEXT = @EXEEXT@ HTLIBXML = @HTLIBXML@ HTSQL = @HTSQL@ HTSQLLOG = @HTSQLLOG@ HTWAIS = @HTWAIS@ HTXML = @HTXML@ HTZLIB = @HTZLIB@ LIBTOOL = @LIBTOOL@ LIBWWWMD5 = @LIBWWWMD5@ LIBWWWSQL = @LIBWWWSQL@ LIBWWWSSL = @LIBWWWSSL@ LIBWWWWAIS = @LIBWWWWAIS@ LIBWWWXML = @LIBWWWXML@ LIBWWWZIP = @LIBWWWZIP@ LN_S = @LN_S@ LWWWMD5 = @LWWWMD5@ LWWWSQL = @LWWWSQL@ LWWWSSL = @LWWWSSL@ LWWWWAIS = @LWWWWAIS@ LWWWXML = @LWWWXML@ LWWWZIP = @LWWWZIP@ MAKEINFO = @MAKEINFO@ MKDIR = @MKDIR@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ PREVIOUS_VERSION = @PREVIOUS_VERSION@ PURIFY_CACHE = @PURIFY_CACHE@ RANLIB = @RANLIB@ RM = @RM@ SED = @SED@ SHOWXML = @SHOWXML@ SSLINC = @SSLINC@ TAR = @TAR@ VERSION = @VERSION@ WWWMD5 = @WWWMD5@ WWWSQL = @WWWSQL@ WWWSSL = @WWWSSL@ WWWSSLEX = @WWWSSLEX@ WWWWAIS = @WWWWAIS@ WWWXML = @WWWXML@ WWWZIP = @WWWZIP@ XMLPARSE = @XMLPARSE@ XMLTOK = @XMLTOK@ ac_afsws_fs_found = @ac_afsws_fs_found@ ac_bn = @ac_bn@ ac_sys_afs_sysname = @ac_sys_afs_sysname@ have_perl = @have_perl@ have_resolv_conf = @have_resolv_conf@ have_rlogin = @have_rlogin@ have_telnet = @have_telnet@ have_tn3270 = @have_tn3270@ icondir = @icondir@ subdirs = @subdirs@ AUTOMAKE_OPTIONS = foreign ICONS = smiley.gif warning.gif caution.gif EXTRA_DIST = $(ICONS) mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = ../../wwwconf.h CONFIG_CLEAN_FILES = DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --foreign Icons/32x32/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = Icons/32x32 distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Icons/32x32/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-exec: install-exec-am install-data-am: install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall: uninstall-am all-am: Makefile all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-generic clean-am -rm -f libtool distclean: distclean-am maintainer-clean-am: maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am .PHONY: tags distdir info-am info dvi-am dvi check check-am \ installcheck-am installcheck install-exec-am install-exec \ install-data-am install-data install-am install uninstall-am uninstall \ all-redirect all-am all installdirs mostlyclean-generic \ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libwww/Icons/.cvsignore 0100644 0000764 0000144 00000000025 06632137267 014635 0 ustar daniel users Makefile.in Makefile libwww/Icons/Makefile.am 0100644 0000764 0000144 00000000210 06226007537 014660 0 ustar daniel users ## Process this file with Automake to create Makefile.in. AUTOMAKE_OPTIONS = foreign SUBDIRS = WWW 32x32 internal inc : @echo icons libwww/Icons/WWW/ 0040755 0000764 0000144 00000000000 07405520577 013326 5 ustar daniel users libwww/Icons/WWW/CVS/ 0040755 0000764 0000144 00000000000 07405517323 013754 5 ustar daniel users libwww/Icons/WWW/CVS/Root 0100644 0000764 0000144 00000000056 07405517322 014617 0 ustar daniel users :pserver:anonymous@dev.w3.org:/sources/public libwww/Icons/WWW/CVS/Repository 0100644 0000764 0000144 00000000021 07405517322 016043 0 ustar daniel users libwww/Icons/WWW libwww/Icons/WWW/CVS/Entries 0100644 0000764 0000144 00000002041 07405517323 015302 0 ustar daniel users /.cvsignore/1.1/Sat Dec 5 05:03:51 1998// /Bug48x.gif/1.1/Mon Feb 10 18:46:52 1997/-kb/ /LMB48x.gif/1.1/Mon Feb 10 18:48:41 1997/-kb/ /Lib48x.gif/1.1/Mon Feb 10 18:48:48 1997/-kb/ /Makefile.am/1.2/Mon Dec 23 20:54:18 1996// /Platform48x.gif/1.1/Mon Feb 10 18:50:12 1997/-kb/ /blank48x.gif/1.1/Thu Sep 17 21:08:43 1998/-kb/ /bullet.gif/1.1/Mon Feb 10 18:54:10 1997/-kb/ /design48x.gif/1.1/Mon Feb 10 18:55:24 1997/-kb/ /doc48x.gif/1.1/Mon Feb 10 18:55:46 1997/-kb/ /guide48x.gif/1.1/Mon Feb 10 18:56:49 1997/-kb/ /install48x.gif/1.1/Mon Feb 10 18:57:56 1997/-kb/ /internals48x.gif/1.1/Mon Feb 10 18:58:03 1997/-kb/ /lines48x.gif/1.1/Mon Feb 10 18:59:14 1997/-kb/ /listen48x.gif/1.1/Mon Feb 10 18:59:21 1997/-kb/ /new_red.gif/1.1/Mon Feb 10 19:00:51 1997/-kb/ /progstyle48x.gif/1.1/Mon Feb 10 19:03:03 1997/-kb/ /relnotes48x.gif/1.1/Mon Feb 10 19:03:37 1997/-kb/ /robot48x.gif/1.1/Mon Feb 10 19:03:53 1997/-kb/ /serv48x.gif/1.1/Mon Feb 10 19:04:03 1997/-kb/ /startup48x.gif/1.1/Mon Feb 10 19:05:19 1997/-kb/ /w3c_home.gif/1.2/Mon Dec 9 14:38:26 1996/-kb/ D libwww/Icons/WWW/Makefile 0100644 0000764 0000144 00000014411 07405520577 014764 0 ustar daniel users # Generated automatically from Makefile.in by configure. # Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = /bin/sh srcdir = . top_srcdir = ../.. prefix = /usr/local exec_prefix = ${prefix} bindir = ${exec_prefix}/bin sbindir = ${exec_prefix}/sbin libexecdir = ${exec_prefix}/libexec datadir = ${prefix}/share sysconfdir = ${prefix}/etc sharedstatedir = ${prefix}/com localstatedir = ${prefix}/var libdir = ${exec_prefix}/lib infodir = ${prefix}/info mandir = ${prefix}/man includedir = ${prefix}/include oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/w3c-libwww pkglibdir = $(libdir)/w3c-libwww pkgincludedir = $(includedir)/w3c-libwww top_builddir = ../.. ACLOCAL = aclocal AUTOCONF = autoconf AUTOMAKE = automake AUTOHEADER = autoheader INSTALL = /usr/bin/install -c INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = ${INSTALL} -m 644 INSTALL_SCRIPT = ${INSTALL_PROGRAM} transform = s,x,x, NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_alias = i686-pc-linux-gnu build_triplet = i686-pc-linux-gnu host_alias = i686-pc-linux-gnu host_triplet = i686-pc-linux-gnu target_alias = i686-pc-linux-gnu target_triplet = i686-pc-linux-gnu AR = /usr/bin/ar AS = @AS@ A_STDIO = CC = gcc CHMOD = /bin/chmod COMPRESS = /bin/gzip CP = /bin/cp CVS = /usr/bin/cvs CVS2SQL = DLLTOOL = @DLLTOOL@ EXEEXT = HTLIBXML = ${top_builddir}/modules/expat/xmlparse/libxmlparse.la ${top_builddir}/modules/expat/xmltok/libxmltok.la HTSQL = HTSQLLOG = HTWAIS = HTXML = HTXML.lo HTZLIB = LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBWWWMD5 = ${top_builddir}/modules/md5/libmd5.la LIBWWWSQL = LIBWWWSSL = LIBWWWWAIS = LIBWWWXML = ${top_builddir}/Library/src/libwwwxml.la ${top_builddir}/modules/expat/xmlparse/libxmlparse.la ${top_builddir}/modules/expat/xmltok/libxmltok.la LIBWWWZIP = LN_S = ln -s LWWWMD5 = -lmd5 LWWWSQL = LWWWSSL = LWWWWAIS = LWWWXML = -lwwwxml -lxmltok -lxmlparse LWWWZIP = MAKEINFO = makeinfo MKDIR = /bin/mkdir OBJDUMP = @OBJDUMP@ PACKAGE = w3c-libwww PREVIOUS_VERSION = 5.3.1 PURIFY_CACHE = /tmp/purify.cache RANLIB = ranlib RM = /bin/rm SED = /bin/sed SHOWXML = showxml ptri stri rdf_parse_file rdf_parse_buffer SSLINC = TAR = /bin/tar VERSION = 5.3.2 WWWMD5 = libmd5.la WWWSQL = WWWSSL = WWWSSLEX = WWWWAIS = WWWXML = libwwwxml.la WWWZIP = XMLPARSE = libxmlparse.la XMLTOK = libxmltok.la ac_afsws_fs_found = @ac_afsws_fs_found@ ac_bn = @ac_bn@ ac_sys_afs_sysname = @ac_sys_afs_sysname@ have_perl = perl have_resolv_conf = /etc/resolv.conf have_rlogin = rlogin have_telnet = telnet have_tn3270 = icondir = ${prefix}/share/w3c-libwww subdirs = @subdirs@ AUTOMAKE_OPTIONS = foreign ICONS = w3c_home.gif Lib48x.gif LMB48x.gif listen48x.gif robot48x.gif lines48x.gif serv48x.gif startup48x.gif Bug48x.gif Platform48x.gif design48x.gif doc48x.gif guide48x.gif internals48x.gif install48x.gif progstyle48x.gif relnotes48x.gif new_red.gif bullet.gif EXTRA_DIST = $(ICONS) mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = ../../wwwconf.h CONFIG_CLEAN_FILES = DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --foreign Icons/WWW/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = Icons/WWW distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Icons/WWW/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-exec: install-exec-am install-data-am: install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall: uninstall-am all-am: Makefile all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-generic clean-am -rm -f libtool distclean: distclean-am maintainer-clean-am: maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am .PHONY: tags distdir info-am info dvi-am dvi check check-am \ installcheck-am installcheck install-exec-am install-exec \ install-data-am install-data install-am install uninstall-am uninstall \ all-redirect all-am all installdirs mostlyclean-generic \ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libwww/Icons/WWW/.cvsignore 0100644 0000764 0000144 00000000025 06632137267 015321 0 ustar daniel users Makefile.in Makefile libwww/Icons/WWW/Bug48x.gif 0100644 0000764 0000144 00000000532 06277666434 015104 0 ustar daniel users GIF89a0 0 ¡ ª » ÿÿÿ!ù , 0 0 þœ©Ëí£œ´:€3¶Üì>†ci2ä´î€«B Bpçø~Ïé€ a‚ŘÐ)y¼"Rò¸l6FèŒBJªM£ÄP9ŸáKó*¾¾ƒ˜™«®· š»4„oì÷N„àÓf°g…Çã6ÈPg•ñØB4$àFӆ褘C·‰I£`FªV*а¹Y¤øö§åQvV9tE{‹õ:‰–±HS{\{YÜù¹ÔeAz6ȼڃ Ç!™l–»f½‡—¹õMŠ6•@˜é\>ÎÃ/èkå=ûîм^¼”tx™a–È ¼³¤«ƒÁU+Qñ6,6D1 c$/—ðYY+HYO¬ùpËK–ÿ Τhò戚:{úü¹² ; libwww/Icons/WWW/LMB48x.gif 0100644 0000764 0000144 00000000503 06277666611 014774 0 ustar daniel users GIF89a0 0 ò ÿÿÿ ÿ ï ÿ !ù , 0 0 þºÜþ0ʃµ4k…yÝ&2¡~Á¨¦‹é²ªï)ÄÛŒ¦.žé' è›Ì‚)bQ¢C MK#ÉÖ+®Õi½bÀWwáu4wËA£ÜÏb_rœt YÛ„]%Ó yu|}j4uzƒoc‡‰0,Œi‹7}r-–ƒB“i†-O ¡Ž¤‡™šW£%4 ®`¢¦µf·°¬ºm‰ < †¿‡Â«'^s}‘¾ÃÎKÐ¥\›šÖËvÓÏÐ’ÒkÇ8ˆžÅ Ô"±ç¹ê9à<äºè“ðQ'„Þµ.I⳯Ü%Gu Æ8Å韶uð1¤ƒ¬›-d•è}rˆ qž"Œ CnH ; libwww/Icons/WWW/Lib48x.gif 0100644 0000764 0000144 00000001275 06277666620 015077 0 ustar daniel users GIF89a0 0 ô ÿÿÿ§}*)”¿’}§§*½ªõ³¡ûÅ¡û»™ÿ»ªÿªªÿ ¤¤ây)»»ÿ ¾ Ó hÑQ ½ ¾ !ù , 0 0 þ Ždižhª¦A¬p,¾¤àÖ‚¬ÏC>¶ `îT`kT¤ÐaZˆ[¶¦ø„ˆDâ{€{®Ö¶ë‹ÉŠUÒ5¨Óí0b¿Xì%$WK„uJ8%z {?†t†‚v†PF ŒŽ’LsDk'.§Y\>"_S}q”-JOœEuXD& }Ç&Ix»%½"ÀX'ÄÆÇÉÊš›BAu?u®%É Ø„I8PYY˜ƒÓó%786&ˆ(ê$ý"EL