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

« back to all changes in this revision

Viewing changes to helpers/ntlm_auth/fakeauth/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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
36
38
        $(top_srcdir)/src/Common.am
37
39
check_PROGRAMS =
38
40
TESTS =
 
41
@USE_LOADABLE_MODULES_TRUE@am__append_1 = $(INCLTDL)
39
42
libexec_PROGRAMS = fakeauth_auth$(EXEEXT)
40
43
subdir = helpers/ntlm_auth/fakeauth
41
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
45
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43
 
        $(top_srcdir)/configure.in
 
46
        $(top_srcdir)/configure.ac
44
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
48
        $(ACLOCAL_M4)
46
49
mkinstalldirs = $(install_sh) -d
47
50
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
48
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
49
53
am__installdirs = "$(DESTDIR)$(libexecdir)"
50
 
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
51
54
PROGRAMS = $(libexec_PROGRAMS)
52
55
am_fakeauth_auth_OBJECTS = fakeauth_auth.$(OBJEXT)
53
56
fakeauth_auth_OBJECTS = $(am_fakeauth_auth_OBJECTS)
58
61
DEFAULT_INCLUDES = 
59
62
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
60
63
am__depfiles_maybe = depfiles
 
64
am__mv = mv -f
61
65
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62
66
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
67
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71
75
DIST_SOURCES = $(fakeauth_auth_SOURCES)
72
76
ETAGS = etags
73
77
CTAGS = ctags
 
78
am__tty_colors = \
 
79
red=; grn=; lgn=; blu=; std=
74
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
81
ACLOCAL = @ACLOCAL@
76
82
ADAPTATION_LIBS = @ADAPTATION_LIBS@
179
185
PACKAGE_NAME = @PACKAGE_NAME@
180
186
PACKAGE_STRING = @PACKAGE_STRING@
181
187
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
188
PACKAGE_URL = @PACKAGE_URL@
182
189
PACKAGE_VERSION = @PACKAGE_VERSION@
183
190
PATH_SEPARATOR = @PATH_SEPARATOR@
184
191
PERL = @PERL@
247
254
libexecdir = @libexecdir@
248
255
localedir = @localedir@
249
256
localstatedir = @localstatedir@
250
 
lt_ECHO = @lt_ECHO@
251
257
ltdl_LIBOBJS = @ltdl_LIBOBJS@
252
258
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
253
259
makesnmplib = @makesnmplib@
272
278
AM_CXXFLAGS = $(SQUID_CXXFLAGS)
273
279
CLEANFILES = 
274
280
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/src \
275
 
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) -I$(srcdir)
 
281
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) $(am__append_1) \
 
282
        -I$(srcdir)
276
283
fakeauth_auth_SOURCES = fakeauth_auth.c ntlm.h
277
284
LDADD = \
278
285
        $(top_builddir)/compat/libcompat.la \
289
296
        @for dep in $?; do \
290
297
          case '$(am__configure_deps)' in \
291
298
            *$$dep*) \
292
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
293
 
                && exit 0; \
 
299
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
300
                && { if test -f $@; then exit 0; else break; fi; }; \
294
301
              exit 1;; \
295
302
          esac; \
296
303
        done; \
297
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  helpers/ntlm_auth/fakeauth/Makefile'; \
298
 
        cd $(top_srcdir) && \
299
 
          $(AUTOMAKE) --foreign  helpers/ntlm_auth/fakeauth/Makefile
 
304
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign helpers/ntlm_auth/fakeauth/Makefile'; \
 
305
        $(am__cd) $(top_srcdir) && \
 
306
          $(AUTOMAKE) --foreign helpers/ntlm_auth/fakeauth/Makefile
300
307
.PRECIOUS: Makefile
301
308
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
302
309
        @case '$?' in \
314
321
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
322
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
316
323
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
324
$(am__aclocal_m4_deps):
317
325
 
318
326
clean-checkPROGRAMS:
319
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
320
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
321
 
          echo " rm -f $$p $$f"; \
322
 
          rm -f $$p $$f ; \
323
 
        done
 
327
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
328
        echo " rm -f" $$list; \
 
329
        rm -f $$list || exit $$?; \
 
330
        test -n "$(EXEEXT)" || exit 0; \
 
331
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
332
        echo " rm -f" $$list; \
 
333
        rm -f $$list
324
334
install-libexecPROGRAMS: $(libexec_PROGRAMS)
325
335
        @$(NORMAL_INSTALL)
326
336
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
327
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
328
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
329
 
          if test -f $$p \
330
 
             || test -f $$p1 \
331
 
          ; then \
332
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
333
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
334
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
335
 
          else :; fi; \
336
 
        done
 
337
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
338
        for p in $$list; do echo "$$p $$p"; done | \
 
339
        sed 's/$(EXEEXT)$$//' | \
 
340
        while read p p1; do if test -f $$p || test -f $$p1; \
 
341
          then echo "$$p"; echo "$$p"; else :; fi; \
 
342
        done | \
 
343
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
344
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
345
        sed 'N;N;N;s,\n, ,g' | \
 
346
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
347
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
348
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
349
            else { print "f", $$3 "/" $$4, $$1; } } \
 
350
          END { for (d in files) print "f", d, files[d] }' | \
 
351
        while read type dir files; do \
 
352
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
353
            test -z "$$files" || { \
 
354
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
355
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
356
            } \
 
357
        ; done
337
358
 
338
359
uninstall-libexecPROGRAMS:
339
360
        @$(NORMAL_UNINSTALL)
340
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
341
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
342
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
343
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
344
 
        done
 
361
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
362
        files=`for p in $$list; do echo "$$p"; done | \
 
363
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
364
              -e 's/$$/$(EXEEXT)/' `; \
 
365
        test -n "$$list" || exit 0; \
 
366
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
367
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
345
368
 
346
369
clean-libexecPROGRAMS:
347
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
348
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
349
 
          echo " rm -f $$p $$f"; \
350
 
          rm -f $$p $$f ; \
351
 
        done
 
370
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
371
        echo " rm -f" $$list; \
 
372
        rm -f $$list || exit $$?; \
 
373
        test -n "$(EXEEXT)" || exit 0; \
 
374
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
375
        echo " rm -f" $$list; \
 
376
        rm -f $$list
352
377
fakeauth_auth$(EXEEXT): $(fakeauth_auth_OBJECTS) $(fakeauth_auth_DEPENDENCIES) 
353
378
        @rm -f fakeauth_auth$(EXEEXT)
354
379
        $(LINK) $(fakeauth_auth_OBJECTS) $(fakeauth_auth_LDADD) $(LIBS)
363
388
 
364
389
.c.o:
365
390
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
366
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
391
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
367
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
368
393
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369
394
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
370
395
 
371
396
.c.obj:
372
397
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
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 `$(CYGPATH_W) '$<'`
377
402
 
378
403
.c.lo:
379
404
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
380
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
405
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
381
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
382
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383
408
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
393
418
        unique=`for i in $$list; do \
394
419
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395
420
          done | \
396
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
421
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397
422
              END { if (nonempty) { for (i in files) print i; }; }'`; \
398
423
        mkid -fID $$unique
399
424
tags: TAGS
400
425
 
401
426
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
402
427
                $(TAGS_FILES) $(LISP)
403
 
        tags=; \
 
428
        set x; \
404
429
        here=`pwd`; \
405
430
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
406
431
        unique=`for i in $$list; do \
408
433
          done | \
409
434
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410
435
              END { if (nonempty) { for (i in files) print i; }; }'`; \
411
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
436
        shift; \
 
437
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
412
438
          test -n "$$unique" || unique=$$empty_fix; \
413
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
414
 
            $$tags $$unique; \
 
439
          if test $$# -gt 0; then \
 
440
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
441
              "$$@" $$unique; \
 
442
          else \
 
443
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
444
              $$unique; \
 
445
          fi; \
415
446
        fi
416
447
ctags: CTAGS
417
448
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
418
449
                $(TAGS_FILES) $(LISP)
419
 
        tags=; \
420
450
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
421
451
        unique=`for i in $$list; do \
422
452
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423
453
          done | \
424
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
426
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
456
        test -z "$(CTAGS_ARGS)$$unique" \
427
457
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
428
 
             $$tags $$unique
 
458
             $$unique
429
459
 
430
460
GTAGS:
431
461
        here=`$(am__cd) $(top_builddir) && pwd` \
432
 
          && cd $(top_srcdir) \
433
 
          && gtags -i $(GTAGS_ARGS) $$here
 
462
          && $(am__cd) $(top_srcdir) \
 
463
          && gtags -i $(GTAGS_ARGS) "$$here"
434
464
 
435
465
distclean-tags:
436
466
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
437
467
 
438
468
check-TESTS: $(TESTS)
439
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
469
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
440
470
        srcdir=$(srcdir); export srcdir; \
441
471
        list=' $(TESTS) '; \
 
472
        $(am__tty_colors); \
442
473
        if test -n "$$list"; then \
443
474
          for tst in $$list; do \
444
475
            if test -f ./$$tst; then dir=./; \
447
478
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
448
479
              all=`expr $$all + 1`; \
449
480
              case " $(XFAIL_TESTS) " in \
450
 
              *$$ws$$tst$$ws*) \
 
481
              *[\ \     ]$$tst[\ \      ]*) \
451
482
                xpass=`expr $$xpass + 1`; \
452
483
                failed=`expr $$failed + 1`; \
453
 
                echo "XPASS: $$tst"; \
 
484
                col=$$red; res=XPASS; \
454
485
              ;; \
455
486
              *) \
456
 
                echo "PASS: $$tst"; \
 
487
                col=$$grn; res=PASS; \
457
488
              ;; \
458
489
              esac; \
459
490
            elif test $$? -ne 77; then \
460
491
              all=`expr $$all + 1`; \
461
492
              case " $(XFAIL_TESTS) " in \
462
 
              *$$ws$$tst$$ws*) \
 
493
              *[\ \     ]$$tst[\ \      ]*) \
463
494
                xfail=`expr $$xfail + 1`; \
464
 
                echo "XFAIL: $$tst"; \
 
495
                col=$$lgn; res=XFAIL; \
465
496
              ;; \
466
497
              *) \
467
498
                failed=`expr $$failed + 1`; \
468
 
                echo "FAIL: $$tst"; \
 
499
                col=$$red; res=FAIL; \
469
500
              ;; \
470
501
              esac; \
471
502
            else \
472
503
              skip=`expr $$skip + 1`; \
473
 
              echo "SKIP: $$tst"; \
 
504
              col=$$blu; res=SKIP; \
474
505
            fi; \
 
506
            echo "$${col}$$res$${std}: $$tst"; \
475
507
          done; \
 
508
          if test "$$all" -eq 1; then \
 
509
            tests="test"; \
 
510
            All=""; \
 
511
          else \
 
512
            tests="tests"; \
 
513
            All="All "; \
 
514
          fi; \
476
515
          if test "$$failed" -eq 0; then \
477
516
            if test "$$xfail" -eq 0; then \
478
 
              banner="All $$all tests passed"; \
 
517
              banner="$$All$$all $$tests passed"; \
479
518
            else \
480
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
519
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
520
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
481
521
            fi; \
482
522
          else \
483
523
            if test "$$xpass" -eq 0; then \
484
 
              banner="$$failed of $$all tests failed"; \
 
524
              banner="$$failed of $$all $$tests failed"; \
485
525
            else \
486
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
526
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
527
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
487
528
            fi; \
488
529
          fi; \
489
530
          dashes="$$banner"; \
490
531
          skipped=""; \
491
532
          if test "$$skip" -ne 0; then \
492
 
            skipped="($$skip tests were not run)"; \
 
533
            if test "$$skip" -eq 1; then \
 
534
              skipped="($$skip test was not run)"; \
 
535
            else \
 
536
              skipped="($$skip tests were not run)"; \
 
537
            fi; \
493
538
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
494
539
              dashes="$$skipped"; \
495
540
          fi; \
500
545
              dashes="$$report"; \
501
546
          fi; \
502
547
          dashes=`echo "$$dashes" | sed s/./=/g`; \
503
 
          echo "$$dashes"; \
 
548
          if test "$$failed" -eq 0; then \
 
549
            echo "$$grn$$dashes"; \
 
550
          else \
 
551
            echo "$$red$$dashes"; \
 
552
          fi; \
504
553
          echo "$$banner"; \
505
554
          test -z "$$skipped" || echo "$$skipped"; \
506
555
          test -z "$$report" || echo "$$report"; \
507
 
          echo "$$dashes"; \
 
556
          echo "$$dashes$$std"; \
508
557
          test "$$failed" -eq 0; \
509
558
        else :; fi
510
559
 
524
573
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
525
574
          if test -d $$d/$$file; then \
526
575
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
576
            if test -d "$(distdir)/$$file"; then \
 
577
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
578
            fi; \
527
579
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
528
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
580
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
581
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529
582
            fi; \
530
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
583
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
531
584
          else \
532
 
            test -f $(distdir)/$$file \
533
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
585
            test -f "$(distdir)/$$file" \
 
586
            || cp -p $$d/$$file "$(distdir)/$$file" \
534
587
            || exit 1; \
535
588
          fi; \
536
589
        done
564
617
 
565
618
distclean-generic:
566
619
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
620
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
567
621
 
568
622
maintainer-clean-generic:
569
623
        @echo "This command is intended for maintainers to use"
585
639
 
586
640
html: html-am
587
641
 
 
642
html-am:
 
643
 
588
644
info: info-am
589
645
 
590
646
info-am:
593
649
 
594
650
install-dvi: install-dvi-am
595
651
 
 
652
install-dvi-am:
 
653
 
596
654
install-exec-am: install-libexecPROGRAMS
597
655
 
598
656
install-html: install-html-am
599
657
 
 
658
install-html-am:
 
659
 
600
660
install-info: install-info-am
601
661
 
 
662
install-info-am:
 
663
 
602
664
install-man:
603
665
 
604
666
install-pdf: install-pdf-am
605
667
 
 
668
install-pdf-am:
 
669
 
606
670
install-ps: install-ps-am
607
671
 
 
672
install-ps-am:
 
673
 
608
674
installcheck-am:
609
675
 
610
676
maintainer-clean: maintainer-clean-am
627
693
 
628
694
uninstall-am: uninstall-libexecPROGRAMS
629
695
 
630
 
.MAKE: install-am install-strip
 
696
.MAKE: check-am install-am install-strip
631
697
 
632
698
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
633
699
        clean-checkPROGRAMS clean-generic clean-libexecPROGRAMS \
646
712
 
647
713
 
648
714
$(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h
 
715
 
649
716
# Tell versions [3.59,3.63) of GNU make to not export all variables.
650
717
# Otherwise a system limit (for SysV at least) may be exceeded.
651
718
.NOEXPORT: