From: robertc <> Date: Wed, 12 Mar 2003 05:13:12 +0000 (+0000) Subject: bootstrapped X-Git-Tag: SQUID_3_0_PRE1~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa3c7377b112af32b1e8a9acfb6b7e676235eeda;p=thirdparty%2Fsquid.git bootstrapped --- diff --git a/Makefile.in b/Makefile.in index a5e91ebce3..a943e41858 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.52 2003/03/04 01:45:26 robertc Exp $ +# $Id: Makefile.in,v 1.53 2003/03/11 22:13:12 robertc Exp $ # SHELL = @SHELL@ @@ -105,6 +105,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/configure b/configure index 0b3e734b32..9036f7d09d 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.328 . +# From configure.in Revision: 1.329 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53. # @@ -3947,6 +3947,16 @@ if test -z "$PRESET_CFLAGS"; then fi fi +if test "$GCC" = "yes"; then + SQUID_CFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments" + SQUID_CXXFLAGS="$SQUID_CFLAGS" +else + SQUID_CFLAGS= + SQUID_CXXFLAGS= +fi + + + if test -z "$PRESET_LDFLAGS"; then if test "$GCC" = "yes"; then case "$host" in @@ -16697,6 +16707,8 @@ s,@host_os@,$host_os,;t t s,@CGIEXT@,$CGIEXT,;t t s,@ENABLE_WIN32SPECIFIC_TRUE@,$ENABLE_WIN32SPECIFIC_TRUE,;t t s,@ENABLE_WIN32SPECIFIC_FALSE@,$ENABLE_WIN32SPECIFIC_FALSE,;t t +s,@SQUID_CFLAGS@,$SQUID_CFLAGS,;t t +s,@SQUID_CXXFLAGS@,$SQUID_CXXFLAGS,;t t s,@LIBDLMALLOC@,$LIBDLMALLOC,;t t s,@LIB_MALLOC@,$LIB_MALLOC,;t t s,@STORE_OBJS@,$STORE_OBJS,;t t diff --git a/contrib/Makefile.in b/contrib/Makefile.in index 5e1be1ff4f..91f9425a82 100644 --- a/contrib/Makefile.in +++ b/contrib/Makefile.in @@ -106,6 +106,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/doc/Makefile.in b/doc/Makefile.in index c4672b1ad9..d63dd22580 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.33 2003/03/04 01:45:32 robertc Exp $ +# $Id: Makefile.in,v 1.34 2003/03/11 22:13:16 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/errors/Makefile.in b/errors/Makefile.in index a6facca0a0..384bbfe3a3 100644 --- a/errors/Makefile.in +++ b/errors/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.49 2003/03/04 01:45:32 robertc Exp $ +# $Id: Makefile.in,v 1.50 2003/03/11 22:13:17 robertc Exp $ # SHELL = @SHELL@ @@ -105,6 +105,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/Makefile.in b/helpers/Makefile.in index 14ff8fd076..59bbde1c5a 100644 --- a/helpers/Makefile.in +++ b/helpers/Makefile.in @@ -101,6 +101,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/LDAP/Makefile.in b/helpers/basic_auth/LDAP/Makefile.in index 2ef250beac..db51016850 100644 --- a/helpers/basic_auth/LDAP/Makefile.in +++ b/helpers/basic_auth/LDAP/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid LDAP authentication helper # -# $Id: Makefile.in,v 1.42 2003/03/04 01:45:38 robertc Exp $ +# $Id: Makefile.in,v 1.43 2003/03/11 22:13:23 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/MSNT/Makefile.in b/helpers/basic_auth/MSNT/Makefile.in index 933931bb72..155bb935ff 100644 --- a/helpers/basic_auth/MSNT/Makefile.in +++ b/helpers/basic_auth/MSNT/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.45 2003/03/04 01:45:39 robertc Exp $ +# $Id: Makefile.in,v 1.46 2003/03/11 22:13:23 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/Makefile.in b/helpers/basic_auth/Makefile.in index d046eea011..854dbb8ff5 100644 --- a/helpers/basic_auth/Makefile.in +++ b/helpers/basic_auth/Makefile.in @@ -15,7 +15,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.40 2003/03/04 01:45:33 robertc Exp $ +# $Id: Makefile.in,v 1.41 2003/03/11 22:13:19 robertc Exp $ # SHELL = @SHELL@ @@ -106,6 +106,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/NCSA/Makefile.in b/helpers/basic_auth/NCSA/Makefile.in index 7158536f79..42bcb12243 100644 --- a/helpers/basic_auth/NCSA/Makefile.in +++ b/helpers/basic_auth/NCSA/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.40 2003/03/04 01:45:39 robertc Exp $ +# $Id: Makefile.in,v 1.41 2003/03/11 22:13:26 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/PAM/Makefile.in b/helpers/basic_auth/PAM/Makefile.in index 55004a713b..ba5df32308 100644 --- a/helpers/basic_auth/PAM/Makefile.in +++ b/helpers/basic_auth/PAM/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid PAM authentication helper # -# $Id: Makefile.in,v 1.41 2003/03/04 01:45:40 robertc Exp $ +# $Id: Makefile.in,v 1.42 2003/03/11 22:13:26 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/SASL/Makefile.in b/helpers/basic_auth/SASL/Makefile.in index b0794cf05a..4461f761fe 100644 --- a/helpers/basic_auth/SASL/Makefile.in +++ b/helpers/basic_auth/SASL/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid SASL authentication helper # -# $Id: Makefile.in,v 1.38 2003/03/04 01:45:40 robertc Exp $ +# $Id: Makefile.in,v 1.39 2003/03/11 22:13:28 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/SMB/Makefile.in b/helpers/basic_auth/SMB/Makefile.in index e2502c781c..ce477da1f2 100644 --- a/helpers/basic_auth/SMB/Makefile.in +++ b/helpers/basic_auth/SMB/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.41 2003/03/04 01:45:41 robertc Exp $ +# $Id: Makefile.in,v 1.42 2003/03/11 22:13:28 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -114,6 +114,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/YP/Makefile.in b/helpers/basic_auth/YP/Makefile.in index 9afc1f5a11..51164c8f12 100644 --- a/helpers/basic_auth/YP/Makefile.in +++ b/helpers/basic_auth/YP/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.42 2003/03/04 01:45:43 robertc Exp $ +# $Id: Makefile.in,v 1.43 2003/03/11 22:13:28 robertc Exp $ # # @@ -108,6 +108,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/getpwnam/Makefile.in b/helpers/basic_auth/getpwnam/Makefile.in index 332226da33..6c9fb161e3 100644 --- a/helpers/basic_auth/getpwnam/Makefile.in +++ b/helpers/basic_auth/getpwnam/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.40 2003/03/04 01:45:44 robertc Exp $ +# $Id: Makefile.in,v 1.41 2003/03/11 22:13:28 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/multi-domain-NTLM/Makefile.in b/helpers/basic_auth/multi-domain-NTLM/Makefile.in index 1110e8651c..cec798dd0d 100644 --- a/helpers/basic_auth/multi-domain-NTLM/Makefile.in +++ b/helpers/basic_auth/multi-domain-NTLM/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.38 2003/03/04 01:45:45 robertc Exp $ +# $Id: Makefile.in,v 1.39 2003/03/11 22:13:30 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/winbind/Makefile.in b/helpers/basic_auth/winbind/Makefile.in index 73e36a4bdd..573e249513 100644 --- a/helpers/basic_auth/winbind/Makefile.in +++ b/helpers/basic_auth/winbind/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.32 2003/03/04 01:45:46 robertc Exp $ +# $Id: Makefile.in,v 1.33 2003/03/11 22:13:31 robertc Exp $ # SHELL = @SHELL@ @@ -107,6 +107,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/digest_auth/Makefile.in b/helpers/digest_auth/Makefile.in index d92ef0ba9a..ce8bd27b13 100644 --- a/helpers/digest_auth/Makefile.in +++ b/helpers/digest_auth/Makefile.in @@ -15,7 +15,7 @@ # Makefile for digest auth helpers in the Squid Object Cache server # -# $Id: Makefile.in,v 1.37 2003/03/04 01:45:48 robertc Exp $ +# $Id: Makefile.in,v 1.38 2003/03/11 22:13:36 robertc Exp $ # SHELL = @SHELL@ @@ -106,6 +106,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/digest_auth/password/Makefile.in b/helpers/digest_auth/password/Makefile.in index e3c07417f8..29d1e42aa9 100644 --- a/helpers/digest_auth/password/Makefile.in +++ b/helpers/digest_auth/password/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.39 2003/03/04 01:45:49 robertc Exp $ +# $Id: Makefile.in,v 1.40 2003/03/11 22:13:37 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/external_acl/Makefile.in b/helpers/external_acl/Makefile.in index a596e2f28f..1d2d90d1d8 100644 --- a/helpers/external_acl/Makefile.in +++ b/helpers/external_acl/Makefile.in @@ -15,7 +15,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.27 2003/03/04 01:45:50 robertc Exp $ +# $Id: Makefile.in,v 1.28 2003/03/11 22:13:40 robertc Exp $ # SHELL = @SHELL@ @@ -106,6 +106,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/external_acl/ip_user/Makefile.in b/helpers/external_acl/ip_user/Makefile.in index 3b684c7e5e..9efccb9407 100644 --- a/helpers/external_acl/ip_user/Makefile.in +++ b/helpers/external_acl/ip_user/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the ip_user external_acl helper by Rodrigo Campos # -# $Id: Makefile.in,v 1.27 2003/03/04 01:45:50 robertc Exp $ +# $Id: Makefile.in,v 1.28 2003/03/11 22:13:42 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/external_acl/ldap_group/Makefile.in b/helpers/external_acl/ldap_group/Makefile.in index a5458a7f9f..2a1173d3a9 100644 --- a/helpers/external_acl/ldap_group/Makefile.in +++ b/helpers/external_acl/ldap_group/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid LDAP authentication helper # -# $Id: Makefile.in,v 1.29 2003/03/04 01:45:51 robertc Exp $ +# $Id: Makefile.in,v 1.30 2003/03/11 22:13:42 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/external_acl/unix_group/Makefile.in b/helpers/external_acl/unix_group/Makefile.in index 1a9d45fe5f..55e3ac04e6 100644 --- a/helpers/external_acl/unix_group/Makefile.in +++ b/helpers/external_acl/unix_group/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid LDAP authentication helper # -# $Id: Makefile.in,v 1.27 2003/03/04 01:45:51 robertc Exp $ +# $Id: Makefile.in,v 1.28 2003/03/11 22:13:42 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/external_acl/wbinfo_group/Makefile.in b/helpers/external_acl/wbinfo_group/Makefile.in index eb5117695b..4bc5396739 100644 --- a/helpers/external_acl/wbinfo_group/Makefile.in +++ b/helpers/external_acl/wbinfo_group/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid LDAP authentication helper # -# $Id: Makefile.in,v 1.26 2003/03/04 01:45:56 robertc Exp $ +# $Id: Makefile.in,v 1.27 2003/03/11 22:13:45 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/external_acl/winbind_group/Makefile.in b/helpers/external_acl/winbind_group/Makefile.in index 17806f5b90..7f5cdac836 100644 --- a/helpers/external_acl/winbind_group/Makefile.in +++ b/helpers/external_acl/winbind_group/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the wb_group external_acl helper # -# $Id: Makefile.in,v 1.27 2003/03/04 01:45:58 robertc Exp $ +# $Id: Makefile.in,v 1.28 2003/03/11 22:13:48 robertc Exp $ # SHELL = @SHELL@ @@ -107,6 +107,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/ntlm_auth/Makefile.in b/helpers/ntlm_auth/Makefile.in index 10c57d5bf6..ffde3ba053 100644 --- a/helpers/ntlm_auth/Makefile.in +++ b/helpers/ntlm_auth/Makefile.in @@ -15,7 +15,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.40 2003/03/04 01:46:00 robertc Exp $ +# $Id: Makefile.in,v 1.41 2003/03/11 22:13:49 robertc Exp $ # SHELL = @SHELL@ @@ -106,6 +106,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/ntlm_auth/SMB/Makefile.in b/helpers/ntlm_auth/SMB/Makefile.in index 0fc57cc111..9959081f56 100644 --- a/helpers/ntlm_auth/SMB/Makefile.in +++ b/helpers/ntlm_auth/SMB/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.40 2003/03/04 01:46:00 robertc Exp $ +# $Id: Makefile.in,v 1.41 2003/03/11 22:13:52 robertc Exp $ # SHELL = @SHELL@ @@ -107,6 +107,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/ntlm_auth/SMB/smbval/Makefile.in b/helpers/ntlm_auth/SMB/smbval/Makefile.in index 600a58dd16..fb535c0b4e 100644 --- a/helpers/ntlm_auth/SMB/smbval/Makefile.in +++ b/helpers/ntlm_auth/SMB/smbval/Makefile.in @@ -103,6 +103,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/ntlm_auth/fakeauth/Makefile.in b/helpers/ntlm_auth/fakeauth/Makefile.in index 6b6f449bc2..194d32790e 100644 --- a/helpers/ntlm_auth/fakeauth/Makefile.in +++ b/helpers/ntlm_auth/fakeauth/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.39 2003/03/04 01:46:10 robertc Exp $ +# $Id: Makefile.in,v 1.40 2003/03/11 22:13:55 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/ntlm_auth/no_check/Makefile.in b/helpers/ntlm_auth/no_check/Makefile.in index 41101b06e7..98fdbcfb88 100644 --- a/helpers/ntlm_auth/no_check/Makefile.in +++ b/helpers/ntlm_auth/no_check/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.41 2003/03/04 01:46:11 robertc Exp $ +# $Id: Makefile.in,v 1.42 2003/03/11 22:13:58 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/ntlm_auth/winbind/Makefile.in b/helpers/ntlm_auth/winbind/Makefile.in index 059c1159eb..cd2dc5cee3 100644 --- a/helpers/ntlm_auth/winbind/Makefile.in +++ b/helpers/ntlm_auth/winbind/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.32 2003/03/04 01:46:14 robertc Exp $ +# $Id: Makefile.in,v 1.33 2003/03/11 22:14:00 robertc Exp $ # SHELL = @SHELL@ @@ -107,6 +107,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/icons/Makefile.in b/icons/Makefile.in index f42fff531b..cbc9b894af 100644 --- a/icons/Makefile.in +++ b/icons/Makefile.in @@ -13,7 +13,7 @@ @SET_MAKE@ -# $Id: Makefile.in,v 1.52 2003/03/04 01:46:16 robertc Exp $ +# $Id: Makefile.in,v 1.53 2003/03/11 22:14:03 robertc Exp $ # SHELL = @SHELL@ @@ -104,6 +104,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/lib/Makefile.in b/lib/Makefile.in index 3d8ba73020..b6c68da135 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.89 2003/03/10 05:05:40 robertc Exp $ +# $Id: Makefile.in,v 1.90 2003/03/11 22:14:08 robertc Exp $ # SHELL = @SHELL@ @@ -105,6 +105,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/lib/libTrie/Makefile.in b/lib/libTrie/Makefile.in index 6d9cb13f55..403b4fc7ab 100644 --- a/lib/libTrie/Makefile.in +++ b/lib/libTrie/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.2 2003/03/10 05:05:42 robertc Exp $ +# $Id: Makefile.in,v 1.3 2003/03/11 22:14:08 robertc Exp $ # SHELL = @SHELL@ diff --git a/scripts/Makefile.in b/scripts/Makefile.in index cde856228d..25bfc58328 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -106,6 +106,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/snmplib/Makefile.in b/snmplib/Makefile.in index 2e0b313963..cdae64aae8 100644 --- a/snmplib/Makefile.in +++ b/snmplib/Makefile.in @@ -101,6 +101,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/Makefile.in b/src/Makefile.in index 1b25bcc50c..811074c648 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.298 2003/03/10 05:05:48 robertc Exp $ +# $Id: Makefile.in,v 1.299 2003/03/11 22:14:12 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -109,6 +109,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ @@ -216,8 +218,8 @@ ESI_ALL_SOURCE = \ @ENABLE_ARP_ACL_TRUE@ARP_ACL_SOURCE = ACLARP.cc ACLARP.h @ENABLE_ARP_ACL_FALSE@ARP_ACL_SOURCE = -AM_CFLAGS = -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -AM_CXXFLAGS = -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments +AM_CFLAGS = @SQUID_CFLAGS@ +AM_CXXFLAGS = @SQUID_CXXFLAGS@ SUBDIRS = fs repl auth diff --git a/src/auth/Makefile.in b/src/auth/Makefile.in index 0f349065fc..226eda4ada 100644 --- a/src/auth/Makefile.in +++ b/src/auth/Makefile.in @@ -15,7 +15,7 @@ # Makefile for authentication modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.39 2003/03/04 01:46:40 robertc Exp $ +# $Id: Makefile.in,v 1.40 2003/03/11 22:14:20 robertc Exp $ # SHELL = @SHELL@ @@ -106,6 +106,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ @@ -122,7 +124,8 @@ install_sh = @install_sh@ makesnmplib = @makesnmplib@ AUTOMAKE_OPTIONS = subdir-objects -AM_CXXFLAGS = -Werror -Wall +AM_CFLAGS = @SQUID_CFLAGS@ +AM_CXXFLAGS = @SQUID_CXXFLAGS@ EXTRA_LIBRARIES = libbasic.a libdigest.a libntlm.a noinst_LIBRARIES = @AUTH_LIBS@ diff --git a/src/fs/Makefile.in b/src/fs/Makefile.in index b7b1d6afa6..ad1cdd436e 100644 --- a/src/fs/Makefile.in +++ b/src/fs/Makefile.in @@ -15,7 +15,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.42 2003/03/04 01:46:43 robertc Exp $ +# $Id: Makefile.in,v 1.43 2003/03/11 22:14:22 robertc Exp $ # SHELL = @SHELL@ @@ -106,6 +106,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ @@ -122,8 +124,8 @@ install_sh = @install_sh@ makesnmplib = @makesnmplib@ AUTOMAKE_OPTIONS = subdir-objects -AM_CFLAGS = -Werror -Wall -AM_CXXFLAGS = -Werror -Wall +AM_CFLAGS = @SQUID_CFLAGS@ +AM_CXXFLAGS = @SQUID_CXXFLAGS@ DIST_SUBDIRS = aufs coss diskd null ufs diff --git a/src/repl/Makefile.in b/src/repl/Makefile.in index 35d6a9234f..cfabd46ab1 100644 --- a/src/repl/Makefile.in +++ b/src/repl/Makefile.in @@ -15,7 +15,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.39 2003/03/04 01:46:43 robertc Exp $ +# $Id: Makefile.in,v 1.40 2003/03/11 22:14:25 robertc Exp $ # SHELL = @SHELL@ @@ -106,6 +106,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ @@ -122,8 +124,8 @@ install_sh = @install_sh@ makesnmplib = @makesnmplib@ AUTOMAKE_OPTIONS = subdir-objects -AM_CFLAGS = -Werror -Wall -AM_CXXFLAGS = -Werror -Wall +AM_CFLAGS = @SQUID_CFLAGS@ +AM_CXXFLAGS = @SQUID_CXXFLAGS@ # No recursion is needed for the subdirs, we build from here. // @REPL_POLICIES@ diff --git a/test-suite/Makefile.in b/test-suite/Makefile.in index 595170e31e..d215e62c26 100644 --- a/test-suite/Makefile.in +++ b/test-suite/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.26 2003/03/04 01:46:44 robertc Exp $ +# $Id: Makefile.in,v 1.27 2003/03/11 22:14:25 robertc Exp $ # SHELL = @SHELL@ @@ -107,6 +107,8 @@ RM = @RM@ SAMBASOURCES = @SAMBASOURCES@ SH = @SH@ SNMPLIB = @SNMPLIB@ +SQUID_CFLAGS = @SQUID_CFLAGS@ +SQUID_CXXFLAGS = @SQUID_CXXFLAGS@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@