~ubuntu-branches/ubuntu/oneiric/squid3/oneiric-security

« back to all changes in this revision

Viewing changes to helpers/ntlm_auth/smb_lm/smbval/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mahyuddin Susanto
  • Date: 2011-02-15 18:46:13 UTC
  • mfrom: (21.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110215184613-1u3dh5sz4i055flk
Tags: 3.1.10-1ubuntu1
* Merge from debian unstable. (LP: #719283)  Remaining changes:
  - debian/patches/18-fix-ftbfs-binutils-gold.dpatch: Add library linker into
    LIBS instead to LDFLAGS to fixing FTBFS binutils-gold.
* Drop Ubuntu configuration for ufw which landed in Debian and sync it: 
  - debian/squid3.ufw.profile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
18
19
 
19
20
VPATH = @srcdir@
20
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
21
23
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
26
install_sh_DATA = $(install_sh) -c -m 644
25
27
install_sh_PROGRAM = $(install_sh) -c
38
40
        $(top_srcdir)/src/Common.am
39
41
check_PROGRAMS =
40
42
TESTS =
 
43
@USE_LOADABLE_MODULES_TRUE@am__append_1 = $(INCLTDL)
41
44
subdir = helpers/ntlm_auth/smb_lm/smbval
42
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
46
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44
 
        $(top_srcdir)/configure.in
 
47
        $(top_srcdir)/configure.ac
45
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
49
        $(ACLOCAL_M4)
47
50
mkinstalldirs = $(install_sh) -d
48
51
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
49
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
50
54
LIBRARIES = $(noinst_LIBRARIES)
51
55
ARFLAGS = cru
52
56
libsmbvalid_a_AR = $(AR) $(ARFLAGS)
59
63
DEFAULT_INCLUDES = 
60
64
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
61
65
am__depfiles_maybe = depfiles
 
66
am__mv = mv -f
62
67
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63
68
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64
69
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72
77
DIST_SOURCES = $(libsmbvalid_a_SOURCES)
73
78
ETAGS = etags
74
79
CTAGS = ctags
 
80
am__tty_colors = \
 
81
red=; grn=; lgn=; blu=; std=
75
82
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76
83
ACLOCAL = @ACLOCAL@
77
84
ADAPTATION_LIBS = @ADAPTATION_LIBS@
180
187
PACKAGE_NAME = @PACKAGE_NAME@
181
188
PACKAGE_STRING = @PACKAGE_STRING@
182
189
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
190
PACKAGE_URL = @PACKAGE_URL@
183
191
PACKAGE_VERSION = @PACKAGE_VERSION@
184
192
PATH_SEPARATOR = @PATH_SEPARATOR@
185
193
PERL = @PERL@
248
256
libexecdir = @libexecdir@
249
257
localedir = @localedir@
250
258
localstatedir = @localstatedir@
251
 
lt_ECHO = @lt_ECHO@
252
259
ltdl_LIBOBJS = @ltdl_LIBOBJS@
253
260
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
254
261
makesnmplib = @makesnmplib@
273
280
AM_CXXFLAGS = $(SQUID_CXXFLAGS)
274
281
CLEANFILES = 
275
282
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/src \
276
 
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) -I$(srcdir)
 
283
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) $(am__append_1) \
 
284
        -I$(srcdir)
277
285
noinst_LIBRARIES = libsmbvalid.a
278
286
libsmbvalid_a_SOURCES = valid.c session.c rfcnb-util.c rfcnb-io.c \
279
287
        smblib-util.c smblib.c smbencrypt.c smbdes.c md4.c byteorder.h \
289
297
        @for dep in $?; do \
290
298
          case '$(am__configure_deps)' in \
291
299
            *$$dep*) \
292
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
293
 
                && exit 0; \
 
300
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
301
                && { if test -f $@; then exit 0; else break; fi; }; \
294
302
              exit 1;; \
295
303
          esac; \
296
304
        done; \
297
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  helpers/ntlm_auth/smb_lm/smbval/Makefile'; \
298
 
        cd $(top_srcdir) && \
299
 
          $(AUTOMAKE) --foreign  helpers/ntlm_auth/smb_lm/smbval/Makefile
 
305
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign helpers/ntlm_auth/smb_lm/smbval/Makefile'; \
 
306
        $(am__cd) $(top_srcdir) && \
 
307
          $(AUTOMAKE) --foreign helpers/ntlm_auth/smb_lm/smbval/Makefile
300
308
.PRECIOUS: Makefile
301
309
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
302
310
        @case '$?' in \
314
322
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
323
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
316
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
325
$(am__aclocal_m4_deps):
317
326
 
