~ubuntu-branches/ubuntu/raring/gnupg2/raring-security

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-06 11:25:58 UTC
  • mfrom: (1.1.16) (7.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121106112558-lkpndvv4gqthgrn4
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 makefile for libxtime
18
19
#       Copyright (C) 2002 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
 
35
36
VPATH = @srcdir@
36
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
37
39
pkglibdir = $(libdir)/@PACKAGE@
38
 
pkgincludedir = $(includedir)/@PACKAGE@
 
40
pkglibexecdir = $(libexecdir)/@PACKAGE@
39
41
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40
42
install_sh_DATA = $(install_sh) -c -m 644
41
43
install_sh_PROGRAM = $(install_sh) -c
53
55
TESTS =
54
56
noinst_PROGRAMS = asschk$(EXEEXT)
55
57
subdir = tests
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
 
58
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
60
am__aclocal_m4_deps = $(top_srcdir)/gl/m4/absolute-header.m4 \
59
61
        $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/allocsa.m4 \
82
84
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
83
85
CONFIG_HEADER = $(top_builddir)/config.h
84
86
CONFIG_CLEAN_FILES =
 
87
CONFIG_CLEAN_VPATH_FILES =
85
88
PROGRAMS = $(noinst_PROGRAMS)
86
89
am_asschk_OBJECTS = asschk.$(OBJEXT)
87
90
asschk_OBJECTS = $(am_asschk_OBJECTS)
89
92
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
90
93
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
91
94
am__depfiles_maybe = depfiles
 
95
am__mv = mv -f
92
96
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93
97
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94
98
CCLD = $(CC)
104
108
        ps-recursive uninstall-recursive
105
109
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
106
110
  distclean-recursive maintainer-clean-recursive
 
111
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
112
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
113
        distdir
107
114
ETAGS = etags
108
115
CTAGS = ctags
 
116
am__tty_colors = \
 
117
red=; grn=; lgn=; blu=; std=
109
118
DIST_SUBDIRS = openpgp . pkits
110
119
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
120
am__relativize = \
 
121
  dir0=`pwd`; \
 
122
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
123
  sed_rest='s,^[^/]*/*,,'; \
 
124
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
125
  sed_butlast='s,/*[^/]*$$,,'; \
 
126
  while test -n "$$dir1"; do \
 
127
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
128
    if test "$$first" != "."; then \
 
129
      if test "$$first" = ".."; then \
 
130
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
131
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
132
      else \
 
133
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
134
        if test "$$first2" = "$$first"; then \
 
135
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
136
        else \
 
137
          dir2="../$$dir2"; \
 
138
        fi; \
 
139
        dir0="$$dir0"/"$$first"; \
 
140
      fi; \
 
141
    fi; \
 
142
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
143
  done; \
 
144
  reldir="$$dir2"
111
145
ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
112
146
ACLOCAL = @ACLOCAL@
113
147
ADNSLIBS = @ADNSLIBS@
314
348
                    GPGSM=$(GPGSM) $(srcdir)/runtest
315
349
 
316
350
testscripts = sm-sign+verify sm-verify
317
 
EXTRA_DIST = runtest inittests $(testscripts) \
 
351
EXTRA_DIST = runtest inittests $(testscripts) ChangeLog-2011 \
318
352
             text-1.txt text-2.txt text-3.txt \
319
353
             text-1.osig.pem text-1.dsig.pem text-1.osig-bad.pem \
320
354
             text-2.osig.pem text-2.osig-bad.pem \
324
358
             samplekeys/cert_g10code_theo1.pem
325
359
 
326
360
CLEANFILES = inittests.stamp x y y z out err \
327
 
             *.lock .\#lk* 
 
361
             *.lock .\#lk*
328
362
 
329
363
DISTCLEANFILES = pubring.kbx~ random_seed
330
364
asschk_SOURCES = asschk.c
341
375
              exit 1;; \
342
376
          esac; \
343
377
        done; \
344
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
345
 
        cd $(top_srcdir) && \
346
 
          $(AUTOMAKE) --gnu  tests/Makefile
 
378
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
 
379
        $(am__cd) $(top_srcdir) && \
 
380
          $(AUTOMAKE) --gnu tests/Makefile
347
381
.PRECIOUS: Makefile
348
382
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
349
383
        @case '$?' in \
361
395
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362
396
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
363
397
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
398
$(am__aclocal_m4_deps):
364
399
 
365
400
clean-noinstPROGRAMS:
366
401
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
378
413
 
379
414
.c.o:
380
415
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
381
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
416
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
382
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
383
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384
419
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
385
420
 
386
421
.c.obj:
387
422
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
388
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
423
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
389
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
390
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
426
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
397
432
#     (which will cause the Makefiles to be regenerated when you run `make');
398
433
# (2) otherwise, pass the desired values on the `make' command line.
399
434
$(RECURSIVE_TARGETS):
400
 
        @failcom='exit 1'; \
 
435
        @fail= failcom='exit 1'; \
401
436
        for f in x $$MAKEFLAGS; do \
402
437
          case $$f in \
403
438
            *=* | --[!k]*);; \
414
449
          else \
415
450
            local_target="$$target"; \
416
451
          fi; \
417
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
452
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
418
453
          || eval $$failcom; \
419
454
        done; \
420
455
        if test "$$dot_seen" = "no"; then \
422
457
        fi; test -z "$$fail"
423
458
 
424
459
$(RECURSIVE_CLEAN_TARGETS):
425
 
        @failcom='exit 1'; \
 
460
        @fail= failcom='exit 1'; \
426
461
        for f in x $$MAKEFLAGS; do \
427
462
          case $$f in \
428
463
            *=* | --[!k]*);; \
448
483
          else \
449
484
            local_target="$$target"; \
450
485
          fi; \
451
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
486
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
452
487
          || eval $$failcom; \
453
488
        done && test -z "$$fail"
454
489
tags-recursive:
455
490
        list='$(SUBDIRS)'; for subdir in $$list; do \
456
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
491
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
457
492
        done
458
493
ctags-recursive:
459
494
        list='$(SUBDIRS)'; for subdir in $$list; do \
460
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
495
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
461
496
        done
462
497
 
463
498
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
472
507
 
473
508
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
474
509
                $(TAGS_FILES) $(LISP)
475
 
        tags=; \
 
510
        set x; \
476
511
        here=`pwd`; \
477
512
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
478
513
          include_option=--etags-include; \
484
519
        list='$(SUBDIRS)'; for subdir in $$list; do \
485
520
          if test "$$subdir" = .; then :; else \
486
521
            test ! -f $$subdir/TAGS || \
487
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
522
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
488
523
          fi; \
489
524
        done; \
490
525
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
493
528
          done | \
494
529
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
495
530
              END { if (nonempty) { for (i in files) print i; }; }'`; \
496
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
531
        shift; \
 
532
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
497
533
          test -n "$$unique" || unique=$$empty_fix; \
498
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499
 
            $$tags $$unique; \
 
534
          if test $$# -gt 0; then \
 
535
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
536
              "$$@" $$unique; \
 
537
          else \
 
538
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
539
              $$unique; \
 
540
          fi; \
500
541
        fi
501
542
ctags: CTAGS
502
543
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
503
544
                $(TAGS_FILES) $(LISP)
504
 
        tags=; \
505
545
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
506
546
        unique=`for i in $$list; do \
507
547
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
508
548
          done | \
509
549
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
510
550
              END { if (nonempty) { for (i in files) print i; }; }'`; \
511
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
551
        test -z "$(CTAGS_ARGS)$$unique" \
512
552
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
513
 
             $$tags $$unique
 
553
             $$unique
514
554
 
515
555
GTAGS:
516
556
        here=`$(am__cd) $(top_builddir) && pwd` \
517
 
          && cd $(top_srcdir) \
518
 
          && gtags -i $(GTAGS_ARGS) $$here
 
557
          && $(am__cd) $(top_srcdir) \
 
558
          && gtags -i $(GTAGS_ARGS) "$$here"
519
559
 
520
560
distclean-tags:
521
561
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
524
564
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
525
565
        srcdir=$(srcdir); export srcdir; \
526
566
        list=' $(TESTS) '; \
 
567
        $(am__tty_colors); \
527
568
        if test -n "$$list"; then \
528
569
          for tst in $$list; do \
529
570
            if test -f ./$$tst; then dir=./; \
535
576
              *[\ \     ]$$tst[\ \      ]*) \
536
577
                xpass=`expr $$xpass + 1`; \
537
578
                failed=`expr $$failed + 1`; \
538
 
                echo "XPASS: $$tst"; \
 
579
                col=$$red; res=XPASS; \
539
580
              ;; \
540
581
              *) \
541
 
                echo "PASS: $$tst"; \
 
582
                col=$$grn; res=PASS; \
542
583
              ;; \
543
584
              esac; \
544
585
            elif test $$? -ne 77; then \
546
587
              case " $(XFAIL_TESTS) " in \
547
588
              *[\ \     ]$$tst[\ \      ]*) \
548
589
                xfail=`expr $$xfail + 1`; \
549
 
                echo "XFAIL: $$tst"; \
 
590
                col=$$lgn; res=XFAIL; \
550
591
              ;; \
551
592
              *) \
552
593
                failed=`expr $$failed + 1`; \
553
 
                echo "FAIL: $$tst"; \
 
