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