318
327
clean-noinstLIBRARIES:
319
328
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
323
332
        $(RANLIB) libsmbvalid.a
324
333
 
325
334
clean-checkPROGRAMS:
326
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
327
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
328
 
          echo " rm -f $$p $$f"; \
329
 
          rm -f $$p $$f ; \
330
 
        done
 
335
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
336
        echo " rm -f" $$list; \
 
337
        rm -f $$list || exit $$?; \
 
338
        test -n "$(EXEEXT)" || exit 0; \
 
339
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
340
        echo " rm -f" $$list; \
 
341
        rm -f $$list
331
342
 
332
343
mostlyclean-compile:
333
344
        -rm -f *.$(OBJEXT)
347
358
 
348
359
.c.o:
349
360
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
350
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
361
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
351
362
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
352
363
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353
364
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
354
365
 
355
366
.c.obj:
356
367
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
357
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
368
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
358
369
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
359
370
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360
371
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
361
372
 
362
373
.c.lo:
363
374
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
364
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
375
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
365
376
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
366
377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367
378
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
377
388
        unique=`for i in $$list; do \
378
389
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379
390
          done | \
380
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
391
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381
392
              END { if (nonempty) { for (i in files) print i; }; }'`; \
382
393
        mkid -fID $$unique
383
394
tags: TAGS
384
395
 
385
396
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386
397
                $(TAGS_FILES) $(LISP)
387
 
        tags=; \
 
398
        set x; \
388
399
        here=`pwd`; \
389
400
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
390
401
        unique=`for i in $$list; do \
392
403
          done | \
393
404
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394
405
              END { if (nonempty) { for (i in files) print i; }; }'`; \
395
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
406
        shift; \
 
407
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
396
408
          test -n "$$unique" || unique=$$empty_fix; \
397
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398
 
            $$tags $$unique; \
 
409
          if test $$# -gt 0; then \
 
410
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
411
              "$$@" $$unique; \
 
412
          else \
 
413
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
414
              $$unique; \
 
415
          fi; \
399
416
        fi
400
417
ctags: CTAGS
401
418
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
402
419
                $(TAGS_FILES) $(LISP)
403
 
        tags=; \
404
420
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
405
421
        unique=`for i in $$list; do \
406
422
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407
423
          done | \
408
424
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
409
425
              END { if (nonempty) { for (i in files) print i; }; }'`; \
410
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
426
        test -z "$(CTAGS_ARGS)$$unique" \
411
427
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
412
 
             $$tags $$unique
 
428
             $$unique
413
429
 
414
430
GTAGS:
415
431
        here=`$(am__cd) $(top_builddir) && pwd` \
416
 
          && cd $(top_srcdir) \
417
 
          && gtags -i $(GTAGS_ARGS) $$here
 
432
          && $(am__cd) $(top_srcdir) \
 
433
          && gtags -i $(GTAGS_ARGS) "$$here"
418
434
 
419
435
distclean-tags:
420
436
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
421
437
 
422
438
check-TESTS: $(TESTS)
423
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
439
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
424
440
        srcdir=$(srcdir); export srcdir; \
425
441
        list=' $(TESTS) '; \
 
442
        $(am__tty_colors); \
426
443
        if test -n "$$list"; then \
427
444
          for tst in $$list; do \
428
445
            if test -f ./$$tst; then dir=./; \
431
448
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
432
449
              all=`expr $$all + 1`; \
433
450
              case " $(XFAIL_TESTS) " in \
434
 
              *$$ws$$tst$$ws*) \
 
451
              *[\ \     ]$$tst[\ \      ]*) \
435
452
                xpass=`expr $$xpass + 1`; \
436
453
                failed=`expr $$failed + 1`; \
437
 
                echo "XPASS: $$tst"; \
 
454
                col=$$red; res=XPASS; \
438
455
              ;; \
439
456
              *) \
440
 
                echo "PASS: $$tst"; \
 
457
                col=$$grn; res=PASS; \
441
458
              ;; \
442
459
              esac; \
443
460
            elif test $$? -ne 77; then \
444
461
              all=`expr $$all + 1`; \
445
462
              case " $(XFAIL_TESTS) " in \
446
 
              *$$ws$$tst$$ws*) \
 
463
              *[\ \     ]$$tst[\ \      ]*) \
447
464
                xfail=`expr $$xfail + 1`; \
448
 
                echo "XFAIL: $$tst"; \
 
465
                col=$$lgn; res=XFAIL; \
449
466
              ;; \
450
467
              *) \
451
468
                failed=`expr $$failed + 1`; \
