]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/multi-domain-NTLM/Makefile.in
fix headers to allow inclusion into C++ source
[thirdparty/squid.git] / helpers / basic_auth / multi-domain-NTLM / Makefile.in
1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 #
17 # Makefile for the Squid Object Cache server
18 #
19 # $Id: Makefile.in,v 1.16 2002/09/15 06:40:38 robertc Exp $
20 #
21 # Uncomment and customize the following to suit your needs:
22 #
23
24 SHELL = @SHELL@
25
26 srcdir = @srcdir@
27 top_srcdir = @top_srcdir@
28 VPATH = @srcdir@
29 prefix = @prefix@
30 exec_prefix = @exec_prefix@
31
32 bindir = @bindir@
33 sbindir = @sbindir@
34 libexecdir = @libexecdir@
35 datadir = @datadir@
36 sysconfdir = @sysconfdir@
37 sharedstatedir = @sharedstatedir@
38 localstatedir = @localstatedir@
39 libdir = @libdir@
40 infodir = @infodir@
41 mandir = @mandir@
42 includedir = @includedir@
43 oldincludedir = /usr/include
44 pkgdatadir = $(datadir)/@PACKAGE@
45 pkglibdir = $(libdir)/@PACKAGE@
46 pkgincludedir = $(includedir)/@PACKAGE@
47 top_builddir = ../../..
48
49 ACLOCAL = @ACLOCAL@
50 AUTOCONF = @AUTOCONF@
51 AUTOMAKE = @AUTOMAKE@
52 AUTOHEADER = @AUTOHEADER@
53
54 INSTALL = @INSTALL@
55 INSTALL_PROGRAM = @INSTALL_PROGRAM@
56 INSTALL_DATA = @INSTALL_DATA@
57 INSTALL_SCRIPT = @INSTALL_SCRIPT@
58 INSTALL_HEADER = $(INSTALL_DATA)
59 transform = @program_transform_name@
60 NORMAL_INSTALL = :
61 PRE_INSTALL = :
62 POST_INSTALL = :
63 NORMAL_UNINSTALL = :
64 PRE_UNINSTALL = :
65 POST_UNINSTALL = :
66 host_alias = @host_alias@
67 host_triplet = @host@
68 AMTAR = @AMTAR@
69 AR = @AR@
70 AR_R = @AR_R@
71 AUTH_LIBS = @AUTH_LIBS@
72 AUTH_MODULES = @AUTH_MODULES@
73 AUTH_OBJS = @AUTH_OBJS@
74 AWK = @AWK@
75 BASIC_AUTH_HELPERS = @BASIC_AUTH_HELPERS@
76 CC = @CC@
77 CGIEXT = @CGIEXT@
78 CPP = @CPP@
79 CRYPTLIB = @CRYPTLIB@
80 CXX = @CXX@
81 DEPDIR = @DEPDIR@
82 DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
83 ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@
84 ERR_LANGUAGES = @ERR_LANGUAGES@
85 EXEEXT = @EXEEXT@
86 EXTERNAL_ACL_HELPERS = @EXTERNAL_ACL_HELPERS@
87 FALSE = @FALSE@
88 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
89 LIBDLMALLOC = @LIBDLMALLOC@
90 LIBREGEX = @LIBREGEX@
91 LIB_MALLOC = @LIB_MALLOC@
92 LN = @LN@
93 LN_S = @LN_S@
94 MAINT = @MAINT@
95 MKDIR = @MKDIR@
96 MV = @MV@
97 NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
98 OBJEXT = @OBJEXT@
99 OPT_DEFAULT_HOSTS = @OPT_DEFAULT_HOSTS@
100 OPT_DISKD_EXE = @OPT_DISKD_EXE@
101 OPT_DNSSERVER_EXE = @OPT_DNSSERVER_EXE@
102 OPT_PINGER = @OPT_PINGER@
103 OPT_PINGER_EXE = @OPT_PINGER_EXE@
104 PACKAGE = @PACKAGE@
105 PERL = @PERL@
106 RANLIB = @RANLIB@
107 REGEXLIB = @REGEXLIB@
108 REPL_LIBS = @REPL_LIBS@
109 REPL_OBJS = @REPL_OBJS@
110 REPL_POLICIES = @REPL_POLICIES@
111 RM = @RM@
112 SH = @SH@
113 SNMPLIB = @SNMPLIB@
114 SSLLIB = @SSLLIB@
115 STORE_LIBS = @STORE_LIBS@
116 STORE_MODULES = @STORE_MODULES@
117 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
118 STORE_OBJS = @STORE_OBJS@
119 TRUE = @TRUE@
120 VERSION = @VERSION@
121 XTRA_LIBS = @XTRA_LIBS@
122 XTRA_OBJS = @XTRA_OBJS@
123 am__include = @am__include@
124 am__quote = @am__quote@
125 install_sh = @install_sh@
126 makesnmplib = @makesnmplib@
127
128 libexec_SCRIPTS = \
129 smb_auth.pl
130
131
132 EXTRA_DIST = \
133 smb_auth.pl \
134 README.txt
135
136 subdir = helpers/basic_auth/multi-domain-NTLM
137 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
138 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
139 CONFIG_CLEAN_FILES =
140 SCRIPTS = $(libexec_SCRIPTS)
141
142 DIST_SOURCES =
143 DIST_COMMON = Makefile.am Makefile.in
144 all: all-am
145
146 .SUFFIXES:
147 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
148 cd $(top_srcdir) && \
149 $(AUTOMAKE) --foreign helpers/basic_auth/multi-domain-NTLM/Makefile
150 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
151 cd $(top_builddir) && \
152 CONFIG_HEADERS= CONFIG_LINKS= \
153 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
154 install-libexecSCRIPTS: $(libexec_SCRIPTS)
155 @$(NORMAL_INSTALL)
156 $(mkinstalldirs) $(DESTDIR)$(libexecdir)
157 @list='$(libexec_SCRIPTS)'; for p in $$list; do \
158 f="`echo $$p|sed '$(transform)'`"; \
159 if test -f $$p; then \
160 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(libexecdir)/$$f"; \
161 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(libexecdir)/$$f; \
162 elif test -f $(srcdir)/$$p; then \
163 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(libexecdir)/$$f"; \
164 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(libexecdir)/$$f; \
165 else :; fi; \
166 done
167
168 uninstall-libexecSCRIPTS:
169 @$(NORMAL_UNINSTALL)
170 @list='$(libexec_SCRIPTS)'; for p in $$list; do \
171 f="`echo $$p|sed '$(transform)'`"; \
172 echo " rm -f $(DESTDIR)$(libexecdir)/$$f"; \
173 rm -f $(DESTDIR)$(libexecdir)/$$f; \
174 done
175 uninstall-info-am:
176 tags: TAGS
177 TAGS:
178
179
180 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181
182 top_distdir = ../../..
183 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
184
185 distdir: $(DISTFILES)
186 @for file in $(DISTFILES); do \
187 if test -f $$file; then d=.; else d=$(srcdir); fi; \
188 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
189 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
190 $(mkinstalldirs) "$(distdir)/$$dir"; \
191 fi; \
192 if test -d $$d/$$file; then \
193 cp -pR $$d/$$file $(distdir) \
194 || exit 1; \
195 else \
196 test -f $(distdir)/$$file \
197 || cp -p $$d/$$file $(distdir)/$$file \
198 || exit 1; \
199 fi; \
200 done
201 check-am: all-am
202 check: check-am
203 all-am: Makefile $(SCRIPTS)
204
205 installdirs:
206 $(mkinstalldirs) $(DESTDIR)$(libexecdir)
207
208 install: install-am
209 install-exec: install-exec-am
210 install-data: install-data-am
211 uninstall: uninstall-am
212
213 install-am: all-am
214 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
215
216 installcheck: installcheck-am
217 install-strip:
218 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
219 `test -z '$(STRIP)' || \
220 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
221 mostlyclean-generic:
222
223 clean-generic:
224
225 distclean-generic:
226 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
227
228 maintainer-clean-generic:
229 @echo "This command is intended for maintainers to use"
230 @echo "it deletes files that may require special tools to rebuild."
231 clean: clean-am
232
233 clean-am: clean-generic mostlyclean-am
234
235 distclean: distclean-am
236
237 distclean-am: clean-am distclean-generic
238
239 dvi: dvi-am
240
241 dvi-am:
242
243 info: info-am
244
245 info-am:
246
247 install-data-am:
248
249 install-exec-am: install-libexecSCRIPTS
250
251 install-info: install-info-am
252
253 install-man:
254
255 installcheck-am:
256
257 maintainer-clean: maintainer-clean-am
258
259 maintainer-clean-am: distclean-am maintainer-clean-generic
260
261 mostlyclean: mostlyclean-am
262
263 mostlyclean-am: mostlyclean-generic
264
265 uninstall-am: uninstall-info-am uninstall-libexecSCRIPTS
266
267 .PHONY: all all-am check check-am clean clean-generic distclean \
268 distclean-generic distdir dvi dvi-am info info-am install \
269 install-am install-data install-data-am install-exec \
270 install-exec-am install-info install-info-am \
271 install-libexecSCRIPTS install-man install-strip installcheck \
272 installcheck-am installdirs maintainer-clean \
273 maintainer-clean-generic mostlyclean mostlyclean-generic \
274 uninstall uninstall-am uninstall-info-am \
275 uninstall-libexecSCRIPTS
276
277 # Tell versions [3.59,3.63) of GNU make to not export all variables.
278 # Otherwise a system limit (for SysV at least) may be exceeded.
279 .NOEXPORT: