]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/ntlm_auth/SMB/Makefile.in
Bootstrapped
[thirdparty/squid.git] / helpers / ntlm_auth / SMB / 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 #
17 # Makefile for the Squid Object Cache server
18 #
19 # $Id: Makefile.in,v 1.15 2002/07/06 12:24:42 hno Exp $
20 #
21
22 SHELL = @SHELL@
23
24 srcdir = @srcdir@
25 top_srcdir = @top_srcdir@
26 VPATH = @srcdir@
27 prefix = @prefix@
28 exec_prefix = @exec_prefix@
29
30 bindir = @bindir@
31 sbindir = @sbindir@
32 libexecdir = @libexecdir@
33 datadir = @datadir@
34 sysconfdir = @sysconfdir@
35 sharedstatedir = @sharedstatedir@
36 localstatedir = @localstatedir@
37 libdir = @libdir@
38 infodir = @infodir@
39 mandir = @mandir@
40 includedir = @includedir@
41 oldincludedir = /usr/include
42 pkgdatadir = $(datadir)/@PACKAGE@
43 pkglibdir = $(libdir)/@PACKAGE@
44 pkgincludedir = $(includedir)/@PACKAGE@
45 top_builddir = ../../..
46
47 ACLOCAL = @ACLOCAL@
48 AUTOCONF = @AUTOCONF@
49 AUTOMAKE = @AUTOMAKE@
50 AUTOHEADER = @AUTOHEADER@
51
52 INSTALL = @INSTALL@
53 INSTALL_PROGRAM = @INSTALL_PROGRAM@
54 INSTALL_DATA = @INSTALL_DATA@
55 INSTALL_SCRIPT = @INSTALL_SCRIPT@
56 INSTALL_HEADER = $(INSTALL_DATA)
57 transform = @program_transform_name@
58 NORMAL_INSTALL = :
59 PRE_INSTALL = :
60 POST_INSTALL = :
61 NORMAL_UNINSTALL = :
62 PRE_UNINSTALL = :
63 POST_UNINSTALL = :
64 host_alias = @host_alias@
65 host_triplet = @host@
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 CGIEXT = @CGIEXT@
76 CPP = @CPP@
77 CRYPTLIB = @CRYPTLIB@
78 DEPDIR = @DEPDIR@
79 DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
80 ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@
81 ERR_LANGUAGES = @ERR_LANGUAGES@
82 EXEEXT = @EXEEXT@
83 EXTERNAL_ACL_HELPERS = @EXTERNAL_ACL_HELPERS@
84 FALSE = @FALSE@
85 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
86 LIBDLMALLOC = @LIBDLMALLOC@
87 LIBREGEX = @LIBREGEX@
88 LIB_MALLOC = @LIB_MALLOC@
89 LN = @LN@
90 LN_S = @LN_S@
91 MAINT = @MAINT@
92 MKDIR = @MKDIR@
93 MV = @MV@
94 NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
95 OBJEXT = @OBJEXT@
96 OPT_DISKD_EXE = @OPT_DISKD_EXE@
97 OPT_DNSSERVER_EXE = @OPT_DNSSERVER_EXE@
98 OPT_PINGER = @OPT_PINGER@
99 OPT_PINGER_EXE = @OPT_PINGER_EXE@
100 PACKAGE = @PACKAGE@
101 PERL = @PERL@
102 RANLIB = @RANLIB@
103 REGEXLIB = @REGEXLIB@
104 REPL_LIBS = @REPL_LIBS@
105 REPL_OBJS = @REPL_OBJS@
106 REPL_POLICIES = @REPL_POLICIES@
107 RM = @RM@
108 SH = @SH@
109 SNMPLIB = @SNMPLIB@
110 SSLLIB = @SSLLIB@
111 STORE_LIBS = @STORE_LIBS@
112 STORE_MODULES = @STORE_MODULES@
113 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
114 STORE_OBJS = @STORE_OBJS@
115 TRUE = @TRUE@
116 VERSION = @VERSION@
117 XTRA_LIBS = @XTRA_LIBS@
118 XTRA_OBJS = @XTRA_OBJS@
119 am__include = @am__include@
120 am__quote = @am__quote@
121 install_sh = @install_sh@
122 makesnmplib = @makesnmplib@
123
124 SUBDIRS = smbval
125
126 libexec_PROGRAMS = ntlm_auth
127 ntlm_auth_SOURCES = libntlmssp.c ntlm_auth.c ntlm.h
128 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
129 -I$(top_srcdir)/src/ -I$(srcdir)/smbval
130
131 LDADD = smbval/libsmbvalid.a -L$(top_builddir)/lib -lntlmauth \
132 -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
133
134 subdir = helpers/ntlm_auth/SMB
135 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
136 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
137 CONFIG_CLEAN_FILES =
138 libexec_PROGRAMS = ntlm_auth$(EXEEXT)
139 PROGRAMS = $(libexec_PROGRAMS)
140
141 am_ntlm_auth_OBJECTS = libntlmssp.$(OBJEXT) ntlm_auth.$(OBJEXT)
142 ntlm_auth_OBJECTS = $(am_ntlm_auth_OBJECTS)
143 ntlm_auth_LDADD = $(LDADD)
144 ntlm_auth_DEPENDENCIES = smbval/libsmbvalid.a
145 ntlm_auth_LDFLAGS =
146
147 DEFS = @DEFS@
148 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
149 CPPFLAGS = @CPPFLAGS@
150 LDFLAGS = @LDFLAGS@
151 LIBS = @LIBS@
152 depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
153 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/libntlmssp.Po $(DEPDIR)/ntlm_auth.Po
154 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
155 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
156 CCLD = $(CC)
157 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
158 CFLAGS = @CFLAGS@
159 DIST_SOURCES = $(ntlm_auth_SOURCES)
160
161 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
162 uninstall-info-recursive all-recursive install-data-recursive \
163 install-exec-recursive installdirs-recursive install-recursive \
164 uninstall-recursive check-recursive installcheck-recursive
165 DIST_COMMON = Makefile.am Makefile.in
166 DIST_SUBDIRS = $(SUBDIRS)
167 SOURCES = $(ntlm_auth_SOURCES)
168
169 all: all-recursive
170
171 .SUFFIXES:
172 .SUFFIXES: .c .o .obj
173 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
174 cd $(top_srcdir) && \
175 $(AUTOMAKE) --foreign helpers/ntlm_auth/SMB/Makefile
176 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
177 cd $(top_builddir) && \
178 CONFIG_HEADERS= CONFIG_LINKS= \
179 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
180 install-libexecPROGRAMS: $(libexec_PROGRAMS)
181 @$(NORMAL_INSTALL)
182 $(mkinstalldirs) $(DESTDIR)$(libexecdir)
183 @list='$(libexec_PROGRAMS)'; for p in $$list; do \
184 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
185 if test -f $$p \
186 ; then \
187 f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
188 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$f"; \
189 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$f; \
190 else :; fi; \
191 done
192
193 uninstall-libexecPROGRAMS:
194 @$(NORMAL_UNINSTALL)
195 @list='$(libexec_PROGRAMS)'; for p in $$list; do \
196 f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
197 echo " rm -f $(DESTDIR)$(libexecdir)/$$f"; \
198 rm -f $(DESTDIR)$(libexecdir)/$$f; \
199 done
200
201 clean-libexecPROGRAMS:
202 -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
203 ntlm_auth$(EXEEXT): $(ntlm_auth_OBJECTS) $(ntlm_auth_DEPENDENCIES)
204 @rm -f ntlm_auth$(EXEEXT)
205 $(LINK) $(ntlm_auth_LDFLAGS) $(ntlm_auth_OBJECTS) $(ntlm_auth_LDADD) $(LIBS)
206
207 mostlyclean-compile:
208 -rm -f *.$(OBJEXT) core *.core
209
210 distclean-compile:
211 -rm -f *.tab.c
212
213 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/libntlmssp.Po@am__quote@
214 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ntlm_auth.Po@am__quote@
215
216 distclean-depend:
217 -rm -rf $(DEPDIR)
218
219 .c.o:
220 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
221 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
222 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
223 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
224
225 .c.obj:
226 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
227 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
228 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
229 $(COMPILE) -c `cygpath -w $<`
230 CCDEPMODE = @CCDEPMODE@
231 uninstall-info-am:
232
233 # This directory's subdirectories are mostly independent; you can cd
234 # into them and run `make' without going through this Makefile.
235 # To change the values of `make' variables: instead of editing Makefiles,
236 # (1) if the variable is set in `config.status', edit `config.status'
237 # (which will cause the Makefiles to be regenerated when you run `make');
238 # (2) otherwise, pass the desired values on the `make' command line.
239 $(RECURSIVE_TARGETS):
240 @set fnord $(MAKEFLAGS); amf=$$2; \
241 dot_seen=no; \
242 target=`echo $@ | sed s/-recursive//`; \
243 list='$(SUBDIRS)'; for subdir in $$list; do \
244 echo "Making $$target in $$subdir"; \
245 if test "$$subdir" = "."; then \
246 dot_seen=yes; \
247 local_target="$$target-am"; \
248 else \
249 local_target="$$target"; \
250 fi; \
251 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
252 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
253 done; \
254 if test "$$dot_seen" = "no"; then \
255 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
256 fi; test -z "$$fail"
257
258 mostlyclean-recursive clean-recursive distclean-recursive \
259 maintainer-clean-recursive:
260 @set fnord $(MAKEFLAGS); amf=$$2; \
261 dot_seen=no; \
262 case "$@" in \
263 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
264 *) list='$(SUBDIRS)' ;; \
265 esac; \
266 rev=''; for subdir in $$list; do \
267 if test "$$subdir" = "."; then :; else \
268 rev="$$subdir $$rev"; \
269 fi; \
270 done; \
271 rev="$$rev ."; \
272 target=`echo $@ | sed s/-recursive//`; \
273 for subdir in $$rev; do \
274 echo "Making $$target in $$subdir"; \
275 if test "$$subdir" = "."; then \
276 local_target="$$target-am"; \
277 else \
278 local_target="$$target"; \
279 fi; \
280 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
281 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
282 done && test -z "$$fail"
283 tags-recursive:
284 list='$(SUBDIRS)'; for subdir in $$list; do \
285 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
286 done
287
288 tags: TAGS
289
290 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
291 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
292 unique=`for i in $$list; do \
293 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294 done | \
295 $(AWK) ' { files[$$0] = 1; } \
296 END { for (i in files) print i; }'`; \
297 mkid -fID $$unique $(LISP)
298
299 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
300 $(TAGS_FILES) $(LISP)
301 tags=; \
302 here=`pwd`; \
303 list='$(SUBDIRS)'; for subdir in $$list; do \
304 if test "$$subdir" = .; then :; else \
305 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
306 fi; \
307 done; \
308 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
309 unique=`for i in $$list; do \
310 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311 done | \
312 $(AWK) ' { files[$$0] = 1; } \
313 END { for (i in files) print i; }'`; \
314 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
315 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
316
317 GTAGS:
318 here=`CDPATH=: && cd $(top_builddir) && pwd` \
319 && cd $(top_srcdir) \
320 && gtags -i $(GTAGS_ARGS) $$here
321
322 distclean-tags:
323 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
324
325 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
326
327 top_distdir = ../../..
328 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
329
330 distdir: $(DISTFILES)
331 @for file in $(DISTFILES); do \
332 if test -f $$file; then d=.; else d=$(srcdir); fi; \
333 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
334 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
335 $(mkinstalldirs) "$(distdir)/$$dir"; \
336 fi; \
337 if test -d $$d/$$file; then \
338 cp -pR $$d/$$file $(distdir) \
339 || exit 1; \
340 else \
341 test -f $(distdir)/$$file \
342 || cp -p $$d/$$file $(distdir)/$$file \
343 || exit 1; \
344 fi; \
345 done
346 for subdir in $(SUBDIRS); do \
347 if test "$$subdir" = .; then :; else \
348 test -d $(distdir)/$$subdir \
349 || mkdir $(distdir)/$$subdir \
350 || exit 1; \
351 (cd $$subdir && \
352 $(MAKE) $(AM_MAKEFLAGS) \
353 top_distdir="$(top_distdir)" \
354 distdir=../$(distdir)/$$subdir \
355 distdir) \
356 || exit 1; \
357 fi; \
358 done
359 check-am: all-am
360 check: check-recursive
361 all-am: Makefile $(PROGRAMS)
362 installdirs: installdirs-recursive
363 installdirs-am:
364 $(mkinstalldirs) $(DESTDIR)$(libexecdir)
365
366 install: install-recursive
367 install-exec: install-exec-recursive
368 install-data: install-data-recursive
369 uninstall: uninstall-recursive
370
371 install-am: all-am
372 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
373
374 installcheck: installcheck-recursive
375 install-strip:
376 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
377 `test -z '$(STRIP)' || \
378 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
379 mostlyclean-generic:
380
381 clean-generic:
382
383 distclean-generic:
384 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
385
386 maintainer-clean-generic:
387 @echo "This command is intended for maintainers to use"
388 @echo "it deletes files that may require special tools to rebuild."
389 clean: clean-recursive
390
391 clean-am: clean-generic clean-libexecPROGRAMS mostlyclean-am
392
393 distclean: distclean-recursive
394
395 distclean-am: clean-am distclean-compile distclean-depend \
396 distclean-generic distclean-tags
397
398 dvi: dvi-recursive
399
400 dvi-am:
401
402 info: info-recursive
403
404 info-am:
405
406 install-data-am:
407
408 install-exec-am: install-libexecPROGRAMS
409
410 install-info: install-info-recursive
411
412 install-man:
413
414 installcheck-am:
415
416 maintainer-clean: maintainer-clean-recursive
417
418 maintainer-clean-am: distclean-am maintainer-clean-generic
419
420 mostlyclean: mostlyclean-recursive
421
422 mostlyclean-am: mostlyclean-compile mostlyclean-generic
423
424 uninstall-am: uninstall-info-am uninstall-libexecPROGRAMS
425
426 uninstall-info: uninstall-info-recursive
427
428 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
429 clean-generic clean-libexecPROGRAMS clean-recursive distclean \
430 distclean-compile distclean-depend distclean-generic \
431 distclean-recursive distclean-tags distdir dvi dvi-am \
432 dvi-recursive info info-am info-recursive install install-am \
433 install-data install-data-am install-data-recursive \
434 install-exec install-exec-am install-exec-recursive \
435 install-info install-info-am install-info-recursive \
436 install-libexecPROGRAMS install-man install-recursive \
437 install-strip installcheck installcheck-am installdirs \
438 installdirs-am installdirs-recursive maintainer-clean \
439 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
440 mostlyclean-compile mostlyclean-generic mostlyclean-recursive \
441 tags tags-recursive uninstall uninstall-am uninstall-info-am \
442 uninstall-info-recursive uninstall-libexecPROGRAMS \
443 uninstall-recursive
444
445 # Tell versions [3.59,3.63) of GNU make to not export all variables.
446 # Otherwise a system limit (for SysV at least) may be exceeded.
447 .NOEXPORT: