~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to helpers/external_acl/unix_group/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2011-01-21 18:43:56 UTC
  • mfrom: (1.4.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20110121184356-4zn7gwuzws6lpnuc
Tags: 3.1.10-1
* New upstream release (Closes: #609881)
  - Removed patches integrated upstream
    + 16-CVE-2010-3072
    + 17-CVE-2010-2951
  - Fixes TCP DNS lookups failure on IPv6-disabled systems (Closes: #607379)
  - Fixes HTTPS not working if IPv6 is disabled (Closes: #594713)

* debian/rules
  - Enable ZPH feature (Closes: #597687)

* debian/squid3.ufw.profile
  - Added UFW profile, thanks to Alessio Treglia (Closes: #605088)

* debian/control
  - Added versioned dependency on squid-langpack

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 = squid_unix_group$(EXEEXT)
40
43
subdir = helpers/external_acl/unix_group
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)" "$(DESTDIR)$(man8dir)"
50
 
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
51
54
PROGRAMS = $(libexec_PROGRAMS)
52
55
am_squid_unix_group_OBJECTS = check_group.$(OBJEXT)
53
56
squid_unix_group_OBJECTS = $(am_squid_unix_group_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) \
69
73
        $(LDFLAGS) -o $@
70
74
SOURCES = $(squid_unix_group_SOURCES)
71
75
DIST_SOURCES = $(squid_unix_group_SOURCES)
 
76
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
77
am__vpath_adj = case $$p in \
 
78
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
79
    *) f=$$p;; \
 
80
  esac;
 
81
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
82
am__install_max = 40
 
83
am__nobase_strip_setup = \
 
84
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
85
am__nobase_strip = \
 
86
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
87
am__nobase_list = $(am__nobase_strip_setup); \
 
88
  for p in $$list; do echo "$$p $$p"; done | \
 
89
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
90
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
91
    if (++n[$$2] == $(am__install_max)) \
 
92
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
93
    END { for (dir in files) print dir, files[dir] }'
 
94
am__base_list = \
 
95
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
96
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
72
97
man8dir = $(mandir)/man8
73
98
NROFF = nroff
74
99
MANS = $(man_MANS)
75
100
ETAGS = etags
76
101
CTAGS = ctags
 
102
am__tty_colors = \
 
103
red=; grn=; lgn=; blu=; std=
77
104
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78
105
ACLOCAL = @ACLOCAL@
79
106
ADAPTATION_LIBS = @ADAPTATION_LIBS@
182
209
PACKAGE_NAME = @PACKAGE_NAME@
183
210
PACKAGE_STRING = @PACKAGE_STRING@
184
211
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
212
PACKAGE_URL = @PACKAGE_URL@
185
213
PACKAGE_VERSION = @PACKAGE_VERSION@
186
214
PATH_SEPARATOR = @PATH_SEPARATOR@
187
215
PERL = @PERL@
250
278
libexecdir = @libexecdir@
251
279
localedir = @localedir@
252
280
localstatedir = @localstatedir@
253
 
lt_ECHO = @lt_ECHO@
254
281
ltdl_LIBOBJS = @ltdl_LIBOBJS@
255
282
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
256
283
makesnmplib = @makesnmplib@
275
302
AM_CXXFLAGS = $(SQUID_CXXFLAGS)
276
303
CLEANFILES = 
277
304
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/src \
278
 
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) -I$(srcdir)
 
305
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) $(am__append_1) \
 
306
        -I$(srcdir)
279
307
man_MANS = squid_unix_group.8
280
308
EXTRA_DIST = squid_unix_group.8 config.test
281
309
squid_unix_group_SOURCES = check_group.c
292
320
        @for dep in $?; do \
293
321
          case '$(am__configure_deps)' in \
294
322
            *$$dep*) \
295
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
296
 
                && exit 0; \
 
323
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
324
                && { if test -f $@; then exit 0; else break; fi; }; \
297
325
              exit 1;; \
298
326
          esac; \
299
327
        done; \
300
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  helpers/external_acl/unix_group/Makefile'; \
301
 
        cd $(top_srcdir) && \
302
 
          $(AUTOMAKE) --foreign  helpers/external_acl/unix_group/Makefile
 
328
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign helpers/external_acl/unix_group/Makefile'; \
 
329
        $(am__cd) $(top_srcdir) && \
 
330
          $(AUTOMAKE) --foreign helpers/external_acl/unix_group/Makefile
303
331
.PRECIOUS: Makefile
304
332
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
305
333
        @case '$?' in \
317
345
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318
346
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
319
347
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
348
$(am__aclocal_m4_deps):
320
349
 
321
350
clean-checkPROGRAMS:
322
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
323
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
324
 
          echo " rm -f $$p $$f"; \
325
 
          rm -f $$p $$f ; \
326
 
        done
 
351
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
352
        echo " rm -f" $$list; \
 
353
        rm -f $$list || exit $$?; \
 
354
        test -n "$(EXEEXT)" || exit 0; \
 
355
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
356
        echo " rm -f" $$list; \
 
357
        rm -f $$list
327
358
install-libexecPROGRAMS: $(libexec_PROGRAMS)
328
359
        @$(NORMAL_INSTALL)
329
360
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
330
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
331
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
332
 
          if test -f $$p \
333
 
             || test -f $$p1 \
334
 
          ; then \
335
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
336
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
337
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
338
 
          else :; fi; \
339
 
        done
 
361
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
362
        for p in $$list; do echo "$$p $$p"; done | \
 
363
        sed 's/$(EXEEXT)$$//' | \
 
364
        while read p p1; do if test -f $$p || test -f $$p1; \
 
365
          then echo "$$p"; echo "$$p"; else :; fi; \
 
366
        done | \
 
367
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
368
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
369
        sed 'N;N;N;s,\n, ,g' | \
 
370
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
371
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
372
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
373
            else { print "f", $$3 "/" $$4, $$1; } } \
 
374
          END { for (d in files) print "f", d, files[d] }' | \
 
375
        while read type dir files; do \
 
376
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
377
            test -z "$$files" || { \
 
378
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
379
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
380
            } \
 
381
        ; done
340
382
 
341
383
uninstall-libexecPROGRAMS:
342
384
        @$(NORMAL_UNINSTALL)
343
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
344
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
345
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
346
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
347
 
        done
 
385
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
386
        files=`for p in $$list; do echo "$$p"; done | \
 
387
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
388
              -e 's/$$/$(EXEEXT)/' `; \
 
389
        test -n "$$list" || exit 0; \
 
390
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
391
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
348
392
 
349
393
clean-libexecPROGRAMS:
350
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
351
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
352
 
          echo " rm -f $$p $$f"; \
353
 
          rm -f $$p $$f ; \
354
 
        done
 
394
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
395
        echo " rm -f" $$list; \
 
396
        rm -f $$list || exit $$?; \
 
397
        test -n "$(EXEEXT)" || exit 0; \
 
398
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
399
        echo " rm -f" $$list; \
 
400
        rm -f $$list
355
401
squid_unix_group$(EXEEXT): $(squid_unix_group_OBJECTS) $(squid_unix_group_DEPENDENCIES) 
356
402
        @rm -f squid_unix_group$(EXEEXT)
357
403
        $(LINK) $(squid_unix_group_OBJECTS) $(squid_unix_group_LDADD) $(LIBS)
366
412
 
367
413
.c.o:
368
414
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
369
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
415
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
370
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
371
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372
418
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
373
419
 
374
420
.c.obj:
375
421
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
376
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
422
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
377
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
378
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379
425
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
380
426
 
381
427
.c.lo:
382
428
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
383
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
429
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
384
430
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
385
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386
432
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
390
436
 
391
437
clean-libtool:
392
438
        -rm -rf .libs _libs
393
 
install-man8: $(man8_MANS) $(man_MANS)
 
439
install-man8: $(man_MANS)
394
440
        @$(NORMAL_INSTALL)
395
441
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
396
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
397
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
398
 
        for i in $$l2; do \
399
 
          case "$$i" in \
400
 
            *.8*) list="$$list $$i" ;; \
401
 
          esac; \
 
442
        @list=''; test -n "$(man8dir)" || exit 0; \
 
443
        { for i in $$list; do echo "$$i"; done; \
 
444
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
445
          sed -n '/\.8[a-z]*$$/p'; \
 
446
        } | while read p; do \
 
447
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
448
          echo "$$d$$p"; echo "$$p"; \
 
449
        done | \
 
450
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
451
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
452
        sed 'N;N;s,\n, ,g' | { \
 
453
        list=; while read file base inst; do \
 
454
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
455
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
456
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
 
457
          fi; \
402
458
        done; \
403
 
        for i in $$list; do \
404
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
405
 
          else file=$$i; fi; \
406
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
407
 
          case "$$ext" in \
408
 
            8*) ;; \
409
 
            *) ext='8' ;; \
410
 
          esac; \
411
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
412
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
413
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
414
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
415
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
416
 
        done
 
459
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
460
        while read files; do \
 
461
          test -z "$$files" || { \
 
462
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
 
463
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
 
464
        done; }
 
465
 
417
466
uninstall-man8:
418
467
        @$(NORMAL_UNINSTALL)
419
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
420
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
421
 
        for i in $$l2; do \
422
 
          case "$$i" in \
423
 
            *.8*) list="$$list $$i" ;; \
424
 
          esac; \
425
 
        done; \
426
 
        for i in $$list; do \
427
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
428
 
          case "$$ext" in \
429
 
            8*) ;; \
430
 
            *) ext='8' ;; \
431
 
          esac; \
432
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
433
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
434
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
435
 
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
436
 
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
437
 
        done
 
468
        @list=''; test -n "$(man8dir)" || exit 0; \
 
469
        files=`{ for i in $$list; do echo "$$i"; done; \
 
470
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
471
          sed -n '/\.8[a-z]*$$/p'; \
 
472
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
473
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
474
        test -z "$$files" || { \
 
475
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
 
476
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
438
477
 
439
478
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
440
479
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
441
480
        unique=`for i in $$list; do \
442
481
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443
482
          done | \
444
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
483
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445
484
              END { if (nonempty) { for (i in files) print i; }; }'`; \
446
485
        mkid -fID $$unique
447
486
tags: TAGS
448
487
 
449
488
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
450
489
                $(TAGS_FILES) $(LISP)
451
 
        tags=; \
 
490
        set x; \
452
491
        here=`pwd`; \
453
492
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
454
493
        unique=`for i in $$list; do \
456
495
          done | \
457
496
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458
497
              END { if (nonempty) { for (i in files) print i; }; }'`; \
459
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
498
        shift; \
 
499
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
460
500
          test -n "$$unique" || unique=$$empty_fix; \
461
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
462
 
            $$tags $$unique; \
 
501
          if test $$# -gt 0; then \
 
502
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
503
              "$$@" $$unique; \
 
504
          else \
 
505
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
506
              $$unique; \
 
507
          fi; \
463
508
        fi
464
509
ctags: CTAGS
465
510
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
466
511
                $(TAGS_FILES) $(LISP)
467
 
        tags=; \
468
512
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
469
513
        unique=`for i in $$list; do \
470
514
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471
515
          done | \
472
516
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473
517
              END { if (nonempty) { for (i in files) print i; }; }'`; \
474
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
518
        test -z "$(CTAGS_ARGS)$$unique" \
475
519
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
476
 
             $$tags $$unique
 
520
             $$unique
477
521
 
478
522
GTAGS:
479
523
        here=`$(am__cd) $(top_builddir) && pwd` \
480
 
          && cd $(top_srcdir) \
481
 
          && gtags -i $(GTAGS_ARGS) $$here
 
524
          && $(am__cd) $(top_srcdir) \
 
525
          && gtags -i $(GTAGS_ARGS) "$$here"
482
526
 
483
527
distclean-tags:
484
528
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
485
529
 
486
530
check-TESTS: $(TESTS)
487
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
531
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
488
532
        srcdir=$(srcdir); export srcdir; \
489
533
        list=' $(TESTS) '; \
 
534
        $(am__tty_colors); \
490
535
        if test -n "$$list"; then \
491
536
          for tst in $$list; do \
492
537
            if test -f ./$$tst; then dir=./; \
495
540
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
496
541
              all=`expr $$all + 1`; \
497
542
              case " $(XFAIL_TESTS) " in \
498
 
              *$$ws$$tst$$ws*) \
 
543
              *[\ \     ]$$tst[\ \      ]*) \
499
544
                xpass=`expr $$xpass + 1`; \
500
545
                failed=`expr $$failed + 1`; \
501
 
                echo "XPASS: $$tst"; \
 
546
                col=$$red; res=XPASS; \
502
547
              ;; \
503
548
              *) \
504
 
                echo "PASS: $$tst"; \
 
549
                col=$$grn; res=PASS; \
505
550
              ;; \
506
551
              esac; \
507
552
            elif test $$? -ne 77; then \
508
553
              all=`expr $$all + 1`; \
509
554
              case " $(XFAIL_TESTS) " in \
510
 
              *$$ws$$tst$$ws*) \
 
555
              *[\ \     ]$$tst[\ \      ]*) \
511
556
                xfail=`expr $$xfail + 1`; \
512
 
                echo "XFAIL: $$tst"; \
 
557
                col=$$lgn; res=XFAIL; \
513
558
              ;; \
514
559
              *) \
515
560
                failed=`expr $$failed + 1`; \
516
 
                echo "FAIL: $$tst"; \
 
561
                col=$$red; res=FAIL; \
517
562
              ;; \
518
563
              esac; \
519
564
            else \
520
565
              skip=`expr $$skip + 1`; \
521
 
              echo "SKIP: $$tst"; \
 
566
              col=$$blu; res=SKIP; \
522
567
            fi; \
 
568
            echo "$${col}$$res$${std}: $$tst"; \
523
569
          done; \
 
570
          if test "$$all" -eq 1; then \
 
571
            tests="test"; \
 
572
            All=""; \
 
573
          else \
 
574
            tests="tests"; \
 
575
            All="All "; \
 
576
          fi; \
524
577
          if test "$$failed" -eq 0; then \
525
578
            if test "$$xfail" -eq 0; then \
526
 
              banner="All $$all tests passed"; \
 
579
              banner="$$All$$all $$tests passed"; \
527
580
            else \
528
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
581
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
582
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
529
583
            fi; \
530
584
          else \
531
585
            if test "$$xpass" -eq 0; then \
532
 
              banner="$$failed of $$all tests failed"; \
 
586
              banner="$$failed of $$all $$tests failed"; \
533
587
            else \
534
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
588
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
589
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
535
590
            fi; \
536
591
          fi; \
537
592
          dashes="$$banner"; \
538
593
          skipped=""; \
539
594
          if test "$$skip" -ne 0; then \
540
 
            skipped="($$skip tests were not run)"; \
 
595
            if test "$$skip" -eq 1; then \
 
596
              skipped="($$skip test was not run)"; \
 
597
            else \
 
598
              skipped="($$skip tests were not run)"; \
 
599
            fi; \
541
600
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
542
601
              dashes="$$skipped"; \
543
602
          fi; \
548
607
              dashes="$$report"; \
549
608
          fi; \
550
609
          dashes=`echo "$$dashes" | sed s/./=/g`; \
551
 
          echo "$$dashes"; \
 
610
          if test "$$failed" -eq 0; then \
 
611
            echo "$$grn$$dashes"; \
 
612
          else \
 
613
            echo "$$red$$dashes"; \
 
614
          fi; \
552
615
          echo "$$banner"; \
553
616
          test -z "$$skipped" || echo "$$skipped"; \
554
617
          test -z "$$report" || echo "$$report"; \
555
 
          echo "$$dashes"; \
 
618
          echo "$$dashes$$std"; \
556
619
          test "$$failed" -eq 0; \
557
620
        else :; fi
558
621
 
559
622
distdir: $(DISTFILES)
 
623
        @list='$(MANS)'; if test -n "$$list"; then \
 
624
          list=`for p in $$list; do \
 
625
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
626
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
627
          if test -n "$$list" && \
 
628
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
629
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
630
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
631
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
632
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
633
            exit 1; \
 
634
          else :; fi; \
 
635
        else :; fi
560
636
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
561
637
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
562
638
        list='$(DISTFILES)'; \
572
648
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
573
649
          if test -d $$d/$$file; then \
574
650
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
651
            if test -d "$(distdir)/$$file"; then \
 
652
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
653
            fi; \
575
654
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
576
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
655
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
656
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
577
657
            fi; \
578
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
658
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
579
659
          else \
580
 
            test -f $(distdir)/$$file \
581
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
660
            test -f "$(distdir)/$$file" \
 
661
            || cp -p $$d/$$file "$(distdir)/$$file" \
582
662
            || exit 1; \
583
663
          fi; \
584
664
        done
612
692
 
613
693
distclean-generic:
614
694
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
695
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
615
696
 
616
697
maintainer-clean-generic:
617
698
        @echo "This command is intended for maintainers to use"
633
714
 
634
715
html: html-am
635
716
 
 
717
html-am:
 
718
 
636
719
info: info-am
637
720
 
638
721
info-am:
641
724
 
642
725
install-dvi: install-dvi-am
643
726
 
 
727
install-dvi-am:
 
728
 
644
729
install-exec-am: install-libexecPROGRAMS
645
730
 
646
731
install-html: install-html-am
647
732
 
 
733
install-html-am:
 
734
 
648
735
install-info: install-info-am
649
736
 
 
737
install-info-am:
 
738
 
650
739
install-man: install-man8
651
740
 
652
741
install-pdf: install-pdf-am
653
742
 
 
743
install-pdf-am:
 
744
 
654
745
install-ps: install-ps-am
655
746
 
 
747
install-ps-am:
 
748
 
656
749
installcheck-am:
657
750
 
658
751
maintainer-clean: maintainer-clean-am
677
770
 
678
771
uninstall-man: uninstall-man8
679
772
 
680
 
.MAKE: install-am install-strip
 
773
.MAKE: check-am install-am install-strip
681
774
 
682
775
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
683
776
        clean-checkPROGRAMS clean-generic clean-libexecPROGRAMS \
697
790
 
698
791
 
699
792
$(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h
 
793
 
700
794
# Tell versions [3.59,3.63) of GNU make to not export all variables.
701
795
# Otherwise a system limit (for SysV at least) may be exceeded.
702
796
.NOEXPORT: