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