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