594
                col=$$red; res=FAIL; \
554
595
              ;; \
555
596
              esac; \
556
597
            else \
557
598
              skip=`expr $$skip + 1`; \
558
 
              echo "SKIP: $$tst"; \
 
599
              col=$$blu; res=SKIP; \
559
600
            fi; \
 
601
            echo "$${col}$$res$${std}: $$tst"; \
560
602
          done; \
561
603
          if test "$$all" -eq 1; then \
562
604
            tests="test"; \
598
640
              dashes="$$report"; \
599
641
          fi; \
600
642
          dashes=`echo "$$dashes" | sed s/./=/g`; \
601
 
          echo "$$dashes"; \
 
643
          if test "$$failed" -eq 0; then \
 
644
            echo "$$grn$$dashes"; \
 
645
          else \
 
646
            echo "$$red$$dashes"; \
 
647
          fi; \
602
648
          echo "$$banner"; \
603
649
          test -z "$$skipped" || echo "$$skipped"; \
604
650
          test -z "$$report" || echo "$$report"; \
605
 
          echo "$$dashes"; \
 
651
          echo "$$dashes$$std"; \
606
652
          test "$$failed" -eq 0; \
607
653
        else :; fi
608
654
 
622
668
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
623
669
          if test -d $$d/$$file; then \
624
670
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
671
            if test -d "$(distdir)/$$file"; then \
 
672
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
673
            fi; \
625
674
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
626
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
675
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
676
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
627
677
            fi; \
628
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
678
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
629
679
          else \
630
 
            test -f $(distdir)/$$file \
631
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
680
            test -f "$(distdir)/$$file" \
 
681
            || cp -p $$d/$$file "$(distdir)/$$file" \
632
682
            || exit 1; \
633
683
          fi; \
634
684
        done
635
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
685
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
636
686
          if test "$$subdir" = .; then :; else \
637
687
            test -d "$(distdir)/$$subdir" \
638
688
            || $(MKDIR_P) "$(distdir)/$$subdir" \
639
689
            || exit 1; \
640
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
641
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
642
 
            (cd $$subdir && \
 
690
          fi; \
 
691
        done
 
692
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
693
          if test "$$subdir" = .; then :; else \
 
694
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
695
            $(am__relativize); \
 
696
            new_distdir=$$reldir; \
 
697
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
698
            $(am__relativize); \
 
699
            new_top_distdir=$$reldir; \
 
700
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
701
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
702
            ($(am__cd) $$subdir && \
643
703
              $(MAKE) $(AM_MAKEFLAGS) \
644
 
                top_distdir="$$top_distdir" \
645
 
                distdir="$$distdir/$$subdir" \
 
704
                top_distdir="$$new_top_distdir" \
 
705
                distdir="$$new_distdir" \
646
706
                am__remove_distdir=: \
647
707
                am__skip_length_check=: \
 
708
                am__skip_mode_fix=: \
648
709
                distdir) \
649
710
              || exit 1; \
650
711
          fi; \
676
737
 
677
738
distclean-generic:
678
739
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
740
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
679
741
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
680
742
 
681
743
maintainer-clean-generic:
698
760
 
699
761
html: html-recursive
700
762
 
 
763
html-am:
 
764
 
701
765
info: info-recursive
702
766
 
703
767
info-am:
706
770
 
707
771
install-dvi: install-dvi-recursive
708
772
 
 
773
install-dvi-am:
 
774
 
709
775
install-exec-am:
710
776
 
711
777
install-html: install-html-recursive
712
778
 
 
779
install-html-am:
 
780
 
713
781
install-info: install-info-recursive
714
782
 
 
783
install-info-am:
 
784
 
715
785
install-man:
716
786
 
717
787
install-pdf: install-pdf-recursive
718
788
 
 
789
install-pdf-am:
 
790
 
719
791
install-ps: install-ps-recursive
720
792
 
 
793
install-ps-am:
 
794
 
721
795
installcheck-am:
722
796
 
723
797
maintainer-clean: maintainer-clean-recursive
739
813
 
740
814
uninstall-am:
741
815
 
742
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
743
 
        install-strip
 
816
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
 
817
        ctags-recursive install-am install-strip tags-recursive
744
818
 
745
819
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
746
820
        all all-am all-local check check-TESTS check-am clean \
765
839
inittests.stamp: inittests
766
840
        srcdir=$(srcdir) $(TESTS_ENVIRONMENT) $(srcdir)/inittests
767
841
        echo timestamp >./inittests.stamp
 
842
 
768
843
# Tell versions [3.59,3.63) of GNU make to not export all variables.
769
844
# Otherwise a system limit (for SysV at least) may be exceeded.
770
845
.NOEXPORT: