~noskcaj/ubuntu/vivid/gdm/3.14.1

« back to all changes in this revision

Viewing changes to gui/libgdm/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.
54
54
host_triplet = @host@
55
55
@HAVE_INTROSPECTION_TRUE@am__append_1 = $(gir_DATA) $(typelibs_DATA)
56
56
subdir = gui/libgdm
57
 
DIST_COMMON = $(dist_pkgconfig_DATA) $(libgdm_HEADERS) \
58
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
57
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
59
58
        $(srcdir)/gdm.pc.in $(top_srcdir)/depcomp \
60
 
        $(top_srcdir)/mkinstalldirs
 
59
        $(dist_pkgconfig_DATA) $(libgdm_HEADERS)
61
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
63
 
        $(top_srcdir)/configure.ac
 
61
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
62
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
63
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
64
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
65
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
66
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
67
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
68
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
69
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
64
70
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65
71
        $(ACLOCAL_M4)
66
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
72
mkinstalldirs = $(install_sh) -d
67
73
CONFIG_HEADER = $(top_builddir)/config.h
68
74
CONFIG_CLEAN_FILES = gdm.pc
69
75
CONFIG_CLEAN_VPATH_FILES =
160
166
  esac
161
167
DATA = $(dist_pkgconfig_DATA) $(gir_DATA) $(typelibs_DATA)
162
168
HEADERS = $(libgdm_HEADERS)
 
169
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
170
# Read a list of newline-separated strings from the standard input,
 
171
# and print each of them once, without duplicates.  Input order is
 
172
# *not* preserved.
 
173
am__uniquify_input = $(AWK) '\
 
174
  BEGIN { nonempty = 0; } \
 
175
  { items[$$0] = 1; nonempty = 1; } \
 
176
  END { if (nonempty) { for (i in items) print i; }; } \
 
177
'
 
178
# Make sure the list of sources is unique.  This is necessary because,
 
179
# e.g., the same source file might be shared among _SOURCES variables
 
180
# for different programs/libraries.
 
181
am__define_uniq_tagged_files = \
 
182
  list='$(am__tagged_files)'; \
 
183
  unique=`for i in $$list; do \
 
184
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
185
  done | $(am__uniquify_input)`
163
186
ETAGS = etags
164
187
CTAGS = ctags
165
188
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
227
250
GDM_INITIAL_VT = @GDM_INITIAL_VT@
228
251
GDM_OLD_CONF = @GDM_OLD_CONF@
229
252
GDM_PID_FILE = @GDM_PID_FILE@
 
253
GDM_RAN_ONCE_MARKER_DIR = @GDM_RAN_ONCE_MARKER_DIR@
 
254
GDM_RAN_ONCE_MARKER_DIR_EXPANDED = @GDM_RAN_ONCE_MARKER_DIR_EXPANDED@
 
255
GDM_RAN_ONCE_MARKER_FILE = @GDM_RAN_ONCE_MARKER_FILE@
 
256
GDM_RAN_ONCE_MARKER_FILE_EXPANDED = @GDM_RAN_ONCE_MARKER_FILE_EXPANDED@
 
257
GDM_RUN_DIR = @GDM_RUN_DIR@
230
258
GDM_SCREENSHOT_DIR = @GDM_SCREENSHOT_DIR@
231
259
GDM_SESSION_DEFAULT_PATH = @GDM_SESSION_DEFAULT_PATH@
232
260
GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR = @GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR@
272
300
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
273
301
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
274
302
ITSTOOL = @ITSTOOL@
 
303
JOURNALD_CFLAGS = @JOURNALD_CFLAGS@
 
304
JOURNALD_LIBS = @JOURNALD_LIBS@
275
305
LANG_CONFIG_FILE = @LANG_CONFIG_FILE@
276
306
LD = @LD@
277
307
LDFLAGS = @LDFLAGS@
442
472
CLEANFILES = $(BUILT_SOURCES) gdm-manager-glue.c gdm-client-glue.c \
443
473
        $(END_OF_LIST) $(am__append_1)
444
474
AM_CPPFLAGS = \
445
 
        -I.                                                                   \
446
 
        -I..                                                                  \
447
 
        -I$(srcdir)                                                           \
448
 
        -DG_LOG_DOMAIN=\"Gdm\"                                         \
 
475
        -I$(srcdir)                                                     \
 
476
        -I$(builddir)                                                   \
 
477
        -I$(top_srcdir)                                                 \
 
478
        -I$(top_builddir)                                               \
 
479
        -DG_LOG_DOMAIN=\"Gdm\"                                          \
449
480
        -DDMCONFDIR=\""$(dmconfdir)"\"                                        \
450
481
        -DDATADIR=\""$(datadir)"\"                                            \
451
482
        $(END_OF_LIST)
552
583
$(am__aclocal_m4_deps):
553
584
gdm.pc: $(top_builddir)/config.status $(srcdir)/gdm.pc.in
554
585
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
586
 
555
587
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
556
588
        @$(NORMAL_INSTALL)
557
589
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
747
779
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
748
780
        dir='$(DESTDIR)$(libgdmdir)'; $(am__uninstall_files_from_dir)
749
781
 
750
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
751
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
752
 
        unique=`for i in $$list; do \
753
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
754
 
          done | \
755
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
756
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
757
 
        mkid -fID $$unique
758
 
tags: TAGS
 
782
ID: $(am__tagged_files)
 
783
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
784
tags: tags-am
 
785
TAGS: tags
759
786
 
760
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
761
 
                $(TAGS_FILES) $(LISP)
 
787
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
762
788
        set x; \
763
789
        here=`pwd`; \
764
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
765
 
        unique=`for i in $$list; do \
766
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
767
 
          done | \
768
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
769
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
790
        $(am__define_uniq_tagged_files); \
770
791
        shift; \
771
792
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
772
793
          test -n "$$unique" || unique=$$empty_fix; \
778
799
              $$unique; \
779
800
          fi; \
780
801
        fi
781
 
ctags: CTAGS
782
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
783
 
                $(TAGS_FILES) $(LISP)
784
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
785
 
        unique=`for i in $$list; do \
786
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
787
 
          done | \
788
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
789
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
802
ctags: ctags-am
 
803
 
 
804
CTAGS: ctags
 
805
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
806
        $(am__define_uniq_tagged_files); \
790
807
        test -z "$(CTAGS_ARGS)$$unique" \
791
808
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
792
809
             $$unique
795
812
        here=`$(am__cd) $(top_builddir) && pwd` \
796
813
          && $(am__cd) $(top_srcdir) \
797
814
          && gtags -i $(GTAGS_ARGS) "$$here"
 
815
cscopelist: cscopelist-am
798
816
 
799
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
800
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
817
cscopelist-am: $(am__tagged_files)
 
818
        list='$(am__tagged_files)'; \
801
819
        case "$(srcdir)" in \
802
820
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
803
821
          *) sdir=$(subdir)/$(srcdir) ;; \
961
979
 
962
980
.MAKE: all check install install-am install-strip
963
981
 
964
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
965
 
        clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
966
 
        distclean-compile distclean-generic distclean-libtool \
967
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
968
 
        install install-am install-data install-data-am \
969
 
        install-dist_pkgconfigDATA install-dvi install-dvi-am \
970
 
        install-exec install-exec-am install-girDATA install-html \
971
 
        install-html-am install-info install-info-am \
 
982
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
983
        clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
 
984
        ctags-am distclean distclean-compile distclean-generic \
 
985
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
986
        html-am info info-am install install-am install-data \
 
987
        install-data-am install-dist_pkgconfigDATA install-dvi \
 
988
        install-dvi-am install-exec install-exec-am install-girDATA \
 
989
        install-html install-html-am install-info install-info-am \
972
990
        install-libLTLIBRARIES install-libgdmHEADERS install-man \
973
991
        install-pdf install-pdf-am install-ps install-ps-am \
974
992
        install-strip install-typelibsDATA installcheck \
975
993
        installcheck-am installdirs maintainer-clean \
976
994
        maintainer-clean-generic mostlyclean mostlyclean-compile \
977
995
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
978
 
        tags uninstall uninstall-am uninstall-dist_pkgconfigDATA \
979
 
        uninstall-girDATA uninstall-libLTLIBRARIES \
980
 
        uninstall-libgdmHEADERS uninstall-typelibsDATA
 
996
        tags tags-am uninstall uninstall-am \
 
997
        uninstall-dist_pkgconfigDATA uninstall-girDATA \
 
998
        uninstall-libLTLIBRARIES uninstall-libgdmHEADERS \
 
999
        uninstall-typelibsDATA
981
1000
 
982
1001
 
983
1002
gdm-manager-glue.c gdm-manager-glue.h : $(top_srcdir)/daemon/gdm-manager.xml Makefile.am