scripts etc..
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2001/08/31 11:19:16 robertc Exp $
+# $Id: Makefile.am,v 1.2 2001/12/27 00:23:32 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
msnt_auth_SOURCES = md4.c rfcnb-io.c rfcnb-util.c session.c msntauth.c \
smbdes.c smbencrypt.c smblib-util.c smblib.c \
- valid.c denyusers.c allowusers.c confload.c
+ valid.c denyusers.c allowusers.c confload.c \
+ byteorder.h rfcnb-common.h rfcnb-error.h rfcnb.h \
+ rfcnb-io.h rfcnb-priv.h rfcnb-util.h smblib-common.h \
+ smblib.h smblib-priv.h std-defines.h std-includes.h valid.h
LDADD = @XTRA_LIBS@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.7 2001/11/29 11:17:05 hno Exp $
+# $Id: Makefile.in,v 1.8 2001/12/27 00:23:32 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
msnt_auth_SOURCES = md4.c rfcnb-io.c rfcnb-util.c session.c msntauth.c \
smbdes.c smbencrypt.c smblib-util.c smblib.c \
- valid.c denyusers.c allowusers.c confload.c
+ valid.c denyusers.c allowusers.c confload.c \
+ byteorder.h rfcnb-common.h rfcnb-error.h rfcnb.h \
+ rfcnb-io.h rfcnb-priv.h rfcnb-util.h smblib-common.h \
+ smblib.h smblib-priv.h std-defines.h std-includes.h valid.h
LDADD = @XTRA_LIBS@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2001/08/31 11:19:18 robertc Exp $
+# $Id: Makefile.am,v 1.2 2001/12/27 00:23:33 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
libexec_SCRIPTS = $(SMB_AUTH_HELPER)
libexec_PROGRAMS = smb_auth
smb_auth_CFLAGS = -DSAMBAPREFIX=\"$(SAMBAPREFIX)\" -DHELPERSCRIPT=\"$(SMB_AUTH_HELPER_PATH)\"
+EXTRA_DIST = smb_auth.sh
LDADD = $(XTRA_LIBS)
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.7 2001/11/29 11:17:08 hno Exp $
+# $Id: Makefile.in,v 1.8 2001/12/27 00:23:33 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
libexec_SCRIPTS = $(SMB_AUTH_HELPER)
libexec_PROGRAMS = smb_auth
smb_auth_CFLAGS = -DSAMBAPREFIX=\"$(SAMBAPREFIX)\" -DHELPERSCRIPT=\"$(SMB_AUTH_HELPER_PATH)\"
+EXTRA_DIST = smb_auth.sh
LDADD = $(XTRA_LIBS)
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.2 2001/09/06 21:37:29 hno Exp $
+# $Id: Makefile.am,v 1.3 2001/12/27 00:23:33 hno Exp $
#
#
libexec_PROGRAMS = yp_auth
-yp_auth_SOURCES = yp_auth.c nis_support.c
+yp_auth_SOURCES = yp_auth.c nis_support.h nis_support.c
LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/src/
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.9 2001/11/29 11:17:09 hno Exp $
+# $Id: Makefile.in,v 1.10 2001/12/27 00:23:33 hno Exp $
#
#
makesnmplib = @makesnmplib@
libexec_PROGRAMS = yp_auth
-yp_auth_SOURCES = yp_auth.c nis_support.c
+yp_auth_SOURCES = yp_auth.c nis_support.h nis_support.c
LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/src/
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2001/08/31 11:19:21 robertc Exp $
+# $Id: Makefile.am,v 1.2 2001/12/27 00:23:33 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
-libexec_SCRIPTS = smb_auth.pl
+libexec_SCRIPTS = \
+ smb_auth.pl
+
+EXTRA_DIST = \
+ smb_auth.pl
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.5 2001/11/29 11:17:10 hno Exp $
+# $Id: Makefile.in,v 1.6 2001/12/27 00:23:33 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
install_sh = @install_sh@
makesnmplib = @makesnmplib@
-libexec_SCRIPTS = smb_auth.pl
+libexec_SCRIPTS = \
+ smb_auth.pl
+
+
+EXTRA_DIST = \
+ smb_auth.pl
+
subdir = src/auth/basic/helpers/multi-domain-NTLM
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2001/08/31 11:19:28 robertc Exp $
+# $Id: Makefile.am,v 1.2 2001/12/27 00:23:34 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
libexec_SCRIPTS = no_check.pl
+
+EXTRA_DIST = no_check.pl
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.8 2001/11/29 11:17:30 hno Exp $
+# $Id: Makefile.in,v 1.9 2001/12/27 00:23:34 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
makesnmplib = @makesnmplib@
libexec_SCRIPTS = no_check.pl
+
+EXTRA_DIST = no_check.pl
subdir = src/auth/ntlm/helpers/no_check
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.18 2001/12/26 23:03:11 hno Exp $
+# $Id: Makefile.am,v 1.19 2001/12/27 00:23:31 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
snmp_agent.c \
unlinkd.c \
ssl_support.c \
+ ssl_support.h \
win32.c
squid_SOURCES = \
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.227 2001/12/26 23:03:11 hno Exp $
+# $Id: Makefile.in,v 1.228 2001/12/27 00:23:32 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
snmp_agent.c \
unlinkd.c \
ssl_support.c \
+ ssl_support.h \
win32.c
pinger_LDFLAGS =
@USE_DELAY_POOLS_FALSE@am__objects_1 =
@USE_DELAY_POOLS_TRUE@am__objects_1 = delay_pools.$(OBJEXT)
-@USE_DNSSERVER_FALSE@am__objects_2 = dns_internal.$(OBJEXT)
@USE_DNSSERVER_TRUE@am__objects_2 = dns.$(OBJEXT)
+@USE_DNSSERVER_FALSE@am__objects_2 = dns_internal.$(OBJEXT)
@ENABLE_HTCP_TRUE@am__objects_3 = htcp.$(OBJEXT)
-@MAKE_LEAKFINDER_TRUE@am__objects_4 = leakfinder.$(OBJEXT)
@MAKE_LEAKFINDER_FALSE@am__objects_4 =
+@MAKE_LEAKFINDER_TRUE@am__objects_4 = leakfinder.$(OBJEXT)
@USE_SNMP_TRUE@am__objects_5 = snmp_core.$(OBJEXT) snmp_agent.$(OBJEXT)
@USE_SNMP_FALSE@am__objects_5 =
-@ENABLE_SSL_FALSE@am__objects_6 =
@ENABLE_SSL_TRUE@am__objects_6 = ssl_support.$(OBJEXT)
-@ENABLE_UNLINKD_TRUE@am__objects_7 = unlinkd.$(OBJEXT)
+@ENABLE_SSL_FALSE@am__objects_6 =
@ENABLE_UNLINKD_FALSE@am__objects_7 =
+@ENABLE_UNLINKD_TRUE@am__objects_7 = unlinkd.$(OBJEXT)
@ENABLE_WIN32SPECIFIC_FALSE@am__objects_8 =
@ENABLE_WIN32SPECIFIC_TRUE@am__objects_8 = win32.$(OBJEXT)
am_squid_OBJECTS = access_log.$(OBJEXT) acl.$(OBJEXT) asn.$(OBJEXT) \
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2001/08/31 11:19:35 robertc Exp $
+# $Id: Makefile.am,v 1.2 2001/12/27 00:23:35 hno Exp $
#
AUTOMAKE_OPTIONS = subdir-objects
noinst_LIBRARIES = @REPL_LIBS@
liblru_a_SOURCES = lru/store_repl_lru.c
-libheap_a_SOURCES = heap/store_heap_replacement.c heap/store_repl_heap.c
+libheap_a_SOURCES = heap/store_heap_replacement.h heap/store_heap_replacement.c heap/store_repl_heap.c
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/src/
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.7 2001/11/29 11:17:39 hno Exp $
+# $Id: Makefile.in,v 1.8 2001/12/27 00:23:35 hno Exp $
#
SHELL = @SHELL@
noinst_LIBRARIES = @REPL_LIBS@
liblru_a_SOURCES = lru/store_repl_lru.c
-libheap_a_SOURCES = heap/store_heap_replacement.c heap/store_repl_heap.c
+libheap_a_SOURCES = heap/store_heap_replacement.h heap/store_heap_replacement.c heap/store_repl_heap.c
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/src/