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