1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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
18
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__make_running_with_option = \
32  case $${target_option-} in \
33      ?) ;; \
34      *) echo "am__make_running_with_option: internal error: invalid" \
35              "target option '$${target_option-}' specified" >&2; \
36         exit 1;; \
37  esac; \
38  has_opt=no; \
39  sane_makeflags=$$MAKEFLAGS; \
40  if $(am__is_gnu_make); then \
41    sane_makeflags=$$MFLAGS; \
42  else \
43    case $$MAKEFLAGS in \
44      *\\[\ \	]*) \
45        bs=\\; \
46        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48    esac; \
49  fi; \
50  skip_next=no; \
51  strip_trailopt () \
52  { \
53    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54  }; \
55  for flg in $$sane_makeflags; do \
56    test $$skip_next = yes && { skip_next=no; continue; }; \
57    case $$flg in \
58      *=*|--*) continue;; \
59        -*I) strip_trailopt 'I'; skip_next=yes;; \
60      -*I?*) strip_trailopt 'I';; \
61        -*O) strip_trailopt 'O'; skip_next=yes;; \
62      -*O?*) strip_trailopt 'O';; \
63        -*l) strip_trailopt 'l'; skip_next=yes;; \
64      -*l?*) strip_trailopt 'l';; \
65      -[dEDm]) skip_next=yes;; \
66      -[JT]) skip_next=yes;; \
67    esac; \
68    case $$flg in \
69      *$$target_option*) has_opt=yes; break;; \
70    esac; \
71  done; \
72  test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93subdir = plugins/paint/cycles
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
96	$(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(dist_ui_DATA) $(noinst_HEADERS) \
100	$(am__DIST_COMMON)
101mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102CONFIG_HEADER = $(top_builddir)/config.h
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
106am__vpath_adj = case $$p in \
107    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
108    *) f=$$p;; \
109  esac;
110am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
111am__install_max = 40
112am__nobase_strip_setup = \
113  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
114am__nobase_strip = \
115  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
116am__nobase_list = $(am__nobase_strip_setup); \
117  for p in $$list; do echo "$$p $$p"; done | \
118  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
119  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
120    if (++n[$$2] == $(am__install_max)) \
121      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
122    END { for (dir in files) print dir, files[dir] }'
123am__base_list = \
124  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
125  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
126am__uninstall_files_from_dir = { \
127  test -z "$$files" \
128    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
129    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
130         $(am__cd) "$$dir" && rm -f $$files; }; \
131  }
132am__installdirs = "$(DESTDIR)$(cyclesdir)" "$(DESTDIR)$(uidir)"
133LTLIBRARIES = $(cycles_LTLIBRARIES)
134am__DEPENDENCIES_1 =
135cycles_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
136	$(top_builddir)/libs/gccv/libgccv-@GCU_API_VER@.la \
137	$(top_builddir)/libs/gcu/libgcu-@GCU_API_VER@.la \
138	$(top_builddir)/libs/gcugtk/libgcugtk-@GCU_API_VER@.la \
139	$(top_builddir)/libs/gcp/libgcp-@GCU_API_VER@.la
140am_cycles_la_OBJECTS = plugin.lo cycletool.lo
141cycles_la_OBJECTS = $(am_cycles_la_OBJECTS)
142AM_V_lt = $(am__v_lt_@AM_V@)
143am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144am__v_lt_0 = --silent
145am__v_lt_1 =
146cycles_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
147	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
148	$(CXXFLAGS) $(cycles_la_LDFLAGS) $(LDFLAGS) -o $@
149AM_V_P = $(am__v_P_@AM_V@)
150am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151am__v_P_0 = false
152am__v_P_1 = :
153AM_V_GEN = $(am__v_GEN_@AM_V@)
154am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155am__v_GEN_0 = @echo "  GEN     " $@;
156am__v_GEN_1 =
157AM_V_at = $(am__v_at_@AM_V@)
158am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159am__v_at_0 = @
160am__v_at_1 =
161DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
162depcomp = $(SHELL) $(top_srcdir)/depcomp
163am__depfiles_maybe = depfiles
164am__mv = mv -f
165CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
166	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
167LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
168	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
169	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
170	$(AM_CXXFLAGS) $(CXXFLAGS)
171AM_V_CXX = $(am__v_CXX_@AM_V@)
172am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
173am__v_CXX_0 = @echo "  CXX     " $@;
174am__v_CXX_1 =
175CXXLD = $(CXX)
176CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
177	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
178	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
179AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
180am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
181am__v_CXXLD_0 = @echo "  CXXLD   " $@;
182am__v_CXXLD_1 =
183SOURCES = $(cycles_la_SOURCES)
184DIST_SOURCES = $(cycles_la_SOURCES)
185am__can_run_installinfo = \
186  case $$AM_UPDATE_INFO_DIR in \
187    n|no|NO) false;; \
188    *) (install-info --version) >/dev/null 2>&1;; \
189  esac
190DATA = $(dist_ui_DATA)
191HEADERS = $(noinst_HEADERS)
192am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
193# Read a list of newline-separated strings from the standard input,
194# and print each of them once, without duplicates.  Input order is
195# *not* preserved.
196am__uniquify_input = $(AWK) '\
197  BEGIN { nonempty = 0; } \
198  { items[$$0] = 1; nonempty = 1; } \
199  END { if (nonempty) { for (i in items) print i; }; } \
200'
201# Make sure the list of sources is unique.  This is necessary because,
202# e.g., the same source file might be shared among _SOURCES variables
203# for different programs/libraries.
204am__define_uniq_tagged_files = \
205  list='$(am__tagged_files)'; \
206  unique=`for i in $$list; do \
207    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208  done | $(am__uniquify_input)`
209ETAGS = etags
210CTAGS = ctags
211am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
212	$(top_srcdir)/mkinstalldirs
213DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214ACLOCAL = @ACLOCAL@
215ALL_LINGUAS = @ALL_LINGUAS@
216AMTAR = @AMTAR@
217AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
218AR = @AR@
219AUTOCONF = @AUTOCONF@
220AUTOHEADER = @AUTOHEADER@
221AUTOMAKE = @AUTOMAKE@
222AWK = @AWK@
223CATALOGS = @CATALOGS@
224CATOBJEXT = @CATOBJEXT@
225CC = @CC@
226CCDEPMODE = @CCDEPMODE@
227CFLAGS = @CFLAGS@
228CPP = @CPP@
229CPPFLAGS = @CPPFLAGS@
230CXX = @CXX@
231CXXCPP = @CXXCPP@
232CXXDEPMODE = @CXXDEPMODE@
233CXXFLAGS = @CXXFLAGS@
234CYGPATH_W = @CYGPATH_W@
235DATADIRNAME = @DATADIRNAME@
236DEFS = @DEFS@ -DDATADIR=\"$(datadir)\" -DUIDIR=\"$(uidir)\" \
237	-DPLUGINSDIR=\"$(cyclesdir)\"
238DEPDIR = @DEPDIR@
239DIRECT_RENDERING = @DIRECT_RENDERING@
240DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
241DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
242DLLTOOL = @DLLTOOL@
243DOC_USER_FORMATS = @DOC_USER_FORMATS@
244DOXYGEN = @DOXYGEN@
245DSYMUTIL = @DSYMUTIL@
246DUMPBIN = @DUMPBIN@
247ECHO_C = @ECHO_C@
248ECHO_N = @ECHO_N@
249ECHO_T = @ECHO_T@
250EGREP = @EGREP@
251EXEEXT = @EXEEXT@
252FGREP = @FGREP@
253GCU_API_VER = @GCU_API_VER@
254GCU_CFLAGS = @GCU_CFLAGS@
255GCU_VERSION_INFO = @GCU_VERSION_INFO@
256GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
257GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
258GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
259GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
260GMOFILES = @GMOFILES@
261GMSGFMT = @GMSGFMT@
262GNUMERIC_PLUGINS_DIR = @GNUMERIC_PLUGINS_DIR@
263GOFFICE_PLUGINS_DIR = @GOFFICE_PLUGINS_DIR@
264GREP = @GREP@
265GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
266HELP_DIR = @HELP_DIR@
267INSTALL = @INSTALL@
268INSTALL_DATA = @INSTALL_DATA@
269INSTALL_PROGRAM = @INSTALL_PROGRAM@
270INSTALL_SCRIPT = @INSTALL_SCRIPT@
271INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
272INSTOBJEXT = @INSTOBJEXT@
273INTLLIBS = @INTLLIBS@
274INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
275INTLTOOL_MERGE = @INTLTOOL_MERGE@
276INTLTOOL_PERL = @INTLTOOL_PERL@
277INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
278INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
279INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
280INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
281INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
282KDECONFIG = @KDECONFIG@
283KDEMIMEDIR = @KDEMIMEDIR@
284LD = @LD@
285LDFLAGS = @LDFLAGS@
286LIBOBJS = @LIBOBJS@
287LIBS = @LIBS@
288LIBTOOL = @LIBTOOL@
289LIPO = @LIPO@
290LN_S = @LN_S@
291LTLIBOBJS = @LTLIBOBJS@
292LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
293MAINT = @MAINT@
294MAKEINFO = @MAKEINFO@
295MAN = @MAN@
296MANIFEST_TOOL = @MANIFEST_TOOL@
297MKDIR_P = @MKDIR_P@
298MKINSTALLDIRS = @MKINSTALLDIRS@
299MOZILLA_CFLAGS = @MOZILLA_CFLAGS@
300MOZILLA_CONFIG = @MOZILLA_CONFIG@
301MOZILLA_LIBS = @MOZILLA_LIBS@
302MSGFMT = @MSGFMT@
303MSGFMT_OPTS = @MSGFMT_OPTS@
304MSGMERGE = @MSGMERGE@
305NM = @NM@
306NMEDIT = @NMEDIT@
307OBJDUMP = @OBJDUMP@
308OBJEXT = @OBJEXT@
309OMF_DIR = @OMF_DIR@
310OTOOL = @OTOOL@
311OTOOL64 = @OTOOL64@
312PACKAGE = @PACKAGE@
313PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
314PACKAGE_NAME = @PACKAGE_NAME@
315PACKAGE_STRING = @PACKAGE_STRING@
316PACKAGE_TARNAME = @PACKAGE_TARNAME@
317PACKAGE_URL = @PACKAGE_URL@
318PACKAGE_VERSION = @PACKAGE_VERSION@
319PATH_SEPARATOR = @PATH_SEPARATOR@
320PKG_CONFIG = @PKG_CONFIG@
321PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
322PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
323POFILES = @POFILES@
324POSUB = @POSUB@
325PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
326PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
327RANLIB = @RANLIB@
328SED = @SED@
329SET_MAKE = @SET_MAKE@
330SHELL = @SHELL@
331STABILITY = @STABILITY@
332STABILITY_POSTFIX = @STABILITY_POSTFIX@
333STRIP = @STRIP@
334TESTSSRCDIR = @TESTSSRCDIR@
335UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@
336UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
337USE_NLS = @USE_NLS@
338VERSION = @VERSION@
339WARN_CFLAGS = @WARN_CFLAGS@
340WARN_CXXFLAGS = @WARN_CXXFLAGS@
341XGETTEXT = @XGETTEXT@
342XMLLINT = @XMLLINT@
343XMLLINT_FLAGS = @XMLLINT_FLAGS@
344XSLTPROC = @XSLTPROC@
345XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
346abs_builddir = @abs_builddir@
347abs_srcdir = @abs_srcdir@
348abs_top_builddir = @abs_top_builddir@
349abs_top_srcdir = @abs_top_srcdir@
350ac_ct_AR = @ac_ct_AR@
351ac_ct_CC = @ac_ct_CC@
352ac_ct_CXX = @ac_ct_CXX@
353ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
354am__include = @am__include@
355am__leading_dot = @am__leading_dot@
356am__quote = @am__quote@
357am__tar = @am__tar@
358am__untar = @am__untar@
359bindir = @bindir@
360bodr_CFLAGS = @bodr_CFLAGS@
361bodr_LIBS = @bodr_LIBS@
362build = @build@
363build_alias = @build_alias@
364build_cpu = @build_cpu@
365build_os = @build_os@
366build_vendor = @build_vendor@
367builddir = @builddir@
368cairo_CFLAGS = @cairo_CFLAGS@
369cairo_LIBS = @cairo_LIBS@
370chemical_mime_data_CFLAGS = @chemical_mime_data_CFLAGS@
371chemical_mime_data_LIBS = @chemical_mime_data_LIBS@
372datadir = @datadir@
373datarootdir = @datarootdir@
374docdir = @docdir@
375dvidir = @dvidir@
376exec_prefix = @exec_prefix@
377gdk_pixbuf_CFLAGS = @gdk_pixbuf_CFLAGS@
378gdk_pixbuf_LIBS = @gdk_pixbuf_LIBS@
379gio_CFLAGS = @gio_CFLAGS@
380gio_LIBS = @gio_LIBS@
381glib_CFLAGS = @glib_CFLAGS@
382glib_LIBS = @glib_LIBS@
383gnm_version = @gnm_version@
384gnumeric_CFLAGS = @gnumeric_CFLAGS@
385gnumeric_LIBS = @gnumeric_LIBS@
386goffice_CFLAGS = @goffice_CFLAGS@
387goffice_LIBS = @goffice_LIBS@
388gsettingsschemadir = @gsettingsschemadir@
389gsf_CFLAGS = @gsf_CFLAGS@
390gsf_LIBS = @gsf_LIBS@
391gtk_CFLAGS = @gtk_CFLAGS@
392gtk_LIBS = @gtk_LIBS@
393host = @host@
394host_alias = @host_alias@
395host_cpu = @host_cpu@
396host_os = @host_os@
397host_vendor = @host_vendor@
398htmldir = @htmldir@
399includedir = @includedir@
400infodir = @infodir@
401install_sh = @install_sh@
402intltool__v_merge_options_ = @intltool__v_merge_options_@
403intltool__v_merge_options_0 = @intltool__v_merge_options_0@
404lasem_CFLAGS = @lasem_CFLAGS@
405lasem_LIBS = @lasem_LIBS@
406libdir = @libdir@
407libexecdir = @libexecdir@
408localedir = @localedir@
409localstatedir = @localstatedir@
410mandir = @mandir@
411mkdir_p = @mkdir_p@
412mozlibdir = @mozlibdir@
413oldincludedir = @oldincludedir@
414openbabel_CFLAGS = @openbabel_CFLAGS@
415openbabel_LIBS = @openbabel_LIBS@
416pdfdir = @pdfdir@
417prefix = @prefix@
418program_transform_name = @program_transform_name@
419psdir = @psdir@
420runstatedir = @runstatedir@
421sbindir = @sbindir@
422shared_mime_info_CFLAGS = @shared_mime_info_CFLAGS@
423shared_mime_info_LIBS = @shared_mime_info_LIBS@
424sharedstatedir = @sharedstatedir@
425srcdir = @srcdir@
426sysconfdir = @sysconfdir@
427target_alias = @target_alias@
428top_build_prefix = @top_build_prefix@
429top_builddir = @top_builddir@
430top_srcdir = @top_srcdir@
431x11_CFLAGS = @x11_CFLAGS@
432x11_LIBS = @x11_LIBS@
433xml_CFLAGS = @xml_CFLAGS@
434xml_LIBS = @xml_LIBS@
435MAINTAINERCLEANFILES = Makefile.in
436AM_CPPFLAGS = \
437		-I$(top_srcdir) -I$(top_srcdir)/libs \
438		$(goffice_CFLAGS) \
439		$(GCU_CFLAGS)
440
441cyclesdir = $(libdir)/gchemutils/@GCU_API_VER@/plugins/paint
442cycles_LTLIBRARIES = cycles.la
443cycles_la_LDFLAGS = -module -avoid-version
444cycles_la_LIBADD = \
445		$(gtk_LIBS) \
446		$(top_builddir)/libs/gccv/libgccv-@GCU_API_VER@.la \
447		$(top_builddir)/libs/gcu/libgcu-@GCU_API_VER@.la \
448		$(top_builddir)/libs/gcugtk/libgcugtk-@GCU_API_VER@.la \
449		$(top_builddir)/libs/gcp/libgcp-@GCU_API_VER@.la
450
451cycles_la_SOURCES = \
452	plugin.cc \
453	cycletool.cc
454
455noinst_HEADERS = \
456	plugin.h \
457	cycletool.h
458
459uidir = $(datadir)/gchemutils/@GCU_API_VER@/ui/paint/plugins/cycles
460dist_ui_DATA = \
461	cycle.ui \
462	cyclen.ui
463
464all: all-am
465
466.SUFFIXES:
467.SUFFIXES: .cc .lo .o .obj
468$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
469	@for dep in $?; do \
470	  case '$(am__configure_deps)' in \
471	    *$$dep*) \
472	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
473	        && { if test -f $@; then exit 0; else break; fi; }; \
474	      exit 1;; \
475	  esac; \
476	done; \
477	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/paint/cycles/Makefile'; \
478	$(am__cd) $(top_srcdir) && \
479	  $(AUTOMAKE) --gnu plugins/paint/cycles/Makefile
480Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
481	@case '$?' in \
482	  *config.status*) \
483	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
484	  *) \
485	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
486	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
487	esac;
488
489$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
490	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
491
492$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
493	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
494$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
495	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
496$(am__aclocal_m4_deps):
497
498install-cyclesLTLIBRARIES: $(cycles_LTLIBRARIES)
499	@$(NORMAL_INSTALL)
500	@list='$(cycles_LTLIBRARIES)'; test -n "$(cyclesdir)" || list=; \
501	list2=; for p in $$list; do \
502	  if test -f $$p; then \
503	    list2="$$list2 $$p"; \
504	  else :; fi; \
505	done; \
506	test -z "$$list2" || { \
507	  echo " $(MKDIR_P) '$(DESTDIR)$(cyclesdir)'"; \
508	  $(MKDIR_P) "$(DESTDIR)$(cyclesdir)" || exit 1; \
509	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(cyclesdir)'"; \
510	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(cyclesdir)"; \
511	}
512
513uninstall-cyclesLTLIBRARIES:
514	@$(NORMAL_UNINSTALL)
515	@list='$(cycles_LTLIBRARIES)'; test -n "$(cyclesdir)" || list=; \
516	for p in $$list; do \
517	  $(am__strip_dir) \
518	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cyclesdir)/$$f'"; \
519	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cyclesdir)/$$f"; \
520	done
521
522clean-cyclesLTLIBRARIES:
523	-test -z "$(cycles_LTLIBRARIES)" || rm -f $(cycles_LTLIBRARIES)
524	@list='$(cycles_LTLIBRARIES)'; \
525	locs=`for p in $$list; do echo $$p; done | \
526	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
527	      sort -u`; \
528	test -z "$$locs" || { \
529	  echo rm -f $${locs}; \
530	  rm -f $${locs}; \
531	}
532
533cycles.la: $(cycles_la_OBJECTS) $(cycles_la_DEPENDENCIES) $(EXTRA_cycles_la_DEPENDENCIES)
534	$(AM_V_CXXLD)$(cycles_la_LINK) -rpath $(cyclesdir) $(cycles_la_OBJECTS) $(cycles_la_LIBADD) $(LIBS)
535
536mostlyclean-compile:
537	-rm -f *.$(OBJEXT)
538
539distclean-compile:
540	-rm -f *.tab.c
541
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cycletool.Plo@am__quote@
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@
544
545.cc.o:
546@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
547@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
548@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
549@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
550@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
551
552.cc.obj:
553@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
554@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
555@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
556@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
558
559.cc.lo:
560@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
561@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
562@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
563@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
565
566mostlyclean-libtool:
567	-rm -f *.lo
568
569clean-libtool:
570	-rm -rf .libs _libs
571install-dist_uiDATA: $(dist_ui_DATA)
572	@$(NORMAL_INSTALL)
573	@list='$(dist_ui_DATA)'; test -n "$(uidir)" || list=; \
574	if test -n "$$list"; then \
575	  echo " $(MKDIR_P) '$(DESTDIR)$(uidir)'"; \
576	  $(MKDIR_P) "$(DESTDIR)$(uidir)" || exit 1; \
577	fi; \
578	for p in $$list; do \
579	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
580	  echo "$$d$$p"; \
581	done | $(am__base_list) | \
582	while read files; do \
583	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
584	  $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
585	done
586
587uninstall-dist_uiDATA:
588	@$(NORMAL_UNINSTALL)
589	@list='$(dist_ui_DATA)'; test -n "$(uidir)" || list=; \
590	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
591	dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
592
593ID: $(am__tagged_files)
594	$(am__define_uniq_tagged_files); mkid -fID $$unique
595tags: tags-am
596TAGS: tags
597
598tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
599	set x; \
600	here=`pwd`; \
601	$(am__define_uniq_tagged_files); \
602	shift; \
603	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
604	  test -n "$$unique" || unique=$$empty_fix; \
605	  if test $$# -gt 0; then \
606	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
607	      "$$@" $$unique; \
608	  else \
609	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
610	      $$unique; \
611	  fi; \
612	fi
613ctags: ctags-am
614
615CTAGS: ctags
616ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
617	$(am__define_uniq_tagged_files); \
618	test -z "$(CTAGS_ARGS)$$unique" \
619	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
620	     $$unique
621
622GTAGS:
623	here=`$(am__cd) $(top_builddir) && pwd` \
624	  && $(am__cd) $(top_srcdir) \
625	  && gtags -i $(GTAGS_ARGS) "$$here"
626cscopelist: cscopelist-am
627
628cscopelist-am: $(am__tagged_files)
629	list='$(am__tagged_files)'; \
630	case "$(srcdir)" in \
631	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
632	  *) sdir=$(subdir)/$(srcdir) ;; \
633	esac; \
634	for i in $$list; do \
635	  if test -f "$$i"; then \
636	    echo "$(subdir)/$$i"; \
637	  else \
638	    echo "$$sdir/$$i"; \
639	  fi; \
640	done >> $(top_builddir)/cscope.files
641
642distclean-tags:
643	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
644
645distdir: $(DISTFILES)
646	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
647	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
648	list='$(DISTFILES)'; \
649	  dist_files=`for file in $$list; do echo $$file; done | \
650	  sed -e "s|^$$srcdirstrip/||;t" \
651	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
652	case $$dist_files in \
653	  */*) $(MKDIR_P) `echo "$$dist_files" | \
654			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
655			   sort -u` ;; \
656	esac; \
657	for file in $$dist_files; do \
658	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
659	  if test -d $$d/$$file; then \
660	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
661	    if test -d "$(distdir)/$$file"; then \
662	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
663	    fi; \
664	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
665	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
666	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
667	    fi; \
668	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
669	  else \
670	    test -f "$(distdir)/$$file" \
671	    || cp -p $$d/$$file "$(distdir)/$$file" \
672	    || exit 1; \
673	  fi; \
674	done
675check-am: all-am
676check: check-am
677all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
678installdirs:
679	for dir in "$(DESTDIR)$(cyclesdir)" "$(DESTDIR)$(uidir)"; do \
680	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
681	done
682install: install-am
683install-exec: install-exec-am
684install-data: install-data-am
685uninstall: uninstall-am
686
687install-am: all-am
688	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
689
690installcheck: installcheck-am
691install-strip:
692	if test -z '$(STRIP)'; then \
693	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
694	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
695	      install; \
696	else \
697	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
698	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
699	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
700	fi
701mostlyclean-generic:
702
703clean-generic:
704
705distclean-generic:
706	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
707	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
708
709maintainer-clean-generic:
710	@echo "This command is intended for maintainers to use"
711	@echo "it deletes files that may require special tools to rebuild."
712	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
713clean: clean-am
714
715clean-am: clean-cyclesLTLIBRARIES clean-generic clean-libtool \
716	mostlyclean-am
717
718distclean: distclean-am
719	-rm -rf ./$(DEPDIR)
720	-rm -f Makefile
721distclean-am: clean-am distclean-compile distclean-generic \
722	distclean-tags
723
724dvi: dvi-am
725
726dvi-am:
727
728html: html-am
729
730html-am:
731
732info: info-am
733
734info-am:
735
736install-data-am: install-cyclesLTLIBRARIES install-dist_uiDATA
737
738install-dvi: install-dvi-am
739
740install-dvi-am:
741
742install-exec-am:
743
744install-html: install-html-am
745
746install-html-am:
747
748install-info: install-info-am
749
750install-info-am:
751
752install-man:
753
754install-pdf: install-pdf-am
755
756install-pdf-am:
757
758install-ps: install-ps-am
759
760install-ps-am:
761
762installcheck-am:
763
764maintainer-clean: maintainer-clean-am
765	-rm -rf ./$(DEPDIR)
766	-rm -f Makefile
767maintainer-clean-am: distclean-am maintainer-clean-generic
768
769mostlyclean: mostlyclean-am
770
771mostlyclean-am: mostlyclean-compile mostlyclean-generic \
772	mostlyclean-libtool
773
774pdf: pdf-am
775
776pdf-am:
777
778ps: ps-am
779
780ps-am:
781
782uninstall-am: uninstall-cyclesLTLIBRARIES uninstall-dist_uiDATA
783
784.MAKE: install-am install-strip
785
786.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
787	clean-cyclesLTLIBRARIES clean-generic clean-libtool \
788	cscopelist-am ctags ctags-am distclean distclean-compile \
789	distclean-generic distclean-libtool distclean-tags distdir dvi \
790	dvi-am html html-am info info-am install install-am \
791	install-cyclesLTLIBRARIES install-data install-data-am \
792	install-dist_uiDATA install-dvi install-dvi-am install-exec \
793	install-exec-am install-html install-html-am install-info \
794	install-info-am install-man install-pdf install-pdf-am \
795	install-ps install-ps-am install-strip installcheck \
796	installcheck-am installdirs maintainer-clean \
797	maintainer-clean-generic mostlyclean mostlyclean-compile \
798	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
799	tags tags-am uninstall uninstall-am \
800	uninstall-cyclesLTLIBRARIES uninstall-dist_uiDATA
801
802.PRECIOUS: Makefile
803
804
805# Tell versions [3.59,3.63) of GNU make to not export all variables.
806# Otherwise a system limit (for SysV at least) may be exceeded.
807.NOEXPORT:
808