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

« back to all changes in this revision

Viewing changes to helpers/basic_auth/SASL/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.
24
25
 
25
26
VPATH = @srcdir@
26
27
pkgdatadir = $(datadir)/@PACKAGE@
 
28
pkgincludedir = $(includedir)/@PACKAGE@
27
29
pkglibdir = $(libdir)/@PACKAGE@
28
 
pkgincludedir = $(includedir)/@PACKAGE@
 
30
pkglibexecdir = $(libexecdir)/@PACKAGE@
29
31
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30
32
install_sh_DATA = $(install_sh) -c -m 644
31
33
install_sh_PROGRAM = $(install_sh) -c
44
46
        $(top_srcdir)/src/Common.am
45
47
check_PROGRAMS =
46
48
TESTS =
 
49
@USE_LOADABLE_MODULES_TRUE@am__append_1 = $(INCLTDL)
47
50
libexec_PROGRAMS = sasl_auth$(EXEEXT)
48
51
subdir = helpers/basic_auth/SASL
49
52
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50
53
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
51
 
        $(top_srcdir)/configure.in
 
54
        $(top_srcdir)/configure.ac
52
55
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
56
        $(ACLOCAL_M4)
54
57
mkinstalldirs = $(install_sh) -d
55
58
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
56
59
CONFIG_CLEAN_FILES =
 
60
CONFIG_CLEAN_VPATH_FILES =
57
61
am__installdirs = "$(DESTDIR)$(libexecdir)"
58
 
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
59
62
PROGRAMS = $(libexec_PROGRAMS)
60
63
sasl_auth_SOURCES = sasl_auth.c
61
64
sasl_auth_OBJECTS = sasl_auth.$(OBJEXT)
66
69
DEFAULT_INCLUDES = 
67
70
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
68
71
am__depfiles_maybe = depfiles
 
72
am__mv = mv -f
69
73
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70
74
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71
75
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79
83
DIST_SOURCES = sasl_auth.c
80
84
ETAGS = etags
81
85
CTAGS = ctags
 
86
am__tty_colors = \
 
87
red=; grn=; lgn=; blu=; std=
82
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83
89
ACLOCAL = @ACLOCAL@
84
90
ADAPTATION_LIBS = @ADAPTATION_LIBS@
187
193
PACKAGE_NAME = @PACKAGE_NAME@
188
194
PACKAGE_STRING = @PACKAGE_STRING@
189
195
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
196
PACKAGE_URL = @PACKAGE_URL@
190
197
PACKAGE_VERSION = @PACKAGE_VERSION@
191
198
PATH_SEPARATOR = @PATH_SEPARATOR@
192
199
PERL = @PERL@
255
262
libexecdir = @libexecdir@
256
263
localedir = @localedir@
257
264
localstatedir = @localstatedir@
258
 
lt_ECHO = @lt_ECHO@
259
265
ltdl_LIBOBJS = @ltdl_LIBOBJS@
260
266
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
261
267
makesnmplib = @makesnmplib@
280
286
AM_CXXFLAGS = $(SQUID_CXXFLAGS)
281
287
CLEANFILES = 
282
288
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/src \
283
 
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) -I$(srcdir)
 
289
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) $(am__append_1) \
 
290
        -I$(srcdir)
284
291
LDADD = \
285
292
        $(top_builddir)/compat/libcompat.la \
286
293
        -L$(top_builddir)/lib -lmiscutil \
296
303
        @for dep in $?; do \
297
304
          case '$(am__configure_deps)' in \
298
305
            *$$dep*) \
299
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
300
 
                && exit 0; \
 
306
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
307
                && { if test -f $@; then exit 0; else break; fi; }; \
301
308
              exit 1;; \
302
309
          esac; \
303
310
        done; \
304
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  helpers/basic_auth/SASL/Makefile'; \
305
 
        cd $(top_srcdir) && \
306
 
          $(AUTOMAKE) --foreign  helpers/basic_auth/SASL/Makefile
 
311
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign helpers/basic_auth/SASL/Makefile'; \
 
312
        $(am__cd) $(top_srcdir) && \
 
313
          $(AUTOMAKE) --foreign helpers/basic_auth/SASL/Makefile
307
314
.PRECIOUS: Makefile
308
315
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
309
316
        @case '$?' in \
321
328
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
329
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
323
330
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
331
$(am__aclocal_m4_deps):
324
332
 
325
333
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
 
334
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
335
        echo " rm -f" $$list; \
 
336
        rm -f $$list || exit $$?; \
 
337
        test -n "$(EXEEXT)" || exit 0; \
 
338
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
339
        echo " rm -f" $$list; \
 
340
        rm -f $$list
331
341
install-libexecPROGRAMS: $(libexec_PROGRAMS)
332
342
        @$(NORMAL_INSTALL)
333
343
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
334
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
335
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
336
 
          if test -f $$p \
337
 
             || test -f $$p1 \
338
 
          ; then \
339
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
340
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
341
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
342
 
          else :; fi; \
343
 
        done
 
344
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
345
        for p in $$list; do echo "$$p $$p"; done | \
 
346
        sed 's/$(EXEEXT)$$//' | \
 
347
        while read p p1; do if test -f $$p || test -f $$p1; \
 
348
          then echo "$$p"; echo "$$p"; else :; fi; \
 
349
        done | \
 
350
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
351
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
352
        sed 'N;N;N;s,\n, ,g' | \
 
353
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
354
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
355
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
356
            else { print "f", $$3 "/" $$4, $$1; } } \
 
357
          END { for (d in files) print "f", d, files[d] }' | \
 
358
        while read type dir files; do \
 
359
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
360
            test -z "$$files" || { \
 
361
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
362
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
363
            } \
 
364
        ; done
344
365
 
345
366
uninstall-libexecPROGRAMS:
346
367
        @$(NORMAL_UNINSTALL)
347
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
348
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
349
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
350
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
351
 
        done
 
368
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
369
        files=`for p in $$list; do echo "$$p"; done | \
 
370
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
371
              -e 's/$$/$(EXEEXT)/' `; \
 
372
        test -n "$$list" || exit 0; \
 
373
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
374
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
352
375
 
353
376
clean-libexecPROGRAMS:
354
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
355
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
356
 
          echo " rm -f $$p $$f"; \
357
 
          rm -f $$p $$f ; \
358
 
        done
 
377
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
378
        echo " rm -f" $$list; \
 
379
        rm -f $$list || exit $$?; \
 
380
        test -n "$(EXEEXT)" || exit 0; \
 
381
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
382
        echo " rm -f" $$list; \
 
383
        rm -f $$list
359
384
sasl_auth$(EXEEXT): $(sasl_auth_OBJECTS) $(sasl_auth_DEPENDENCIES) 
360
385
        @rm -f sasl_auth$(EXEEXT)
361
386
        $(LINK) $(sasl_auth_OBJECTS) $(sasl_auth_LDADD) $(LIBS)
370
395
 
371
396
.c.o:
372
397
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
373
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
398
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
374
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
375
400
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376
401
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
377
402
 
378
403
.c.obj:
379
404
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
380
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
405
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
381
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
382
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383
408
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
384
409
 
385
410
.c.lo:
386
411
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
387
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
412
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
388
413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
389
414
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
390
415
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
400
425
        unique=`for i in $$list; do \
401
426
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402
427
          done | \
403
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
428
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404
429
              END { if (nonempty) { for (i in files) print i; }; }'`; \
405
430
        mkid -fID $$unique
406
431
tags: TAGS
407
432
 
408
433
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
409
434
                $(TAGS_FILES) $(LISP)
410
 
        tags=; \
 
435
        set x; \
411
436
        here=`pwd`; \
412
437
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
413
438
        unique=`for i in $$list; do \
415
440
          done | \
416
441
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417
442
              END { if (nonempty) { for (i in files) print i; }; }'`; \
418
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
443
        shift; \
 
444
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
419
445
          test -n "$$unique" || unique=$$empty_fix; \
420
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421
 
            $$tags $$unique; \
 
446
          if test $$# -gt 0; then \
 
447
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
448
              "$$@" $$unique; \
 
449
          else \
 
450
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
451
              $$unique; \
 
452
          fi; \
422
453
        fi
423
454
ctags: CTAGS
424
455
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
425
456
                $(TAGS_FILES) $(LISP)
426
 
        tags=; \
427
457
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
428
458
        unique=`for i in $$list; do \
429
459
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430
460
          done | \
431
461
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432
462
              END { if (nonempty) { for (i in files) print i; }; }'`; \
433
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
463
        test -z "$(CTAGS_ARGS)$$unique" \
434
464
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
435
 
             $$tags $$unique
 
465
             $$unique
436
466
 
437
467
GTAGS:
438
468
        here=`$(am__cd) $(top_builddir) && pwd` \
439
 
          && cd $(top_srcdir) \
440
 
          && gtags -i $(GTAGS_ARGS) $$here
 
469
          && $(am__cd) $(top_srcdir) \
 
470
          && gtags -i $(GTAGS_ARGS) "$$here"
441
471
 
442
472
distclean-tags:
443
473
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
444
474
 
445
475
check-TESTS: $(TESTS)
446
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
476
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
447
477
        srcdir=$(srcdir); export srcdir; \
448
478
        list=' $(TESTS) '; \
 
479
        $(am__tty_colors); \
449
480
        if test -n "$$list"; then \
450
481
          for tst in $$list; do \
451
482
            if test -f ./$$tst; then dir=./; \
454
485
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
455
486
              all=`expr $$all + 1`; \
456
487
              case " $(XFAIL_TESTS) " in \
457
 
              *$$ws$$tst$$ws*) \
 
488
              *[\ \     ]$$tst[\ \      ]*) \
458
489
                xpass=`expr $$xpass + 1`; \
459
490
                failed=`expr $$failed + 1`; \
460
 
                echo "XPASS: $$tst"; \
 
491
                col=$$red; res=XPASS; \
461
492
              ;; \
462
493
              *) \
463
 
                echo "PASS: $$tst"; \
 
494
                col=$$grn; res=PASS; \
464
495
              ;; \
465
496
              esac; \
466
497
            elif test $$? -ne 77; then \
467
498
              all=`expr $$all + 1`; \
468
499
              case " $(XFAIL_TESTS) " in \
469
 
              *$$ws$$tst$$ws*) \
 
500
              *[\ \     ]$$tst[\ \      ]*) \
470
501
                xfail=`expr $$xfail + 1`; \
471
 
                echo "XFAIL: $$tst"; \
 
502
                col=$$lgn; res=XFAIL; \
472
503
              ;; \
473
504
              *) \
474
505
                failed=`expr $$failed + 1`; \
475
 
                echo "FAIL: $$tst"; \
 
506
                col=$$red; res=FAIL; \
476
507
              ;; \
477
508
              esac; \
478
509
            else \
479
510
              skip=`expr $$skip + 1`; \
480
 
              echo "SKIP: $$tst"; \
 
511
              col=$$blu; res=SKIP; \
481
512
            fi; \
 
513
            echo "$${col}$$res$${std}: $$tst"; \
482
514
          done; \
 
515
          if test "$$all" -eq 1; then \
 
516
            tests="test"; \
 
517
            All=""; \
 
518
          else \
 
519
            tests="tests"; \
 
520
            All="All "; \
 
521
          fi; \
483
522
          if test "$$failed" -eq 0; then \
484
523
            if test "$$xfail" -eq 0; then \
485
 
              banner="All $$all tests passed"; \
 
524
              banner="$$All$$all $$tests passed"; \
486
525
            else \
487
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
526
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
527
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
488
528
            fi; \
489
529
          else \
490
530
            if test "$$xpass" -eq 0; then \
491
 
              banner="$$failed of $$all tests failed"; \
 
531
              banner="$$failed of $$all $$tests failed"; \
492
532
            else \
493
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
533
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
534
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
494
535
            fi; \
495
536
          fi; \
496
537
          dashes="$$banner"; \
497
538
          skipped=""; \
498
539
          if test "$$skip" -ne 0; then \
499
 
            skipped="($$skip tests were not run)"; \
 
540
            if test "$$skip" -eq 1; then \
 
541
              skipped="($$skip test was not run)"; \
 
542
            else \
 
543
              skipped="($$skip tests were not run)"; \
 
544
            fi; \
500
545
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
501
546
              dashes="$$skipped"; \
502
547
          fi; \
507
552
              dashes="$$report"; \
508
553
          fi; \
509
554
          dashes=`echo "$$dashes" | sed s/./=/g`; \
510
 
          echo "$$dashes"; \
 
555
          if test "$$failed" -eq 0; then \
 
556
            echo "$$grn$$dashes"; \
 
557
          else \
 
558
            echo "$$red$$dashes"; \
 
559
          fi; \
511
560
          echo "$$banner"; \
512
561
          test -z "$$skipped" || echo "$$skipped"; \
513
562
          test -z "$$report" || echo "$$report"; \
514
 
          echo "$$dashes"; \
 
563
          echo "$$dashes$$std"; \
515
564
          test "$$failed" -eq 0; \
516
565
        else :; fi
517
566
 
531
580
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
532
581
          if test -d $$d/$$file; then \
533
582
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
583
            if test -d "$(distdir)/$$file"; then \
 
584
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
585
            fi; \
534
586
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
535
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
587
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
588
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536
589
            fi; \
537
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
590
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
538
591
          else \
539
 
            test -f $(distdir)/$$file \
540
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
592
            test -f "$(distdir)/$$file" \
 
593
            || cp -p $$d/$$file "$(distdir)/$$file" \
541
594
            || exit 1; \
542
595
          fi; \
543
596
        done
571
624
 
572
625
distclean-generic:
573
626
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
627
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
574
628
 
575
629
maintainer-clean-generic:
576
630
        @echo "This command is intended for maintainers to use"
592
646
 
593
647
html: html-am
594
648
 
 
649
html-am:
 
650
 
595
651
info: info-am
596
652
 
597
653
info-am:
600
656
 
601
657
install-dvi: install-dvi-am
602
658
 
 
659
install-dvi-am:
 
660
 
603
661
install-exec-am: install-libexecPROGRAMS
604
662
 
605
663
install-html: install-html-am
606
664
 
 
665
install-html-am:
 
666
 
607
667
install-info: install-info-am
608
668
 
 
669
install-info-am:
 
670
 
609
671
install-man:
610
672
 
611
673
install-pdf: install-pdf-am
612
674
 
 
675
install-pdf-am:
 
676
 
613
677
install-ps: install-ps-am
614
678
 
 
679
install-ps-am:
 
680
 
615
681
installcheck-am:
616
682
 
617
683
maintainer-clean: maintainer-clean-am
634
700
 
635
701
uninstall-am: uninstall-libexecPROGRAMS
636
702
 
637
 
.MAKE: install-am install-strip
 
703
.MAKE: check-am install-am install-strip
638
704
 
639
705
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
640
706
        clean-checkPROGRAMS clean-generic clean-libexecPROGRAMS \
653
719
 
654
720
 
655
721
$(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h
 
722
 
656
723
# Tell versions [3.59,3.63) of GNU make to not export all variables.
657
724
# Otherwise a system limit (for SysV at least) may be exceeded.
658
725
.NOEXPORT: