~ubuntu-branches/ubuntu/trusty/gdm/trusty-proposed

« back to all changes in this revision

Viewing changes to utils/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.
53
53
bin_PROGRAMS = gdmflexiserver$(EXEEXT) gdm-screenshot$(EXEEXT) \
54
54
        $(am__EXEEXT_1)
55
55
subdir = utils
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
57
 
        $(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs
 
56
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
57
        $(top_srcdir)/depcomp
58
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
60
 
        $(top_srcdir)/configure.ac
 
59
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
60
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
61
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
62
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
63
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
64
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
65
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
66
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
67
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
61
68
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
69
        $(ACLOCAL_M4)
63
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
70
mkinstalldirs = $(install_sh) -d
64
71
CONFIG_HEADER = $(top_builddir)/config.h
65
72
CONFIG_CLEAN_FILES =
66
73
CONFIG_CLEAN_VPATH_FILES =
124
131
    n|no|NO) false;; \
125
132
    *) (install-info --version) >/dev/null 2>&1;; \
126
133
  esac
 
134
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
135
# Read a list of newline-separated strings from the standard input,
 
136
# and print each of them once, without duplicates.  Input order is
 
137
# *not* preserved.
 
138
am__uniquify_input = $(AWK) '\
 
139
  BEGIN { nonempty = 0; } \
 
140
  { items[$$0] = 1; nonempty = 1; } \
 
141
  END { if (nonempty) { for (i in items) print i; }; } \
 
142
'
 
143
# Make sure the list of sources is unique.  This is necessary because,
 
144
# e.g., the same source file might be shared among _SOURCES variables
 
145
# for different programs/libraries.
 
146
am__define_uniq_tagged_files = \
 
147
  list='$(am__tagged_files)'; \
 
148
  unique=`for i in $$list; do \
 
149
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
150
  done | $(am__uniquify_input)`
127
151
ETAGS = etags
128
152
CTAGS = ctags
129
153
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191
215
GDM_INITIAL_VT = @GDM_INITIAL_VT@
192
216
GDM_OLD_CONF = @GDM_OLD_CONF@
193
217
GDM_PID_FILE = @GDM_PID_FILE@
 
218
GDM_RAN_ONCE_MARKER_DIR = @GDM_RAN_ONCE_MARKER_DIR@
 
219
GDM_RAN_ONCE_MARKER_DIR_EXPANDED = @GDM_RAN_ONCE_MARKER_DIR_EXPANDED@
 
220
GDM_RAN_ONCE_MARKER_FILE = @GDM_RAN_ONCE_MARKER_FILE@
 
221
GDM_RAN_ONCE_MARKER_FILE_EXPANDED = @GDM_RAN_ONCE_MARKER_FILE_EXPANDED@
 
222
GDM_RUN_DIR = @GDM_RUN_DIR@
194
223
GDM_SCREENSHOT_DIR = @GDM_SCREENSHOT_DIR@
195
224
GDM_SESSION_DEFAULT_PATH = @GDM_SESSION_DEFAULT_PATH@
196
225
GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR = @GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR@
236
265
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
237
266
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
238
267
ITSTOOL = @ITSTOOL@
 
268
JOURNALD_CFLAGS = @JOURNALD_CFLAGS@
 
269
JOURNALD_LIBS = @JOURNALD_LIBS@
239
270
LANG_CONFIG_FILE = @LANG_CONFIG_FILE@
240
271
LD = @LD@
241
272
LDFLAGS = @LDFLAGS@
403
434
top_srcdir = @top_srcdir@
404
435
NULL = 
405
436
AM_CPPFLAGS = \
406
 
        -I.                                             \
407
 
        -I..                                            \
 
437
        -I$(srcdir)                                     \
 
438
        -I$(builddir)                                   \
 
439
        -I$(top_srcdir)                                 \
 
440
        -I$(top_builddir)                               \
408
441
        -DLOCALSTATEDIR=\""$(localstatedir)"\"          \
409
442
        -DGDM_SCREENSHOT_DIR=\""$(GDM_SCREENSHOT_DIR)"\"\
410
443
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
492
525
        fi; \
493
526
        for p in $$list; do echo "$$p $$p"; done | \
494
527
        sed 's/$(EXEEXT)$$//' | \
495
 
        while read p p1; do if test -f $$p || test -f $$p1; \
496
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
528
        while read p p1; do if test -f $$p \
 
529
         || test -f $$p1 \
 
530
          ; then echo "$$p"; echo "$$p"; else :; fi; \
497
531
        done | \
498
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
532
        sed -e 'p;s,.*/,,;n;h' \
 
533
            -e 's|.*|.|' \
499
534
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
500
535
        sed 'N;N;N;s,\n, ,g' | \
501
536
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
516
551
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
517
552
        files=`for p in $$list; do echo "$$p"; done | \
518
553
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
519
 
              -e 's/$$/$(EXEEXT)/' `; \
 
554
              -e 's/$$/$(EXEEXT)/' \
 
555
        `; \
520
556
        test -n "$$list" || exit 0; \
521
557
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
522
558
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
572
608
clean-libtool:
573
609
        -rm -rf .libs _libs
574
610
 
575
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
576
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
577
 
        unique=`for i in $$list; do \
578
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
579
 
          done | \
580
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
581
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
582
 
        mkid -fID $$unique
583
 
tags: TAGS
 
611
ID: $(am__tagged_files)
 
612
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
613
tags: tags-am
 
614
TAGS: tags
584
615
 
585
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
586
 
                $(TAGS_FILES) $(LISP)
 
616
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
587
617
        set x; \
588
618
        here=`pwd`; \
589
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
590
 
        unique=`for i in $$list; do \
591
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
592
 
          done | \
593
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
594
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
619
        $(am__define_uniq_tagged_files); \
595
620
        shift; \
596
621
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
597
622
          test -n "$$unique" || unique=$$empty_fix; \
603
628
              $$unique; \
604
629
          fi; \
605
630
        fi
606
 
ctags: CTAGS
607
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
608
 
                $(TAGS_FILES) $(LISP)
609
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
610
 
        unique=`for i in $$list; do \
611
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
612
 
          done | \
613
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
614
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
631
ctags: ctags-am
 
632
 
 
633
CTAGS: ctags
 
634
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
635
        $(am__define_uniq_tagged_files); \
615
636
        test -z "$(CTAGS_ARGS)$$unique" \
616
637
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
617
638
             $$unique
620
641
        here=`$(am__cd) $(top_builddir) && pwd` \
621
642
          && $(am__cd) $(top_srcdir) \
622
643
          && gtags -i $(GTAGS_ARGS) "$$here"
 
644
cscopelist: cscopelist-am
623
645
 
624
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
625
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
646
cscopelist-am: $(am__tagged_files)
 
647
        list='$(am__tagged_files)'; \
626
648
        case "$(srcdir)" in \
627
649
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
628
650
          *) sdir=$(subdir)/$(srcdir) ;; \
779
801
 
780
802
.MAKE: install-am install-strip
781
803
 
782
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
783
 
        clean-generic clean-libtool cscopelist ctags distclean \
784
 
        distclean-compile distclean-generic distclean-libtool \
785
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
786
 
        install install-am install-binPROGRAMS install-data \
787
 
        install-data-am install-dvi install-dvi-am install-exec \
788
 
        install-exec-am install-html install-html-am install-info \
789
 
        install-info-am install-man install-pdf install-pdf-am \
790
 
        install-ps install-ps-am install-strip installcheck \
791
 
        installcheck-am installdirs maintainer-clean \
 
804
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
 
805
        clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
 
806
        ctags ctags-am distclean distclean-compile distclean-generic \
 
807
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
808
        html-am info info-am install install-am install-binPROGRAMS \
 
809
        install-data install-data-am install-dvi install-dvi-am \
 
810
        install-exec install-exec-am install-html install-html-am \
 
811
        install-info install-info-am install-man install-pdf \
 
812
        install-pdf-am install-ps install-ps-am install-strip \
 
813
        installcheck installcheck-am installdirs maintainer-clean \
792
814
        maintainer-clean-generic mostlyclean mostlyclean-compile \
793
815
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
794
 
        tags uninstall uninstall-am uninstall-binPROGRAMS
 
816
        tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
795
817
 
796
818
 
797
819
# Tell versions [3.59,3.63) of GNU make to not export all variables.