~ubuntu-branches/ubuntu/vivid/gsettings-desktop-schemas/vivid

« back to all changes in this revision

Viewing changes to schemas/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-28 23:05:55 UTC
  • mfrom: (1.2.1)
  • mto: (14.1.1 experimental) (12.1.6 sid) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20120328230555-fsvkpft0v3d3s4b3
Tags: upstream-3.4.0
ImportĀ upstreamĀ versionĀ 3.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
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.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
42
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
43
CONFIG_CLEAN_FILES =
44
44
CONFIG_CLEAN_VPATH_FILES =
45
 
AM_V_GEN = $(am__v_GEN_$(V))
46
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
45
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
46
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
47
47
am__v_GEN_0 = @echo "  GEN   " $@;
48
 
AM_V_at = $(am__v_at_$(V))
49
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
48
AM_V_at = $(am__v_at_@AM_V@)
 
49
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
50
50
am__v_at_0 = @
51
51
SOURCES =
52
52
DIST_SOURCES =
71
71
am__base_list = \
72
72
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73
73
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
74
am__uninstall_files_from_dir = { \
 
75
  test -z "$$files" \
 
76
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
77
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
78
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
79
  }
74
80
am__installdirs = "$(DESTDIR)$(convertdir)"
75
81
DATA = $(convert_DATA)
76
82
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115
121
INTLTOOL_MERGE = @INTLTOOL_MERGE@
116
122
INTLTOOL_PERL = @INTLTOOL_PERL@
117
123
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
124
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
125
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
 
126
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
 
127
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
 
128
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
129
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
 
130
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
 
131
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
118
132
LDFLAGS = @LDFLAGS@
119
133
LIBOBJS = @LIBOBJS@
120
134
LIBS = @LIBS@
208
222
        org.gnome.desktop.session.gschema.xml.in.in                     \
209
223
        org.gnome.desktop.background.gschema.xml.in.in                  \
210
224
        org.gnome.desktop.media-handling.gschema.xml.in.in              \
211
 
        org.gnome.desktop.screensaver.gschema.xml.in.in
 
225
        org.gnome.desktop.screensaver.gschema.xml.in.in                 \
 
226
        org.gnome.desktop.wm.keybindings.gschema.xml.in.in              \
 
227
        org.gnome.desktop.wm.preferences.gschema.xml.in.in
212
228
 
213
229
gsettings_ENUM_NAMESPACE = org.gnome.desktop
214
230
gsettings_ENUM_FILES = $(top_srcdir)/headers/*.h
215
231
desktop_gschemas_in = $(desktop_gschemas_in_in:.xml.in.in=.xml.in)
216
232
gsettings_SCHEMAS = $(desktop_gschemas_in:.xml.in=.xml)
217
233
convertdir = $(datadir)/GConf/gsettings
218
 
convert_DATA = gsettings-desktop-schemas.convert
 
234
convert_DATA = gsettings-desktop-schemas.convert wm-schemas.convert
219
235
EXTRA_DIST = \
220
236
        $(desktop_gschemas_in_in)       \
221
237
        $(convert_DATA)
276
292
        @$(NORMAL_UNINSTALL)
277
293
        @list='$(convert_DATA)'; test -n "$(convertdir)" || list=; \
278
294
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
279
 
        test -n "$$files" || exit 0; \
280
 
        echo " ( cd '$(DESTDIR)$(convertdir)' && rm -f" $$files ")"; \
281
 
        cd "$(DESTDIR)$(convertdir)" && rm -f $$files
 
295
        dir='$(DESTDIR)$(convertdir)'; $(am__uninstall_files_from_dir)
282
296
tags: TAGS
283
297
TAGS:
284
298
 
333
347
 
334
348
installcheck: installcheck-am
335
349
install-strip:
336
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
337
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
338
 
          `test -z '$(STRIP)' || \
339
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
350
        if test -z '$(STRIP)'; then \
 
351
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
352
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
353
              install; \
 
354
        else \
 
355
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
356
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
357
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
358
        fi
340
359
mostlyclean-generic:
341
360
 
342
361
clean-generic: