]> git.ipfire.org Git - thirdparty/squid.git/commit - icons/Makefile.am
Merged in the squid-amake branch from sourceforge.
authorrobertc <>
Fri, 31 Aug 2001 17:19:04 +0000 (17:19 +0000)
committerrobertc <>
Fri, 31 Aug 2001 17:19:04 +0000 (17:19 +0000)
commita2794549549a7a99d8760fbda886ef150a992722
treeddd052141ee1eae7abaf4db8a4622a4de22b6964
parent14f3d6ea5be7063a2c9479d8b3b9d66eb194d73b
Merged in the squid-amake branch from sourceforge.

Due to the different policy regarding the autotool generated files, the Makefile.in files
for cvs.squid-cache.org have been updated in place, and the extra autotool support files
- such as depcomp - added. These should be filtered from sourceforge.

Also of particular note:
* new make targets dist-all - creates two distribution tarballs, one .tar.gz, one .tar.bz2.
  These do not include all the source files - things like the test suite are deliberately
  left out.
* distcheck - creates a .tar.gz dist tarball and confirms that it builds with the default
  options.
* the module files - lru/heap/ufs/basic etc are now libraries - liblru.a etc.
* The module files are build from the directory above, ie to build just liblru cd to
  src/repl, and type make liblru.a. The benefit to this is that parallelised makes get
  better efficiency, as they don't have to serialise each stub node.
94 files changed:
ChangeLog
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
bootstrap.sh [new file with mode: 0755]
cfgaux/compile [new file with mode: 0755]
cfgaux/config.guess
cfgaux/config.sub
cfgaux/depcomp [new file with mode: 0755]
cfgaux/install-sh
cfgaux/missing [new file with mode: 0755]
cfgaux/mkinstalldirs [new file with mode: 0755]
configure
configure.in
contrib/Makefile.am [new file with mode: 0644]
contrib/Makefile.in
errors/Makefile.am [new file with mode: 0644]
errors/Makefile.in
helpers/basic_auth/LDAP/Makefile.am [new file with mode: 0644]
helpers/basic_auth/LDAP/Makefile.in
helpers/basic_auth/MSNT/Makefile.am [new file with mode: 0644]
helpers/basic_auth/MSNT/Makefile.in
helpers/basic_auth/Makefile.am [new file with mode: 0644]
helpers/basic_auth/Makefile.in
helpers/basic_auth/NCSA/Makefile.am [new file with mode: 0644]
helpers/basic_auth/NCSA/Makefile.in
helpers/basic_auth/PAM/Makefile.am [new file with mode: 0644]
helpers/basic_auth/PAM/Makefile.in
helpers/basic_auth/SMB/ChangeLog [new file with mode: 0644]
helpers/basic_auth/SMB/Makefile.am [new file with mode: 0644]
helpers/basic_auth/SMB/Makefile.in
helpers/basic_auth/YP/Makefile.am [new file with mode: 0644]
helpers/basic_auth/YP/Makefile.in
helpers/basic_auth/getpwnam/Makefile.am [new file with mode: 0644]
helpers/basic_auth/getpwnam/Makefile.in
helpers/basic_auth/multi-domain-NTLM/Makefile.am [new file with mode: 0644]
helpers/basic_auth/multi-domain-NTLM/Makefile.in [new file with mode: 0644]
helpers/digest_auth/Makefile.am [new file with mode: 0644]
helpers/digest_auth/Makefile.in
helpers/digest_auth/password/Makefile.am [new file with mode: 0644]
helpers/digest_auth/password/Makefile.in
helpers/ntlm_auth/Makefile.am [new file with mode: 0644]
helpers/ntlm_auth/Makefile.in
helpers/ntlm_auth/SMB/Makefile.am [new file with mode: 0644]
helpers/ntlm_auth/SMB/Makefile.in
helpers/ntlm_auth/SMB/smbval/Makefile.am [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/Makefile.in
helpers/ntlm_auth/fakeauth/Makefile.am [new file with mode: 0644]
helpers/ntlm_auth/fakeauth/Makefile.in
helpers/ntlm_auth/no_check/Makefile.am [new file with mode: 0644]
helpers/ntlm_auth/no_check/Makefile.in
helpers/ntlm_auth/no_check/no_check.pl [new file with mode: 0644]
icons/Makefile.am [new file with mode: 0644]
icons/Makefile.in
include/autoconf.h.in
include/stamp-h.in [new file with mode: 0644]
include/version.h
lib/Makefile.am [new file with mode: 0644]
lib/Makefile.in
scripts/Makefile.am [new file with mode: 0644]
scripts/Makefile.in
snmplib/Makefile.am [new file with mode: 0644]
snmplib/Makefile.in
src/Makefile.am [new file with mode: 0644]
src/Makefile.in
src/auth/Makefile.am [new file with mode: 0644]
src/auth/Makefile.in
src/auth/basic/Makefile.am [new file with mode: 0644]
src/auth/basic/Makefile.in
src/auth/digest/Makefile.am [new file with mode: 0644]
src/auth/digest/Makefile.in
src/auth/ntlm/Makefile.am [new file with mode: 0644]
src/auth/ntlm/Makefile.in
src/cachemgr.cc
src/fs/Makefile.am [new file with mode: 0644]
src/fs/Makefile.in
src/fs/aufs/Makefile.am [new file with mode: 0644]
src/fs/aufs/Makefile.in
src/fs/coss/Makefile.am [new file with mode: 0644]
src/fs/coss/Makefile.in
src/fs/diskd/Makefile.am [new file with mode: 0644]
src/fs/diskd/Makefile.in
src/fs/null/Makefile.am [new file with mode: 0644]
src/fs/null/Makefile.in
src/fs/ufs/Makefile.am [new file with mode: 0644]
src/fs/ufs/Makefile.in
src/globals.h
src/repl/Makefile.am [new file with mode: 0644]
src/repl/Makefile.in
src/repl/heap/Makefile.am [new file with mode: 0644]
src/repl/heap/Makefile.in
src/repl/lru/Makefile.am [new file with mode: 0644]
src/repl/lru/Makefile.in
src/snmp_agent.cc