fix .desktop file
[gconf-editor] / src / Makefile.in
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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 bin_PROGRAMS = gconf-editor$(EXEEXT)
38 subdir = src
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
42         $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
43         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45         $(top_srcdir)/configure.in
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47         $(ACLOCAL_M4)
48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49 CONFIG_HEADER = $(top_builddir)/config.h
50 CONFIG_CLEAN_FILES =
51 CONFIG_CLEAN_VPATH_FILES =
52 am__installdirs = "$(DESTDIR)$(bindir)"
53 PROGRAMS = $(bin_PROGRAMS)
54 am__objects_1 =
55 am__objects_2 = gconf-marshal.$(OBJEXT)
56 am_gconf_editor_OBJECTS = gconf-bookmarks.$(OBJEXT) \
57         gconf-bookmarks-dialog.$(OBJEXT) gconf-cell-renderer.$(OBJEXT) \
58         gconf-editor-application.$(OBJEXT) \
59         gconf-editor-window.$(OBJEXT) gconf-key-editor.$(OBJEXT) \
60         gconf-list-model.$(OBJEXT) gconf-policykit.$(OBJEXT) \
61         gconf-stock-icons.$(OBJEXT) gconf-tree-model.$(OBJEXT) \
62         gconf-util.$(OBJEXT) gedit-output-window.$(OBJEXT) \
63         gconf-search.$(OBJEXT) gconf-search-dialog.$(OBJEXT) \
64         main.$(OBJEXT) $(am__objects_1) $(am__objects_2)
65 gconf_editor_OBJECTS = $(am_gconf_editor_OBJECTS)
66 am__DEPENDENCIES_1 =
67 gconf_editor_DEPENDENCIES = $(am__DEPENDENCIES_1)
68 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
69 depcomp = $(SHELL) $(top_srcdir)/depcomp
70 am__depfiles_maybe = depfiles
71 am__mv = mv -f
72 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
76         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77 CCLD = $(CC)
78 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
80         $(LDFLAGS) -o $@
81 SOURCES = $(gconf_editor_SOURCES)
82 DIST_SOURCES = $(gconf_editor_SOURCES)
83 ETAGS = etags
84 CTAGS = ctags
85 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86 ACLOCAL = @ACLOCAL@
87 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
88 ALL_LINGUAS = @ALL_LINGUAS@
89 AMTAR = @AMTAR@
90 AR = @AR@
91 AUTOCONF = @AUTOCONF@
92 AUTOHEADER = @AUTOHEADER@
93 AUTOMAKE = @AUTOMAKE@
94 AWK = @AWK@
95 CATALOGS = @CATALOGS@
96 CATOBJEXT = @CATOBJEXT@
97 CC = @CC@
98 CCDEPMODE = @CCDEPMODE@
99 CFLAGS = @CFLAGS@
100 CPP = @CPP@
101 CPPFLAGS = @CPPFLAGS@
102 CYGPATH_W = @CYGPATH_W@
103 DATADIRNAME = @DATADIRNAME@
104 DEFS = @DEFS@
105 DEPDIR = @DEPDIR@
106 DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
107 DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
108 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
109 DOC_USER_FORMATS = @DOC_USER_FORMATS@
110 DSYMUTIL = @DSYMUTIL@
111 DUMPBIN = @DUMPBIN@
112 ECHO_C = @ECHO_C@
113 ECHO_N = @ECHO_N@
114 ECHO_T = @ECHO_T@
115 EGREP = @EGREP@
116 EXEEXT = @EXEEXT@
117 FGREP = @FGREP@
118 GCONFTOOL = @GCONFTOOL@
119 GCONF_EDITOR_CFLAGS = @GCONF_EDITOR_CFLAGS@
120 GCONF_EDITOR_LIBS = @GCONF_EDITOR_LIBS@
121 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
122 GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
123 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
124 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
125 GMOFILES = @GMOFILES@
126 GMSGFMT = @GMSGFMT@
127 GREP = @GREP@
128 HELP_DIR = @HELP_DIR@
129 INSTALL = @INSTALL@
130 INSTALL_DATA = @INSTALL_DATA@
131 INSTALL_PROGRAM = @INSTALL_PROGRAM@
132 INSTALL_SCRIPT = @INSTALL_SCRIPT@
133 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134 INSTOBJEXT = @INSTOBJEXT@
135 INTLLIBS = @INTLLIBS@
136 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
137 INTLTOOL_MERGE = @INTLTOOL_MERGE@
138 INTLTOOL_PERL = @INTLTOOL_PERL@
139 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
140 LD = @LD@
141 LDFLAGS = @LDFLAGS@
142 LIBOBJS = @LIBOBJS@
143 LIBS = @LIBS@
144 LIBTOOL = @LIBTOOL@
145 LIPO = @LIPO@
146 LN_S = @LN_S@
147 LTLIBOBJS = @LTLIBOBJS@
148 MAINT = @MAINT@
149 MAKEINFO = @MAKEINFO@
150 MKDIR_P = @MKDIR_P@
151 MKINSTALLDIRS = @MKINSTALLDIRS@
152 MSGFMT = @MSGFMT@
153 MSGFMT_OPTS = @MSGFMT_OPTS@
154 MSGMERGE = @MSGMERGE@
155 NM = @NM@
156 NMEDIT = @NMEDIT@
157 OBJDUMP = @OBJDUMP@
158 OBJEXT = @OBJEXT@
159 OMF_DIR = @OMF_DIR@
160 OTOOL = @OTOOL@
161 OTOOL64 = @OTOOL64@
162 PACKAGE = @PACKAGE@
163 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164 PACKAGE_NAME = @PACKAGE_NAME@
165 PACKAGE_STRING = @PACKAGE_STRING@
166 PACKAGE_TARNAME = @PACKAGE_TARNAME@
167 PACKAGE_VERSION = @PACKAGE_VERSION@
168 PATH_SEPARATOR = @PATH_SEPARATOR@
169 PKG_CONFIG = @PKG_CONFIG@
170 POFILES = @POFILES@
171 POSUB = @POSUB@
172 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
173 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
174 RANLIB = @RANLIB@
175 SED = @SED@
176 SET_MAKE = @SET_MAKE@
177 SHELL = @SHELL@
178 STRIP = @STRIP@
179 USE_NLS = @USE_NLS@
180 VERSION = @VERSION@
181 WARN_CFLAGS = @WARN_CFLAGS@
182 XGETTEXT = @XGETTEXT@
183 abs_builddir = @abs_builddir@
184 abs_srcdir = @abs_srcdir@
185 abs_top_builddir = @abs_top_builddir@
186 abs_top_srcdir = @abs_top_srcdir@
187 ac_ct_CC = @ac_ct_CC@
188 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
189 am__include = @am__include@
190 am__leading_dot = @am__leading_dot@
191 am__quote = @am__quote@
192 am__tar = @am__tar@
193 am__untar = @am__untar@
194 bindir = @bindir@
195 build = @build@
196 build_alias = @build_alias@
197 build_cpu = @build_cpu@
198 build_os = @build_os@
199 build_vendor = @build_vendor@
200 builddir = @builddir@
201 datadir = @datadir@
202 datarootdir = @datarootdir@
203 docdir = @docdir@
204 dvidir = @dvidir@
205 exec_prefix = @exec_prefix@
206 host = @host@
207 host_alias = @host_alias@
208 host_cpu = @host_cpu@
209 host_os = @host_os@
210 host_vendor = @host_vendor@
211 htmldir = @htmldir@
212 includedir = @includedir@
213 infodir = @infodir@
214 install_sh = @install_sh@
215 libdir = @libdir@
216 libexecdir = @libexecdir@
217 localedir = @localedir@
218 localstatedir = @localstatedir@
219 lt_ECHO = @lt_ECHO@
220 mandir = @mandir@
221 mkdir_p = @mkdir_p@
222 oldincludedir = @oldincludedir@
223 pdfdir = @pdfdir@
224 prefix = @prefix@
225 program_transform_name = @program_transform_name@
226 psdir = @psdir@
227 sbindir = @sbindir@
228 sharedstatedir = @sharedstatedir@
229 srcdir = @srcdir@
230 sysconfdir = @sysconfdir@
231 target_alias = @target_alias@
232 top_build_prefix = @top_build_prefix@
233 top_builddir = @top_builddir@
234 top_srcdir = @top_srcdir@
235 INCLUDES = \
236         -DLOCALEDIR=\""$(datadir)/locale"\" \
237         -DDATADIR=\""$(pkgdatadir)"\"   \
238         -DICONDIR="\"$(pkgdatadir)/icons\"" \
239         $(DISABLE_DEPRECATED_CFLAGS) \
240         $(GCONF_EDITOR_CFLAGS) \
241         $(GCONF_EDITOR_POLKIT_CFLAGS)
242
243 gconf_editor_built_headers = gconf-marshal.h
244 gconf_editor_built_cfiles = gconf-marshal.c
245 gconf_editor_SOURCES = \
246         gconf-bookmarks.c               \
247         gconf-bookmarks.h               \
248         gconf-bookmarks-dialog.c        \
249         gconf-bookmarks-dialog.h        \
250         gconf-cell-renderer.c           \
251         gconf-cell-renderer.h           \
252         gconf-editor-application.c      \
253         gconf-editor-application.h      \
254         gconf-editor-window.c           \
255         gconf-editor-window.h           \
256         gconf-key-editor.c              \
257         gconf-key-editor.h              \
258         gconf-list-model.c              \
259         gconf-list-model.h              \
260         gconf-policykit.c               \
261         gconf-policykit.h               \
262         gconf-stock-icons.c             \
263         gconf-stock-icons.h             \
264         gconf-tree-model.c              \
265         gconf-tree-model.h              \
266         gconf-util.c                    \
267         gconf-util.h                    \
268         gedit-output-window.c           \
269         gedit-output-window.h           \
270         gconf-search.h                  \
271         gconf-search.c                  \
272         gconf-search-dialog.h           \
273         gconf-search-dialog.c           \
274         main.c                          \
275         $(gconf_editor_built_headers)   \
276         $(gconf_editor_built_cfiles)
277
278 gconf_editor_LDADD = \
279         $(GCONF_EDITOR_LIBS) \
280         $(GCONF_EDITOR_POLKIT_LIBS)
281
282 EXTRA_DIST = \
283         gconf-marshal.list
284
285 all: all-am
286
287 .SUFFIXES:
288 .SUFFIXES: .c .lo .o .obj
289 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
290         @for dep in $?; do \
291           case '$(am__configure_deps)' in \
292             *$$dep*) \
293               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
294                 && { if test -f $@; then exit 0; else break; fi; }; \
295               exit 1;; \
296           esac; \
297         done; \
298         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
299         $(am__cd) $(top_srcdir) && \
300           $(AUTOMAKE) --foreign src/Makefile
301 .PRECIOUS: Makefile
302 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303         @case '$?' in \
304           *config.status*) \
305             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
306           *) \
307             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
308             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
309         esac;
310
311 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
312         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313
314 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
315         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
317         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318 $(am__aclocal_m4_deps):
319 install-binPROGRAMS: $(bin_PROGRAMS)
320         @$(NORMAL_INSTALL)
321         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
322         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
323         for p in $$list; do echo "$$p $$p"; done | \
324         sed 's/$(EXEEXT)$$//' | \
325         while read p p1; do if test -f $$p || test -f $$p1; \
326           then echo "$$p"; echo "$$p"; else :; fi; \
327         done | \
328         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
329             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
330         sed 'N;N;N;s,\n, ,g' | \
331         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
332           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
333             if ($$2 == $$4) files[d] = files[d] " " $$1; \
334             else { print "f", $$3 "/" $$4, $$1; } } \
335           END { for (d in files) print "f", d, files[d] }' | \
336         while read type dir files; do \
337             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
338             test -z "$$files" || { \
339             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
340             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
341             } \
342         ; done
343
344 uninstall-binPROGRAMS:
345         @$(NORMAL_UNINSTALL)
346         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
347         files=`for p in $$list; do echo "$$p"; done | \
348           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
349               -e 's/$$/$(EXEEXT)/' `; \
350         test -n "$$list" || exit 0; \
351         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
352         cd "$(DESTDIR)$(bindir)" && rm -f $$files
353
354 clean-binPROGRAMS:
355         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
356         echo " rm -f" $$list; \
357         rm -f $$list || exit $$?; \
358         test -n "$(EXEEXT)" || exit 0; \
359         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
360         echo " rm -f" $$list; \
361         rm -f $$list
362 gconf-editor$(EXEEXT): $(gconf_editor_OBJECTS) $(gconf_editor_DEPENDENCIES) 
363         @rm -f gconf-editor$(EXEEXT)
364         $(LINK) $(gconf_editor_OBJECTS) $(gconf_editor_LDADD) $(LIBS)
365
366 mostlyclean-compile:
367         -rm -f *.$(OBJEXT)
368
369 distclean-compile:
370         -rm -f *.tab.c
371
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-bookmarks-dialog.Po@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-bookmarks.Po@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-cell-renderer.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-editor-application.Po@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-editor-window.Po@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-key-editor.Po@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-list-model.Po@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-marshal.Po@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-policykit.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-search-dialog.Po@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-search.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-stock-icons.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-tree-model.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-util.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gedit-output-window.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
388
389 .c.o:
390 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
391 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
395
396 .c.obj:
397 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
398 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
402
403 .c.lo:
404 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
405 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
409
410 mostlyclean-libtool:
411         -rm -f *.lo
412
413 clean-libtool:
414         -rm -rf .libs _libs
415
416 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
417         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
418         unique=`for i in $$list; do \
419             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420           done | \
421           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
422               END { if (nonempty) { for (i in files) print i; }; }'`; \
423         mkid -fID $$unique
424 tags: TAGS
425
426 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
427                 $(TAGS_FILES) $(LISP)
428         set x; \
429         here=`pwd`; \
430         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
431         unique=`for i in $$list; do \
432             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433           done | \
434           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435               END { if (nonempty) { for (i in files) print i; }; }'`; \
436         shift; \
437         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
438           test -n "$$unique" || unique=$$empty_fix; \
439           if test $$# -gt 0; then \
440             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
441               "$$@" $$unique; \
442           else \
443             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444               $$unique; \
445           fi; \
446         fi
447 ctags: CTAGS
448 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
449                 $(TAGS_FILES) $(LISP)
450         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
451         unique=`for i in $$list; do \
452             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453           done | \
454           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455               END { if (nonempty) { for (i in files) print i; }; }'`; \
456         test -z "$(CTAGS_ARGS)$$unique" \
457           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
458              $$unique
459
460 GTAGS:
461         here=`$(am__cd) $(top_builddir) && pwd` \
462           && $(am__cd) $(top_srcdir) \
463           && gtags -i $(GTAGS_ARGS) "$$here"
464
465 distclean-tags:
466         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
467
468 distdir: $(DISTFILES)
469         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471         list='$(DISTFILES)'; \
472           dist_files=`for file in $$list; do echo $$file; done | \
473           sed -e "s|^$$srcdirstrip/||;t" \
474               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
475         case $$dist_files in \
476           */*) $(MKDIR_P) `echo "$$dist_files" | \
477                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
478                            sort -u` ;; \
479         esac; \
480         for file in $$dist_files; do \
481           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
482           if test -d $$d/$$file; then \
483             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
484             if test -d "$(distdir)/$$file"; then \
485               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486             fi; \
487             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
488               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
489               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490             fi; \
491             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
492           else \
493             test -f "$(distdir)/$$file" \
494             || cp -p $$d/$$file "$(distdir)/$$file" \
495             || exit 1; \
496           fi; \
497         done
498 check-am: all-am
499 check: check-am
500 all-am: Makefile $(PROGRAMS)
501 installdirs:
502         for dir in "$(DESTDIR)$(bindir)"; do \
503           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
504         done
505 install: install-am
506 install-exec: install-exec-am
507 install-data: install-data-am
508 uninstall: uninstall-am
509
510 install-am: all-am
511         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
512
513 installcheck: installcheck-am
514 install-strip:
515         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517           `test -z '$(STRIP)' || \
518             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
519 mostlyclean-generic:
520
521 clean-generic:
522
523 distclean-generic:
524         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
525         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
526
527 maintainer-clean-generic:
528         @echo "This command is intended for maintainers to use"
529         @echo "it deletes files that may require special tools to rebuild."
530 clean: clean-am
531
532 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
533
534 distclean: distclean-am
535         -rm -rf ./$(DEPDIR)
536         -rm -f Makefile
537 distclean-am: clean-am distclean-compile distclean-generic \
538         distclean-tags
539
540 dvi: dvi-am
541
542 dvi-am:
543
544 html: html-am
545
546 html-am:
547
548 info: info-am
549
550 info-am:
551
552 install-data-am:
553
554 install-dvi: install-dvi-am
555
556 install-dvi-am:
557
558 install-exec-am: install-binPROGRAMS
559
560 install-html: install-html-am
561
562 install-html-am:
563
564 install-info: install-info-am
565
566 install-info-am:
567
568 install-man:
569
570 install-pdf: install-pdf-am
571
572 install-pdf-am:
573
574 install-ps: install-ps-am
575
576 install-ps-am:
577
578 installcheck-am:
579
580 maintainer-clean: maintainer-clean-am
581         -rm -rf ./$(DEPDIR)
582         -rm -f Makefile
583 maintainer-clean-am: distclean-am maintainer-clean-generic
584
585 mostlyclean: mostlyclean-am
586
587 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
588         mostlyclean-libtool
589
590 pdf: pdf-am
591
592 pdf-am:
593
594 ps: ps-am
595
596 ps-am:
597
598 uninstall-am: uninstall-binPROGRAMS
599
600 .MAKE: install-am install-strip
601
602 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
603         clean-generic clean-libtool ctags distclean distclean-compile \
604         distclean-generic distclean-libtool distclean-tags distdir dvi \
605         dvi-am html html-am info info-am install install-am \
606         install-binPROGRAMS install-data install-data-am install-dvi \
607         install-dvi-am install-exec install-exec-am install-html \
608         install-html-am install-info install-info-am install-man \
609         install-pdf install-pdf-am install-ps install-ps-am \
610         install-strip installcheck installcheck-am installdirs \
611         maintainer-clean maintainer-clean-generic mostlyclean \
612         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
613         pdf pdf-am ps ps-am tags uninstall uninstall-am \
614         uninstall-binPROGRAMS
615
616
617 regenerate-built-sources:
618         echo "Building gconf-marshal.h" \
619         && @GLIB_GENMARSHAL@ --prefix=gconf_marshal gconf-marshal.list --header > gconf-marshal.h \
620         && echo "Building gconf-marshal.c" \
621         && echo "#include <gconf-marshal.h>" > gconf-marshal.c \
622         && @GLIB_GENMARSHAL@ --prefix=gconf_marshal gconf-marshal.list --body >> gconf-marshal.c
623
624 # Tell versions [3.59,3.63) of GNU make to not export all variables.
625 # Otherwise a system limit (for SysV at least) may be exceeded.
626 .NOEXPORT: