Adding generated files
[geeqie.git] / plugins / Makefile.in
1 # Makefile.in generated by automake 1.16.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 subdir = plugins
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
92         $(top_srcdir)/configure.ac
93 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94         $(ACLOCAL_M4)
95 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = $(top_builddir)/config.h
98 CONFIG_CLEAN_FILES =
99 CONFIG_CLEAN_VPATH_FILES =
100 AM_V_P = $(am__v_P_@AM_V@)
101 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
102 am__v_P_0 = false
103 am__v_P_1 = :
104 AM_V_GEN = $(am__v_GEN_@AM_V@)
105 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106 am__v_GEN_0 = @echo "  GEN     " $@;
107 am__v_GEN_1 = 
108 AM_V_at = $(am__v_at_@AM_V@)
109 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
110 am__v_at_0 = @
111 am__v_at_1 = 
112 SOURCES =
113 DIST_SOURCES =
114 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
115         ctags-recursive dvi-recursive html-recursive info-recursive \
116         install-data-recursive install-dvi-recursive \
117         install-exec-recursive install-html-recursive \
118         install-info-recursive install-pdf-recursive \
119         install-ps-recursive install-recursive installcheck-recursive \
120         installdirs-recursive pdf-recursive ps-recursive \
121         tags-recursive uninstall-recursive
122 am__can_run_installinfo = \
123   case $$AM_UPDATE_INFO_DIR in \
124     n|no|NO) false;; \
125     *) (install-info --version) >/dev/null 2>&1;; \
126   esac
127 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128 am__vpath_adj = case $$p in \
129     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130     *) f=$$p;; \
131   esac;
132 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133 am__install_max = 40
134 am__nobase_strip_setup = \
135   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136 am__nobase_strip = \
137   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138 am__nobase_list = $(am__nobase_strip_setup); \
139   for p in $$list; do echo "$$p $$p"; done | \
140   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
141   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142     if (++n[$$2] == $(am__install_max)) \
143       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
144     END { for (dir in files) print dir, files[dir] }'
145 am__base_list = \
146   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
148 am__uninstall_files_from_dir = { \
149   test -z "$$files" \
150     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
151     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
152          $(am__cd) "$$dir" && rm -f $$files; }; \
153   }
154 am__installdirs = "$(DESTDIR)$(qq_desktoptemplatedir)"
155 DATA = $(qq_desktoptemplate_DATA)
156 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
157   distclean-recursive maintainer-clean-recursive
158 am__recursive_targets = \
159   $(RECURSIVE_TARGETS) \
160   $(RECURSIVE_CLEAN_TARGETS) \
161   $(am__extra_recursive_targets)
162 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
163         distdir distdir-am
164 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
165 # Read a list of newline-separated strings from the standard input,
166 # and print each of them once, without duplicates.  Input order is
167 # *not* preserved.
168 am__uniquify_input = $(AWK) '\
169   BEGIN { nonempty = 0; } \
170   { items[$$0] = 1; nonempty = 1; } \
171   END { if (nonempty) { for (i in items) print i; }; } \
172 '
173 # Make sure the list of sources is unique.  This is necessary because,
174 # e.g., the same source file might be shared among _SOURCES variables
175 # for different programs/libraries.
176 am__define_uniq_tagged_files = \
177   list='$(am__tagged_files)'; \
178   unique=`for i in $$list; do \
179     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
180   done | $(am__uniquify_input)`
181 ETAGS = etags
182 CTAGS = ctags
183 DIST_SUBDIRS = $(SUBDIRS)
184 am__DIST_COMMON = $(srcdir)/Makefile.in
185 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186 am__relativize = \
187   dir0=`pwd`; \
188   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
189   sed_rest='s,^[^/]*/*,,'; \
190   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
191   sed_butlast='s,/*[^/]*$$,,'; \
192   while test -n "$$dir1"; do \
193     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
194     if test "$$first" != "."; then \
195       if test "$$first" = ".."; then \
196         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
197         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
198       else \
199         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
200         if test "$$first2" = "$$first"; then \
201           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
202         else \
203           dir2="../$$dir2"; \
204         fi; \
205         dir0="$$dir0"/"$$first"; \
206       fi; \
207     fi; \
208     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
209   done; \
210   reldir="$$dir2"
211 ACLOCAL = @ACLOCAL@
212 ALL_LINGUAS = @ALL_LINGUAS@
213 AMTAR = @AMTAR@
214 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
215 AUTOCONF = @AUTOCONF@
216 AUTOHEADER = @AUTOHEADER@
217 AUTOMAKE = @AUTOMAKE@
218 AWK = @AWK@
219 CATALOGS = @CATALOGS@
220 CATOBJEXT = @CATOBJEXT@
221 CC = @CC@
222 CCDEPMODE = @CCDEPMODE@
223 CFLAGS = @CFLAGS@
224 CLUTTER_CFLAGS = @CLUTTER_CFLAGS@
225 CLUTTER_GTK_CFLAGS = @CLUTTER_GTK_CFLAGS@
226 CLUTTER_GTK_LIBS = @CLUTTER_GTK_LIBS@
227 CLUTTER_LIBS = @CLUTTER_LIBS@
228 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
229 CPP = @CPP@
230 CPPFLAGS = @CPPFLAGS@
231 CXX = @CXX@
232 CXXDEPMODE = @CXXDEPMODE@
233 CXXFLAGS = @CXXFLAGS@
234 CYGPATH_W = @CYGPATH_W@
235 DATADIRNAME = @DATADIRNAME@
236 DEFS = @DEFS@
237 DEPDIR = @DEPDIR@
238 DJVU_CFLAGS = @DJVU_CFLAGS@
239 DJVU_LIBS = @DJVU_LIBS@
240 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
241 DX_CONFIG = @DX_CONFIG@
242 DX_DOCDIR = @DX_DOCDIR@
243 DX_DOT = @DX_DOT@
244 DX_DOXYGEN = @DX_DOXYGEN@
245 DX_DVIPS = @DX_DVIPS@
246 DX_EGREP = @DX_EGREP@
247 DX_ENV = @DX_ENV@
248 DX_FLAG_DX_CURRENT_FEATURE = @DX_FLAG_DX_CURRENT_FEATURE@
249 DX_FLAG_chi = @DX_FLAG_chi@
250 DX_FLAG_chm = @DX_FLAG_chm@
251 DX_FLAG_doc = @DX_FLAG_doc@
252 DX_FLAG_dot = @DX_FLAG_dot@
253 DX_FLAG_html = @DX_FLAG_html@
254 DX_FLAG_man = @DX_FLAG_man@
255 DX_FLAG_pdf = @DX_FLAG_pdf@
256 DX_FLAG_ps = @DX_FLAG_ps@
257 DX_FLAG_rtf = @DX_FLAG_rtf@
258 DX_FLAG_xml = @DX_FLAG_xml@
259 DX_HHC = @DX_HHC@
260 DX_LATEX = @DX_LATEX@
261 DX_MAKEINDEX = @DX_MAKEINDEX@
262 DX_PDFLATEX = @DX_PDFLATEX@
263 DX_PERL = @DX_PERL@
264 DX_PROJECT = @DX_PROJECT@
265 ECHO_C = @ECHO_C@
266 ECHO_N = @ECHO_N@
267 ECHO_T = @ECHO_T@
268 EGREP = @EGREP@
269 EXEEXT = @EXEEXT@
270 EXIV2_CFLAGS = @EXIV2_CFLAGS@
271 EXIV2_LIBS = @EXIV2_LIBS@
272 FFMPEGTHUMBNAILER_CFLAGS = @FFMPEGTHUMBNAILER_CFLAGS@
273 FFMPEGTHUMBNAILER_LIBS = @FFMPEGTHUMBNAILER_LIBS@
274 GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
275 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
276 GLIB_CFLAGS = @GLIB_CFLAGS@
277 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
278 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
279 GLIB_LIBS = @GLIB_LIBS@
280 GLIB_MKENUMS = @GLIB_MKENUMS@
281 GMOFILES = @GMOFILES@
282 GMSGFMT = @GMSGFMT@
283 GNOME_DOC_TOOL = @GNOME_DOC_TOOL@
284 GOBJECT_QUERY = @GOBJECT_QUERY@
285 GREP = @GREP@
286 GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
287 GTHREAD_LIBS = @GTHREAD_LIBS@
288 GTK_CFLAGS = @GTK_CFLAGS@
289 GTK_LIBS = @GTK_LIBS@
290 HEIF_CFLAGS = @HEIF_CFLAGS@
291 HEIF_LIBS = @HEIF_LIBS@
292 INSTALL = @INSTALL@
293 INSTALL_DATA = @INSTALL_DATA@
294 INSTALL_PROGRAM = @INSTALL_PROGRAM@
295 INSTALL_SCRIPT = @INSTALL_SCRIPT@
296 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
297 INSTOBJEXT = @INSTOBJEXT@
298 INTLLIBS = @INTLLIBS@
299 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
300 INTLTOOL_MERGE = @INTLTOOL_MERGE@
301 INTLTOOL_PERL = @INTLTOOL_PERL@
302 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
303 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
304 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
305 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
306 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
307 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
308 J2K_CFLAGS = @J2K_CFLAGS@
309 J2K_LIBS = @J2K_LIBS@
310 JPEG_CFLAGS = @JPEG_CFLAGS@
311 JPEG_LIBS = @JPEG_LIBS@
312 LCMS_CFLAGS = @LCMS_CFLAGS@
313 LCMS_LIBS = @LCMS_LIBS@
314 LDFLAGS = @LDFLAGS@
315 LIBCHAMPLAIN_CFLAGS = @LIBCHAMPLAIN_CFLAGS@
316 LIBCHAMPLAIN_GTK_CFLAGS = @LIBCHAMPLAIN_GTK_CFLAGS@
317 LIBCHAMPLAIN_GTK_LIBS = @LIBCHAMPLAIN_GTK_LIBS@
318 LIBCHAMPLAIN_LIBS = @LIBCHAMPLAIN_LIBS@
319 LIBOBJS = @LIBOBJS@
320 LIBS = @LIBS@
321 LTLIBOBJS = @LTLIBOBJS@
322 LUA_CFLAGS = @LUA_CFLAGS@
323 LUA_LIBS = @LUA_LIBS@
324 MAINT = @MAINT@
325 MAKEINFO = @MAKEINFO@
326 MKDIR_P = @MKDIR_P@
327 MKINSTALLDIRS = @MKINSTALLDIRS@
328 MSGFMT = @MSGFMT@
329 MSGFMT_OPTS = @MSGFMT_OPTS@
330 MSGMERGE = @MSGMERGE@
331 OBJEXT = @OBJEXT@
332 PACKAGE = @PACKAGE@
333 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
334 PACKAGE_NAME = @PACKAGE_NAME@
335 PACKAGE_STRING = @PACKAGE_STRING@
336 PACKAGE_TARNAME = @PACKAGE_TARNAME@
337 PACKAGE_URL = @PACKAGE_URL@
338 PACKAGE_VERSION = @PACKAGE_VERSION@
339 PATHSEP = @PATHSEP@
340 PATH_SEPARATOR = @PATH_SEPARATOR@
341 PDF_CFLAGS = @PDF_CFLAGS@
342 PDF_LIBS = @PDF_LIBS@
343 PKG_CONFIG = @PKG_CONFIG@
344 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
345 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
346 POFILES = @POFILES@
347 POSUB = @POSUB@
348 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
349 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
350 SET_MAKE = @SET_MAKE@
351 SHELL = @SHELL@
352 STRIP = @STRIP@
353 TIFF_CFLAGS = @TIFF_CFLAGS@
354 TIFF_LIBS = @TIFF_LIBS@
355 USE_NLS = @USE_NLS@
356 VERSION = @VERSION@
357 WEBP_CFLAGS = @WEBP_CFLAGS@
358 WEBP_LIBS = @WEBP_LIBS@
359 WINDRES = @WINDRES@
360 XGETTEXT = @XGETTEXT@
361 abs_builddir = @abs_builddir@
362 abs_srcdir = @abs_srcdir@
363 abs_top_builddir = @abs_top_builddir@
364 abs_top_srcdir = @abs_top_srcdir@
365 ac_ct_CC = @ac_ct_CC@
366 ac_ct_CXX = @ac_ct_CXX@
367 am__include = @am__include@
368 am__leading_dot = @am__leading_dot@
369 am__quote = @am__quote@
370 am__tar = @am__tar@
371 am__untar = @am__untar@
372 appdir = @appdir@
373 bindir = @bindir@
374 build_alias = @build_alias@
375 builddir = @builddir@
376 datadir = @datadir@
377 datarootdir = @datarootdir@
378 docdir = @docdir@
379 dvidir = @dvidir@
380 exec_prefix = @exec_prefix@
381 gq_bindir = @gq_bindir@
382 host_alias = @host_alias@
383 htmldir = @htmldir@
384 includedir = @includedir@
385 infodir = @infodir@
386 install_sh = @install_sh@
387 intltool__v_merge_options_ = @intltool__v_merge_options_@
388 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
389 libdir = @libdir@
390 libexecdir = @libexecdir@
391 localedir = @localedir@
392 localstatedir = @localstatedir@
393 mandir = @mandir@
394 mkdir_p = @mkdir_p@
395 ms_librarian = @ms_librarian@
396 oldincludedir = @oldincludedir@
397 pdfdir = @pdfdir@
398 prefix = @prefix@
399 program_transform_name = @program_transform_name@
400 psdir = @psdir@
401 readmedir = @readmedir@
402 runstatedir = @runstatedir@
403 sbindir = @sbindir@
404 sharedstatedir = @sharedstatedir@
405 srcdir = @srcdir@
406 sysconfdir = @sysconfdir@
407 target_alias = @target_alias@
408 top_build_prefix = @top_build_prefix@
409 top_builddir = @top_builddir@
410 top_srcdir = @top_srcdir@
411 SUBDIRS = rotate symlink ufraw geocode-parameters export-jpeg tethered-photography camera-import image-crop random-image lens
412 qq_desktoptemplatedir = $(appdir)
413 qq_desktoptemplate_in_files = template.desktop.in
414 qq_desktoptemplate_DATA = $(qq_desktoptemplate_in_files:.desktop.in=.desktop)
415 EXTRA_DIST = $(qq_desktoptemplate_in_files)
416 CLEANFILES = $(qq_desktoptemplate_DATA)
417 all: all-recursive
418
419 .SUFFIXES:
420 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
421         @for dep in $?; do \
422           case '$(am__configure_deps)' in \
423             *$$dep*) \
424               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
425                 && { if test -f $@; then exit 0; else break; fi; }; \
426               exit 1;; \
427           esac; \
428         done; \
429         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/Makefile'; \
430         $(am__cd) $(top_srcdir) && \
431           $(AUTOMAKE) --foreign plugins/Makefile
432 Makefile: $(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__maybe_remake_depfiles)'; \
438             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
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):
449 install-qq_desktoptemplateDATA: $(qq_desktoptemplate_DATA)
450         @$(NORMAL_INSTALL)
451         @list='$(qq_desktoptemplate_DATA)'; test -n "$(qq_desktoptemplatedir)" || list=; \
452         if test -n "$$list"; then \
453           echo " $(MKDIR_P) '$(DESTDIR)$(qq_desktoptemplatedir)'"; \
454           $(MKDIR_P) "$(DESTDIR)$(qq_desktoptemplatedir)" || exit 1; \
455         fi; \
456         for p in $$list; do \
457           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
458           echo "$$d$$p"; \
459         done | $(am__base_list) | \
460         while read files; do \
461           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(qq_desktoptemplatedir)'"; \
462           $(INSTALL_DATA) $$files "$(DESTDIR)$(qq_desktoptemplatedir)" || exit $$?; \
463         done
464
465 uninstall-qq_desktoptemplateDATA:
466         @$(NORMAL_UNINSTALL)
467         @list='$(qq_desktoptemplate_DATA)'; test -n "$(qq_desktoptemplatedir)" || list=; \
468         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
469         dir='$(DESTDIR)$(qq_desktoptemplatedir)'; $(am__uninstall_files_from_dir)
470
471 # This directory's subdirectories are mostly independent; you can cd
472 # into them and run 'make' without going through this Makefile.
473 # To change the values of 'make' variables: instead of editing Makefiles,
474 # (1) if the variable is set in 'config.status', edit 'config.status'
475 #     (which will cause the Makefiles to be regenerated when you run 'make');
476 # (2) otherwise, pass the desired values on the 'make' command line.
477 $(am__recursive_targets):
478         @fail=; \
479         if $(am__make_keepgoing); then \
480           failcom='fail=yes'; \
481         else \
482           failcom='exit 1'; \
483         fi; \
484         dot_seen=no; \
485         target=`echo $@ | sed s/-recursive//`; \
486         case "$@" in \
487           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
488           *) list='$(SUBDIRS)' ;; \
489         esac; \
490         for subdir in $$list; do \
491           echo "Making $$target in $$subdir"; \
492           if test "$$subdir" = "."; then \
493             dot_seen=yes; \
494             local_target="$$target-am"; \
495           else \
496             local_target="$$target"; \
497           fi; \
498           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
499           || eval $$failcom; \
500         done; \
501         if test "$$dot_seen" = "no"; then \
502           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
503         fi; test -z "$$fail"
504
505 ID: $(am__tagged_files)
506         $(am__define_uniq_tagged_files); mkid -fID $$unique
507 tags: tags-recursive
508 TAGS: tags
509
510 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
511         set x; \
512         here=`pwd`; \
513         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
514           include_option=--etags-include; \
515           empty_fix=.; \
516         else \
517           include_option=--include; \
518           empty_fix=; \
519         fi; \
520         list='$(SUBDIRS)'; for subdir in $$list; do \
521           if test "$$subdir" = .; then :; else \
522             test ! -f $$subdir/TAGS || \
523               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
524           fi; \
525         done; \
526         $(am__define_uniq_tagged_files); \
527         shift; \
528         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
529           test -n "$$unique" || unique=$$empty_fix; \
530           if test $$# -gt 0; then \
531             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532               "$$@" $$unique; \
533           else \
534             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
535               $$unique; \
536           fi; \
537         fi
538 ctags: ctags-recursive
539
540 CTAGS: ctags
541 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
542         $(am__define_uniq_tagged_files); \
543         test -z "$(CTAGS_ARGS)$$unique" \
544           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
545              $$unique
546
547 GTAGS:
548         here=`$(am__cd) $(top_builddir) && pwd` \
549           && $(am__cd) $(top_srcdir) \
550           && gtags -i $(GTAGS_ARGS) "$$here"
551 cscopelist: cscopelist-recursive
552
553 cscopelist-am: $(am__tagged_files)
554         list='$(am__tagged_files)'; \
555         case "$(srcdir)" in \
556           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
557           *) sdir=$(subdir)/$(srcdir) ;; \
558         esac; \
559         for i in $$list; do \
560           if test -f "$$i"; then \
561             echo "$(subdir)/$$i"; \
562           else \
563             echo "$$sdir/$$i"; \
564           fi; \
565         done >> $(top_builddir)/cscope.files
566
567 distclean-tags:
568         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
569
570 distdir: $(BUILT_SOURCES)
571         $(MAKE) $(AM_MAKEFLAGS) distdir-am
572
573 distdir-am: $(DISTFILES)
574         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
575         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
576         list='$(DISTFILES)'; \
577           dist_files=`for file in $$list; do echo $$file; done | \
578           sed -e "s|^$$srcdirstrip/||;t" \
579               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
580         case $$dist_files in \
581           */*) $(MKDIR_P) `echo "$$dist_files" | \
582                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
583                            sort -u` ;; \
584         esac; \
585         for file in $$dist_files; do \
586           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
587           if test -d $$d/$$file; then \
588             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
589             if test -d "$(distdir)/$$file"; then \
590               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
591             fi; \
592             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
593               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
594               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
595             fi; \
596             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
597           else \
598             test -f "$(distdir)/$$file" \
599             || cp -p $$d/$$file "$(distdir)/$$file" \
600             || exit 1; \
601           fi; \
602         done
603         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
604           if test "$$subdir" = .; then :; else \
605             $(am__make_dryrun) \
606               || test -d "$(distdir)/$$subdir" \
607               || $(MKDIR_P) "$(distdir)/$$subdir" \
608               || exit 1; \
609             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
610             $(am__relativize); \
611             new_distdir=$$reldir; \
612             dir1=$$subdir; dir2="$(top_distdir)"; \
613             $(am__relativize); \
614             new_top_distdir=$$reldir; \
615             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
616             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
617             ($(am__cd) $$subdir && \
618               $(MAKE) $(AM_MAKEFLAGS) \
619                 top_distdir="$$new_top_distdir" \
620                 distdir="$$new_distdir" \
621                 am__remove_distdir=: \
622                 am__skip_length_check=: \
623                 am__skip_mode_fix=: \
624                 distdir) \
625               || exit 1; \
626           fi; \
627         done
628 check-am: all-am
629 check: check-recursive
630 all-am: Makefile $(DATA)
631 installdirs: installdirs-recursive
632 installdirs-am:
633         for dir in "$(DESTDIR)$(qq_desktoptemplatedir)"; do \
634           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
635         done
636 install: install-recursive
637 install-exec: install-exec-recursive
638 install-data: install-data-recursive
639 uninstall: uninstall-recursive
640
641 install-am: all-am
642         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
643
644 installcheck: installcheck-recursive
645 install-strip:
646         if test -z '$(STRIP)'; then \
647           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
648             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
649               install; \
650         else \
651           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
652             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
653             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
654         fi
655 mostlyclean-generic:
656
657 clean-generic:
658         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
659
660 distclean-generic:
661         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
662         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
663
664 maintainer-clean-generic:
665         @echo "This command is intended for maintainers to use"
666         @echo "it deletes files that may require special tools to rebuild."
667 clean: clean-recursive
668
669 clean-am: clean-generic mostlyclean-am
670
671 distclean: distclean-recursive
672         -rm -f Makefile
673 distclean-am: clean-am distclean-generic distclean-tags
674
675 dvi: dvi-recursive
676
677 dvi-am:
678
679 html: html-recursive
680
681 html-am:
682
683 info: info-recursive
684
685 info-am:
686
687 install-data-am: install-qq_desktoptemplateDATA
688
689 install-dvi: install-dvi-recursive
690
691 install-dvi-am:
692
693 install-exec-am:
694
695 install-html: install-html-recursive
696
697 install-html-am:
698
699 install-info: install-info-recursive
700
701 install-info-am:
702
703 install-man:
704
705 install-pdf: install-pdf-recursive
706
707 install-pdf-am:
708
709 install-ps: install-ps-recursive
710
711 install-ps-am:
712
713 installcheck-am:
714
715 maintainer-clean: maintainer-clean-recursive
716         -rm -f Makefile
717 maintainer-clean-am: distclean-am maintainer-clean-generic
718
719 mostlyclean: mostlyclean-recursive
720
721 mostlyclean-am: mostlyclean-generic
722
723 pdf: pdf-recursive
724
725 pdf-am:
726
727 ps: ps-recursive
728
729 ps-am:
730
731 uninstall-am: uninstall-qq_desktoptemplateDATA
732
733 .MAKE: $(am__recursive_targets) install-am install-strip
734
735 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
736         check-am clean clean-generic cscopelist-am ctags ctags-am \
737         distclean distclean-generic distclean-tags distdir dvi dvi-am \
738         html html-am info info-am install install-am install-data \
739         install-data-am install-dvi install-dvi-am install-exec \
740         install-exec-am install-html install-html-am install-info \
741         install-info-am install-man install-pdf install-pdf-am \
742         install-ps install-ps-am install-qq_desktoptemplateDATA \
743         install-strip installcheck installcheck-am installdirs \
744         installdirs-am maintainer-clean maintainer-clean-generic \
745         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
746         tags-am uninstall uninstall-am \
747         uninstall-qq_desktoptemplateDATA
748
749 .PRECIOUS: Makefile
750
751 @INTLTOOL_DESKTOP_RULE@
752
753 # Tell versions [3.59,3.63) of GNU make to not export all variables.
754 # Otherwise a system limit (for SysV at least) may be exceeded.
755 .NOEXPORT: