~noskcaj/ubuntu/vivid/gnome-keyring/3.15.90

« back to all changes in this revision

Viewing changes to pkcs11/xdg-store/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-11-15 15:32:11 UTC
  • mfrom: (116.1.7 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131115153211-ljwxchcx1qndyfv0
Tags: 3.10.1-1ubuntu3
debian/rules: don't run tests during build, that's a temporary workaround
to stop blocking buildds, until we fix the issues with the testsuite
non cleaning things behind it...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
21
31
    case $$MAKEFLAGS in \
22
32
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35
63
pkgdatadir = $(datadir)/@PACKAGE@
36
64
pkgincludedir = $(includedir)/@PACKAGE@
37
65
pkglibdir = $(libdir)/@PACKAGE@
50
78
POST_UNINSTALL = :
51
79
build_triplet = @build@
52
80
host_triplet = @host@
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54
 
        $(top_srcdir)/Makefile.decl $(top_srcdir)/depcomp \
55
 
        $(top_srcdir)/mkinstalldirs
 
81
DIST_COMMON = $(top_srcdir)/Makefile.decl $(srcdir)/Makefile.in \
 
82
        $(srcdir)/Makefile.am $(top_srcdir)/mkinstalldirs \
 
83
        $(top_srcdir)/depcomp
56
84
subdir = pkcs11/xdg-store
57
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
86
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
151
179
        $(libgkm_xdg_store_la_SOURCES)
152
180
DIST_SOURCES = $(gkm_xdg_store_standalone_la_SOURCES) \
153
181
        $(libgkm_xdg_store_la_SOURCES)
154
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
155
 
        html-recursive info-recursive install-data-recursive \
156
 
        install-dvi-recursive install-exec-recursive \
157
 
        install-html-recursive install-info-recursive \
158
 
        install-pdf-recursive install-ps-recursive install-recursive \
159
 
        installcheck-recursive installdirs-recursive pdf-recursive \
160
 
        ps-recursive uninstall-recursive
 
182
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
183
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
184
        install-data-recursive install-dvi-recursive \
 
185
        install-exec-recursive install-html-recursive \
 
186
        install-info-recursive install-pdf-recursive \
 
187
        install-ps-recursive install-recursive installcheck-recursive \
 
188
        installdirs-recursive pdf-recursive ps-recursive \
 
189
        tags-recursive uninstall-recursive
161
190
am__can_run_installinfo = \
162
191
  case $$AM_UPDATE_INFO_DIR in \
163
192
    n|no|NO) false;; \
165
194
  esac
166
195
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
167
196
  distclean-recursive maintainer-clean-recursive
168
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
169
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
197
am__recursive_targets = \
 
198
  $(RECURSIVE_TARGETS) \
 
199
  $(RECURSIVE_CLEAN_TARGETS) \
 
200
  $(am__extra_recursive_targets)
 
201
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
170
202
        distdir
 
203
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
204
# Read a list of newline-separated strings from the standard input,
 
205
# and print each of them once, without duplicates.  Input order is
 
206
# *not* preserved.
 
207
am__uniquify_input = $(AWK) '\
 
208
  BEGIN { nonempty = 0; } \
 
209
  { items[$$0] = 1; nonempty = 1; } \
 
210
  END { if (nonempty) { for (i in items) print i; }; } \
 
211
'
 
212
# Make sure the list of sources is unique.  This is necessary because,
 
213
# e.g., the same source file might be shared among _SOURCES variables
 
214
# for different programs/libraries.
 
215
am__define_uniq_tagged_files = \
 
216
  list='$(am__tagged_files)'; \
 
217
  unique=`for i in $$list; do \
 
218
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
219
  done | $(am__uniquify_input)`
171
220
ETAGS = etags
172
221
CTAGS = ctags
173
222
DIST_SUBDIRS = $(SUBDIRS)
259
308
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
260
309
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
261
310
GTHREAD_LIBS = @GTHREAD_LIBS@
262
 
GTKDOC_CHECK = @GTKDOC_CHECK@
263
 
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
264
 
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
265
 
GTKDOC_MKPDF = @GTKDOC_MKPDF@
266
 
GTKDOC_REBASE = @GTKDOC_REBASE@
267
 
HTML_DIR = @HTML_DIR@
268
311
INSTALL = @INSTALL@
269
312
INSTALL_DATA = @INSTALL_DATA@
270
313
INSTALL_PROGRAM = @INSTALL_PROGRAM@
340
383
VALGRIND_RUN = @VALGRIND_RUN@
341
384
VERSION = @VERSION@
342
385
XGETTEXT = @XGETTEXT@
 
386
XSLTPROC = @XSLTPROC@
343
387
abs_builddir = @abs_builddir@
344
388
abs_srcdir = @abs_srcdir@
345
389
abs_top_builddir = @abs_top_builddir@
509
553
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
510
554
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
511
555
$(am__aclocal_m4_deps):
 
556
 
512
557
install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
513
558
        @$(NORMAL_INSTALL)
514
559
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
554
599
          echo rm -f $${locs}; \
555
600
          rm -f $${locs}; \
556
601
        }
 
602
 
557
603
gkm-xdg-store-standalone.la: $(gkm_xdg_store_standalone_la_OBJECTS) $(gkm_xdg_store_standalone_la_DEPENDENCIES) $(EXTRA_gkm_xdg_store_standalone_la_DEPENDENCIES) 
558
604
        $(AM_V_CCLD)$(gkm_xdg_store_standalone_la_LINK) -rpath $(moduledir) $(gkm_xdg_store_standalone_la_OBJECTS) $(gkm_xdg_store_standalone_la_LIBADD) $(LIBS)
 
605
 
559
606
libgkm-xdg-store.la: $(libgkm_xdg_store_la_OBJECTS) $(libgkm_xdg_store_la_DEPENDENCIES) $(EXTRA_libgkm_xdg_store_la_DEPENDENCIES) 
560
607
        $(AM_V_CCLD)$(LINK)  $(libgkm_xdg_store_la_OBJECTS) $(libgkm_xdg_store_la_LIBADD) $(LIBS)
561
608
 
604
651
# (1) if the variable is set in 'config.status', edit 'config.status'
605
652
#     (which will cause the Makefiles to be regenerated when you run 'make');
606
653
# (2) otherwise, pass the desired values on the 'make' command line.
607
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
608
 
        @fail= failcom='exit 1'; \
609
 
        for f in x $$MAKEFLAGS; do \
610
 
          case $$f in \
611
 
            *=* | --[!k]*);; \
612
 
            *k*) failcom='fail=yes';; \
613
 
          esac; \
614
 
        done; \
 
654
$(am__recursive_targets):
 
655
        @fail=; \
 
656
        if $(am__make_keepgoing); then \
 
657
          failcom='fail=yes'; \
 
658
        else \
 
659
          failcom='exit 1'; \
 
660
        fi; \
615
661
        dot_seen=no; \
616
662
        target=`echo $@ | sed s/-recursive//`; \
617
663
        case "$@" in \
632
678
        if test "$$dot_seen" = "no"; then \
633
679
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
634
680
        fi; test -z "$$fail"
635
 
tags-recursive:
636
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
637
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
638
 
        done
639
 
ctags-recursive:
640
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
641
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
642
 
        done
643
 
cscopelist-recursive:
644
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
645
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
646
 
        done
647
 
 
648
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
649
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
650
 
        unique=`for i in $$list; do \
651
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
652
 
          done | \
653
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
654
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
655
 
        mkid -fID $$unique
656
 
tags: TAGS
657
 
 
658
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
659
 
                $(TAGS_FILES) $(LISP)
 
681
 
 
682
ID: $(am__tagged_files)
 
683
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
684
tags: tags-recursive
 
685
TAGS: tags
 
686
 
 
687
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
660
688
        set x; \
661
689
        here=`pwd`; \
662
690
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
672
700
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
673
701
          fi; \
674
702
        done; \
675
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
676
 
        unique=`for i in $$list; do \
677
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
678
 
          done | \
679
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
680
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
703
        $(am__define_uniq_tagged_files); \
681
704
        shift; \
682
705
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
683
706
          test -n "$$unique" || unique=$$empty_fix; \
689
712
              $$unique; \
690
713
          fi; \
691
714
        fi
692
 
ctags: CTAGS
693
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
694
 
                $(TAGS_FILES) $(LISP)
695
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
696
 
        unique=`for i in $$list; do \
697
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
698
 
          done | \
699
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
700
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
715
ctags: ctags-recursive
 
716
 
 
717
CTAGS: ctags
 
718
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
719
        $(am__define_uniq_tagged_files); \
701
720
        test -z "$(CTAGS_ARGS)$$unique" \
702
721
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
703
722
             $$unique
706
725
        here=`$(am__cd) $(top_builddir) && pwd` \
707
726
          && $(am__cd) $(top_srcdir) \
708
727
          && gtags -i $(GTAGS_ARGS) "$$here"
 
728
cscopelist: cscopelist-recursive
709
729
 
710
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
711
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
730
cscopelist-am: $(am__tagged_files)
 
731
        list='$(am__tagged_files)'; \
712
732
        case "$(srcdir)" in \
713
733
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
714
734
          *) sdir=$(subdir)/$(srcdir) ;; \
888
908
 
889
909
uninstall-am: uninstall-moduleLTLIBRARIES
890
910
 
891
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
892
 
        cscopelist-recursive ctags-recursive install-am install-strip \
893
 
        tags-recursive
 
911
.MAKE: $(am__recursive_targets) install-am install-strip
894
912
 
895
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
896
 
        all all-am check check-am clean clean-generic clean-libtool \
897
 
        clean-moduleLTLIBRARIES clean-noinstLTLIBRARIES cscopelist \
898
 
        cscopelist-recursive ctags ctags-recursive distclean \
899
 
        distclean-compile distclean-generic distclean-libtool \
900
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
901
 
        install install-am install-data install-data-am install-dvi \
902
 
        install-dvi-am install-exec install-exec-am install-html \
903
 
        install-html-am install-info install-info-am install-man \
904
 
        install-moduleLTLIBRARIES install-pdf install-pdf-am \
905
 
        install-ps install-ps-am install-strip installcheck \
906
 
        installcheck-am installdirs installdirs-am maintainer-clean \
907
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
908
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
909
 
        tags tags-recursive uninstall uninstall-am \
910
 
        uninstall-moduleLTLIBRARIES
 
913
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
914
        check-am clean clean-generic clean-libtool \
 
915
        clean-moduleLTLIBRARIES clean-noinstLTLIBRARIES cscopelist-am \
 
916
        ctags ctags-am distclean distclean-compile distclean-generic \
 
917
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
918
        html-am info info-am install install-am install-data \
 
919
        install-data-am install-dvi install-dvi-am install-exec \
 
920
        install-exec-am install-html install-html-am install-info \
 
921
        install-info-am install-man install-moduleLTLIBRARIES \
 
922
        install-pdf install-pdf-am install-ps install-ps-am \
 
923
        install-strip installcheck installcheck-am installdirs \
 
924
        installdirs-am maintainer-clean maintainer-clean-generic \
 
925
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
926
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
927
        uninstall-am uninstall-moduleLTLIBRARIES
911
928
 
912
929
 
913
930
perform-memcheck: $(TEST_PROGS)