~ubuntu-branches/ubuntu/raring/gnupg2/raring-proposed

« back to all changes in this revision

Viewing changes to tests/pkits/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-06 11:25:58 UTC
  • mfrom: (14.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20121106112558-kxptsug6ivixhx8m
Tags: 2.0.19-1ubuntu1
* Resynchronize on Debian, remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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
# Makefile.am - tests using NIST's PKITS
18
19
#       Copyright (C) 2004, 2008 Free Software Foundation, Inc.
19
 
 
20
#
20
21
# This file is part of GnuPG.
21
 
 
22
#
22
23
# GnuPG is free software; you can redistribute it and/or modify
23
24
# it under the terms of the GNU General Public License as published by
24
25
# the Free Software Foundation; either version 3 of the License, or
25
26
# (at your option) any later version.
26
 
 
27
#
27
28
# GnuPG is distributed in the hope that it will be useful,
28
29
# but WITHOUT ANY WARRANTY; without even the implied warranty of
29
30
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30
31
# GNU General Public License for more details.
31
 
 
32
#
32
33
# You should have received a copy of the GNU General Public License
33
34
# along with this program; if not, see <http://www.gnu.org/licenses/>.
34
35
VPATH = @srcdir@
35
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
36
38
pkglibdir = $(libdir)/@PACKAGE@
37
 
pkgincludedir = $(includedir)/@PACKAGE@
 
39
pkglibexecdir = $(libexecdir)/@PACKAGE@
38
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39
41
install_sh_DATA = $(install_sh) -c -m 644
40
42
install_sh_PROGRAM = $(install_sh) -c
50
52
build_triplet = @build@
51
53
host_triplet = @host@
52
54
subdir = tests/pkits
53
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54
 
        ChangeLog
 
55
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
57
am__aclocal_m4_deps = $(top_srcdir)/gl/m4/absolute-header.m4 \
57
58
        $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/allocsa.m4 \
80
81
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
81
82
CONFIG_HEADER = $(top_builddir)/config.h
82
83
CONFIG_CLEAN_FILES =
 
84
CONFIG_CLEAN_VPATH_FILES =
83
85
SOURCES =
84
86
DIST_SOURCES =
 
87
am__tty_colors = \
 
88
red=; grn=; lgn=; blu=; std=
85
89
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86
90
ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
87
91
ACLOCAL = @ACLOCAL@
299
303
        delta-crls                    \
300
304
        private-certificate-extensions
301
305
 
302
 
EXTRA_DIST = inittests runtest common.sh $(testscripts) 
 
306
EXTRA_DIST = inittests runtest common.sh $(testscripts) ChangeLog-2011 \
 
307
             import-all-certs.data
 
308
 
303
309
TESTS = $(testscripts)
304
310
CLEANFILES = inittests.stamp scratch.*.tmp x y z out err  *.lock .\#lk* *.log
305
311
DISTCLEANFILES = pubring.kbx~ random_seed
315
321
              exit 1;; \
316
322
          esac; \
317
323
        done; \
318
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/pkits/Makefile'; \
319
 
        cd $(top_srcdir) && \
320
 
          $(AUTOMAKE) --gnu  tests/pkits/Makefile
 
324
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/pkits/Makefile'; \
 
325
        $(am__cd) $(top_srcdir) && \
 
326
          $(AUTOMAKE) --gnu tests/pkits/Makefile
321
327
.PRECIOUS: Makefile
322
328
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323
329
        @case '$?' in \
335
341
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336
342
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
337
343
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
344
$(am__aclocal_m4_deps):
338
345
tags: TAGS
339
346
TAGS:
340
347
 
346
353
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
347
354
        srcdir=$(srcdir); export srcdir; \
348
355
        list=' $(TESTS) '; \
 
356
        $(am__tty_colors); \
349
357
        if test -n "$$list"; then \
350
358
          for tst in $$list; do \
351
359
            if test -f ./$$tst; then dir=./; \
357
365
              *[\ \     ]$$tst[\ \      ]*) \
358
366
                xpass=`expr $$xpass + 1`; \
359
367
                failed=`expr $$failed + 1`; \
360
 
                echo "XPASS: $$tst"; \
 
368
                col=$$red; res=XPASS; \
361
369
              ;; \
362
370
              *) \
363
 
                echo "PASS: $$tst"; \
 
371
                col=$$grn; res=PASS; \
364
372
              ;; \
365
373
              esac; \
366
374
            elif test $$? -ne 77; then \
368
376
              case " $(XFAIL_TESTS) " in \
369
377
              *[\ \     ]$$tst[\ \      ]*) \
370
378
                xfail=`expr $$xfail + 1`; \
371
 
                echo "XFAIL: $$tst"; \
 
379
                col=$$lgn; res=XFAIL; \
372
380
              ;; \
373
381
              *) \
374
382
                failed=`expr $$failed + 1`; \
375
 
                echo "FAIL: $$tst"; \
 
383
                col=$$red; res=FAIL; \
376
384
              ;; \
377
385
              esac; \
378
386
            else \
379
387
              skip=`expr $$skip + 1`; \
380
 
              echo "SKIP: $$tst"; \
 
388
              col=$$blu; res=SKIP; \
381
389
            fi; \
 
390
            echo "$${col}$$res$${std}: $$tst"; \
382
391
          done; \
383
392
          if test "$$all" -eq 1; then \
384
393
            tests="test"; \
420
429
              dashes="$$report"; \
421
430
          fi; \
422
431
          dashes=`echo "$$dashes" | sed s/./=/g`; \
423
 
          echo "$$dashes"; \
 
432
          if test "$$failed" -eq 0; then \
 
433
            echo "$$grn$$dashes"; \
 
434
          else \
 
435
            echo "$$red$$dashes"; \
 
436
          fi; \
424
437
          echo "$$banner"; \
425
438
          test -z "$$skipped" || echo "$$skipped"; \
426
439
          test -z "$$report" || echo "$$report"; \
427
 
          echo "$$dashes"; \
 
440
          echo "$$dashes$$std"; \
428
441
          test "$$failed" -eq 0; \
429
442
        else :; fi
430
443
 
444
457
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
445
458
          if test -d $$d/$$file; then \
446
459
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
460
            if test -d "$(distdir)/$$file"; then \
 
461
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
462
            fi; \
447
463
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
448
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
464
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
465
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
449
466
            fi; \
450
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
467
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
451
468
          else \
452
 
            test -f $(distdir)/$$file \
453
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
469
            test -f "$(distdir)/$$file" \
 
470
            || cp -p $$d/$$file "$(distdir)/$$file" \
454
471
            || exit 1; \
455
472
          fi; \
456
473
        done
480
497
 
481
498
distclean-generic:
482
499
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
500
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
483
501
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
484
502
 
485
503
maintainer-clean-generic:
499
517
 
500
518
html: html-am
501
519
 
 
520
html-am:
 
521
 
502
522
info: info-am
503
523
 
504
524
info-am:
507
527
 
508
528
install-dvi: install-dvi-am
509
529
 
 
530
install-dvi-am:
 
531
 
510
532
install-exec-am:
511
533
 
512
534
install-html: install-html-am
513
535
 
 
536
install-html-am:
 
537
 
514
538
install-info: install-info-am
515
539
 
 
540
install-info-am:
 
541
 
516
542
install-man:
517
543
 
518
544
install-pdf: install-pdf-am
519
545
 
 
546
install-pdf-am:
 
547
 
520
548
install-ps: install-ps-am
521
549
 
 
550
install-ps-am:
 
551
 
522
552
installcheck-am:
523
553
 
524
554
maintainer-clean: maintainer-clean-am
539
569
 
540
570
uninstall-am:
541
571
 
542
 
.MAKE: install-am install-strip
 
572
.MAKE: check-am install-am install-strip
543
573
 
544
574
.PHONY: all all-am all-local check check-TESTS check-am clean \
545
575
        clean-generic clean-local distclean distclean-generic distdir \
552
582
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
553
583
        pdf-am ps ps-am uninstall uninstall-am
554
584
 
555
 
             import-all-certs.data 
556
585
 
557
586
all-local: inittests.stamp
558
587
 
572
601
           elif test $$? -eq 77; then echo "- SKIP $$tst"; \
573
602
           fi; \
574
603
         done
 
604
 
575
605
# Tell versions [3.59,3.63) of GNU make to not export all variables.
576
606
# Otherwise a system limit (for SysV at least) may be exceeded.
577
607
.NOEXPORT: