]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/digest_auth/Makefile.in
Bootstrapped
[thirdparty/squid.git] / helpers / digest_auth / 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 # Makefile for digest auth helpers in the Squid Object Cache server
17 #
18 # $Id: Makefile.in,v 1.11 2002/07/01 16:07:04 hno Exp $
19 #
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 INSTALL = @INSTALL@
52 INSTALL_PROGRAM = @INSTALL_PROGRAM@
53 INSTALL_DATA = @INSTALL_DATA@
54 INSTALL_SCRIPT = @INSTALL_SCRIPT@
55 INSTALL_HEADER = $(INSTALL_DATA)
56 transform = @program_transform_name@
57 NORMAL_INSTALL = :
58 PRE_INSTALL = :
59 POST_INSTALL = :
60 NORMAL_UNINSTALL = :
61 PRE_UNINSTALL = :
62 POST_UNINSTALL = :
63 host_alias = @host_alias@
64 host_triplet = @host@
65 AMTAR = @AMTAR@
66 AR = @AR@
67 AR_R = @AR_R@
68 AUTH_LIBS = @AUTH_LIBS@
69 AUTH_MODULES = @AUTH_MODULES@
70 AUTH_OBJS = @AUTH_OBJS@
71 AWK = @AWK@
72 BASIC_AUTH_HELPERS = @BASIC_AUTH_HELPERS@
73 CC = @CC@
74 CGIEXT = @CGIEXT@
75 CPP = @CPP@
76 CRYPTLIB = @CRYPTLIB@
77 DEPDIR = @DEPDIR@
78 DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
79 ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@
80 ERR_LANGUAGES = @ERR_LANGUAGES@
81 EXEEXT = @EXEEXT@
82 FALSE = @FALSE@
83 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
84 LIBDLMALLOC = @LIBDLMALLOC@
85 LIBREGEX = @LIBREGEX@
86 LIB_MALLOC = @LIB_MALLOC@
87 LN = @LN@
88 LN_S = @LN_S@
89 MAINT = @MAINT@
90 MKDIR = @MKDIR@
91 MV = @MV@
92 NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
93 OBJEXT = @OBJEXT@
94 OPT_DISKD_EXE = @OPT_DISKD_EXE@
95 OPT_DNSSERVER_EXE = @OPT_DNSSERVER_EXE@
96 OPT_PINGER = @OPT_PINGER@
97 OPT_PINGER_EXE = @OPT_PINGER_EXE@
98 PACKAGE = @PACKAGE@
99 PERL = @PERL@
100 RANLIB = @RANLIB@
101 REGEXLIB = @REGEXLIB@
102 REPL_LIBS = @REPL_LIBS@
103 REPL_OBJS = @REPL_OBJS@
104 REPL_POLICIES = @REPL_POLICIES@
105 RM = @RM@
106 SH = @SH@
107 SNMPLIB = @SNMPLIB@
108 SSLLIB = @SSLLIB@
109 STORE_LIBS = @STORE_LIBS@
110 STORE_MODULES = @STORE_MODULES@
111 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
112 STORE_OBJS = @STORE_OBJS@
113 TRUE = @TRUE@
114 VERSION = @VERSION@
115 XTRA_LIBS = @XTRA_LIBS@
116 XTRA_OBJS = @XTRA_OBJS@
117 am__include = @am__include@
118 am__quote = @am__quote@
119 install_sh = @install_sh@
120 makesnmplib = @makesnmplib@
121
122 DIST_SUBDIRS = password
123 SUBDIRS = @DIGEST_AUTH_HELPERS@
124 subdir = helpers/digest_auth
125 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
126 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
127 CONFIG_CLEAN_FILES =
128 DIST_SOURCES =
129
130 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
131 uninstall-info-recursive all-recursive install-data-recursive \
132 install-exec-recursive installdirs-recursive install-recursive \
133 uninstall-recursive check-recursive installcheck-recursive
134 DIST_COMMON = Makefile.am Makefile.in
135 all: all-recursive
136
137 .SUFFIXES:
138 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
139 cd $(top_srcdir) && \
140 $(AUTOMAKE) --foreign helpers/digest_auth/Makefile
141 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
142 cd $(top_builddir) && \
143 CONFIG_HEADERS= CONFIG_LINKS= \
144 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
145 uninstall-info-am:
146
147 # This directory's subdirectories are mostly independent; you can cd
148 # into them and run `make' without going through this Makefile.
149 # To change the values of `make' variables: instead of editing Makefiles,
150 # (1) if the variable is set in `config.status', edit `config.status'
151 # (which will cause the Makefiles to be regenerated when you run `make');
152 # (2) otherwise, pass the desired values on the `make' command line.
153 $(RECURSIVE_TARGETS):
154 @set fnord $(MAKEFLAGS); amf=$$2; \
155 dot_seen=no; \
156 target=`echo $@ | sed s/-recursive//`; \
157 list='$(SUBDIRS)'; for subdir in $$list; do \
158 echo "Making $$target in $$subdir"; \
159 if test "$$subdir" = "."; then \
160 dot_seen=yes; \
161 local_target="$$target-am"; \
162 else \
163 local_target="$$target"; \
164 fi; \
165 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
166 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
167 done; \
168 if test "$$dot_seen" = "no"; then \
169 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
170 fi; test -z "$$fail"
171
172 mostlyclean-recursive clean-recursive distclean-recursive \
173 maintainer-clean-recursive:
174 @set fnord $(MAKEFLAGS); amf=$$2; \
175 dot_seen=no; \
176 case "$@" in \
177 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
178 *) list='$(SUBDIRS)' ;; \
179 esac; \
180 rev=''; for subdir in $$list; do \
181 if test "$$subdir" = "."; then :; else \
182 rev="$$subdir $$rev"; \
183 fi; \
184 done; \
185 rev="$$rev ."; \
186 target=`echo $@ | sed s/-recursive//`; \
187 for subdir in $$rev; do \
188 echo "Making $$target in $$subdir"; \
189 if test "$$subdir" = "."; then \
190 local_target="$$target-am"; \
191 else \
192 local_target="$$target"; \
193 fi; \
194 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
195 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
196 done && test -z "$$fail"
197 tags-recursive:
198 list='$(SUBDIRS)'; for subdir in $$list; do \
199 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
200 done
201
202 tags: TAGS
203
204 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
205 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
206 unique=`for i in $$list; do \
207 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208 done | \
209 $(AWK) ' { files[$$0] = 1; } \
210 END { for (i in files) print i; }'`; \
211 mkid -fID $$unique $(LISP)
212
213 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
214 $(TAGS_FILES) $(LISP)
215 tags=; \
216 here=`pwd`; \
217 list='$(SUBDIRS)'; for subdir in $$list; do \
218 if test "$$subdir" = .; then :; else \
219 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
220 fi; \
221 done; \
222 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
223 unique=`for i in $$list; do \
224 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
225 done | \
226 $(AWK) ' { files[$$0] = 1; } \
227 END { for (i in files) print i; }'`; \
228 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
229 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
230
231 GTAGS:
232 here=`CDPATH=: && cd $(top_builddir) && pwd` \
233 && cd $(top_srcdir) \
234 && gtags -i $(GTAGS_ARGS) $$here
235
236 distclean-tags:
237 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
238
239 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
240
241 top_distdir = ../..
242 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
243
244 distdir: $(DISTFILES)
245 @for file in $(DISTFILES); do \
246 if test -f $$file; then d=.; else d=$(srcdir); fi; \
247 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
248 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
249 $(mkinstalldirs) "$(distdir)/$$dir"; \
250 fi; \
251 if test -d $$d/$$file; then \
252 cp -pR $$d/$$file $(distdir) \
253 || exit 1; \
254 else \
255 test -f $(distdir)/$$file \
256 || cp -p $$d/$$file $(distdir)/$$file \
257 || exit 1; \
258 fi; \
259 done
260 for subdir in $(DIST_SUBDIRS); do \
261 if test "$$subdir" = .; then :; else \
262 test -d $(distdir)/$$subdir \
263 || mkdir $(distdir)/$$subdir \
264 || exit 1; \
265 (cd $$subdir && \
266 $(MAKE) $(AM_MAKEFLAGS) \
267 top_distdir="$(top_distdir)" \
268 distdir=../$(distdir)/$$subdir \
269 distdir) \
270 || exit 1; \
271 fi; \
272 done
273 check-am: all-am
274 check: check-recursive
275 all-am: Makefile
276 installdirs: installdirs-recursive
277 installdirs-am:
278
279 install: install-recursive
280 install-exec: install-exec-recursive
281 install-data: install-data-recursive
282 uninstall: uninstall-recursive
283
284 install-am: all-am
285 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
286
287 installcheck: installcheck-recursive
288 install-strip:
289 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
290 `test -z '$(STRIP)' || \
291 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
292 mostlyclean-generic:
293
294 clean-generic:
295
296 distclean-generic:
297 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
298
299 maintainer-clean-generic:
300 @echo "This command is intended for maintainers to use"
301 @echo "it deletes files that may require special tools to rebuild."
302 clean: clean-recursive
303
304 clean-am: clean-generic mostlyclean-am
305
306 distclean: distclean-recursive
307
308 distclean-am: clean-am distclean-generic distclean-tags
309
310 dvi: dvi-recursive
311
312 dvi-am:
313
314 info: info-recursive
315
316 info-am:
317
318 install-data-am:
319
320 install-exec-am:
321
322 install-info: install-info-recursive
323
324 install-man:
325
326 installcheck-am:
327
328 maintainer-clean: maintainer-clean-recursive
329
330 maintainer-clean-am: distclean-am maintainer-clean-generic
331
332 mostlyclean: mostlyclean-recursive
333
334 mostlyclean-am: mostlyclean-generic
335
336 uninstall-am: uninstall-info-am
337
338 uninstall-info: uninstall-info-recursive
339
340 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
341 clean-generic clean-recursive distclean distclean-generic \
342 distclean-recursive distclean-tags distdir dvi dvi-am \
343 dvi-recursive info info-am info-recursive install install-am \
344 install-data install-data-am install-data-recursive \
345 install-exec install-exec-am install-exec-recursive \
346 install-info install-info-am install-info-recursive install-man \
347 install-recursive install-strip installcheck installcheck-am \
348 installdirs installdirs-am installdirs-recursive \
349 maintainer-clean maintainer-clean-generic \
350 maintainer-clean-recursive mostlyclean mostlyclean-generic \
351 mostlyclean-recursive tags tags-recursive uninstall \
352 uninstall-am uninstall-info-am uninstall-info-recursive \
353 uninstall-recursive
354
355 # Tell versions [3.59,3.63) of GNU make to not export all variables.
356 # Otherwise a system limit (for SysV at least) may be exceeded.
357 .NOEXPORT: