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