]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/Makefile.in
Import of fix-ranges branch
[thirdparty/squid.git] / helpers / basic_auth / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Makefile for storage modules in the Squid Object Cache server
18 #
19 # $Id: Makefile.in,v 1.25 2003/01/23 00:35:16 robertc Exp $
20 #
21 SHELL = @SHELL@
22
23 srcdir = @srcdir@
24 top_srcdir = @top_srcdir@
25 VPATH = @srcdir@
26 prefix = @prefix@
27 exec_prefix = @exec_prefix@
28
29 bindir = @bindir@
30 sbindir = @sbindir@
31 libexecdir = @libexecdir@
32 datadir = @datadir@
33 sysconfdir = @sysconfdir@
34 sharedstatedir = @sharedstatedir@
35 localstatedir = @localstatedir@
36 libdir = @libdir@
37 infodir = @infodir@
38 mandir = @mandir@
39 includedir = @includedir@
40 oldincludedir = /usr/include
41 pkgdatadir = $(datadir)/@PACKAGE@
42 pkglibdir = $(libdir)/@PACKAGE@
43 pkgincludedir = $(includedir)/@PACKAGE@
44 top_builddir = ../..
45
46 ACLOCAL = @ACLOCAL@
47 AUTOCONF = @AUTOCONF@
48 AUTOMAKE = @AUTOMAKE@
49 AUTOHEADER = @AUTOHEADER@
50
51 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52 INSTALL = @INSTALL@
53 INSTALL_PROGRAM = @INSTALL_PROGRAM@
54 INSTALL_DATA = @INSTALL_DATA@
55 install_sh_DATA = $(install_sh) -c -m 644
56 install_sh_PROGRAM = $(install_sh) -c
57 install_sh_SCRIPT = $(install_sh) -c
58 INSTALL_SCRIPT = @INSTALL_SCRIPT@
59 INSTALL_HEADER = $(INSTALL_DATA)
60 transform = @program_transform_name@
61 NORMAL_INSTALL = :
62 PRE_INSTALL = :
63 POST_INSTALL = :
64 NORMAL_UNINSTALL = :
65 PRE_UNINSTALL = :
66 POST_UNINSTALL = :
67 host_alias = @host_alias@
68 host_triplet = @host@
69
70 EXEEXT = @EXEEXT@
71 OBJEXT = @OBJEXT@
72 PATH_SEPARATOR = @PATH_SEPARATOR@
73 AMTAR = @AMTAR@
74 AR = @AR@
75 AR_R = @AR_R@
76 AUTH_LIBS = @AUTH_LIBS@
77 AUTH_MODULES = @AUTH_MODULES@
78 AUTH_OBJS = @AUTH_OBJS@
79 AWK = @AWK@
80 BASIC_AUTH_HELPERS = @BASIC_AUTH_HELPERS@
81 CC = @CC@
82 CGIEXT = @CGIEXT@
83 CPP = @CPP@
84 CRYPTLIB = @CRYPTLIB@
85 CXX = @CXX@
86 DEPDIR = @DEPDIR@
87 DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
88 ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@
89 ERR_LANGUAGES = @ERR_LANGUAGES@
90 EXTERNAL_ACL_HELPERS = @EXTERNAL_ACL_HELPERS@
91 FALSE = @FALSE@
92 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
93 LIBDLMALLOC = @LIBDLMALLOC@
94 LIBREGEX = @LIBREGEX@
95 LIB_MALLOC = @LIB_MALLOC@
96 LN = @LN@
97 LN_S = @LN_S@
98 MAINT = @MAINT@
99 MKDIR = @MKDIR@
100 MV = @MV@
101 NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
102 OPT_DEFAULT_HOSTS = @OPT_DEFAULT_HOSTS@
103 PACKAGE = @PACKAGE@
104 PERL = @PERL@
105 RANLIB = @RANLIB@
106 REGEXLIB = @REGEXLIB@
107 REPL_LIBS = @REPL_LIBS@
108 REPL_OBJS = @REPL_OBJS@
109 REPL_POLICIES = @REPL_POLICIES@
110 RM = @RM@
111 SH = @SH@
112 SNMPLIB = @SNMPLIB@
113 SSLLIB = @SSLLIB@
114 STORE_LIBS = @STORE_LIBS@
115 STORE_MODULES = @STORE_MODULES@
116 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
117 STORE_OBJS = @STORE_OBJS@
118 STRIP = @STRIP@
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 DIST_SUBDIRS = getpwnam LDAP MSNT multi-domain-NTLM NCSA PAM SMB YP SASL winbind
129 SUBDIRS = @BASIC_AUTH_HELPERS@
130 subdir = helpers/basic_auth
131 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
132 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
133 CONFIG_CLEAN_FILES =
134 DIST_SOURCES =
135
136 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
137 uninstall-info-recursive all-recursive install-data-recursive \
138 install-exec-recursive installdirs-recursive install-recursive \
139 uninstall-recursive check-recursive installcheck-recursive
140 DIST_COMMON = Makefile.am Makefile.in
141 all: all-recursive
142
143 .SUFFIXES:
144 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
145 cd $(top_srcdir) && \
146 $(AUTOMAKE) --foreign helpers/basic_auth/Makefile
147 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
148 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
149 uninstall-info-am:
150
151 # This directory's subdirectories are mostly independent; you can cd
152 # into them and run `make' without going through this Makefile.
153 # To change the values of `make' variables: instead of editing Makefiles,
154 # (1) if the variable is set in `config.status', edit `config.status'
155 # (which will cause the Makefiles to be regenerated when you run `make');
156 # (2) otherwise, pass the desired values on the `make' command line.
157 $(RECURSIVE_TARGETS):
158 @set fnord $$MAKEFLAGS; amf=$$2; \
159 dot_seen=no; \
160 target=`echo $@ | sed s/-recursive//`; \
161 list='$(SUBDIRS)'; for subdir in $$list; do \
162 echo "Making $$target in $$subdir"; \
163 if test "$$subdir" = "."; then \
164 dot_seen=yes; \
165 local_target="$$target-am"; \
166 else \
167 local_target="$$target"; \
168 fi; \
169 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
170 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
171 done; \
172 if test "$$dot_seen" = "no"; then \
173 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
174 fi; test -z "$$fail"
175
176 mostlyclean-recursive clean-recursive distclean-recursive \
177 maintainer-clean-recursive:
178 @set fnord $$MAKEFLAGS; amf=$$2; \
179 dot_seen=no; \
180 case "$@" in \
181 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
182 *) list='$(SUBDIRS)' ;; \
183 esac; \
184 rev=''; for subdir in $$list; do \
185 if test "$$subdir" = "."; then :; else \
186 rev="$$subdir $$rev"; \
187 fi; \
188 done; \
189 rev="$$rev ."; \
190 target=`echo $@ | sed s/-recursive//`; \
191 for subdir in $$rev; do \
192 echo "Making $$target in $$subdir"; \
193 if test "$$subdir" = "."; then \
194 local_target="$$target-am"; \
195 else \
196 local_target="$$target"; \
197 fi; \
198 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
199 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
200 done && test -z "$$fail"
201 tags-recursive:
202 list='$(SUBDIRS)'; for subdir in $$list; do \
203 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
204 done
205
206 ETAGS = etags
207 ETAGSFLAGS =
208
209 tags: TAGS
210
211 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
212 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
213 unique=`for i in $$list; do \
214 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215 done | \
216 $(AWK) ' { files[$$0] = 1; } \
217 END { for (i in files) print i; }'`; \
218 mkid -fID $$unique
219
220 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
221 $(TAGS_FILES) $(LISP)
222 tags=; \
223 here=`pwd`; \
224 list='$(SUBDIRS)'; for subdir in $$list; do \
225 if test "$$subdir" = .; then :; else \
226 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
227 fi; \
228 done; \
229 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
230 unique=`for i in $$list; do \
231 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
232 done | \
233 $(AWK) ' { files[$$0] = 1; } \
234 END { for (i in files) print i; }'`; \
235 test -z "$(ETAGS_ARGS)$$tags$$unique" \
236 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
237 $$tags $$unique
238
239 GTAGS:
240 here=`$(am__cd) $(top_builddir) && pwd` \
241 && cd $(top_srcdir) \
242 && gtags -i $(GTAGS_ARGS) $$here
243
244 distclean-tags:
245 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
246 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
247
248 top_distdir = ../..
249 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
250
251 distdir: $(DISTFILES)
252 @list='$(DISTFILES)'; for file in $$list; do \
253 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
254 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
255 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
256 dir="/$$dir"; \
257 $(mkinstalldirs) "$(distdir)$$dir"; \
258 else \
259 dir=''; \
260 fi; \
261 if test -d $$d/$$file; then \
262 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
263 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
264 fi; \
265 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
266 else \
267 test -f $(distdir)/$$file \
268 || cp -p $$d/$$file $(distdir)/$$file \
269 || exit 1; \
270 fi; \
271 done
272 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
273 if test "$$subdir" = .; then :; else \
274 test -d $(distdir)/$$subdir \
275 || mkdir $(distdir)/$$subdir \
276 || exit 1; \
277 (cd $$subdir && \
278 $(MAKE) $(AM_MAKEFLAGS) \
279 top_distdir="$(top_distdir)" \
280 distdir=../$(distdir)/$$subdir \
281 distdir) \
282 || exit 1; \
283 fi; \
284 done
285 check-am: all-am
286 check: check-recursive
287 all-am: Makefile
288 installdirs: installdirs-recursive
289 installdirs-am:
290
291 install: install-recursive
292 install-exec: install-exec-recursive
293 install-data: install-data-recursive
294 uninstall: uninstall-recursive
295
296 install-am: all-am
297 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
298
299 installcheck: installcheck-recursive
300 install-strip:
301 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
302 INSTALL_STRIP_FLAG=-s \
303 `test -z '$(STRIP)' || \
304 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
305 mostlyclean-generic:
306
307 clean-generic:
308
309 distclean-generic:
310 -rm -f Makefile $(CONFIG_CLEAN_FILES)
311
312 maintainer-clean-generic:
313 @echo "This command is intended for maintainers to use"
314 @echo "it deletes files that may require special tools to rebuild."
315 clean: clean-recursive
316
317 clean-am: clean-generic mostlyclean-am
318
319 distclean: distclean-recursive
320
321 distclean-am: clean-am distclean-generic distclean-tags
322
323 dvi: dvi-recursive
324
325 dvi-am:
326
327 info: info-recursive
328
329 info-am:
330
331 install-data-am:
332
333 install-exec-am:
334
335 install-info: install-info-recursive
336
337 install-man:
338
339 installcheck-am:
340
341 maintainer-clean: maintainer-clean-recursive
342
343 maintainer-clean-am: distclean-am maintainer-clean-generic
344
345 mostlyclean: mostlyclean-recursive
346
347 mostlyclean-am: mostlyclean-generic
348
349 uninstall-am: uninstall-info-am
350
351 uninstall-info: uninstall-info-recursive
352
353 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
354 clean-generic clean-recursive distclean distclean-generic \
355 distclean-recursive distclean-tags distdir dvi dvi-am \
356 dvi-recursive info info-am info-recursive install install-am \
357 install-data install-data-am install-data-recursive \
358 install-exec install-exec-am install-exec-recursive \
359 install-info install-info-am install-info-recursive install-man \
360 install-recursive install-strip installcheck installcheck-am \
361 installdirs installdirs-am installdirs-recursive \
362 maintainer-clean maintainer-clean-generic \
363 maintainer-clean-recursive mostlyclean mostlyclean-generic \
364 mostlyclean-recursive tags tags-recursive uninstall \
365 uninstall-am uninstall-info-am uninstall-info-recursive \
366 uninstall-recursive
367
368 # Tell versions [3.59,3.63) of GNU make to not export all variables.
369 # Otherwise a system limit (for SysV at least) may be exceeded.
370 .NOEXPORT: