1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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
17VPATH = @srcdir@
18am__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}
29am__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
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92subdir = lives-plugins/themes
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
95	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
96	$(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
97	$(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \
98	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax.m4 \
99	$(top_srcdir)/m4/inttypes-pri.m4 \
100	$(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
101	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
102	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
103	$(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \
104	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
105	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
106	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
107	$(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
108	$(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
109	$(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/visibility.m4 \
110	$(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
111	$(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
112am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
113	$(ACLOCAL_M4)
114DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
115mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116CONFIG_CLEAN_FILES =
117CONFIG_CLEAN_VPATH_FILES =
118AM_V_P = $(am__v_P_@AM_V@)
119am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120am__v_P_0 = false
121am__v_P_1 = :
122AM_V_GEN = $(am__v_GEN_@AM_V@)
123am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124am__v_GEN_0 = @echo "  GEN     " $@;
125am__v_GEN_1 =
126AM_V_at = $(am__v_at_@AM_V@)
127am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128am__v_at_0 = @
129am__v_at_1 =
130SOURCES =
131DIST_SOURCES =
132RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
133	ctags-recursive dvi-recursive html-recursive info-recursive \
134	install-data-recursive install-dvi-recursive \
135	install-exec-recursive install-html-recursive \
136	install-info-recursive install-pdf-recursive \
137	install-ps-recursive install-recursive installcheck-recursive \
138	installdirs-recursive pdf-recursive ps-recursive \
139	tags-recursive uninstall-recursive
140am__can_run_installinfo = \
141  case $$AM_UPDATE_INFO_DIR in \
142    n|no|NO) false;; \
143    *) (install-info --version) >/dev/null 2>&1;; \
144  esac
145am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
146am__vpath_adj = case $$p in \
147    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
148    *) f=$$p;; \
149  esac;
150am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
151am__install_max = 40
152am__nobase_strip_setup = \
153  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
154am__nobase_strip = \
155  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
156am__nobase_list = $(am__nobase_strip_setup); \
157  for p in $$list; do echo "$$p $$p"; done | \
158  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
159  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
160    if (++n[$$2] == $(am__install_max)) \
161      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
162    END { for (dir in files) print dir, files[dir] }'
163am__base_list = \
164  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
165  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
166am__uninstall_files_from_dir = { \
167  test -z "$$files" \
168    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
169    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
170         $(am__cd) "$$dir" && rm -f $$files; }; \
171  }
172am__installdirs = "$(DESTDIR)$(themesdir)"
173DATA = $(themes_DATA)
174RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
175  distclean-recursive maintainer-clean-recursive
176am__recursive_targets = \
177  $(RECURSIVE_TARGETS) \
178  $(RECURSIVE_CLEAN_TARGETS) \
179  $(am__extra_recursive_targets)
180AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
181	distdir distdir-am
182am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
183# Read a list of newline-separated strings from the standard input,
184# and print each of them once, without duplicates.  Input order is
185# *not* preserved.
186am__uniquify_input = $(AWK) '\
187  BEGIN { nonempty = 0; } \
188  { items[$$0] = 1; nonempty = 1; } \
189  END { if (nonempty) { for (i in items) print i; }; } \
190'
191# Make sure the list of sources is unique.  This is necessary because,
192# e.g., the same source file might be shared among _SOURCES variables
193# for different programs/libraries.
194am__define_uniq_tagged_files = \
195  list='$(am__tagged_files)'; \
196  unique=`for i in $$list; do \
197    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198  done | $(am__uniquify_input)`
199ETAGS = etags
200CTAGS = ctags
201DIST_SUBDIRS = $(SUBDIRS)
202am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
203DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204am__relativize = \
205  dir0=`pwd`; \
206  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
207  sed_rest='s,^[^/]*/*,,'; \
208  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
209  sed_butlast='s,/*[^/]*$$,,'; \
210  while test -n "$$dir1"; do \
211    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
212    if test "$$first" != "."; then \
213      if test "$$first" = ".."; then \
214        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
215        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
216      else \
217        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
218        if test "$$first2" = "$$first"; then \
219          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
220        else \
221          dir2="../$$dir2"; \
222        fi; \
223        dir0="$$dir0"/"$$first"; \
224      fi; \
225    fi; \
226    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
227  done; \
228  reldir="$$dir2"
229ACLOCAL = @ACLOCAL@
230ALLOCA = @ALLOCA@
231ALSA_CFLAGS = @ALSA_CFLAGS@
232ALSA_LIBS = @ALSA_LIBS@
233AMTAR = @AMTAR@
234AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
235AR = @AR@
236AUTOCONF = @AUTOCONF@
237AUTOHEADER = @AUTOHEADER@
238AUTOMAKE = @AUTOMAKE@
239AWK = @AWK@
240BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
241CATOBJEXT = @CATOBJEXT@
242CC = @CC@
243CCAS = @CCAS@
244CCASDEPMODE = @CCASDEPMODE@
245CCASFLAGS = @CCASFLAGS@
246CCDEPMODE = @CCDEPMODE@
247CFLAGS = @CFLAGS@
248CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
249CPP = @CPP@
250CPPFLAGS = @CPPFLAGS@
251CXX = @CXX@
252CXXCPP = @CXXCPP@
253CXXDEPMODE = @CXXDEPMODE@
254CXXFLAGS = @CXXFLAGS@
255CYGPATH_W = @CYGPATH_W@
256DATADIRNAME = @DATADIRNAME@
257DEFS = @DEFS@
258DEPDIR = @DEPDIR@
259DIRAC_CFLAGS = @DIRAC_CFLAGS@
260DIRAC_LIBS = @DIRAC_LIBS@
261DLLTOOL = @DLLTOOL@
262DOXYGEN = @DOXYGEN@
263DSYMUTIL = @DSYMUTIL@
264DUMPBIN = @DUMPBIN@
265ECHO_C = @ECHO_C@
266ECHO_N = @ECHO_N@
267ECHO_T = @ECHO_T@
268EGREP = @EGREP@
269EXEEXT = @EXEEXT@
270FFTW3F_CFLAGS = @FFTW3F_CFLAGS@
271FFTW3F_LIBS = @FFTW3F_LIBS@
272FGREP = @FGREP@
273GENCAT = @GENCAT@
274GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
275GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
276GLIBC2 = @GLIBC2@
277GLIBC21 = @GLIBC21@
278GLIB_CFLAGS = @GLIB_CFLAGS@
279GLIB_LIBS = @GLIB_LIBS@
280GL_CFLAGS = @GL_CFLAGS@
281GL_LIBS = @GL_LIBS@
282GMSGFMT = @GMSGFMT@
283GMSGFMT_015 = @GMSGFMT_015@
284GREP = @GREP@
285GTK_CFLAGS = @GTK_CFLAGS@
286GTK_LIBS = @GTK_LIBS@
287GTK_LIBS_NODYNAMIC = @GTK_LIBS_NODYNAMIC@
288HAVE_ASPRINTF = @HAVE_ASPRINTF@
289HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
290HAVE_SNPRINTF = @HAVE_SNPRINTF@
291HAVE_VISIBILITY = @HAVE_VISIBILITY@
292HAVE_WPRINTF = @HAVE_WPRINTF@
293INSTALL = @INSTALL@
294INSTALL_DATA = @INSTALL_DATA@
295INSTALL_PROGRAM = @INSTALL_PROGRAM@
296INSTALL_SCRIPT = @INSTALL_SCRIPT@
297INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
298INSTOBJEXT = @INSTOBJEXT@
299INTLBISON = @INTLBISON@
300INTLLIBS = @INTLLIBS@
301INTLOBJS = @INTLOBJS@
302INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
303INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
304JACK_CFLAGS = @JACK_CFLAGS@
305JACK_LIBS = @JACK_LIBS@
306JACK_SERVER_LIBS = @JACK_SERVER_LIBS@
307LD = @LD@
308LDFLAGS = @LDFLAGS@
309LIBAVCODEC_CFLAGS = @LIBAVCODEC_CFLAGS@
310LIBAVCODEC_LIBS = @LIBAVCODEC_LIBS@
311LIBAVFORMAT_CFLAGS = @LIBAVFORMAT_CFLAGS@
312LIBAVFORMAT_LIBS = @LIBAVFORMAT_LIBS@
313LIBAVUTIL_CFLAGS = @LIBAVUTIL_CFLAGS@
314LIBAVUTIL_LIBS = @LIBAVUTIL_LIBS@
315LIBBZ_CFLAGS = @LIBBZ_CFLAGS@
316LIBBZ_LIBS = @LIBBZ_LIBS@
317LIBDV_CFLAGS = @LIBDV_CFLAGS@
318LIBDV_LIBS = @LIBDV_LIBS@
319LIBEXPLAIN_CFLAGS = @LIBEXPLAIN_CFLAGS@
320LIBEXPLAIN_LIBS = @LIBEXPLAIN_LIBS@
321LIBFREENECT_CFLAGS = @LIBFREENECT_CFLAGS@
322LIBFREENECT_LIBS = @LIBFREENECT_LIBS@
323LIBICONV = @LIBICONV@
324LIBINTL = @LIBINTL@
325LIBMULTITHREAD = @LIBMULTITHREAD@
326LIBOBJS = @LIBOBJS@
327LIBPROJECTM_CFLAGS = @LIBPROJECTM_CFLAGS@
328LIBPROJECTM_LIBS = @LIBPROJECTM_LIBS@
329LIBPTH = @LIBPTH@
330LIBPTH_PREFIX = @LIBPTH_PREFIX@
331LIBS = @LIBS@
332LIBSWRESAMPLE_CFLAGS = @LIBSWRESAMPLE_CFLAGS@
333LIBSWRESAMPLE_LIBS = @LIBSWRESAMPLE_LIBS@
334LIBSWSCALE_CFLAGS = @LIBSWSCALE_CFLAGS@
335LIBSWSCALE_LIBS = @LIBSWSCALE_LIBS@
336LIBTHREAD = @LIBTHREAD@
337LIBTOOL = @LIBTOOL@
338LIBVISUAL_CFLAGS = @LIBVISUAL_CFLAGS@
339LIBVISUAL_LIBS = @LIBVISUAL_LIBS@
340LIBZ_CFLAGS = @LIBZ_CFLAGS@
341LIBZ_LIBS = @LIBZ_LIBS@
342LIPO = @LIPO@
343LN_S = @LN_S@
344LTLIBC = @LTLIBC@
345LTLIBICONV = @LTLIBICONV@
346LTLIBINTL = @LTLIBINTL@
347LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
348LTLIBOBJS = @LTLIBOBJS@
349LTLIBPTH = @LTLIBPTH@
350LTLIBTHREAD = @LTLIBTHREAD@
351LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
352MAINT = @MAINT@
353MAKEINFO = @MAKEINFO@
354MANIFEST_TOOL = @MANIFEST_TOOL@
355MJPEGTOOLS_CFLAGS = @MJPEGTOOLS_CFLAGS@
356MJPEGTOOLS_LIBS = @MJPEGTOOLS_LIBS@
357MKDIR_P = @MKDIR_P@
358MSGFMT = @MSGFMT@
359MSGFMT_015 = @MSGFMT_015@
360MSGMERGE = @MSGMERGE@
361NM = @NM@
362NMEDIT = @NMEDIT@
363OBJDUMP = @OBJDUMP@
364OBJEXT = @OBJEXT@
365OGG_CFLAGS = @OGG_CFLAGS@
366OGG_LIBS = @OGG_LIBS@
367OIL_CFLAGS = @OIL_CFLAGS@
368OIL_LIBS = @OIL_LIBS@
369OPENCV4_CFLAGS = @OPENCV4_CFLAGS@
370OPENCV4_LIBS = @OPENCV4_LIBS@
371OPENCV4_LIBS_ONLY_L = @OPENCV4_LIBS_ONLY_L@
372OPENCV4_LIBS_ONLY_OTHER = @OPENCV4_LIBS_ONLY_OTHER@
373OPENCV_CFLAGS = @OPENCV_CFLAGS@
374OPENCV_LIBS = @OPENCV_LIBS@
375OPENCV_LIBS_ONLY_L = @OPENCV_LIBS_ONLY_L@
376OPENCV_LIBS_ONLY_OTHER = @OPENCV_LIBS_ONLY_OTHER@
377ORC_CFLAGS = @ORC_CFLAGS@
378ORC_LIBS = @ORC_LIBS@
379OTOOL = @OTOOL@
380OTOOL64 = @OTOOL64@
381PACKAGE = @PACKAGE@
382PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
383PACKAGE_NAME = @PACKAGE_NAME@
384PACKAGE_STRING = @PACKAGE_STRING@
385PACKAGE_TARNAME = @PACKAGE_TARNAME@
386PACKAGE_URL = @PACKAGE_URL@
387PACKAGE_VERSION = @PACKAGE_VERSION@
388PATH_SEPARATOR = @PATH_SEPARATOR@
389PERL = @PERL@
390PKG_CONFIG = @PKG_CONFIG@
391PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
392PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
393PNG_CFLAGS = @PNG_CFLAGS@
394PNG_LIBS = @PNG_LIBS@
395POSUB = @POSUB@
396PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
397PULSE_CFLAGS = @PULSE_CFLAGS@
398PULSE_LIBS = @PULSE_LIBS@
399RANLIB = @RANLIB@
400SDL2_CFLAGS = @SDL2_CFLAGS@
401SDL2_LIBS = @SDL2_LIBS@
402SDL2_PREFIX = @SDL2_PREFIX@
403SDL_CFLAGS = @SDL_CFLAGS@
404SDL_LIBS = @SDL_LIBS@
405SDL_PREFIX = @SDL_PREFIX@
406SED = @SED@
407SET_MAKE = @SET_MAKE@
408SHELL = @SHELL@
409STRIP = @STRIP@
410THEORA_CFLAGS = @THEORA_CFLAGS@
411THEORA_LIBS = @THEORA_LIBS@
412TIRPC_CFLAGS = @TIRPC_CFLAGS@
413TIRPC_LIBS = @TIRPC_LIBS@
414TURBO_CFLAGS = @TURBO_CFLAGS@
415UNICAP_CFLAGS = @UNICAP_CFLAGS@
416UNICAP_LIBS = @UNICAP_LIBS@
417USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
418USE_NLS = @USE_NLS@
419VERSION = @VERSION@
420WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
421WAYLAND_LIBS = @WAYLAND_LIBS@
422WEED_CFLAGS = @WEED_CFLAGS@
423WEED_COMPAT_CFLAGS = @WEED_COMPAT_CFLAGS@
424WEED_COMPAT_LIBS = @WEED_COMPAT_LIBS@
425WEED_GSLICE_CFLAGS = @WEED_GSLICE_CFLAGS@
426WEED_GSLICE_LIBS = @WEED_GSLICE_LIBS@
427WEED_LIBS = @WEED_LIBS@
428WEED_PLUGIN_CFLAGS = @WEED_PLUGIN_CFLAGS@
429WEED_PLUGIN_LIBS = @WEED_PLUGIN_LIBS@
430WEED_UTILS_CFLAGS = @WEED_UTILS_CFLAGS@
431WEED_UTILS_LIBS = @WEED_UTILS_LIBS@
432WINDRES = @WINDRES@
433WOE32 = @WOE32@
434WOE32DLL = @WOE32DLL@
435X11_CFLAGS = @X11_CFLAGS@
436X11_LIBS = @X11_LIBS@
437XGETTEXT = @XGETTEXT@
438XGETTEXT_015 = @XGETTEXT_015@
439XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
440XRENDER_CFLAGS = @XRENDER_CFLAGS@
441XRENDER_LIBS = @XRENDER_LIBS@
442abs_builddir = @abs_builddir@
443abs_srcdir = @abs_srcdir@
444abs_top_builddir = @abs_top_builddir@
445abs_top_srcdir = @abs_top_srcdir@
446ac_ct_AR = @ac_ct_AR@
447ac_ct_CC = @ac_ct_CC@
448ac_ct_CXX = @ac_ct_CXX@
449ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
450am__include = @am__include@
451am__leading_dot = @am__leading_dot@
452am__quote = @am__quote@
453am__tar = @am__tar@
454am__untar = @am__untar@
455bindir = @bindir@
456build = @build@
457build_alias = @build_alias@
458build_cpu = @build_cpu@
459build_os = @build_os@
460build_vendor = @build_vendor@
461builddir = @builddir@
462datadir = @datadir@
463datarootdir = @datarootdir@
464docdir = @docdir@
465dvidir = @dvidir@
466exec_prefix = @exec_prefix@
467host = @host@
468host_alias = @host_alias@
469host_cpu = @host_cpu@
470host_os = @host_os@
471host_vendor = @host_vendor@
472htmldir = @htmldir@
473includedir = @includedir@
474infodir = @infodir@
475install_sh = @install_sh@
476libdir = @libdir@
477libexecdir = @libexecdir@
478localedir = @localedir@
479localstatedir = @localstatedir@
480mandir = @mandir@
481mkdir_p = @mkdir_p@
482oldincludedir = @oldincludedir@
483pdfdir = @pdfdir@
484prefix = @prefix@
485program_transform_name = @program_transform_name@
486psdir = @psdir@
487runstatedir = @runstatedir@
488sbindir = @sbindir@
489sharedstatedir = @sharedstatedir@
490srcdir = @srcdir@
491sysconfdir = @sysconfdir@
492target = @target@
493target_alias = @target_alias@
494target_cpu = @target_cpu@
495target_os = @target_os@
496target_vendor = @target_vendor@
497top_build_prefix = @top_build_prefix@
498top_builddir = @top_builddir@
499top_srcdir = @top_srcdir@
500v4l1_INCFILE = @v4l1_INCFILE@
501SUBDIRS = camera \
502cutting_room \
503pinks \
504editor \
505crayons \
506crayons-bright
507
508themesdir = "$(datadir)/$(PACKAGE)/themes"
509themes_DATA = lives-splash.png
510EXTRA_DIST = $(themes_DATA)
511all: all-recursive
512
513.SUFFIXES:
514$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
515	@for dep in $?; do \
516	  case '$(am__configure_deps)' in \
517	    *$$dep*) \
518	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
519	        && { if test -f $@; then exit 0; else break; fi; }; \
520	      exit 1;; \
521	  esac; \
522	done; \
523	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lives-plugins/themes/Makefile'; \
524	$(am__cd) $(top_srcdir) && \
525	  $(AUTOMAKE) --gnu lives-plugins/themes/Makefile
526Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
527	@case '$?' in \
528	  *config.status*) \
529	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
530	  *) \
531	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
532	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
533	esac;
534
535$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
536	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
537
538$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
539	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
540$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
541	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
542$(am__aclocal_m4_deps):
543
544mostlyclean-libtool:
545	-rm -f *.lo
546
547clean-libtool:
548	-rm -rf .libs _libs
549install-themesDATA: $(themes_DATA)
550	@$(NORMAL_INSTALL)
551	@list='$(themes_DATA)'; test -n "$(themesdir)" || list=; \
552	if test -n "$$list"; then \
553	  echo " $(MKDIR_P) '$(DESTDIR)$(themesdir)'"; \
554	  $(MKDIR_P) "$(DESTDIR)$(themesdir)" || exit 1; \
555	fi; \
556	for p in $$list; do \
557	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
558	  echo "$$d$$p"; \
559	done | $(am__base_list) | \
560	while read files; do \
561	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themesdir)'"; \
562	  $(INSTALL_DATA) $$files "$(DESTDIR)$(themesdir)" || exit $$?; \
563	done
564
565uninstall-themesDATA:
566	@$(NORMAL_UNINSTALL)
567	@list='$(themes_DATA)'; test -n "$(themesdir)" || list=; \
568	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
569	dir='$(DESTDIR)$(themesdir)'; $(am__uninstall_files_from_dir)
570
571# This directory's subdirectories are mostly independent; you can cd
572# into them and run 'make' without going through this Makefile.
573# To change the values of 'make' variables: instead of editing Makefiles,
574# (1) if the variable is set in 'config.status', edit 'config.status'
575#     (which will cause the Makefiles to be regenerated when you run 'make');
576# (2) otherwise, pass the desired values on the 'make' command line.
577$(am__recursive_targets):
578	@fail=; \
579	if $(am__make_keepgoing); then \
580	  failcom='fail=yes'; \
581	else \
582	  failcom='exit 1'; \
583	fi; \
584	dot_seen=no; \
585	target=`echo $@ | sed s/-recursive//`; \
586	case "$@" in \
587	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
588	  *) list='$(SUBDIRS)' ;; \
589	esac; \
590	for subdir in $$list; do \
591	  echo "Making $$target in $$subdir"; \
592	  if test "$$subdir" = "."; then \
593	    dot_seen=yes; \
594	    local_target="$$target-am"; \
595	  else \
596	    local_target="$$target"; \
597	  fi; \
598	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
599	  || eval $$failcom; \
600	done; \
601	if test "$$dot_seen" = "no"; then \
602	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
603	fi; test -z "$$fail"
604
605ID: $(am__tagged_files)
606	$(am__define_uniq_tagged_files); mkid -fID $$unique
607tags: tags-recursive
608TAGS: tags
609
610tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
611	set x; \
612	here=`pwd`; \
613	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
614	  include_option=--etags-include; \
615	  empty_fix=.; \
616	else \
617	  include_option=--include; \
618	  empty_fix=; \
619	fi; \
620	list='$(SUBDIRS)'; for subdir in $$list; do \
621	  if test "$$subdir" = .; then :; else \
622	    test ! -f $$subdir/TAGS || \
623	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
624	  fi; \
625	done; \
626	$(am__define_uniq_tagged_files); \
627	shift; \
628	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
629	  test -n "$$unique" || unique=$$empty_fix; \
630	  if test $$# -gt 0; then \
631	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
632	      "$$@" $$unique; \
633	  else \
634	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
635	      $$unique; \
636	  fi; \
637	fi
638ctags: ctags-recursive
639
640CTAGS: ctags
641ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
642	$(am__define_uniq_tagged_files); \
643	test -z "$(CTAGS_ARGS)$$unique" \
644	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
645	     $$unique
646
647GTAGS:
648	here=`$(am__cd) $(top_builddir) && pwd` \
649	  && $(am__cd) $(top_srcdir) \
650	  && gtags -i $(GTAGS_ARGS) "$$here"
651cscopelist: cscopelist-recursive
652
653cscopelist-am: $(am__tagged_files)
654	list='$(am__tagged_files)'; \
655	case "$(srcdir)" in \
656	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
657	  *) sdir=$(subdir)/$(srcdir) ;; \
658	esac; \
659	for i in $$list; do \
660	  if test -f "$$i"; then \
661	    echo "$(subdir)/$$i"; \
662	  else \
663	    echo "$$sdir/$$i"; \
664	  fi; \
665	done >> $(top_builddir)/cscope.files
666
667distclean-tags:
668	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
669
670distdir: $(BUILT_SOURCES)
671	$(MAKE) $(AM_MAKEFLAGS) distdir-am
672
673distdir-am: $(DISTFILES)
674	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
675	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
676	list='$(DISTFILES)'; \
677	  dist_files=`for file in $$list; do echo $$file; done | \
678	  sed -e "s|^$$srcdirstrip/||;t" \
679	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
680	case $$dist_files in \
681	  */*) $(MKDIR_P) `echo "$$dist_files" | \
682			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
683			   sort -u` ;; \
684	esac; \
685	for file in $$dist_files; do \
686	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
687	  if test -d $$d/$$file; then \
688	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
689	    if test -d "$(distdir)/$$file"; then \
690	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
691	    fi; \
692	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
693	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
694	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
695	    fi; \
696	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
697	  else \
698	    test -f "$(distdir)/$$file" \
699	    || cp -p $$d/$$file "$(distdir)/$$file" \
700	    || exit 1; \
701	  fi; \
702	done
703	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
704	  if test "$$subdir" = .; then :; else \
705	    $(am__make_dryrun) \
706	      || test -d "$(distdir)/$$subdir" \
707	      || $(MKDIR_P) "$(distdir)/$$subdir" \
708	      || exit 1; \
709	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
710	    $(am__relativize); \
711	    new_distdir=$$reldir; \
712	    dir1=$$subdir; dir2="$(top_distdir)"; \
713	    $(am__relativize); \
714	    new_top_distdir=$$reldir; \
715	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
716	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
717	    ($(am__cd) $$subdir && \
718	      $(MAKE) $(AM_MAKEFLAGS) \
719	        top_distdir="$$new_top_distdir" \
720	        distdir="$$new_distdir" \
721		am__remove_distdir=: \
722		am__skip_length_check=: \
723		am__skip_mode_fix=: \
724	        distdir) \
725	      || exit 1; \
726	  fi; \
727	done
728check-am: all-am
729check: check-recursive
730all-am: Makefile $(DATA)
731installdirs: installdirs-recursive
732installdirs-am:
733	for dir in "$(DESTDIR)$(themesdir)"; do \
734	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
735	done
736install: install-recursive
737install-exec: install-exec-recursive
738install-data: install-data-recursive
739uninstall: uninstall-recursive
740
741install-am: all-am
742	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
743
744installcheck: installcheck-recursive
745install-strip:
746	if test -z '$(STRIP)'; then \
747	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
748	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
749	      install; \
750	else \
751	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
752	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
753	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
754	fi
755mostlyclean-generic:
756
757clean-generic:
758
759distclean-generic:
760	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
761	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
762
763maintainer-clean-generic:
764	@echo "This command is intended for maintainers to use"
765	@echo "it deletes files that may require special tools to rebuild."
766clean: clean-recursive
767
768clean-am: clean-generic clean-libtool mostlyclean-am
769
770distclean: distclean-recursive
771	-rm -f Makefile
772distclean-am: clean-am distclean-generic distclean-tags
773
774dvi: dvi-recursive
775
776dvi-am:
777
778html: html-recursive
779
780html-am:
781
782info: info-recursive
783
784info-am:
785
786install-data-am: install-themesDATA
787
788install-dvi: install-dvi-recursive
789
790install-dvi-am:
791
792install-exec-am:
793
794install-html: install-html-recursive
795
796install-html-am:
797
798install-info: install-info-recursive
799
800install-info-am:
801
802install-man:
803
804install-pdf: install-pdf-recursive
805
806install-pdf-am:
807
808install-ps: install-ps-recursive
809
810install-ps-am:
811
812installcheck-am:
813
814maintainer-clean: maintainer-clean-recursive
815	-rm -f Makefile
816maintainer-clean-am: distclean-am maintainer-clean-generic
817
818mostlyclean: mostlyclean-recursive
819
820mostlyclean-am: mostlyclean-generic mostlyclean-libtool
821
822pdf: pdf-recursive
823
824pdf-am:
825
826ps: ps-recursive
827
828ps-am:
829
830uninstall-am: uninstall-themesDATA
831
832.MAKE: $(am__recursive_targets) install-am install-strip
833
834.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
835	check-am clean clean-generic clean-libtool cscopelist-am ctags \
836	ctags-am distclean distclean-generic distclean-libtool \
837	distclean-tags distdir dvi dvi-am html html-am info info-am \
838	install install-am install-data install-data-am install-dvi \
839	install-dvi-am install-exec install-exec-am install-html \
840	install-html-am install-info install-info-am install-man \
841	install-pdf install-pdf-am install-ps install-ps-am \
842	install-strip install-themesDATA installcheck installcheck-am \
843	installdirs installdirs-am maintainer-clean \
844	maintainer-clean-generic mostlyclean mostlyclean-generic \
845	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
846	uninstall-am uninstall-themesDATA
847
848.PRECIOUS: Makefile
849
850
851# Tell versions [3.59,3.63) of GNU make to not export all variables.
852# Otherwise a system limit (for SysV at least) may be exceeded.
853.NOEXPORT:
854