]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/ntlm_auth/SMB/Makefile.in
fix headers to allow inclusion into C++ source
[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.18 2002/09/15 06:40:47 robertc 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 CXX = @CXX@
79 DEPDIR = @DEPDIR@
80 DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
81 ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@
82 ERR_LANGUAGES = @ERR_LANGUAGES@
83 EXEEXT = @EXEEXT@
84 EXTERNAL_ACL_HELPERS = @EXTERNAL_ACL_HELPERS@
85 FALSE = @FALSE@
86 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
87 LIBDLMALLOC = @LIBDLMALLOC@
88 LIBREGEX = @LIBREGEX@
89 LIB_MALLOC = @LIB_MALLOC@
90 LN = @LN@
91 LN_S = @LN_S@
92 MAINT = @MAINT@
93 MKDIR = @MKDIR@
94 MV = @MV@
95 NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
96 OBJEXT = @OBJEXT@
97 OPT_DEFAULT_HOSTS = @OPT_DEFAULT_HOSTS@
98 OPT_DISKD_EXE = @OPT_DISKD_EXE@
99 OPT_DNSSERVER_EXE = @OPT_DNSSERVER_EXE@
100 OPT_PINGER = @OPT_PINGER@
101 OPT_PINGER_EXE = @OPT_PINGER_EXE@
102 PACKAGE = @PACKAGE@
103 PERL = @PERL@
104 RANLIB = @RANLIB@
105 REGEXLIB = @REGEXLIB@
106 REPL_LIBS = @REPL_LIBS@
107 REPL_OBJS = @REPL_OBJS@
108 REPL_POLICIES = @REPL_POLICIES@
109 RM = @RM@
110 SH = @SH@
111 SNMPLIB = @SNMPLIB@
112 SSLLIB = @SSLLIB@
113 STORE_LIBS = @STORE_LIBS@
114 STORE_MODULES = @STORE_MODULES@
115 STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
116 STORE_OBJS = @STORE_OBJS@
117 TRUE = @TRUE@
118 VERSION = @VERSION@
119 XTRA_LIBS = @XTRA_LIBS@
120 XTRA_OBJS = @XTRA_OBJS@
121 am__include = @am__include@
122 am__quote = @am__quote@
123 install_sh = @install_sh@
124 makesnmplib = @makesnmplib@
125
126 SUBDIRS = smbval
127
128 libexec_PROGRAMS = ntlm_auth
129 ntlm_auth_SOURCES = libntlmssp.c ntlm_auth.c ntlm.h
130 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
131 -I$(top_srcdir)/src/ -I$(srcdir)/smbval
132
133 LDADD = smbval/libsmbvalid.a -L$(top_builddir)/lib -lntlmauth \
134 -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
135
136 subdir = helpers/ntlm_auth/SMB
137 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
138 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
139 CONFIG_CLEAN_FILES =
140 libexec_PROGRAMS = ntlm_auth$(EXEEXT)
141 PROGRAMS = $(libexec_PROGRAMS)
142
143 am_ntlm_auth_OBJECTS = libntlmssp.$(OBJEXT) ntlm_auth.$(OBJEXT)
144 ntlm_auth_OBJECTS = $(am_ntlm_auth_OBJECTS)
145 ntlm_auth_LDADD = $(LDADD)
146 ntlm_auth_DEPENDENCIES = smbval/libsmbvalid.a
147 ntlm_auth_LDFLAGS =
148
149 DEFS = @DEFS@
150 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
151 CPPFLAGS = @CPPFLAGS@
152 LDFLAGS = @LDFLAGS@
153 LIBS = @LIBS@
154 depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
155 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/libntlmssp.Po $(DEPDIR)/ntlm_auth.Po
156 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
157 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
158 CCLD = $(CC)
159 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
160 CFLAGS = @CFLAGS@
161 DIST_SOURCES = $(ntlm_auth_SOURCES)
162
163 RECURSIVE_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
167 DIST_COMMON = Makefile.am Makefile.in
168 DIST_SUBDIRS = $(SUBDIRS)
169 SOURCES = $(ntlm_auth_SOURCES)
170
171 all: all-recursive
172
173 .SUFFIXES:
174 .SUFFIXES: .c .o .obj
175 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
176 cd $(top_srcdir) && \
177 $(AUTOMAKE) --foreign helpers/ntlm_auth/SMB/Makefile
178 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
179 cd $(top_builddir) && \
180 CONFIG_HEADERS= CONFIG_LINKS= \
181 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
182 install-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
195 uninstall-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
203 clean-libexecPROGRAMS:
204 -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
205 ntlm_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
209 mostlyclean-compile:
210 -rm -f *.$(OBJEXT) core *.core
211
212 distclean-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
218 distclean-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 $<`
232 CCDEPMODE = @CCDEPMODE@
233 uninstall-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
260 mostlyclean-recursive clean-recursive distclean-recursive \
261 maintainer-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"
285 tags-recursive:
286 list='$(SUBDIRS)'; for subdir in $$list; do \
287 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
288 done
289
290 tags: TAGS
291
292 ID: $(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
301 TAGS: 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
319 GTAGS:
320 here=`CDPATH=: && cd $(top_builddir) && pwd` \
321 && cd $(top_srcdir) \
322 && gtags -i $(GTAGS_ARGS) $$here
323
324 distclean-tags:
325 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
326
327 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
328
329 top_distdir = ../../..
330 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
331
332 distdir: $(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
361 check-am: all-am
362 check: check-recursive
363 all-am: Makefile $(PROGRAMS)
364 installdirs: installdirs-recursive
365 installdirs-am:
366 $(mkinstalldirs) $(DESTDIR)$(libexecdir)
367
368 install: install-recursive
369 install-exec: install-exec-recursive
370 install-data: install-data-recursive
371 uninstall: uninstall-recursive
372
373 install-am: all-am
374 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
375
376 installcheck: installcheck-recursive
377 install-strip:
378 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
379 `test -z '$(STRIP)' || \
380 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
381 mostlyclean-generic:
382
383 clean-generic:
384
385 distclean-generic:
386 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
387
388 maintainer-clean-generic:
389 @echo "This command is intended for maintainers to use"
390 @echo "it deletes files that may require special tools to rebuild."
391 clean: clean-recursive
392
393 clean-am: clean-generic clean-libexecPROGRAMS mostlyclean-am
394
395 distclean: distclean-recursive
396
397 distclean-am: clean-am distclean-compile distclean-depend \
398 distclean-generic distclean-tags
399
400 dvi: dvi-recursive
401
402 dvi-am:
403
404 info: info-recursive
405
406 info-am:
407
408 install-data-am:
409
410 install-exec-am: install-libexecPROGRAMS
411
412 install-info: install-info-recursive
413
414 install-man:
415
416 installcheck-am:
417
418 maintainer-clean: maintainer-clean-recursive
419
420 maintainer-clean-am: distclean-am maintainer-clean-generic
421
422 mostlyclean: mostlyclean-recursive
423
424 mostlyclean-am: mostlyclean-compile mostlyclean-generic
425
426 uninstall-am: uninstall-info-am uninstall-libexecPROGRAMS
427
428 uninstall-info: uninstall-info-recursive
429
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
446
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: