@SET_MAKE@
#
-# $Id: Makefile.in,v 1.42 2003/02/06 09:59:47 robertc Exp $
+# $Id: Makefile.in,v 1.43 2003/02/12 01:10:52 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
dist-hook:
- @ for subdir in "include"; do \
+ @ for subdir in "include include/samba/nsswitch"; do \
if test "$$subdir" = .; then :; else \
test -d $(distdir)/$$subdir \
|| mkdir $(distdir)/$$subdir \
#! /bin/sh
-# From configure.in Revision: 1.320 .
+# From configure.in Revision: 1.321 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
installation can be specified if outside of the
system standard directories
--with-coss-membuf-size COSS membuf size (default 1048576 bytes)
+ --with-samba-sources=/path/to/samba-source-tree
+ Path where the correct Samba source files can be
+ found while building winbind helpers. (defaults to
+ use internal copies of the headers from Samba-2.2.7)
+
--with-filedescriptors=NUMBER Force squid to support NUMBER filedescriptors
Some influential environment variables:
fi;
+
+SAMBASOURCES='$(top_srcdir)/include/samba'
+
+# Check whether --with-samba-sources or --without-samba-sources was given.
+if test "${with_samba_sources+set}" = set; then
+ withval="$with_samba_sources"
+ if test -f $withval/source/nsswitch/winbind_nss_config.h; then
+ echo "Using Samba sources from $withval"
+ SAMBASOURCES="$withval/source"
+ else
+ echo "ERROR: Cannot find Samba sources at $withval"
+ exit 1
+ fi
+
+fi;
+
+
# Check whether --enable-unlinkd or --disable-unlinkd was given.
if test "${enable_unlinkd+set}" = set; then
enableval="$enable_unlinkd"
s,@NTLM_AUTH_HELPERS@,$NTLM_AUTH_HELPERS,;t t
s,@DIGEST_AUTH_HELPERS@,$DIGEST_AUTH_HELPERS,;t t
s,@EXTERNAL_ACL_HELPERS@,$EXTERNAL_ACL_HELPERS,;t t
+s,@SAMBASOURCES@,$SAMBASOURCES,;t t
s,@ENABLE_UNLINKD_TRUE@,$ENABLE_UNLINKD_TRUE,;t t
s,@ENABLE_UNLINKD_FALSE@,$ENABLE_UNLINKD_FALSE,;t t
s,@ENABLE_XPROF_STATS_TRUE@,$ENABLE_XPROF_STATS_TRUE,;t t
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.24 2003/02/06 09:59:51 robertc Exp $
+# $Id: Makefile.in,v 1.25 2003/02/12 01:10:55 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
@SET_MAKE@
#
-# $Id: Makefile.in,v 1.40 2003/02/06 09:59:52 robertc Exp $
+# $Id: Makefile.in,v 1.41 2003/02/12 01:10:59 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.in,v 1.33 2003/02/06 09:59:58 robertc Exp $
+# $Id: Makefile.in,v 1.34 2003/02/12 01:11:19 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.36 2003/02/06 09:59:58 robertc Exp $
+# $Id: Makefile.in,v 1.37 2003/02/12 01:11:36 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.31 2003/02/06 09:59:57 robertc Exp $
+# $Id: Makefile.in,v 1.32 2003/02/12 01:11:13 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.31 2003/02/06 09:59:59 robertc Exp $
+# $Id: Makefile.in,v 1.32 2003/02/12 01:11:41 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid PAM authentication helper
#
-# $Id: Makefile.in,v 1.32 2003/02/06 10:00:04 robertc Exp $
+# $Id: Makefile.in,v 1.33 2003/02/12 01:11:42 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid SASL authentication helper
#
-# $Id: Makefile.in,v 1.29 2003/02/06 10:00:04 robertc Exp $
+# $Id: Makefile.in,v 1.30 2003/02/12 01:11:46 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.32 2003/02/06 10:00:07 robertc Exp $
+# $Id: Makefile.in,v 1.33 2003/02/12 01:11:48 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.33 2003/02/06 10:00:09 robertc Exp $
+# $Id: Makefile.in,v 1.34 2003/02/12 01:11:51 hno Exp $
#
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.31 2003/02/06 10:00:09 robertc Exp $
+# $Id: Makefile.in,v 1.32 2003/02/12 01:11:54 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.29 2003/02/06 10:00:10 robertc Exp $
+# $Id: Makefile.in,v 1.30 2003/02/12 01:11:56 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.23 2003/02/06 10:00:14 robertc Exp $
+# $Id: Makefile.in,v 1.24 2003/02/12 01:11:59 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
makesnmplib = @makesnmplib@
libexec_PROGRAMS = wb_auth
-wb_auth_SOURCES = wb_basic_auth.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.h winbind_nss_config.h
-INCLUDES = -I$(top_srcdir)/include
+wb_auth_SOURCES = wb_basic_auth.c wb_common.c wbntlm.h
+INCLUDES = -I$(top_srcdir)/include -I@SAMBASOURCES@
LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth $(XTRA_LIBS)
subdir = helpers/basic_auth/winbind
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
# Makefile for digest auth helpers in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.28 2003/02/06 10:00:14 robertc Exp $
+# $Id: Makefile.in,v 1.29 2003/02/12 01:12:02 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.30 2003/02/06 10:00:15 robertc Exp $
+# $Id: Makefile.in,v 1.31 2003/02/12 01:12:03 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.18 2003/02/06 10:00:16 robertc Exp $
+# $Id: Makefile.in,v 1.19 2003/02/12 01:12:08 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the ip_user external_acl helper by Rodrigo Campos
#
-# $Id: Makefile.in,v 1.18 2003/02/06 10:00:16 robertc Exp $
+# $Id: Makefile.in,v 1.19 2003/02/12 01:12:08 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.in,v 1.19 2003/02/06 10:00:16 robertc Exp $
+# $Id: Makefile.in,v 1.20 2003/02/12 01:12:15 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.in,v 1.18 2003/02/06 10:00:17 robertc Exp $
+# $Id: Makefile.in,v 1.19 2003/02/12 01:12:15 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.in,v 1.17 2003/02/06 10:00:17 robertc Exp $
+# $Id: Makefile.in,v 1.18 2003/02/12 01:12:17 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the wb_group external_acl helper
#
-# $Id: Makefile.in,v 1.18 2003/02/06 10:00:19 robertc Exp $
+# $Id: Makefile.in,v 1.19 2003/02/12 01:12:22 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
makesnmplib = @makesnmplib@
libexec_PROGRAMS = wb_group
-wb_group_SOURCES = wb_check_group.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.h winbind_nss_config.h
+wb_group_SOURCES = wb_check_group.c wb_common.c wbntlm.h
EXTRA_DIST = readme.txt
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
- -I$(top_srcdir)/src
+ -I$(top_srcdir)/src -I@SAMBASOURCES@
LDADD = -L$(top_builddir)/lib $(XTRA_LIBS)
subdir = helpers/external_acl/winbind_group
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.31 2003/02/06 10:00:21 robertc Exp $
+# $Id: Makefile.in,v 1.32 2003/02/12 01:12:24 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.31 2003/02/06 10:00:21 robertc Exp $
+# $Id: Makefile.in,v 1.32 2003/02/12 01:12:26 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.30 2003/02/06 10:00:23 robertc Exp $
+# $Id: Makefile.in,v 1.31 2003/02/12 01:12:31 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.32 2003/02/06 10:00:23 robertc Exp $
+# $Id: Makefile.in,v 1.33 2003/02/12 01:12:34 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.23 2003/02/06 10:00:25 robertc Exp $
+# $Id: Makefile.in,v 1.24 2003/02/12 01:12:37 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
makesnmplib = @makesnmplib@
libexec_PROGRAMS = wb_ntlmauth
-wb_ntlmauth_SOURCES = wb_ntlm_auth.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.h winbind_nss_config.h
+wb_ntlmauth_SOURCES = wb_ntlm_auth.c wb_common.c wbntlm.h
EXTRA_DIST = \
patches/wb_common.patch \
patches/winbind_nss_config.patch
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
- -I$(top_srcdir)/src
+ -I$(top_srcdir)/src -I@SAMBASOURCES@
LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth $(XTRA_LIBS)
subdir = helpers/ntlm_auth/winbind
@SET_MAKE@
-# $Id: Makefile.in,v 1.42 2003/02/06 10:00:26 robertc Exp $
+# $Id: Makefile.in,v 1.43 2003/02/12 01:12:39 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
@SET_MAKE@
#
-# $Id: Makefile.in,v 1.79 2003/02/06 10:00:26 robertc Exp $
+# $Id: Makefile.in,v 1.80 2003/02/12 01:12:42 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.282 2003/02/11 13:07:27 hno Exp $
+# $Id: Makefile.in,v 1.283 2003/02/12 01:12:52 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
# Makefile for authentication modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.30 2003/02/06 10:00:31 robertc Exp $
+# $Id: Makefile.in,v 1.31 2003/02/12 01:12:53 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.33 2003/02/06 10:00:31 robertc Exp $
+# $Id: Makefile.in,v 1.34 2003/02/12 01:12:55 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.30 2003/02/06 10:00:33 robertc Exp $
+# $Id: Makefile.in,v 1.31 2003/02/12 01:12:58 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.17 2003/02/06 10:00:35 robertc Exp $
+# $Id: Makefile.in,v 1.18 2003/02/12 01:13:04 hno Exp $
#
SHELL = @SHELL@
REPL_OBJS = @REPL_OBJS@
REPL_POLICIES = @REPL_POLICIES@
RM = @RM@
+SAMBASOURCES = @SAMBASOURCES@
SH = @SH@
SNMPLIB = @SNMPLIB@
SSLLIB = @SSLLIB@