~darkxst/ubuntu/saucy/gdm/lp1212408

« back to all changes in this revision

Viewing changes to data/autostart/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.
51
51
build_triplet = @build@
52
52
host_triplet = @host@
53
53
subdir = data/autostart
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55
 
        $(top_srcdir)/mkinstalldirs
 
54
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
56
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
58
 
        $(top_srcdir)/configure.ac
 
56
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
57
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
58
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
59
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
60
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
61
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
62
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
63
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
64
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
59
65
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60
66
        $(ACLOCAL_M4)
61
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
67
mkinstalldirs = $(install_sh) -d
62
68
CONFIG_HEADER = $(top_builddir)/config.h
63
69
CONFIG_CLEAN_FILES =
64
70
CONFIG_CLEAN_VPATH_FILES =
110
116
  }
111
117
am__installdirs = "$(DESTDIR)$(desktopdir)"
112
118
DATA = $(desktop_DATA)
 
119
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
113
120
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114
121
ACLOCAL = @ACLOCAL@
115
122
ALL_LINGUAS = @ALL_LINGUAS@
175
182
GDM_INITIAL_VT = @GDM_INITIAL_VT@
176
183
GDM_OLD_CONF = @GDM_OLD_CONF@
177
184
GDM_PID_FILE = @GDM_PID_FILE@
 
185
GDM_RAN_ONCE_MARKER_DIR = @GDM_RAN_ONCE_MARKER_DIR@
 
186
GDM_RAN_ONCE_MARKER_DIR_EXPANDED = @GDM_RAN_ONCE_MARKER_DIR_EXPANDED@
 
187
GDM_RAN_ONCE_MARKER_FILE = @GDM_RAN_ONCE_MARKER_FILE@
 
188
GDM_RAN_ONCE_MARKER_FILE_EXPANDED = @GDM_RAN_ONCE_MARKER_FILE_EXPANDED@
 
189
GDM_RUN_DIR = @GDM_RUN_DIR@
178
190
GDM_SCREENSHOT_DIR = @GDM_SCREENSHOT_DIR@
179
191
GDM_SESSION_DEFAULT_PATH = @GDM_SESSION_DEFAULT_PATH@
180
192
GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR = @GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR@
220
232
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
221
233
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
222
234
ITSTOOL = @ITSTOOL@
 
235
JOURNALD_CFLAGS = @JOURNALD_CFLAGS@
 
236
JOURNALD_LIBS = @JOURNALD_LIBS@
223
237
LANG_CONFIG_FILE = @LANG_CONFIG_FILE@
224
238
LD = @LD@
225
239
LDFLAGS = @LDFLAGS@
458
472
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
459
473
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
460
474
        dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
461
 
tags: TAGS
462
 
TAGS:
 
475
tags TAGS:
463
476
 
464
 
ctags: CTAGS
465
 
CTAGS:
 
477
ctags CTAGS:
466
478
 
467
479
cscope cscopelist:
468
480
 
604
616
.MAKE: install-am install-strip
605
617
 
606
618
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
607
 
        distclean distclean-generic distclean-libtool distdir dvi \
608
 
        dvi-am html html-am info info-am install install-am \
609
 
        install-data install-data-am install-desktopDATA install-dvi \
610
 
        install-dvi-am install-exec install-exec-am install-html \
611
 
        install-html-am install-info install-info-am install-man \
612
 
        install-pdf install-pdf-am install-ps install-ps-am \
613
 
        install-strip installcheck installcheck-am installdirs \
614
 
        maintainer-clean maintainer-clean-generic mostlyclean \
615
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
616
 
        uninstall uninstall-am uninstall-desktopDATA
 
619
        cscopelist-am ctags-am distclean distclean-generic \
 
620
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
621
        install install-am install-data install-data-am \
 
622
        install-desktopDATA install-dvi install-dvi-am install-exec \
 
623
        install-exec-am install-html install-html-am install-info \
 
624
        install-info-am install-man install-pdf install-pdf-am \
 
625
        install-ps install-ps-am install-strip installcheck \
 
626
        installcheck-am installdirs maintainer-clean \
 
627
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
628
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
629
        uninstall-am uninstall-desktopDATA
617
630
 
618
631
 
619
632
# Tell versions [3.59,3.63) of GNU make to not export all variables.