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