]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/ntlm_auth/Makefile.in
Restructured the directory structure to have all helpers in the new
[thirdparty/squid.git] / helpers / ntlm_auth / Makefile.in
CommitLineData
4d683a65 1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
a2794549 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
94439e4e 16# Makefile for storage modules in the Squid Object Cache server
17#
0c510f3c 18# $Id: Makefile.in,v 1.13 2002/06/26 10:37:40 hno Exp $
94439e4e 19#
20
a2794549 21SHELL = @SHELL@
22
23srcdir = @srcdir@
24top_srcdir = @top_srcdir@
25VPATH = @srcdir@
26prefix = @prefix@
27exec_prefix = @exec_prefix@
28
29bindir = @bindir@
30sbindir = @sbindir@
31libexecdir = @libexecdir@
32datadir = @datadir@
33sysconfdir = @sysconfdir@
34sharedstatedir = @sharedstatedir@
35localstatedir = @localstatedir@
36libdir = @libdir@
37infodir = @infodir@
38mandir = @mandir@
39includedir = @includedir@
40oldincludedir = /usr/include
41pkgdatadir = $(datadir)/@PACKAGE@
42pkglibdir = $(libdir)/@PACKAGE@
43pkgincludedir = $(includedir)/@PACKAGE@
0c510f3c 44top_builddir = ../..
94439e4e 45
a2794549 46ACLOCAL = @ACLOCAL@
47AUTOCONF = @AUTOCONF@
48AUTOMAKE = @AUTOMAKE@
49AUTOHEADER = @AUTOHEADER@
94439e4e 50
a2794549 51INSTALL = @INSTALL@
52INSTALL_PROGRAM = @INSTALL_PROGRAM@
53INSTALL_DATA = @INSTALL_DATA@
54INSTALL_SCRIPT = @INSTALL_SCRIPT@
55INSTALL_HEADER = $(INSTALL_DATA)
56transform = @program_transform_name@
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
63host_alias = @host_alias@
64host_triplet = @host@
a2794549 65AMTAR = @AMTAR@
66AR = @AR@
67AR_R = @AR_R@
68AUTH_LIBS = @AUTH_LIBS@
69AUTH_MODULES = @AUTH_MODULES@
70AUTH_OBJS = @AUTH_OBJS@
71AWK = @AWK@
72BASIC_AUTH_HELPERS = @BASIC_AUTH_HELPERS@
a2794549 73CC = @CC@
74CPP = @CPP@
75CRYPTLIB = @CRYPTLIB@
76DEPDIR = @DEPDIR@
77DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
3c641669 78ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@
79ERR_LANGUAGES = @ERR_LANGUAGES@
a2794549 80EXEEXT = @EXEEXT@
81FALSE = @FALSE@
82INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83LIBDLMALLOC = @LIBDLMALLOC@
84LIBREGEX = @LIBREGEX@
85LIB_MALLOC = @LIB_MALLOC@
86LN = @LN@
87LN_S = @LN_S@
2796fcd2 88MAINT = @MAINT@
a2794549 89MKDIR = @MKDIR@
90MV = @MV@
91NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
92OBJEXT = @OBJEXT@
4d683a65 93OPT_DISKD_EXE = @OPT_DISKD_EXE@
a2794549 94OPT_DNSSERVER_EXE = @OPT_DNSSERVER_EXE@
4d683a65 95OPT_PINGER = @OPT_PINGER@
a2794549 96OPT_PINGER_EXE = @OPT_PINGER_EXE@
97PACKAGE = @PACKAGE@
98PERL = @PERL@
a2794549 99RANLIB = @RANLIB@
100REGEXLIB = @REGEXLIB@
101REPL_LIBS = @REPL_LIBS@
102REPL_OBJS = @REPL_OBJS@
103REPL_POLICIES = @REPL_POLICIES@
104RM = @RM@
105SH = @SH@
106SNMPLIB = @SNMPLIB@
a2794549 107SSLLIB = @SSLLIB@
108STORE_LIBS = @STORE_LIBS@
109STORE_MODULES = @STORE_MODULES@
110STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
111STORE_OBJS = @STORE_OBJS@
112TRUE = @TRUE@
113VERSION = @VERSION@
114XTRA_LIBS = @XTRA_LIBS@
115XTRA_OBJS = @XTRA_OBJS@
116am__include = @am__include@
117am__quote = @am__quote@
118install_sh = @install_sh@
119makesnmplib = @makesnmplib@
94439e4e 120
a19d00fa 121DIST_SUBDIRS = fakeauth no_check SMB winbind
a2794549 122SUBDIRS = @NTLM_AUTH_HELPERS@
0c510f3c 123subdir = helpers/ntlm_auth
a2794549 124mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
125CONFIG_HEADER = $(top_builddir)/include/autoconf.h
126CONFIG_CLEAN_FILES =
127DIST_SOURCES =
128
129RECURSIVE_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
133DIST_COMMON = Makefile.am Makefile.in
134all: all-recursive
135
136.SUFFIXES:
2796fcd2 137$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
a2794549 138 cd $(top_srcdir) && \
0c510f3c 139 $(AUTOMAKE) --foreign helpers/ntlm_auth/Makefile
2796fcd2 140Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
a2794549 141 cd $(top_builddir) && \
142 CONFIG_HEADERS= CONFIG_LINKS= \
143 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
144uninstall-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
171mostlyclean-recursive clean-recursive distclean-recursive \
172maintainer-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"
196tags-recursive:
197 list='$(SUBDIRS)'; for subdir in $$list; do \
198 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
94439e4e 199 done
200
a2794549 201tags: TAGS
202
203ID: $(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
212TAGS: 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
230GTAGS:
231 here=`CDPATH=: && cd $(top_builddir) && pwd` \
232 && cd $(top_srcdir) \
233 && gtags -i $(GTAGS_ARGS) $$here
234
235distclean-tags:
236 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
237
238DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
239
0c510f3c 240top_distdir = ../..
a2794549 241distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
242
243distdir: $(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; \
94439e4e 258 done
a2794549 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
272check-am: all-am
273check: check-recursive
274all-am: Makefile
275installdirs: installdirs-recursive
276installdirs-am:
277
278install: install-recursive
279install-exec: install-exec-recursive
280install-data: install-data-recursive
281uninstall: uninstall-recursive
282
283install-am: all-am
284 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
285
286installcheck: installcheck-recursive
287install-strip:
288 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
289 `test -z '$(STRIP)' || \
290 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
291mostlyclean-generic:
292
293clean-generic:
294
295distclean-generic:
296 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
297
298maintainer-clean-generic:
299 @echo "This command is intended for maintainers to use"
300 @echo "it deletes files that may require special tools to rebuild."
301clean: clean-recursive
302
303clean-am: clean-generic mostlyclean-am
304
305distclean: distclean-recursive
306
307distclean-am: clean-am distclean-generic distclean-tags
308
309dvi: dvi-recursive
310
311dvi-am:
312
313info: info-recursive
314
315info-am:
316
317install-data-am:
318
319install-exec-am:
320
321install-info: install-info-recursive
322
323install-man:
324
325installcheck-am:
326
327maintainer-clean: maintainer-clean-recursive
328
329maintainer-clean-am: distclean-am maintainer-clean-generic
330
331mostlyclean: mostlyclean-recursive
332
333mostlyclean-am: mostlyclean-generic
334
335uninstall-am: uninstall-info-am
336
337uninstall-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
94439e4e 353
a2794549 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: