--------------------- PatchSet 5457 Date: 2002/11/10 16:02:01 Author: serassio Branch: nt-2_5 Tag: (none) Log: Added make dist support to win32 specific stuff Members: Makefile.am:1.4.22.1.4.9->1.4.22.1.4.10 configure.in:1.42.2.5.4.29->1.42.2.5.4.30 doc/Makefile.am:1.1.2.1.4.1->1.1.2.1.4.2 helpers/basic_auth/win32_locallogon/Makefile.am:1.1.4.3->1.1.4.4 helpers/external_acl/win32_group/Makefile.am:1.1.8.4->1.1.8.5 helpers/ntlm_auth/NTLMSSP-WIN32/Makefile.am:1.1.4.3->1.1.4.4 port/.cvsignore:1.1->1.1.2.1 port/Makefile.am:1.1->1.1.2.1 port/win32/.cvsignore:1.1.4.1->1.1.4.2 port/win32/Makefile.am:1.1->1.1.2.1 src/fs/awin32/.cvsignore:1.1->1.1.36.1 Index: squid/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/Makefile.am,v retrieving revision 1.4.22.1.4.9 retrieving revision 1.4.22.1.4.10 diff -u -r1.4.22.1.4.9 -r1.4.22.1.4.10 --- squid/Makefile.am 30 Sep 2002 18:59:56 -0000 1.4.22.1.4.9 +++ squid/Makefile.am 10 Nov 2002 16:02:01 -0000 1.4.22.1.4.10 @@ -4,7 +4,7 @@ # AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5 -DIST_SUBDIRS = lib snmplib scripts src icons errors contrib doc helpers +DIST_SUBDIRS = lib snmplib scripts src icons errors contrib doc helpers port SUBDIRS = lib @makesnmplib@ scripts src icons errors doc helpers DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]* Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.42.2.5.4.29 retrieving revision 1.42.2.5.4.30 diff -u -r1.42.2.5.4.29 -r1.42.2.5.4.30 --- squid/configure.in 27 Oct 2002 11:12:51 -0000 1.42.2.5.4.29 +++ squid/configure.in 10 Nov 2002 16:02:02 -0000 1.42.2.5.4.30 @@ -3,15 +3,15 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.42.2.5.4.29 2002/10/27 11:12:51 serassio Exp $ +dnl $Id: configure.in,v 1.42.2.5.4.30 2002/11/10 16:02:02 serassio Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_AUX_DIR(cfgaux) -AM_INIT_AUTOMAKE(squid, 2.5.STABLE1-CVS) +AM_INIT_AUTOMAKE(squid, 2.5.STABLE1.NT-CVS) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.42.2.5.4.29 $)dnl +AC_REVISION($Revision: 1.42.2.5.4.30 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2166,7 +2166,7 @@ ;; *) echo "Will use our own inet_ntoa()." - LIBOBJS="$LIBOBJS inet_ntoa.o" + AC_LIBOBJ="$AC_LIBOBJ inet_ntoa.o" # echo "WARNING: This looks bad, and probably prevents Squid from working." # echo " If you're on IRIX and using GCC 2.8, you probably need" # echo " to use the IRIX C compiler instead." @@ -2359,4 +2359,6 @@ helpers/external_acl/wbinfo_group/Makefile \ helpers/external_acl/winbind_group/Makefile \ helpers/external_acl/win32_group/Makefile \ + port/Makefile \ + port/win32/Makefile \ ]) Index: squid/doc/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/doc/Makefile.am,v retrieving revision 1.1.2.1.4.1 retrieving revision 1.1.2.1.4.2 diff -u -r1.1.2.1.4.1 -r1.1.2.1.4.2 --- squid/doc/Makefile.am 21 Jul 2002 08:58:20 -0000 1.1.2.1.4.1 +++ squid/doc/Makefile.am 10 Nov 2002 16:02:06 -0000 1.1.2.1.4.2 @@ -11,4 +11,5 @@ EXTRA_DIST = \ squid.8 \ - debug-sections.txt + debug-sections.txt \ + win32-relnotes.html Index: squid/helpers/basic_auth/win32_locallogon/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/basic_auth/win32_locallogon/Attic/Makefile.am,v retrieving revision 1.1.4.3 retrieving revision 1.1.4.4 diff -u -r1.1.4.3 -r1.1.4.4 --- squid/helpers/basic_auth/win32_locallogon/Makefile.am 27 Oct 2002 12:53:11 -0000 1.1.4.3 +++ squid/helpers/basic_auth/win32_locallogon/Makefile.am 10 Nov 2002 16:02:07 -0000 1.1.4.4 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1.4.3 2002/10/27 12:53:11 serassio Exp $ +# $Id: Makefile.am,v 1.1.4.4 2002/11/10 16:02:07 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -19,3 +19,5 @@ else INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src endif + +EXTRA_DIST = README.txt Index: squid/helpers/external_acl/win32_group/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/external_acl/win32_group/Attic/Makefile.am,v retrieving revision 1.1.8.4 retrieving revision 1.1.8.5 diff -u -r1.1.8.4 -r1.1.8.5 --- squid/helpers/external_acl/win32_group/Makefile.am 27 Oct 2002 12:53:12 -0000 1.1.8.4 +++ squid/helpers/external_acl/win32_group/Makefile.am 10 Nov 2002 16:02:08 -0000 1.1.8.5 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1.8.4 2002/10/27 12:53:12 serassio Exp $ +# $Id: Makefile.am,v 1.1.8.5 2002/11/10 16:02:08 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -19,3 +19,5 @@ LDADD = -L$(top_builddir)/lib -lmiscutil -lnetapi32 -ladvapi32 \ $(XTRA_LIBS) + +EXTRA_DIST = readme.txt Index: squid/helpers/ntlm_auth/NTLMSSP-WIN32/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/ntlm_auth/NTLMSSP-WIN32/Attic/Makefile.am,v retrieving revision 1.1.4.3 retrieving revision 1.1.4.4 diff -u -r1.1.4.3 -r1.1.4.4 --- squid/helpers/ntlm_auth/NTLMSSP-WIN32/Makefile.am 27 Oct 2002 12:53:12 -0000 1.1.4.3 +++ squid/helpers/ntlm_auth/NTLMSSP-WIN32/Makefile.am 10 Nov 2002 16:02:09 -0000 1.1.4.4 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1.4.3 2002/10/27 12:53:12 serassio Exp $ +# $Id: Makefile.am,v 1.1.4.4 2002/11/10 16:02:09 serassio Exp $ # libexec_PROGRAMS = ntlm_auth @@ -16,3 +16,5 @@ LDADD = -L$(top_builddir)/lib -lntlmauth -lsspwin32 -lnetapi32 \ -ladvapi32 -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) + +EXTRA_DIST = readme.txt --- /dev/null Wed Feb 14 01:07:22 2007 +++ squid/port/.cvsignore Wed Feb 14 01:07:58 2007 @@ -0,0 +1,2 @@ +.cvsignore +Makefile.in --- /dev/null Wed Feb 14 01:07:22 2007 +++ squid/port/Makefile.am Wed Feb 14 01:07:58 2007 @@ -0,0 +1,6 @@ +## Process this file with automake to produce Makefile.in +# +# $Id: Makefile.am,v 1.1.2.1 2002/11/10 16:02:10 serassio Exp $ +# + +SUBDIRS = win32 Index: squid/port/win32/.cvsignore =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/Attic/.cvsignore,v retrieving revision 1.1.4.1 retrieving revision 1.1.4.2 diff -u -r1.1.4.1 -r1.1.4.2 --- squid/port/win32/.cvsignore 5 May 2002 16:47:19 -0000 1.1.4.1 +++ squid/port/win32/.cvsignore 10 Nov 2002 16:02:11 -0000 1.1.4.2 @@ -1,3 +1,4 @@ .cvsignore Debug Release +Makefile.in --- /dev/null Wed Feb 14 01:07:22 2007 +++ squid/port/win32/Makefile.am Wed Feb 14 01:07:58 2007 @@ -0,0 +1,61 @@ +## Process this file with automake to produce Makefile.in +# +# $Id: Makefile.am,v 1.1.2.1 2002/11/10 16:02:12 serassio Exp $ +# + +EXTRA_DIST = \ + auth_modules.cmd \ + cf_data.dsp \ + default_config_file.cmd \ + icons.cmd \ + icons.dsp \ + install.dsp \ + modules.dsp \ + PerlPreprocessing.dsp \ + repl_modules.cmd \ + squid.dsw \ + squid_conf_default.dsp \ + squid_mswin.mak \ + store_modules.cmd \ + update.cmd \ + cachemgr/cachemgr.dsp \ + cf_gen/cf_gen.dsp \ + dnsserver/dnsserver.dsp \ + fake_auth/fake_auth.dsp \ + include/autoconf.h \ + include/cdefs.h \ + include/crypt.h \ + include/getopt.h \ + include/READDIR.h \ + include/squid-mswin.h \ + LDAP_auth/LDAP_auth.dsp \ + libawin32/libawin32.dsp \ + libbasic/libbasic.dsp \ + libdigest/libdigest.dsp \ + libgnuregex/libgnuregex.dsp \ + libheap/libheap.dsp \ + liblru/liblru.dsp \ + libmiscutil/libmiscutil.dsp \ + libntlm/libntlm.dsp \ + libntlmauth/libntlmauth.dsp \ + libnull/libnull.dsp \ + libsnmp/libsnmp.dsp \ + libsspwin32/libsspwin32.dsp \ + libufs/libufs.dsp \ + NCSA_auth/NCSA_auth.dsp \ + nt_auth/nt_auth.dsp \ + ntlm_win32_auth/ntlm_win32_auth.dsp \ + pinger/pinger.dsp \ + squid/buildcount.dsm \ + squid/buildver.h \ + squid/resource.h \ + squid/squid.dsp \ + squid/squid.mak \ + squid/squid.rc \ + squid/squid.rc2 \ + pinger/pinger.dsp \ + squidclient/squidclient.dsp \ + src/encrypt.c \ + src/readdir.c \ + unlinkd/unlinkd.dsp \ + win32_check_group/win32_check_group.dsp --- /dev/null Wed Feb 14 01:07:22 2007 +++ squid/src/fs/awin32/.cvsignore Wed Feb 14 01:07:58 2007 @@ -0,0 +1,2 @@ +.cvsignore +Makefile.in