source: proiecte/PPPP/gdm/data/Makefile.in @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 30.9 KB
Line 
1# Makefile.in generated by automake 1.11 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = data
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39        $(srcdir)/gdm.conf.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
42        $(top_srcdir)/configure.ac
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44        $(ACLOCAL_M4)
45mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES = gdm.conf
48CONFIG_CLEAN_VPATH_FILES =
49AM_V_GEN = $(am__v_GEN_$(V))
50am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
51am__v_GEN_0 = @echo "  GEN   " $@;
52AM_V_at = $(am__v_at_$(V))
53am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
54am__v_at_0 = @
55SOURCES =
56DIST_SOURCES =
57RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58        html-recursive info-recursive install-data-recursive \
59        install-dvi-recursive install-exec-recursive \
60        install-html-recursive install-info-recursive \
61        install-pdf-recursive install-ps-recursive install-recursive \
62        installcheck-recursive installdirs-recursive pdf-recursive \
63        ps-recursive uninstall-recursive
64am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65am__vpath_adj = case $$p in \
66    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67    *) f=$$p;; \
68  esac;
69am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
70am__install_max = 40
71am__nobase_strip_setup = \
72  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
73am__nobase_strip = \
74  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
75am__nobase_list = $(am__nobase_strip_setup); \
76  for p in $$list; do echo "$$p $$p"; done | \
77  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
78  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
79    if (++n[$$2] == $(am__install_max)) \
80      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81    END { for (dir in files) print dir, files[dir] }'
82am__base_list = \
83  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
85am__installdirs = "$(DESTDIR)$(dbusconfdir)" "$(DESTDIR)$(schemasdir)"
86DATA = $(dbusconf_DATA) $(schemas_DATA)
87RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
88  distclean-recursive maintainer-clean-recursive
89AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
90        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
91        distdir
92ETAGS = etags
93CTAGS = ctags
94DIST_SUBDIRS = $(SUBDIRS)
95DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96am__relativize = \
97  dir0=`pwd`; \
98  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
99  sed_rest='s,^[^/]*/*,,'; \
100  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
101  sed_butlast='s,/*[^/]*$$,,'; \
102  while test -n "$$dir1"; do \
103    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
104    if test "$$first" != "."; then \
105      if test "$$first" = ".."; then \
106        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
107        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
108      else \
109        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
110        if test "$$first2" = "$$first"; then \
111          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
112        else \
113          dir2="../$$dir2"; \
114        fi; \
115        dir0="$$dir0"/"$$first"; \
116      fi; \
117    fi; \
118    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
119  done; \
120  reldir="$$dir2"
121ACLOCAL = @ACLOCAL@
122ALL_LINGUAS = @ALL_LINGUAS@
123AMTAR = @AMTAR@
124AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
125APPLET_CFLAGS = @APPLET_CFLAGS@
126APPLET_LIBS = @APPLET_LIBS@
127AR = @AR@
128AT_BINDIR = @AT_BINDIR@
129AT_SPI_REGISTRYD_DIR = @AT_SPI_REGISTRYD_DIR@
130AUTOCONF = @AUTOCONF@
131AUTOHEADER = @AUTOHEADER@
132AUTOMAKE = @AUTOMAKE@
133AWK = @AWK@
134BINDIR = @BINDIR@
135CANBERRA_GTK_CFLAGS = @CANBERRA_GTK_CFLAGS@
136CANBERRA_GTK_LIBS = @CANBERRA_GTK_LIBS@
137CATALOGS = @CATALOGS@
138CATOBJEXT = @CATOBJEXT@
139CC = @CC@
140CCDEPMODE = @CCDEPMODE@
141CFLAGS = @CFLAGS@
142CHECK_CFLAGS = @CHECK_CFLAGS@
143CHECK_LIBS = @CHECK_LIBS@
144COMMON_CFLAGS = @COMMON_CFLAGS@
145COMMON_LIBS = @COMMON_LIBS@
146CPP = @CPP@
147CPPFLAGS = @CPPFLAGS@
148CXX = @CXX@
149CXXCPP = @CXXCPP@
150CXXDEPMODE = @CXXDEPMODE@
151CXXFLAGS = @CXXFLAGS@
152CYGPATH_W = @CYGPATH_W@
153DAEMON_CFLAGS = @DAEMON_CFLAGS@
154DAEMON_LIBS = @DAEMON_LIBS@
155DATADIR = @DATADIR@
156DATADIRNAME = @DATADIRNAME@
157DBUS_SYS_DIR = @DBUS_SYS_DIR@
158DEBUG_CFLAGS = @DEBUG_CFLAGS@
159DEFS = @DEFS@
160DEPDIR = @DEPDIR@
161DEVKIT_POWER_CFLAGS = @DEVKIT_POWER_CFLAGS@
162DEVKIT_POWER_LIBS = @DEVKIT_POWER_LIBS@
163DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
164DOC_USER_FORMATS = @DOC_USER_FORMATS@
165DSYMUTIL = @DSYMUTIL@
166DUMPBIN = @DUMPBIN@
167ECHO_C = @ECHO_C@
168ECHO_N = @ECHO_N@
169ECHO_T = @ECHO_T@
170EGREP = @EGREP@
171EXEEXT = @EXEEXT@
172EXTRA_CHOOSER_LIBS = @EXTRA_CHOOSER_LIBS@
173EXTRA_DAEMON_LIBS = @EXTRA_DAEMON_LIBS@
174EXTRA_DYNAMIC_LIBS = @EXTRA_DYNAMIC_LIBS@
175EXTRA_FLEXI_LIBS = @EXTRA_FLEXI_LIBS@
176EXTRA_GREETER_LIBS = @EXTRA_GREETER_LIBS@
177EXTRA_SETUP_LIBS = @EXTRA_SETUP_LIBS@
178EXTRA_SLAVE_LIBS = @EXTRA_SLAVE_LIBS@
179EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
180EXTRA_XNEST_LIBS = @EXTRA_XNEST_LIBS@
181FGREP = @FGREP@
182GCONFTOOL = @GCONFTOOL@
183GCONF_CFLAGS = @GCONF_CFLAGS@
184GCONF_LIBS = @GCONF_LIBS@
185GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
186GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
187GDMCHOOSER = @GDMCHOOSER@
188GDM_CUSTOM_CONF = @GDM_CUSTOM_CONF@
189GDM_DEFAULTS_CONF = @GDM_DEFAULTS_CONF@
190GDM_GROUPNAME = @GDM_GROUPNAME@
191GDM_OLD_CONF = @GDM_OLD_CONF@
192GDM_PID_FILE = @GDM_PID_FILE@
193GDM_SESSION_DEFAULT_PATH = @GDM_SESSION_DEFAULT_PATH@
194GDM_USERNAME = @GDM_USERNAME@
195GDM_WORKING_DIR = @GDM_WORKING_DIR@
196GDM_XAUTH_DIR = @GDM_XAUTH_DIR@
197GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
198GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
199GMOFILES = @GMOFILES@
200GMSGFMT = @GMSGFMT@
201GREP = @GREP@
202GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
203GTHREAD_LIBS = @GTHREAD_LIBS@
204GTK_CFLAGS = @GTK_CFLAGS@
205GTK_LIBS = @GTK_LIBS@
206HAVE_DEVICEKIT_POWER = @HAVE_DEVICEKIT_POWER@
207HAVE_LIBXKLAVIER = @HAVE_LIBXKLAVIER@
208HAVE_PAM = @HAVE_PAM@
209HELP_DIR = @HELP_DIR@
210INSTALL = @INSTALL@
211INSTALL_DATA = @INSTALL_DATA@
212INSTALL_PROGRAM = @INSTALL_PROGRAM@
213INSTALL_SCRIPT = @INSTALL_SCRIPT@
214INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
215INSTOBJEXT = @INSTOBJEXT@
216INTLLIBS = @INTLLIBS@
217INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
218INTLTOOL_MERGE = @INTLTOOL_MERGE@
219INTLTOOL_PERL = @INTLTOOL_PERL@
220INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
221LANG_CONFIG_FILE = @LANG_CONFIG_FILE@
222LD = @LD@
223LDFLAGS = @LDFLAGS@
224LIBDIR = @LIBDIR@
225LIBEXECDIR = @LIBEXECDIR@
226LIBOBJS = @LIBOBJS@
227LIBS = @LIBS@
228LIBTOOL = @LIBTOOL@
229LIBWRAP_LIBS = @LIBWRAP_LIBS@
230LIBXKLAVIER_CFLAGS = @LIBXKLAVIER_CFLAGS@
231LIBXKLAVIER_LIBS = @LIBXKLAVIER_LIBS@
232LIPO = @LIPO@
233LN_S = @LN_S@
234LOCALSTATEDIR = @LOCALSTATEDIR@
235LTLIBOBJS = @LTLIBOBJS@
236MAINT = @MAINT@
237MAKEINFO = @MAKEINFO@
238MKDIR_P = @MKDIR_P@
239MKINSTALLDIRS = @MKINSTALLDIRS@
240MSGFMT = @MSGFMT@
241MSGFMT_OPTS = @MSGFMT_OPTS@
242MSGMERGE = @MSGMERGE@
243NM = @NM@
244NMEDIT = @NMEDIT@
245OBJDUMP = @OBJDUMP@
246OBJEXT = @OBJEXT@
247OMF_DIR = @OMF_DIR@
248OTOOL = @OTOOL@
249OTOOL64 = @OTOOL64@
250PACKAGE = @PACKAGE@
251PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
252PACKAGE_NAME = @PACKAGE_NAME@
253PACKAGE_STRING = @PACKAGE_STRING@
254PACKAGE_TARNAME = @PACKAGE_TARNAME@
255PACKAGE_URL = @PACKAGE_URL@
256PACKAGE_VERSION = @PACKAGE_VERSION@
257PAM_LIBS = @PAM_LIBS@
258PAM_PREFIX = @PAM_PREFIX@
259PATH_SEPARATOR = @PATH_SEPARATOR@
260PKG_CONFIG = @PKG_CONFIG@
261PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
262POFILES = @POFILES@
263POSUB = @POSUB@
264PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
265PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
266RANLIB = @RANLIB@
267RBAC_LIBS = @RBAC_LIBS@
268SBINDIR = @SBINDIR@
269SED = @SED@
270SET_MAKE = @SET_MAKE@
271SHELL = @SHELL@
272SIMPLE_CHOOSER_CFLAGS = @SIMPLE_CHOOSER_CFLAGS@
273SIMPLE_CHOOSER_LIBS = @SIMPLE_CHOOSER_LIBS@
274SIMPLE_GREETER_CFLAGS = @SIMPLE_GREETER_CFLAGS@
275SIMPLE_GREETER_LIBS = @SIMPLE_GREETER_LIBS@
276SOUND_PROGRAM = @SOUND_PROGRAM@
277STRIP = @STRIP@
278SYSCONFDIR = @SYSCONFDIR@
279USE_NLS = @USE_NLS@
280VERSION = @VERSION@
281WARN_CFLAGS = @WARN_CFLAGS@
282WITH_CONSOLE_KIT = @WITH_CONSOLE_KIT@
283XDMCP_LIBS = @XDMCP_LIBS@
284XEVIE_OPTION = @XEVIE_OPTION@
285XGETTEXT = @XGETTEXT@
286XINERAMA_LIBS = @XINERAMA_LIBS@
287XLIB_CFLAGS = @XLIB_CFLAGS@
288XLIB_LIBS = @XLIB_LIBS@
289XMKMF = @XMKMF@
290XSESSION_SHELL = @XSESSION_SHELL@
291X_CFLAGS = @X_CFLAGS@
292X_CONFIG_OPTIONS = @X_CONFIG_OPTIONS@
293X_EXTRA_LIBS = @X_EXTRA_LIBS@
294X_LIBS = @X_LIBS@
295X_PATH = @X_PATH@
296X_PRE_LIBS = @X_PRE_LIBS@
297X_SERVER = @X_SERVER@
298X_SERVER_PATH = @X_SERVER_PATH@
299X_XNEST_CMD = @X_XNEST_CMD@
300X_XNEST_CONFIG_OPTIONS = @X_XNEST_CONFIG_OPTIONS@
301X_XNEST_UNSCALED_FONTPATH = @X_XNEST_UNSCALED_FONTPATH@
302abs_builddir = @abs_builddir@
303abs_srcdir = @abs_srcdir@
304abs_top_builddir = @abs_top_builddir@
305abs_top_srcdir = @abs_top_srcdir@
306ac_ct_CC = @ac_ct_CC@
307ac_ct_CXX = @ac_ct_CXX@
308ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
309am__include = @am__include@
310am__leading_dot = @am__leading_dot@
311am__quote = @am__quote@
312am__tar = @am__tar@
313am__untar = @am__untar@
314authdir = $(localstatedir)/gdm
315bindir = @bindir@
316build = @build@
317build_alias = @build_alias@
318build_cpu = @build_cpu@
319build_os = @build_os@
320build_vendor = @build_vendor@
321builddir = @builddir@
322datadir = @datadir@
323datarootdir = @datarootdir@
324dmconfdir = @dmconfdir@
325docdir = @docdir@
326dvidir = @dvidir@
327exec_prefix = @exec_prefix@
328gdmconfdir = @gdmconfdir@
329gdmlocaledir = @gdmlocaledir@
330host = @host@
331host_alias = @host_alias@
332host_cpu = @host_cpu@
333host_os = @host_os@
334host_vendor = @host_vendor@
335htmldir = @htmldir@
336includedir = @includedir@
337infodir = @infodir@
338install_sh = @install_sh@
339libdir = @libdir@
340libexecdir = @libexecdir@
341localedir = @localedir@
342localstatedir = @localstatedir@
343logdir = @logdir@
344lt_ECHO = @lt_ECHO@
345mandir = @mandir@
346mkdir_p = @mkdir_p@
347oldincludedir = @oldincludedir@
348pdfdir = @pdfdir@
349pixmapdir = @pixmapdir@
350prefix = @prefix@
351program_transform_name = @program_transform_name@
352psdir = @psdir@
353sbindir = @sbindir@
354sharedstatedir = @sharedstatedir@
355srcdir = @srcdir@
356sysconfdir = @sysconfdir@
357sysconfsubdir = @sysconfsubdir@
358target_alias = @target_alias@
359top_build_prefix = @top_build_prefix@
360top_builddir = @top_builddir@
361top_srcdir = @top_srcdir@
362NULL =
363SUBDIRS = \
364        faces                   \
365        greeter-autostart       \
366        pixmaps                 \
367        $(NULL)
368
369initdir = $(gdmconfdir)/Init
370postdir = $(gdmconfdir)/PostSession
371predir = $(gdmconfdir)/PreSession
372postlogindir = $(gdmconfdir)/PostLogin
373workingdir = $(GDM_WORKING_DIR)
374xauthdir = $(GDM_XAUTH_DIR)
375cachedir = $(localstatedir)/cache/gdm
376dbusconfdir = $(DBUS_SYS_DIR)
377dbusconf_in_files = gdm.conf.in
378dbusconf_DATA = $(dbusconf_in_files:.conf.in=.conf)
379schemasdir = $(gdmconfdir)
380schemas_in_files = gdm.schemas.in
381schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
382EXTRA_DIST = \
383        $(schemas_in_files)     \
384        $(schemas_DATA)         \
385        $(dbusconf_in_files)    \
386        gdm.schemas.in.in       \
387        gdm.conf-custom.in      \
388        Xsession.in             \
389        gdm                     \
390        gdm-autologin           \
391        Init.in                 \
392        PreSession.in           \
393        PostSession.in          \
394        PostLogin               \
395        gconf.path              \
396        session-setup.entries   \
397        $(NULL)
398
399CLEANFILES = \
400        Xsession                        \
401        gdm.conf-custom                 \
402        Init                            \
403        PreSession                      \
404        PostSession                     \
405        $(NULL)
406
407DISTCLEANFILES = \
408        $(dbusconf_DATA)                        \
409        gdm.schemas                     \
410        $(NULL)
411
412MAINTAINERCLEANFILES = \
413        *~                              \
414        Makefile.in
415
416all: all-recursive
417
418.SUFFIXES:
419$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
420        @for dep in $?; do \
421          case '$(am__configure_deps)' in \
422            *$$dep*) \
423              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
424                && { if test -f $@; then exit 0; else break; fi; }; \
425              exit 1;; \
426          esac; \
427        done; \
428        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
429        $(am__cd) $(top_srcdir) && \
430          $(AUTOMAKE) --gnu data/Makefile
431.PRECIOUS: Makefile
432Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
433        @case '$?' in \
434          *config.status*) \
435            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
436          *) \
437            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
438            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
439        esac;
440
441$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
442        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
443
444$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
445        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
446$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
447        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448$(am__aclocal_m4_deps):
449gdm.conf: $(top_builddir)/config.status $(srcdir)/gdm.conf.in
450        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
451
452mostlyclean-libtool:
453        -rm -f *.lo
454
455clean-libtool:
456        -rm -rf .libs _libs
457install-dbusconfDATA: $(dbusconf_DATA)
458        @$(NORMAL_INSTALL)
459        test -z "$(dbusconfdir)" || $(MKDIR_P) "$(DESTDIR)$(dbusconfdir)"
460        @list='$(dbusconf_DATA)'; test -n "$(dbusconfdir)" || list=; \
461        for p in $$list; do \
462          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
463          echo "$$d$$p"; \
464        done | $(am__base_list) | \
465        while read files; do \
466          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbusconfdir)'"; \
467          $(INSTALL_DATA) $$files "$(DESTDIR)$(dbusconfdir)" || exit $$?; \
468        done
469
470uninstall-dbusconfDATA:
471        @$(NORMAL_UNINSTALL)
472        @list='$(dbusconf_DATA)'; test -n "$(dbusconfdir)" || list=; \
473        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
474        test -n "$$files" || exit 0; \
475        echo " ( cd '$(DESTDIR)$(dbusconfdir)' && rm -f" $$files ")"; \
476        cd "$(DESTDIR)$(dbusconfdir)" && rm -f $$files
477install-schemasDATA: $(schemas_DATA)
478        @$(NORMAL_INSTALL)
479        test -z "$(schemasdir)" || $(MKDIR_P) "$(DESTDIR)$(schemasdir)"
480        @list='$(schemas_DATA)'; test -n "$(schemasdir)" || list=; \
481        for p in $$list; do \
482          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
483          echo "$$d$$p"; \
484        done | $(am__base_list) | \
485        while read files; do \
486          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(schemasdir)'"; \
487          $(INSTALL_DATA) $$files "$(DESTDIR)$(schemasdir)" || exit $$?; \
488        done
489
490uninstall-schemasDATA:
491        @$(NORMAL_UNINSTALL)
492        @list='$(schemas_DATA)'; test -n "$(schemasdir)" || list=; \
493        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
494        test -n "$$files" || exit 0; \
495        echo " ( cd '$(DESTDIR)$(schemasdir)' && rm -f" $$files ")"; \
496        cd "$(DESTDIR)$(schemasdir)" && rm -f $$files
497
498# This directory's subdirectories are mostly independent; you can cd
499# into them and run `make' without going through this Makefile.
500# To change the values of `make' variables: instead of editing Makefiles,
501# (1) if the variable is set in `config.status', edit `config.status'
502#     (which will cause the Makefiles to be regenerated when you run `make');
503# (2) otherwise, pass the desired values on the `make' command line.
504$(RECURSIVE_TARGETS):
505        @failcom='exit 1'; \
506        for f in x $$MAKEFLAGS; do \
507          case $$f in \
508            *=* | --[!k]*);; \
509            *k*) failcom='fail=yes';; \
510          esac; \
511        done; \
512        dot_seen=no; \
513        target=`echo $@ | sed s/-recursive//`; \
514        list='$(SUBDIRS)'; for subdir in $$list; do \
515          echo "Making $$target in $$subdir"; \
516          if test "$$subdir" = "."; then \
517            dot_seen=yes; \
518            local_target="$$target-am"; \
519          else \
520            local_target="$$target"; \
521          fi; \
522          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
523          || eval $$failcom; \
524        done; \
525        if test "$$dot_seen" = "no"; then \
526          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
527        fi; test -z "$$fail"
528
529$(RECURSIVE_CLEAN_TARGETS):
530        @failcom='exit 1'; \
531        for f in x $$MAKEFLAGS; do \
532          case $$f in \
533            *=* | --[!k]*);; \
534            *k*) failcom='fail=yes';; \
535          esac; \
536        done; \
537        dot_seen=no; \
538        case "$@" in \
539          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
540          *) list='$(SUBDIRS)' ;; \
541        esac; \
542        rev=''; for subdir in $$list; do \
543          if test "$$subdir" = "."; then :; else \
544            rev="$$subdir $$rev"; \
545          fi; \
546        done; \
547        rev="$$rev ."; \
548        target=`echo $@ | sed s/-recursive//`; \
549        for subdir in $$rev; do \
550          echo "Making $$target in $$subdir"; \
551          if test "$$subdir" = "."; then \
552            local_target="$$target-am"; \
553          else \
554            local_target="$$target"; \
555          fi; \
556          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
557          || eval $$failcom; \
558        done && test -z "$$fail"
559tags-recursive:
560        list='$(SUBDIRS)'; for subdir in $$list; do \
561          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
562        done
563ctags-recursive:
564        list='$(SUBDIRS)'; for subdir in $$list; do \
565          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
566        done
567
568ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
569        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
570        unique=`for i in $$list; do \
571            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
572          done | \
573          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
574              END { if (nonempty) { for (i in files) print i; }; }'`; \
575        mkid -fID $$unique
576tags: TAGS
577
578TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
579                $(TAGS_FILES) $(LISP)
580        set x; \
581        here=`pwd`; \
582        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
583          include_option=--etags-include; \
584          empty_fix=.; \
585        else \
586          include_option=--include; \
587          empty_fix=; \
588        fi; \
589        list='$(SUBDIRS)'; for subdir in $$list; do \
590          if test "$$subdir" = .; then :; else \
591            test ! -f $$subdir/TAGS || \
592              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
593          fi; \
594        done; \
595        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
596        unique=`for i in $$list; do \
597            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
598          done | \
599          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
600              END { if (nonempty) { for (i in files) print i; }; }'`; \
601        shift; \
602        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
603          test -n "$$unique" || unique=$$empty_fix; \
604          if test $$# -gt 0; then \
605            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
606              "$$@" $$unique; \
607          else \
608            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
609              $$unique; \
610          fi; \
611        fi
612ctags: CTAGS
613CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
614                $(TAGS_FILES) $(LISP)
615        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
616        unique=`for i in $$list; do \
617            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
618          done | \
619          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
620              END { if (nonempty) { for (i in files) print i; }; }'`; \
621        test -z "$(CTAGS_ARGS)$$unique" \
622          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
623             $$unique
624
625GTAGS:
626        here=`$(am__cd) $(top_builddir) && pwd` \
627          && $(am__cd) $(top_srcdir) \
628          && gtags -i $(GTAGS_ARGS) "$$here"
629
630distclean-tags:
631        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
632
633distdir: $(DISTFILES)
634        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
635        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
636        list='$(DISTFILES)'; \
637          dist_files=`for file in $$list; do echo $$file; done | \
638          sed -e "s|^$$srcdirstrip/||;t" \
639              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
640        case $$dist_files in \
641          */*) $(MKDIR_P) `echo "$$dist_files" | \
642                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
643                           sort -u` ;; \
644        esac; \
645        for file in $$dist_files; do \
646          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
647          if test -d $$d/$$file; then \
648            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
649            if test -d "$(distdir)/$$file"; then \
650              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
651            fi; \
652            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
653              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
654              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
655            fi; \
656            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
657          else \
658            test -f "$(distdir)/$$file" \
659            || cp -p $$d/$$file "$(distdir)/$$file" \
660            || exit 1; \
661          fi; \
662        done
663        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
664          if test "$$subdir" = .; then :; else \
665            test -d "$(distdir)/$$subdir" \
666            || $(MKDIR_P) "$(distdir)/$$subdir" \
667            || exit 1; \
668          fi; \
669        done
670        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
671          if test "$$subdir" = .; then :; else \
672            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
673            $(am__relativize); \
674            new_distdir=$$reldir; \
675            dir1=$$subdir; dir2="$(top_distdir)"; \
676            $(am__relativize); \
677            new_top_distdir=$$reldir; \
678            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
679            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
680            ($(am__cd) $$subdir && \
681              $(MAKE) $(AM_MAKEFLAGS) \
682                top_distdir="$$new_top_distdir" \
683                distdir="$$new_distdir" \
684                am__remove_distdir=: \
685                am__skip_length_check=: \
686                am__skip_mode_fix=: \
687                distdir) \
688              || exit 1; \
689          fi; \
690        done
691check-am: all-am
692check: check-recursive
693all-am: Makefile $(DATA)
694installdirs: installdirs-recursive
695installdirs-am:
696        for dir in "$(DESTDIR)$(dbusconfdir)" "$(DESTDIR)$(schemasdir)"; do \
697          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
698        done
699install: install-recursive
700install-exec: install-exec-recursive
701install-data: install-data-recursive
702uninstall: uninstall-recursive
703
704install-am: all-am
705        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
706
707installcheck: installcheck-recursive
708install-strip:
709        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
710          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
711          `test -z '$(STRIP)' || \
712            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
713mostlyclean-generic:
714
715clean-generic:
716        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
717
718distclean-generic:
719        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
720        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
721        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
722
723maintainer-clean-generic:
724        @echo "This command is intended for maintainers to use"
725        @echo "it deletes files that may require special tools to rebuild."
726        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
727clean: clean-recursive
728
729clean-am: clean-generic clean-libtool mostlyclean-am
730
731distclean: distclean-recursive
732        -rm -f Makefile
733distclean-am: clean-am distclean-generic distclean-tags
734
735dvi: dvi-recursive
736
737dvi-am:
738
739html: html-recursive
740
741html-am:
742
743info: info-recursive
744
745info-am:
746
747install-data-am: install-dbusconfDATA install-schemasDATA
748        @$(NORMAL_INSTALL)
749        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
750install-dvi: install-dvi-recursive
751
752install-dvi-am:
753
754install-exec-am:
755
756install-html: install-html-recursive
757
758install-html-am:
759
760install-info: install-info-recursive
761
762install-info-am:
763
764install-man:
765
766install-pdf: install-pdf-recursive
767
768install-pdf-am:
769
770install-ps: install-ps-recursive
771
772install-ps-am:
773
774installcheck-am:
775
776maintainer-clean: maintainer-clean-recursive
777        -rm -f Makefile
778maintainer-clean-am: distclean-am maintainer-clean-generic
779
780mostlyclean: mostlyclean-recursive
781
782mostlyclean-am: mostlyclean-generic mostlyclean-libtool
783
784pdf: pdf-recursive
785
786pdf-am:
787
788ps: ps-recursive
789
790ps-am:
791
792uninstall-am: uninstall-dbusconfDATA uninstall-schemasDATA
793        @$(NORMAL_INSTALL)
794        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
795.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
796        install-am install-data-am install-strip tags-recursive \
797        uninstall-am
798
799.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
800        all all-am check check-am clean clean-generic clean-libtool \
801        ctags ctags-recursive distclean distclean-generic \
802        distclean-libtool distclean-tags distdir dvi dvi-am html \
803        html-am info info-am install install-am install-data \
804        install-data-am install-data-hook install-dbusconfDATA \
805        install-dvi install-dvi-am install-exec install-exec-am \
806        install-html install-html-am install-info install-info-am \
807        install-man install-pdf install-pdf-am install-ps \
808        install-ps-am install-schemasDATA install-strip installcheck \
809        installcheck-am installdirs installdirs-am maintainer-clean \
810        maintainer-clean-generic mostlyclean mostlyclean-generic \
811        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
812        uninstall uninstall-am uninstall-dbusconfDATA uninstall-hook \
813        uninstall-schemasDATA
814
815
816Xsession: $(srcdir)/Xsession.in
817        sed     -e 's,[@]XSESSION_SHELL[@],$(XSESSION_SHELL),g' \
818                -e 's,[@]libexecdir[@],$(libexecdir),g' \
819                <$(srcdir)/Xsession.in >Xsession
820
821Init: $(srcdir)/Init.in
822        sed     -e 's,[@]X_PATH[@],$(X_PATH),g' \
823                <$(srcdir)/Init.in >Init
824
825PreSession: $(srcdir)/PreSession.in
826        sed     -e 's,[@]X_PATH[@],$(X_PATH),g' \
827                <$(srcdir)/PreSession.in >PreSession
828PostSession: $(srcdir)/PostSession.in
829        sed     -e 's,[@]X_PATH[@],$(X_PATH),g' \
830                <$(srcdir)/PostSession.in >PostSession
831
832gdm.conf-custom: $(srcdir)/gdm.conf-custom.in
833        sed     -e 's,[@]GDM_DEFAULTS_CONF[@],$(GDM_DEFAULTS_CONF),g' \
834                <$(srcdir)/gdm.conf-custom.in >gdm.conf-custom
835
836@INTLTOOL_SCHEMAS_RULE@
837
838gdm.schemas.in: $(srcdir)/gdm.schemas.in.in
839        sed     -e 's,[@]GDMPREFETCHCMD[@],$(GDMPREFETCHCMD),g' \
840                -e 's,[@]GDM_CUSTOM_CONF[@],$(GDM_CUSTOM_CONF),g' \
841                -e 's,[@]GDM_USER_PATH[@],$(GDM_USER_PATH),g' \
842                -e 's,[@]GDM_USERNAME[@],$(GDM_USERNAME),g' \
843                -e 's,[@]GDM_GROUPNAME[@],$(GDM_GROUPNAME),g' \
844                -e 's,[@]HALT_COMMAND[@],$(HALT_COMMAND),g' \
845                -e 's,[@]REBOOT_COMMAND[@],$(REBOOT_COMMAND),g' \
846                -e 's,[@]SOUND_PROGRAM[@],$(SOUND_PROGRAM),g' \
847                -e 's,[@]SUSPEND_COMMAND[@],$(SUSPEND_COMMAND),g' \
848                -e 's,[@]XEVIE_OPTION[@],$(XEVIE_OPTION),g' \
849                -e 's,[@]ALWAYS_RESTART_SERVER[@],$(ALWAYS_RESTART_SERVER),g' \
850                -e 's,[@]X_CONFIG_OPTIONS[@],$(X_CONFIG_OPTIONS),g' \
851                -e 's,[@]X_SERVER[@],$(X_SERVER),g' \
852                -e 's,[@]X_XNEST_CMD[@],$(X_XNEST_CMD),g' \
853                -e 's,[@]X_XNEST_CONFIG_OPTIONS[@],$(X_XNEST_CONFIG_OPTIONS),g' \
854                -e 's,[@]X_XNEST_UNSCALED_FONTPATH[@],$(X_XNEST_UNSCALED_FONTPATH),g' \
855                -e 's,[@]GDM_RBAC_SYSCMD_KEYS[@],$(GDM_RBAC_SYSCMD_KEYS),g' \
856                -e 's,[@]authdir[@],$(authdir),g' \
857                -e 's,[@]datadir[@],$(datadir),g' \
858                -e 's,[@]gdmconfdir[@],$(gdmconfdir),g' \
859                -e 's,[@]libdir[@],$(libdir),g' \
860                -e 's,[@]libexecdir[@],$(libexecdir),g' \
861                -e 's,[@]gdmlocaledir[@],$(gdmlocaledir),g' \
862                -e 's,[@]logdir[@],$(logdir),g' \
863                -e 's,[@]pixmapdir[@],$(pixmapdir),g' \
864                -e 's,[@]sbindir[@],$(sbindir),g' \
865                <$(srcdir)/gdm.schemas.in.in >gdm.schemas.in
866
867uninstall-hook:
868        rm -f \
869        $(DESTDIR)$(GDM_CUSTOM_CONF) \
870        $(DESTDIR)$(gdmconfdir)/Xsession \
871        $(DESTDIR)$(initdir)/Default \
872        $(DESTDIR)$(postlogindir)/Default.sample \
873        $(DESTDIR)$(predir)/Default \
874        $(DESTDIR)$(postdir)/Default \
875        $(DESTDIR)$(PAM_PREFIX)/pam.d/gdm \
876        $(DESTDIR)$(PAM_PREFIX)/pam.d/gdm-autologin \
877        $(DESTDIR)$(workingdir)/.gconf.path \
878        -rf \
879        $(DESTDIR)$(workingdir)/.gconf.mandatory \
880        $(DESTDIR)$(xauthdir)
881
882install-data-hook: gdm.conf-custom Xsession Init PostSession PreSession gconf.path
883        if test '!' -d $(DESTDIR)$(gdmconfdir); then \
884                $(mkinstalldirs) $(DESTDIR)$(gdmconfdir); \
885                chmod 755 $(DESTDIR)$(gdmconfdir); \
886        fi
887        if test '!' -f $(DESTDIR)$(GDM_CUSTOM_CONF); then \
888                $(INSTALL_DATA) gdm.conf-custom $(DESTDIR)$(GDM_CUSTOM_CONF); \
889                chmod 644 $(DESTDIR)$(GDM_CUSTOM_CONF); \
890        fi
891
892        $(INSTALL_SCRIPT) Xsession $(DESTDIR)$(gdmconfdir)/Xsession
893
894        if test '!' -d $(DESTDIR)$(initdir); then \
895                $(mkinstalldirs) $(DESTDIR)$(initdir); \
896                chmod 755 $(DESTDIR)$(initdir); \
897        fi
898        -if test -f $(DESTDIR)$(initdir)/Default; then \
899                cp -f $(DESTDIR)$(initdir)/Default $(DESTDIR)$(initdir)/Default.orig; \
900        fi
901        $(INSTALL_SCRIPT) Init $(DESTDIR)$(initdir)/Default
902
903        if test '!' -d $(DESTDIR)$(postlogindir); then \
904                $(mkinstalldirs) $(DESTDIR)$(postlogindir); \
905                chmod 755 $(DESTDIR)$(postlogindir); \
906        fi
907        $(INSTALL_SCRIPT) $(srcdir)/PostLogin $(DESTDIR)$(postlogindir)/Default.sample
908
909        if test '!' -d $(DESTDIR)$(predir); then \
910                $(mkinstalldirs) $(DESTDIR)$(predir); \
911                chmod 755 $(DESTDIR)$(predir); \
912        fi
913        -if test -f $(DESTDIR)$(predir)/Default; then \
914                cp -f $(DESTDIR)$(predir)/Default $(DESTDIR)$(predir)/Default.orig; \
915        fi
916        $(INSTALL_SCRIPT) PreSession $(DESTDIR)$(predir)/Default
917
918        if test '!' -d $(DESTDIR)$(postdir); then \
919                $(mkinstalldirs) $(DESTDIR)$(postdir); \
920                chmod 755 $(DESTDIR)$(postdir); \
921        fi
922        -if test -f $(DESTDIR)$(postdir)/Default; then \
923                cp -f $(DESTDIR)$(postdir)/Default $(DESTDIR)$(postdir)/Default.orig; \
924        fi
925        $(INSTALL_SCRIPT) PostSession $(DESTDIR)$(postdir)/Default
926
927        if test '!' -d $(DESTDIR)$(logdir); then \
928                $(mkinstalldirs) $(DESTDIR)$(logdir); \
929                chmod 755 $(DESTDIR)$(logdir); \
930                chown root:root $(DESTDIR)$(logdir) || : ; \
931        fi
932
933        if test '!' -d $(DESTDIR)$(authdir); then \
934                $(mkinstalldirs) $(DESTDIR)$(authdir); \
935                chmod 1770 $(DESTDIR)$(authdir); \
936                chown root:gdm $(DESTDIR)$(authdir) || : ; \
937        fi
938
939        system=`uname`; \
940        if test -f /usr/include/security/pam_appl.h; then \
941          if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \
942                $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \
943                chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \
944           fi; \
945           if test $$system = Linux && test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gdm; then \
946                $(INSTALL_DATA) $(srcdir)/gdm $(DESTDIR)$(PAM_PREFIX)/pam.d/gdm; \
947           fi; \
948           if test $$system = Linux && test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gdm-autologin; then \
949                $(INSTALL_DATA) $(srcdir)/gdm-autologin $(DESTDIR)$(PAM_PREFIX)/pam.d/gdm-autologin; \
950           fi; \
951           if test $$system = SunOS; then \
952                echo "Please add PAM authentication for gdm and gdm-autologin in $(PAM_PREFIX)/pam.conf!"; \
953           fi; \
954        fi
955
956        if test '!' -d $(DESTDIR)$(xauthdir); then \
957                $(mkinstalldirs) $(DESTDIR)$(xauthdir); \
958                chmod 1777 $(DESTDIR)$(xauthdir); \
959                chown root:gdm $(DESTDIR)$(xauthdir) || : ; \
960        fi
961
962        if test '!' -d $(DESTDIR)$(workingdir); then \
963                $(mkinstalldirs) $(DESTDIR)$(workingdir); \
964                chmod 1770 $(DESTDIR)$(workingdir); \
965                chown root:gdm $(DESTDIR)$(workingdir) || : ; \
966        fi
967
968        if test '!' -d $(DESTDIR)$(cachedir); then \
969                $(mkinstalldirs) $(DESTDIR)$(cachedir); \
970                chmod 1755 $(DESTDIR)$(cachedir); \
971                chown root:gdm $(DESTDIR)$(cachedir) || : ; \
972        fi
973
974        $(INSTALL_DATA) $(srcdir)/gconf.path $(DESTDIR)$(workingdir)/.gconf.path
975        gconftool-2 --direct --config-source=xml:merged:$(DESTDIR)$(workingdir)/.gconf.mandatory --recursive-unset /
976        gconftool-2 --direct --config-source=xml:merged:$(DESTDIR)$(workingdir)/.gconf.mandatory --load $(srcdir)/session-setup.entries
977        chown -R root:gdm $(DESTDIR)$(workingdir)/.gconf.mandatory || :
978        chmod 1750 $(DESTDIR)$(workingdir)/.gconf.mandatory
979        chmod 1640 $(DESTDIR)$(workingdir)/.gconf.mandatory/*.xml
980
981# Tell versions [3.59,3.63) of GNU make to not export all variables.
982# Otherwise a system limit (for SysV at least) may be exceeded.
983.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.