~ubuntu-branches/ubuntu/raring/lightdm/raring-security

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-21 11:47:33 UTC
  • mfrom: (1.1.29)
  • Revision ID: package-import@ubuntu.com-20120621114733-dq336honh99voym4
Tags: 1.3.1-0ubuntu1
* New upstream release:
  - Don't set PAM_XDISPLAY or PAM_XAUTHDATA if not supported
  - Add lock-memory option, enabled by default, to prevent paging memory
    to disk.
  - Write utmp records for sessions
  - Install PAM configuration
  - Run greeters inside the "lightdm-greeter" PAM service
  - Handle setresgid and setresuid not being available
  - Use xsession directory from lightdm.conf in liblightdm
* debian/rules:
  - Install lightdm-greeter PAM config
* debian/lightdm.lightdm-greeter.pam:
  - PAM configuration for greeters

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
36
53
host_triplet = @host@
37
54
subdir = data
38
55
DIST_COMMON = $(dist_conf_DATA) $(dist_dbusconf_DATA) \
39
 
        $(dist_man1_MANS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
56
        $(dist_man1_MANS) $(dist_pam_DATA) $(srcdir)/Makefile.am \
 
57
        $(srcdir)/Makefile.in
40
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
59
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
 
60
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
 
61
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
62
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
63
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
42
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
65
        $(ACLOCAL_M4)
44
66
mkinstalldirs = $(install_sh) -d
60
82
        install-pdf-recursive install-ps-recursive install-recursive \
61
83
        installcheck-recursive installdirs-recursive pdf-recursive \
62
84
        ps-recursive uninstall-recursive
 
85
am__can_run_installinfo = \
 
86
  case $$AM_UPDATE_INFO_DIR in \
 
87
    n|no|NO) false;; \
 
88
    *) (install-info --version) >/dev/null 2>&1;; \
 
89
  esac
63
90
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64
91
am__vpath_adj = case $$p in \
65
92
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89
116
  }
90
117
man1dir = $(mandir)/man1
91
118
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(confdir)" \
92
 
        "$(DESTDIR)$(dbusconfdir)"
 
119
        "$(DESTDIR)$(dbusconfdir)" "$(DESTDIR)$(pamdir)"
93
120
NROFF = nroff
94
121
MANS = $(dist_man1_MANS)
95
 
DATA = $(dist_conf_DATA) $(dist_dbusconf_DATA)
 
122
DATA = $(dist_conf_DATA) $(dist_dbusconf_DATA) $(dist_pam_DATA)
96
123
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
97
124
  distclean-recursive maintainer-clean-recursive
98
125
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
177
204
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
178
205
GTKDOC_MKPDF = @GTKDOC_MKPDF@
179
206
GTKDOC_REBASE = @GTKDOC_REBASE@
 
207
HELP_DIR = @HELP_DIR@
180
208
HTML_DIR = @HTML_DIR@
181
209
INSTALL = @INSTALL@
182
210
INSTALL_DATA = @INSTALL_DATA@
199
227
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
200
228
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
201
229
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
230
ITSTOOL = @ITSTOOL@
202
231
LD = @LD@
203
232
LDFLAGS = @LDFLAGS@
204
233
LIBLIGHTDM_GOBJECT_CFLAGS = @LIBLIGHTDM_GOBJECT_CFLAGS@
249
278
XCB_CFLAGS = @XCB_CFLAGS@
250
279
XCB_LIBS = @XCB_LIBS@
251
280
XGETTEXT = @XGETTEXT@
 
281
XMLLINT = @XMLLINT@
252
282
abs_builddir = @abs_builddir@
253
283
abs_srcdir = @abs_srcdir@
254
284
abs_top_builddir = @abs_top_builddir@
310
340
dist_conf_DATA = lightdm.conf users.conf keys.conf
311
341
dbusconfdir = $(sysconfdir)/dbus-1/system.d
312
342
dist_dbusconf_DATA = org.freedesktop.DisplayManager.conf
 
343
pamdir = $(sysconfdir)/pam.d
 
344
dist_pam_DATA = pam/lightdm \
 
345
                pam/lightdm-autologin \
 
346
                pam/lightdm-greeter
 
347
 
313
348
EXTRA_DIST = guest-session.apparmor
314
349
apparmor_profiledir = $(sysconfdir)/apparmor.d
315
350
dist_man1_MANS = lightdm.1
357
392
        -rm -rf .libs _libs
358
393
install-man1: $(dist_man1_MANS)
359
394
        @$(NORMAL_INSTALL)
360
 
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
361
 
        @list='$(dist_man1_MANS)'; test -n "$(man1dir)" || exit 0; \
362
 
        { for i in $$list; do echo "$$i"; done; \
 
395
        @list1='$(dist_man1_MANS)'; \
 
396
        list2=''; \
 
397
        test -n "$(man1dir)" \
 
398
          && test -n "`echo $$list1$$list2`" \
 
399
          || exit 0; \
 
400
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 
401
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 
402
        { for i in $$list1; do echo "$$i"; done;  \
 
403
        if test -n "$$list2"; then \
 
404
          for i in $$list2; do echo "$$i"; done \
 
405
            | sed -n '/\.1[a-z]*$$/p'; \
 
406
        fi; \
363
407
        } | while read p; do \
364
408
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
365
409
          echo "$$d$$p"; echo "$$p"; \
389
433
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
390
434
install-dist_confDATA: $(dist_conf_DATA)
391
435
        @$(NORMAL_INSTALL)
392
 
        test -z "$(confdir)" || $(MKDIR_P) "$(DESTDIR)$(confdir)"
393
436
        @list='$(dist_conf_DATA)'; test -n "$(confdir)" || list=; \
 
437
        if test -n "$$list"; then \
 
438
          echo " $(MKDIR_P) '$(DESTDIR)$(confdir)'"; \
 
439
          $(MKDIR_P) "$(DESTDIR)$(confdir)" || exit 1; \
 
440
        fi; \
394
441
        for p in $$list; do \
395
442
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
396
443
          echo "$$d$$p"; \
407
454
        dir='$(DESTDIR)$(confdir)'; $(am__uninstall_files_from_dir)
408
455
install-dist_dbusconfDATA: $(dist_dbusconf_DATA)
409
456
        @$(NORMAL_INSTALL)
410
 
        test -z "$(dbusconfdir)" || $(MKDIR_P) "$(DESTDIR)$(dbusconfdir)"
411
457
        @list='$(dist_dbusconf_DATA)'; test -n "$(dbusconfdir)" || list=; \
 
458
        if test -n "$$list"; then \
 
459
          echo " $(MKDIR_P) '$(DESTDIR)$(dbusconfdir)'"; \
 
460
          $(MKDIR_P) "$(DESTDIR)$(dbusconfdir)" || exit 1; \
 
461
        fi; \
412
462
        for p in $$list; do \
413
463
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
414
464
          echo "$$d$$p"; \
423
473
        @list='$(dist_dbusconf_DATA)'; test -n "$(dbusconfdir)" || list=; \
424
474
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
425
475
        dir='$(DESTDIR)$(dbusconfdir)'; $(am__uninstall_files_from_dir)
 
476
install-dist_pamDATA: $(dist_pam_DATA)
 
477
        @$(NORMAL_INSTALL)
 
478
        @list='$(dist_pam_DATA)'; test -n "$(pamdir)" || list=; \
 
479
        if test -n "$$list"; then \
 
480
          echo " $(MKDIR_P) '$(DESTDIR)$(pamdir)'"; \
 
481
          $(MKDIR_P) "$(DESTDIR)$(pamdir)" || exit 1; \
 
482
        fi; \
 
483
        for p in $$list; do \
 
484
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
485
          echo "$$d$$p"; \
 
486
        done | $(am__base_list) | \
 
487
        while read files; do \
 
488
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pamdir)'"; \
 
489
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pamdir)" || exit $$?; \
 
490
        done
 
491
 
 
492
uninstall-dist_pamDATA:
 
493
        @$(NORMAL_UNINSTALL)
 
494
        @list='$(dist_pam_DATA)'; test -n "$(pamdir)" || list=; \
 
495
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
496
        dir='$(DESTDIR)$(pamdir)'; $(am__uninstall_files_from_dir)
426
497
 
427
498
# This directory's subdirectories are mostly independent; you can cd
428
499
# into them and run `make' without going through this Makefile.
604
675
        done
605
676
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
606
677
          if test "$$subdir" = .; then :; else \
607
 
            test -d "$(distdir)/$$subdir" \
608
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
609
 
            || exit 1; \
610
 
          fi; \
611
 
        done
612
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
613
 
          if test "$$subdir" = .; then :; else \
 
678
            $(am__make_dryrun) \
 
679
              || test -d "$(distdir)/$$subdir" \
 
680
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
681
              || exit 1; \
614
682
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
615
683
            $(am__relativize); \
616
684
            new_distdir=$$reldir; \
635
703
all-am: Makefile $(MANS) $(DATA)
636
704
installdirs: installdirs-recursive
637
705
installdirs-am:
638
 
        for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(confdir)" "$(DESTDIR)$(dbusconfdir)"; do \
 
706
        for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(confdir)" "$(DESTDIR)$(dbusconfdir)" "$(DESTDIR)$(pamdir)"; do \
639
707
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
640
708
        done
641
709
install: install-recursive
690
758
info-am:
691
759
 
692
760
install-data-am: install-dist_confDATA install-dist_dbusconfDATA \
693
 
        install-man
 
761
        install-dist_pamDATA install-man
694
762
        @$(NORMAL_INSTALL)
695
763
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
696
764
install-dvi: install-dvi-recursive
736
804
ps-am:
737
805
 
738
806
uninstall-am: uninstall-dist_confDATA uninstall-dist_dbusconfDATA \
739
 
        uninstall-man
 
807
        uninstall-dist_pamDATA uninstall-man
740
808
 
741
809
uninstall-man: uninstall-man1
742
810
 
749
817
        distclean-libtool distclean-tags distdir dvi dvi-am html \
750
818
        html-am info info-am install install-am install-data \
751
819
        install-data-am install-data-hook install-dist_confDATA \
752
 
        install-dist_dbusconfDATA install-dvi install-dvi-am \
753
 
        install-exec install-exec-am install-html install-html-am \
754
 
        install-info install-info-am install-man install-man1 \
755
 
        install-pdf install-pdf-am install-ps install-ps-am \
756
 
        install-strip installcheck installcheck-am installdirs \
757
 
        installdirs-am maintainer-clean maintainer-clean-generic \
758
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
759
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
760
 
        uninstall-dist_confDATA uninstall-dist_dbusconfDATA \
 
820
        install-dist_dbusconfDATA install-dist_pamDATA install-dvi \
 
821
        install-dvi-am install-exec install-exec-am install-html \
 
822
        install-html-am install-info install-info-am install-man \
 
823
        install-man1 install-pdf install-pdf-am install-ps \
 
824
        install-ps-am install-strip installcheck installcheck-am \
 
825
        installdirs installdirs-am maintainer-clean \
 
826
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
827
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
828
        uninstall uninstall-am uninstall-dist_confDATA \
 
829
        uninstall-dist_dbusconfDATA uninstall-dist_pamDATA \
761
830
        uninstall-man uninstall-man1
762
831
 
763
832