~noskcaj/ubuntu/vivid/gdm/3.14.1

« back to all changes in this revision

Viewing changes to gui/simple-greeter/extensions/fingerprint/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha, Tim Lunn, Jeremy Bicha, Robert Ancell
  • Date: 2013-05-31 22:36:08 UTC
  • mfrom: (1.4.55)
  • Revision ID: package-import@ubuntu.com-20130531223608-33uo85niksee5460
Tags: 3.8.1.1-0ubuntu1
[ Tim Lunn ]
* New upstream release
* debian/patches/ubuntu_dont_catch_sigsegv.patch:
  - Dropped, obsolete
* debian/rules:
  - Don't rename gdm binary since that's already been
    done in the new version

[ Jeremy Bicha ]
* debian/control.in: Bump minimum glib
* debian/watch: Watch for unstable releases
* debian/patches/00git_logind_check.patch:
  - Dropped, applied in new release
* debian/patches/08_frequent-users_greeter.patch: Refreshed

[ Robert Ancell ]
* New upstream release
* debian/patches/ubuntu_daemon_autologin_tracking.patch:
* debian/patches/ubuntu_ensure_dirs.patch:
* debian/patches/ubuntu_slave-only-set-up-autologin.patch:
  - Applied upstream

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.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
52
52
build_triplet = @build@
53
53
host_triplet = @host@
54
54
subdir = gui/simple-greeter/extensions/fingerprint
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
56
 
        $(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs
 
55
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
56
        $(top_srcdir)/depcomp
57
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
59
 
        $(top_srcdir)/configure.ac
 
58
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
59
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
60
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
61
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
62
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
63
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
64
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
65
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
66
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
60
67
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61
68
        $(ACLOCAL_M4)
62
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
69
mkinstalldirs = $(install_sh) -d
63
70
CONFIG_HEADER = $(top_builddir)/config.h
64
71
CONFIG_CLEAN_FILES =
65
72
CONFIG_CLEAN_VPATH_FILES =
141
148
am__v_CCLD_1 = 
142
149
SOURCES = $(libfingerprint_la_SOURCES)
143
150
DIST_SOURCES = $(libfingerprint_la_SOURCES)
144
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
145
 
        html-recursive info-recursive install-data-recursive \
146
 
        install-dvi-recursive install-exec-recursive \
147
 
        install-html-recursive install-info-recursive \
148
 
        install-pdf-recursive install-ps-recursive install-recursive \
149
 
        installcheck-recursive installdirs-recursive pdf-recursive \
150
 
        ps-recursive uninstall-recursive
 
151
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
152
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
153
        install-data-recursive install-dvi-recursive \
 
154
        install-exec-recursive install-html-recursive \
 
155
        install-info-recursive install-pdf-recursive \
 
156
        install-ps-recursive install-recursive installcheck-recursive \
 
157
        installdirs-recursive pdf-recursive ps-recursive \
 
158
        tags-recursive uninstall-recursive
151
159
am__can_run_installinfo = \
152
160
  case $$AM_UPDATE_INFO_DIR in \
153
161
    n|no|NO) false;; \
156
164
DATA = $(extension_DATA)
157
165
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
158
166
  distclean-recursive maintainer-clean-recursive
159
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
160
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
167
am__recursive_targets = \
 
168
  $(RECURSIVE_TARGETS) \
 
169
  $(RECURSIVE_CLEAN_TARGETS) \
 
170
  $(am__extra_recursive_targets)
 
171
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
161
172
        distdir
 
173
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
174
# Read a list of newline-separated strings from the standard input,
 
175
# and print each of them once, without duplicates.  Input order is
 
176
# *not* preserved.
 
177
am__uniquify_input = $(AWK) '\
 
178
  BEGIN { nonempty = 0; } \
 
179
  { items[$$0] = 1; nonempty = 1; } \
 
180
  END { if (nonempty) { for (i in items) print i; }; } \
 
181
'
 
182
# Make sure the list of sources is unique.  This is necessary because,
 
183
# e.g., the same source file might be shared among _SOURCES variables
 
184
# for different programs/libraries.
 
185
am__define_uniq_tagged_files = \
 
186
  list='$(am__tagged_files)'; \
 
187
  unique=`for i in $$list; do \
 
188
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
189
  done | $(am__uniquify_input)`
162
190
ETAGS = etags
163
191
CTAGS = ctags
164
192
DIST_SUBDIRS = $(SUBDIRS)
252
280
GDM_INITIAL_VT = @GDM_INITIAL_VT@
253
281
GDM_OLD_CONF = @GDM_OLD_CONF@
254
282
GDM_PID_FILE = @GDM_PID_FILE@
 
283
GDM_RAN_ONCE_MARKER_DIR = @GDM_RAN_ONCE_MARKER_DIR@
 
284
GDM_RAN_ONCE_MARKER_DIR_EXPANDED = @GDM_RAN_ONCE_MARKER_DIR_EXPANDED@
 
285
GDM_RAN_ONCE_MARKER_FILE = @GDM_RAN_ONCE_MARKER_FILE@
 
286
GDM_RAN_ONCE_MARKER_FILE_EXPANDED = @GDM_RAN_ONCE_MARKER_FILE_EXPANDED@
 
287
GDM_RUN_DIR = @GDM_RUN_DIR@
255
288
GDM_SCREENSHOT_DIR = @GDM_SCREENSHOT_DIR@
256
289
GDM_SESSION_DEFAULT_PATH = @GDM_SESSION_DEFAULT_PATH@
257
290
GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR = @GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR@
297
330
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
298
331
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
299
332
ITSTOOL = @ITSTOOL@
 
333
JOURNALD_CFLAGS = @JOURNALD_CFLAGS@
 
334
JOURNALD_LIBS = @JOURNALD_LIBS@
300
335
LANG_CONFIG_FILE = @LANG_CONFIG_FILE@
301
336
LD = @LD@
302
337
LDFLAGS = @LDFLAGS@
538
573
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
539
574
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
540
575
$(am__aclocal_m4_deps):
 
576
 
541
577
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
542
578
        @$(NORMAL_INSTALL)
543
579
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
644
680
# (1) if the variable is set in 'config.status', edit 'config.status'
645
681
#     (which will cause the Makefiles to be regenerated when you run 'make');
646
682
# (2) otherwise, pass the desired values on the 'make' command line.
647
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
683
$(am__recursive_targets):
648
684
        @fail= failcom='exit 1'; \
649
685
        for f in x $$MAKEFLAGS; do \
650
686
          case $$f in \
672
708
        if test "$$dot_seen" = "no"; then \
673
709
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
674
710
        fi; test -z "$$fail"
675
 
tags-recursive:
676
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
677
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
678
 
        done
679
 
ctags-recursive:
680
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
681
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
682
 
        done
683
 
cscopelist-recursive:
684
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
685
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
686
 
        done
687
 
 
688
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
689
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
690
 
        unique=`for i in $$list; do \
691
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
692
 
          done | \
693
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
694
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
695
 
        mkid -fID $$unique
696
 
tags: TAGS
697
 
 
698
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
699
 
                $(TAGS_FILES) $(LISP)
 
711
 
 
712
ID: $(am__tagged_files)
 
713
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
714
tags: tags-recursive
 
715
TAGS: tags
 
716
 
 
717
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
700
718
        set x; \
701
719
        here=`pwd`; \
702
720
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
712
730
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
713
731
          fi; \
714
732
        done; \
715
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
716
 
        unique=`for i in $$list; do \
717
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
718
 
          done | \
719
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
720
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
733
        $(am__define_uniq_tagged_files); \
721
734
        shift; \
722
735
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
723
736
          test -n "$$unique" || unique=$$empty_fix; \
729
742
              $$unique; \
730
743
          fi; \
731
744
        fi
732
 
ctags: CTAGS
733
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
734
 
                $(TAGS_FILES) $(LISP)
735
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
736
 
        unique=`for i in $$list; do \
737
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
738
 
          done | \
739
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
740
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
745
ctags: ctags-recursive
 
746
 
 
747
CTAGS: ctags
 
748
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
749
        $(am__define_uniq_tagged_files); \
741
750
        test -z "$(CTAGS_ARGS)$$unique" \
742
751
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
743
752
             $$unique
746
755
        here=`$(am__cd) $(top_builddir) && pwd` \
747
756
          && $(am__cd) $(top_srcdir) \
748
757
          && gtags -i $(GTAGS_ARGS) "$$here"
 
758
cscopelist: cscopelist-recursive
749
759
 
750
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
751
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
760
cscopelist-am: $(am__tagged_files)
 
761
        list='$(am__tagged_files)'; \
752
762
        case "$(srcdir)" in \
753
763
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
754
764
          *) sdir=$(subdir)/$(srcdir) ;; \
929
939
 
930
940
uninstall-am: uninstall-extensionDATA uninstall-pluginLTLIBRARIES
931
941
 
932
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
933
 
        cscopelist-recursive ctags-recursive install-am install-strip \
934
 
        tags-recursive
 
942
.MAKE: $(am__recursive_targets) install-am install-strip
935
943
 
936
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
937
 
        all all-am check check-am clean clean-generic clean-libtool \
938
 
        clean-pluginLTLIBRARIES cscopelist cscopelist-recursive ctags \
939
 
        ctags-recursive distclean distclean-compile distclean-generic \
940
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
941
 
        html-am info info-am install install-am install-data \
942
 
        install-data-am install-dvi install-dvi-am install-exec \
943
 
        install-exec-am install-extensionDATA install-html \
944
 
        install-html-am install-info install-info-am install-man \
945
 
        install-pdf install-pdf-am install-pluginLTLIBRARIES \
946
 
        install-ps install-ps-am install-strip installcheck \
947
 
        installcheck-am installdirs installdirs-am maintainer-clean \
 
944
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
945
        check-am clean clean-generic clean-libtool \
 
946
        clean-pluginLTLIBRARIES cscopelist-am ctags ctags-am distclean \
 
947
        distclean-compile distclean-generic distclean-libtool \
 
948
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
949
        install install-am install-data install-data-am install-dvi \
 
950
        install-dvi-am install-exec install-exec-am \
 
951
        install-extensionDATA install-html install-html-am \
 
952
        install-info install-info-am install-man install-pdf \
 
953
        install-pdf-am install-pluginLTLIBRARIES install-ps \
 
954
        install-ps-am install-strip installcheck installcheck-am \
 
955
        installdirs installdirs-am maintainer-clean \
948
956
        maintainer-clean-generic mostlyclean mostlyclean-compile \
949
957
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
950
 
        tags tags-recursive uninstall uninstall-am \
951
 
        uninstall-extensionDATA uninstall-pluginLTLIBRARIES
 
958
        tags tags-am uninstall uninstall-am uninstall-extensionDATA \
 
959
        uninstall-pluginLTLIBRARIES
952
960
 
953
961
 
954
962
# Tell versions [3.59,3.63) of GNU make to not export all variables.