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