452
 
                echo "FAIL: $$tst"; \
 
469
                col=$$red; res=FAIL; \
453
470
              ;; \
454
471
              esac; \
455
472
            else \
456
473
              skip=`expr $$skip + 1`; \
457
 
              echo "SKIP: $$tst"; \
 
474
              col=$$blu; res=SKIP; \
458
475
            fi; \
 
476
            echo "$${col}$$res$${std}: $$tst"; \
459
477
          done; \
 
478
          if test "$$all" -eq 1; then \
 
479
            tests="test"; \
 
480
            All=""; \
 
481
          else \
 
482
            tests="tests"; \
 
483
            All="All "; \
 
484
          fi; \
460
485
          if test "$$failed" -eq 0; then \
461
486
            if test "$$xfail" -eq 0; then \
462
 
              banner="All $$all tests passed"; \
 
487
              banner="$$All$$all $$tests passed"; \
463
488
            else \
464
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
489
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
490
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
465
491
            fi; \
466
492
          else \
467
493
            if test "$$xpass" -eq 0; then \
468
 
              banner="$$failed of $$all tests failed"; \
 
494
              banner="$$failed of $$all $$tests failed"; \
469
495
            else \
470
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
496
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
497
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
471
498
            fi; \
472
499
          fi; \
473
500
          dashes="$$banner"; \
474
501
          skipped=""; \
475
502
          if test "$$skip" -ne 0; then \
476
 
            skipped="($$skip tests were not run)"; \
 
503
            if test "$$skip" -eq 1; then \
 
504
              skipped="($$skip test was not run)"; \
 
505
            else \
 
506
              skipped="($$skip tests were not run)"; \
 
507
            fi; \
477
508
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
478
509
              dashes="$$skipped"; \
479
510
          fi; \
484
515
              dashes="$$report"; \
485
516
          fi; \
486
517
          dashes=`echo "$$dashes" | sed s/./=/g`; \
487
 
          echo "$$dashes"; \
 
518
          if test "$$failed" -eq 0; then \
 
519
            echo "$$grn$$dashes"; \
 
520
          else \
 
521
            echo "$$red$$dashes"; \
 
522
          fi; \
488
523
          echo "$$banner"; \
489
524
          test -z "$$skipped" || echo "$$skipped"; \
490
525
          test -z "$$report" || echo "$$report"; \
491
 
          echo "$$dashes"; \
 
526
          echo "$$dashes$$std"; \
492
527
          test "$$failed" -eq 0; \
493
528
        else :; fi
494
529
 
508
543
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
509
544
          if test -d $$d/$$file; then \
510
545
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
546
            if test -d "$(distdir)/$$file"; then \
 
547
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
548
            fi; \
511
549
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
512
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
550
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
551
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513
552
            fi; \
514
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
553
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
515
554
          else \
516
 
            test -f $(distdir)/$$file \
517
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
555
            test -f "$(distdir)/$$file" \
 
556
            || cp -p $$d/$$file "$(distdir)/$$file" \
518
557
            || exit 1; \
519
558
          fi; \
520
559
        done
545
584
 
546
585
distclean-generic:
547
586
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
587
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
548
588
 
549
589
maintainer-clean-generic:
550
590
        @echo "This command is intended for maintainers to use"
566
606
 
567
607
html: html-am
568
608
 
 
609
html-am:
 
610
 
569
611
info: info-am
570
612
 
571
613
info-am:
574
616
 
575
617
install-dvi: install-dvi-am
576
618
 
 
619
install-dvi-am:
 
620
 
577
621
install-exec-am:
578
622
 
579
623
install-html: install-html-am
580
624
 
 
625
install-html-am:
 
626
 
581
627
install-info: install-info-am
582
628
 
 
629
install-info-am:
 
630
 
583
631
install-man:
584
632
 
585
633
install-pdf: install-pdf-am
586
634
 
 
635
install-pdf-am:
 
636
 
587
637
install-ps: install-ps-am
588
638
 
 
639
install-ps-am:
 
640
 
589
641
installcheck-am:
590
642
 
591
643
maintainer-clean: maintainer-clean-am
608
660
 
609
661
uninstall-am:
610
662
 
611
 
.MAKE: install-am install-strip
 
663
.MAKE: check-am install-am install-strip
612
664
 
613
665
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
614
666
        clean-checkPROGRAMS clean-generic clean-libtool \
626
678
 
627
679
 
628
680
$(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h
 
681
 
629
682
# Tell versions [3.59,3.63) of GNU make to not export all variables.
630
683
# Otherwise a system limit (for SysV at least) may be exceeded.
631
684
.NOEXPORT: