Blob Blame History Raw
# Makefile.in generated by automake 1.15 from Makefile.am.
# @configure_input@

# Copyright (C) 1994-2014 Free Software Foundation, Inc.

# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.

@SET_MAKE@

# custom rules for quiet builds


VPATH = @srcdir@
am__is_gnu_make = { \
  if test -z '$(MAKELEVEL)'; then \
    false; \
  elif test -n '$(MAKE_HOST)'; then \
    true; \
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
    true; \
  else \
    false; \
  fi; \
}
am__make_running_with_option = \
  case $${target_option-} in \
      ?) ;; \
      *) echo "am__make_running_with_option: internal error: invalid" \
              "target option '$${target_option-}' specified" >&2; \
         exit 1;; \
  esac; \
  has_opt=no; \
  sane_makeflags=$$MAKEFLAGS; \
  if $(am__is_gnu_make); then \
    sane_makeflags=$$MFLAGS; \
  else \
    case $$MAKEFLAGS in \
      *\\[\ \	]*) \
        bs=\\; \
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    esac; \
  fi; \
  skip_next=no; \
  strip_trailopt () \
  { \
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  }; \
  for flg in $$sane_makeflags; do \
    test $$skip_next = yes && { skip_next=no; continue; }; \
    case $$flg in \
      *=*|--*) continue;; \
        -*I) strip_trailopt 'I'; skip_next=yes;; \
      -*I?*) strip_trailopt 'I';; \
        -*O) strip_trailopt 'O'; skip_next=yes;; \
      -*O?*) strip_trailopt 'O';; \
        -*l) strip_trailopt 'l'; skip_next=yes;; \
      -*l?*) strip_trailopt 'l';; \
      -[dEDm]) skip_next=yes;; \
      -[JT]) skip_next=yes;; \
    esac; \
    case $$flg in \
      *$$target_option*) has_opt=yes; break;; \
    esac; \
  done; \
  test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
noinst_PROGRAMS = $(am__EXEEXT_2)
subdir = doc/cookbook/examples
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps =  \
	$(top_srcdir)/build/autotools/as-compiler-flag.m4 \
	$(top_srcdir)/build/autotools/as-linguas.m4 \
	$(top_srcdir)/build/autotools/gettext.m4 \
	$(top_srcdir)/build/autotools/glibtests.m4 \
	$(top_srcdir)/build/autotools/gtk-doc.m4 \
	$(top_srcdir)/build/autotools/iconv.m4 \
	$(top_srcdir)/build/autotools/intlmacosx.m4 \
	$(top_srcdir)/build/autotools/introspection.m4 \
	$(top_srcdir)/build/autotools/lib-ld.m4 \
	$(top_srcdir)/build/autotools/lib-link.m4 \
	$(top_srcdir)/build/autotools/lib-prefix.m4 \
	$(top_srcdir)/build/autotools/libtool.m4 \
	$(top_srcdir)/build/autotools/ltoptions.m4 \
	$(top_srcdir)/build/autotools/ltsugar.m4 \
	$(top_srcdir)/build/autotools/ltversion.m4 \
	$(top_srcdir)/build/autotools/lt~obsolete.m4 \
	$(top_srcdir)/build/autotools/nls.m4 \
	$(top_srcdir)/build/autotools/po.m4 \
	$(top_srcdir)/build/autotools/progtest.m4 \
	$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
	$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/clutter/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
am__EXEEXT_1 =
am__EXEEXT_2 = actors-composite-main$(EXEEXT) \
	animations-complex$(EXEEXT) \
	animations-looping-animator$(EXEEXT) \
	animations-looping-implicit$(EXEEXT) \
	animations-looping-state$(EXEEXT) \
	animations-moving-animator$(EXEEXT) \
	animations-moving-implicit$(EXEEXT) \
	animations-moving-state$(EXEEXT) animations-path$(EXEEXT) \
	animations-path-circle$(EXEEXT) \
	animations-path-easing$(EXEEXT) animations-reuse$(EXEEXT) \
	animations-rotating$(EXEEXT) animations-scaling$(EXEEXT) \
	animations-scaling-zoom$(EXEEXT) effects-basic$(EXEEXT) \
	effects-built-in$(EXEEXT) effects-custom-deform$(EXEEXT) \
	text-shadow$(EXEEXT) textures-reflection$(EXEEXT) \
	textures-split-go$(EXEEXT) textures-sub-texture$(EXEEXT) \
	layouts-bind-constraint-allocation$(EXEEXT) \
	layouts-bind-constraint-overlay$(EXEEXT) \
	layouts-bind-constraint-stage$(EXEEXT) layouts-box$(EXEEXT) \
	layouts-box-menu$(EXEEXT) \
	layouts-box-property-effects$(EXEEXT) \
	layouts-stacking$(EXEEXT) \
	layouts-stacking-diff-sized-actors$(EXEEXT) \
	events-mouse-scroll$(EXEEXT) events-pointer-motion$(EXEEXT) \
	events-pointer-motion-crossing$(EXEEXT) \
	events-pointer-motion-stacked$(EXEEXT) \
	events-pointer-motion-scribbler$(EXEEXT) \
	textures-crossfade$(EXEEXT) textures-crossfade-cogl$(EXEEXT) \
	textures-crossfade-slideshow$(EXEEXT) script-ui$(EXEEXT) \
	script-signals$(EXEEXT) script-states$(EXEEXT) \
	events-buttons$(EXEEXT) events-buttons-click$(EXEEXT) \
	events-buttons-lasso$(EXEEXT) $(am__EXEEXT_1)
PROGRAMS = $(noinst_PROGRAMS)
am_actors_composite_main_OBJECTS = cb-button.$(OBJEXT) \
	actors-composite-main.$(OBJEXT)
actors_composite_main_OBJECTS = $(am_actors_composite_main_OBJECTS)
actors_composite_main_LDADD = $(LDADD)
am__DEPENDENCIES_1 =
actors_composite_main_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
am__v_lt_0 = --silent
am__v_lt_1 = 
am_animations_complex_OBJECTS = animations-complex.$(OBJEXT)
animations_complex_OBJECTS = $(am_animations_complex_OBJECTS)
animations_complex_LDADD = $(LDADD)
animations_complex_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_animations_looping_animator_OBJECTS =  \
	animations-looping-animator.$(OBJEXT)
animations_looping_animator_OBJECTS =  \
	$(am_animations_looping_animator_OBJECTS)
animations_looping_animator_LDADD = $(LDADD)
animations_looping_animator_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_animations_looping_implicit_OBJECTS =  \
	animations-looping-implicit.$(OBJEXT)
animations_looping_implicit_OBJECTS =  \
	$(am_animations_looping_implicit_OBJECTS)
animations_looping_implicit_LDADD = $(LDADD)
animations_looping_implicit_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_animations_looping_state_OBJECTS =  \
	animations-looping-state.$(OBJEXT)
animations_looping_state_OBJECTS =  \
	$(am_animations_looping_state_OBJECTS)
animations_looping_state_LDADD = $(LDADD)
animations_looping_state_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_animations_moving_animator_OBJECTS =  \
	animations-moving-animator.$(OBJEXT)
animations_moving_animator_OBJECTS =  \
	$(am_animations_moving_animator_OBJECTS)
animations_moving_animator_LDADD = $(LDADD)
animations_moving_animator_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_animations_moving_implicit_OBJECTS =  \
	animations-moving-implicit.$(OBJEXT)
animations_moving_implicit_OBJECTS =  \
	$(am_animations_moving_implicit_OBJECTS)
animations_moving_implicit_LDADD = $(LDADD)
animations_moving_implicit_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_animations_moving_state_OBJECTS =  \
	animations-moving-state.$(OBJEXT)
animations_moving_state_OBJECTS =  \
	$(am_animations_moving_state_OBJECTS)
animations_moving_state_LDADD = $(LDADD)
animations_moving_state_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_animations_path_OBJECTS = animations-path.$(OBJEXT)
animations_path_OBJECTS = $(am_animations_path_OBJECTS)
animations_path_LDADD = $(LDADD)
animations_path_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_animations_path_circle_OBJECTS = animations-path-circle.$(OBJEXT)
animations_path_circle_OBJECTS = $(am_animations_path_circle_OBJECTS)
animations_path_circle_LDADD = $(LDADD)
animations_path_circle_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_animations_path_easing_OBJECTS = animations-path-easing.$(OBJEXT)
animations_path_easing_OBJECTS = $(am_animations_path_easing_OBJECTS)
animations_path_easing_LDADD = $(LDADD)
animations_path_easing_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_animations_reuse_OBJECTS = animations-reuse.$(OBJEXT)
animations_reuse_OBJECTS = $(am_animations_reuse_OBJECTS)
animations_reuse_LDADD = $(LDADD)
animations_reuse_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_animations_rotating_OBJECTS = animations-rotating.$(OBJEXT)
animations_rotating_OBJECTS = $(am_animations_rotating_OBJECTS)
animations_rotating_LDADD = $(LDADD)
animations_rotating_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_animations_scaling_OBJECTS = animations-scaling.$(OBJEXT)
animations_scaling_OBJECTS = $(am_animations_scaling_OBJECTS)
animations_scaling_LDADD = $(LDADD)
animations_scaling_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_animations_scaling_zoom_OBJECTS =  \
	animations-scaling-zoom.$(OBJEXT)
animations_scaling_zoom_OBJECTS =  \
	$(am_animations_scaling_zoom_OBJECTS)
animations_scaling_zoom_LDADD = $(LDADD)
animations_scaling_zoom_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_effects_basic_OBJECTS = cb-border-effect.$(OBJEXT) \
	cb-background-effect.$(OBJEXT) effects-basic.$(OBJEXT)
effects_basic_OBJECTS = $(am_effects_basic_OBJECTS)
effects_basic_LDADD = $(LDADD)
effects_basic_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_effects_built_in_OBJECTS = effects-built-in.$(OBJEXT)
effects_built_in_OBJECTS = $(am_effects_built_in_OBJECTS)
effects_built_in_LDADD = $(LDADD)
effects_built_in_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_effects_custom_deform_OBJECTS = cb-page-fold-effect.$(OBJEXT) \
	effects-custom-deform.$(OBJEXT)
effects_custom_deform_OBJECTS = $(am_effects_custom_deform_OBJECTS)
effects_custom_deform_LDADD = $(LDADD)
effects_custom_deform_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_events_buttons_OBJECTS = events-buttons.$(OBJEXT)
events_buttons_OBJECTS = $(am_events_buttons_OBJECTS)
events_buttons_LDADD = $(LDADD)
events_buttons_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_events_buttons_click_OBJECTS = events-buttons-click.$(OBJEXT)
events_buttons_click_OBJECTS = $(am_events_buttons_click_OBJECTS)
events_buttons_click_LDADD = $(LDADD)
events_buttons_click_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_events_buttons_lasso_OBJECTS = events-buttons-lasso.$(OBJEXT)
events_buttons_lasso_OBJECTS = $(am_events_buttons_lasso_OBJECTS)
events_buttons_lasso_LDADD = $(LDADD)
events_buttons_lasso_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_events_mouse_scroll_OBJECTS = events-mouse-scroll.$(OBJEXT)
events_mouse_scroll_OBJECTS = $(am_events_mouse_scroll_OBJECTS)
events_mouse_scroll_LDADD = $(LDADD)
events_mouse_scroll_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_events_pointer_motion_OBJECTS = events-pointer-motion.$(OBJEXT)
events_pointer_motion_OBJECTS = $(am_events_pointer_motion_OBJECTS)
events_pointer_motion_LDADD = $(LDADD)
events_pointer_motion_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_events_pointer_motion_crossing_OBJECTS =  \
	events-pointer-motion-crossing.$(OBJEXT)
events_pointer_motion_crossing_OBJECTS =  \
	$(am_events_pointer_motion_crossing_OBJECTS)
events_pointer_motion_crossing_LDADD = $(LDADD)
events_pointer_motion_crossing_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_events_pointer_motion_scribbler_OBJECTS =  \
	events-pointer-motion-scribbler.$(OBJEXT)
events_pointer_motion_scribbler_OBJECTS =  \
	$(am_events_pointer_motion_scribbler_OBJECTS)
events_pointer_motion_scribbler_LDADD = $(LDADD)
events_pointer_motion_scribbler_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_events_pointer_motion_stacked_OBJECTS =  \
	events-pointer-motion-stacked.$(OBJEXT)
events_pointer_motion_stacked_OBJECTS =  \
	$(am_events_pointer_motion_stacked_OBJECTS)
events_pointer_motion_stacked_LDADD = $(LDADD)
events_pointer_motion_stacked_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_layouts_bind_constraint_allocation_OBJECTS =  \
	layouts-bind-constraint-allocation.$(OBJEXT)
layouts_bind_constraint_allocation_OBJECTS =  \
	$(am_layouts_bind_constraint_allocation_OBJECTS)
layouts_bind_constraint_allocation_LDADD = $(LDADD)
layouts_bind_constraint_allocation_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_layouts_bind_constraint_overlay_OBJECTS =  \
	layouts-bind-constraint-overlay.$(OBJEXT)
layouts_bind_constraint_overlay_OBJECTS =  \
	$(am_layouts_bind_constraint_overlay_OBJECTS)
layouts_bind_constraint_overlay_LDADD = $(LDADD)
layouts_bind_constraint_overlay_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_layouts_bind_constraint_stage_OBJECTS =  \
	layouts-bind-constraint-stage.$(OBJEXT)
layouts_bind_constraint_stage_OBJECTS =  \
	$(am_layouts_bind_constraint_stage_OBJECTS)
layouts_bind_constraint_stage_LDADD = $(LDADD)
layouts_bind_constraint_stage_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_layouts_box_OBJECTS = layouts-box.$(OBJEXT)
layouts_box_OBJECTS = $(am_layouts_box_OBJECTS)
layouts_box_LDADD = $(LDADD)
layouts_box_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_layouts_box_menu_OBJECTS = layouts-box-menu.$(OBJEXT)
layouts_box_menu_OBJECTS = $(am_layouts_box_menu_OBJECTS)
layouts_box_menu_LDADD = $(LDADD)
layouts_box_menu_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_layouts_box_property_effects_OBJECTS =  \
	layouts-box-property-effects.$(OBJEXT)
layouts_box_property_effects_OBJECTS =  \
	$(am_layouts_box_property_effects_OBJECTS)
layouts_box_property_effects_LDADD = $(LDADD)
layouts_box_property_effects_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_layouts_stacking_OBJECTS = layouts-stacking.$(OBJEXT)
layouts_stacking_OBJECTS = $(am_layouts_stacking_OBJECTS)
layouts_stacking_LDADD = $(LDADD)
layouts_stacking_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_layouts_stacking_diff_sized_actors_OBJECTS =  \
	layouts-stacking-diff-sized-actors.$(OBJEXT)
layouts_stacking_diff_sized_actors_OBJECTS =  \
	$(am_layouts_stacking_diff_sized_actors_OBJECTS)
layouts_stacking_diff_sized_actors_LDADD = $(LDADD)
layouts_stacking_diff_sized_actors_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_script_signals_OBJECTS = script-signals.$(OBJEXT)
script_signals_OBJECTS = $(am_script_signals_OBJECTS)
script_signals_LDADD = $(LDADD)
script_signals_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_script_states_OBJECTS = script-states.$(OBJEXT)
script_states_OBJECTS = $(am_script_states_OBJECTS)
script_states_LDADD = $(LDADD)
script_states_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_script_ui_OBJECTS = script-ui.$(OBJEXT)
script_ui_OBJECTS = $(am_script_ui_OBJECTS)
script_ui_LDADD = $(LDADD)
script_ui_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_text_shadow_OBJECTS = text-shadow.$(OBJEXT)
text_shadow_OBJECTS = $(am_text_shadow_OBJECTS)
text_shadow_LDADD = $(LDADD)
text_shadow_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_textures_crossfade_OBJECTS = textures-crossfade.$(OBJEXT)
textures_crossfade_OBJECTS = $(am_textures_crossfade_OBJECTS)
textures_crossfade_LDADD = $(LDADD)
textures_crossfade_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_textures_crossfade_cogl_OBJECTS =  \
	textures-crossfade-cogl.$(OBJEXT)
textures_crossfade_cogl_OBJECTS =  \
	$(am_textures_crossfade_cogl_OBJECTS)
textures_crossfade_cogl_LDADD = $(LDADD)
textures_crossfade_cogl_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_textures_crossfade_slideshow_OBJECTS =  \
	textures-crossfade-slideshow.$(OBJEXT)
textures_crossfade_slideshow_OBJECTS =  \
	$(am_textures_crossfade_slideshow_OBJECTS)
textures_crossfade_slideshow_LDADD = $(LDADD)
textures_crossfade_slideshow_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_textures_reflection_OBJECTS = textures-reflection.$(OBJEXT)
textures_reflection_OBJECTS = $(am_textures_reflection_OBJECTS)
textures_reflection_LDADD = $(LDADD)
textures_reflection_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_textures_split_go_OBJECTS = textures-split-go.$(OBJEXT)
textures_split_go_OBJECTS = $(am_textures_split_go_OBJECTS)
textures_split_go_LDADD = $(LDADD)
textures_split_go_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
am_textures_sub_texture_OBJECTS = textures-sub-texture.$(OBJEXT)
textures_sub_texture_OBJECTS = $(am_textures_sub_texture_OBJECTS)
textures_sub_texture_LDADD = $(LDADD)
textures_sub_texture_DEPENDENCIES =  \
	$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
	$(am__DEPENDENCIES_1)
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo "  GEN     " $@;
am__v_GEN_1 = 
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 = 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/clutter
depcomp = $(SHELL) $(top_srcdir)/build/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
	$(AM_CFLAGS) $(CFLAGS)
AM_V_CC = $(am__v_CC_@AM_V@)
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
am__v_CC_0 = @echo "  CC      " $@;
am__v_CC_1 = 
CCLD = $(CC)
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
am__v_CCLD_0 = @echo "  CCLD    " $@;
am__v_CCLD_1 = 
SOURCES = $(actors_composite_main_SOURCES) \
	$(animations_complex_SOURCES) \
	$(animations_looping_animator_SOURCES) \
	$(animations_looping_implicit_SOURCES) \
	$(animations_looping_state_SOURCES) \
	$(animations_moving_animator_SOURCES) \
	$(animations_moving_implicit_SOURCES) \
	$(animations_moving_state_SOURCES) $(animations_path_SOURCES) \
	$(animations_path_circle_SOURCES) \
	$(animations_path_easing_SOURCES) $(animations_reuse_SOURCES) \
	$(animations_rotating_SOURCES) $(animations_scaling_SOURCES) \
	$(animations_scaling_zoom_SOURCES) $(effects_basic_SOURCES) \
	$(effects_built_in_SOURCES) $(effects_custom_deform_SOURCES) \
	$(events_buttons_SOURCES) $(events_buttons_click_SOURCES) \
	$(events_buttons_lasso_SOURCES) $(events_mouse_scroll_SOURCES) \
	$(events_pointer_motion_SOURCES) \
	$(events_pointer_motion_crossing_SOURCES) \
	$(events_pointer_motion_scribbler_SOURCES) \
	$(events_pointer_motion_stacked_SOURCES) \
	$(layouts_bind_constraint_allocation_SOURCES) \
	$(layouts_bind_constraint_overlay_SOURCES) \
	$(layouts_bind_constraint_stage_SOURCES) \
	$(layouts_box_SOURCES) $(layouts_box_menu_SOURCES) \
	$(layouts_box_property_effects_SOURCES) \
	$(layouts_stacking_SOURCES) \
	$(layouts_stacking_diff_sized_actors_SOURCES) \
	$(script_signals_SOURCES) $(script_states_SOURCES) \
	$(script_ui_SOURCES) $(text_shadow_SOURCES) \
	$(textures_crossfade_SOURCES) \
	$(textures_crossfade_cogl_SOURCES) \
	$(textures_crossfade_slideshow_SOURCES) \
	$(textures_reflection_SOURCES) $(textures_split_go_SOURCES) \
	$(textures_sub_texture_SOURCES)
DIST_SOURCES = $(actors_composite_main_SOURCES) \
	$(animations_complex_SOURCES) \
	$(animations_looping_animator_SOURCES) \
	$(animations_looping_implicit_SOURCES) \
	$(animations_looping_state_SOURCES) \
	$(animations_moving_animator_SOURCES) \
	$(animations_moving_implicit_SOURCES) \
	$(animations_moving_state_SOURCES) $(animations_path_SOURCES) \
	$(animations_path_circle_SOURCES) \
	$(animations_path_easing_SOURCES) $(animations_reuse_SOURCES) \
	$(animations_rotating_SOURCES) $(animations_scaling_SOURCES) \
	$(animations_scaling_zoom_SOURCES) $(effects_basic_SOURCES) \
	$(effects_built_in_SOURCES) $(effects_custom_deform_SOURCES) \
	$(events_buttons_SOURCES) $(events_buttons_click_SOURCES) \
	$(events_buttons_lasso_SOURCES) $(events_mouse_scroll_SOURCES) \
	$(events_pointer_motion_SOURCES) \
	$(events_pointer_motion_crossing_SOURCES) \
	$(events_pointer_motion_scribbler_SOURCES) \
	$(events_pointer_motion_stacked_SOURCES) \
	$(layouts_bind_constraint_allocation_SOURCES) \
	$(layouts_bind_constraint_overlay_SOURCES) \
	$(layouts_bind_constraint_stage_SOURCES) \
	$(layouts_box_SOURCES) $(layouts_box_menu_SOURCES) \
	$(layouts_box_property_effects_SOURCES) \
	$(layouts_stacking_SOURCES) \
	$(layouts_stacking_diff_sized_actors_SOURCES) \
	$(script_signals_SOURCES) $(script_states_SOURCES) \
	$(script_ui_SOURCES) $(text_shadow_SOURCES) \
	$(textures_crossfade_SOURCES) \
	$(textures_crossfade_cogl_SOURCES) \
	$(textures_crossfade_slideshow_SOURCES) \
	$(textures_reflection_SOURCES) $(textures_split_go_SOURCES) \
	$(textures_sub_texture_SOURCES)
am__can_run_installinfo = \
  case $$AM_UPDATE_INFO_DIR in \
    n|no|NO) false;; \
    *) (install-info --version) >/dev/null 2>&1;; \
  esac
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    *) f=$$p;; \
  esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
  for p in $$list; do echo "$$p $$p"; done | \
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    if (++n[$$2] == $(am__install_max)) \
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    END { for (dir in files) print dir, files[dir] }'
am__base_list = \
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
  test -z "$$files" \
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
         $(am__cd) "$$dir" && rm -f $$files; }; \
  }
am__installdirs = "$(DESTDIR)$(examplesdir)"
DATA = $(examples_DATA)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates.  Input order is
# *not* preserved.
am__uniquify_input = $(AWK) '\
  BEGIN { nonempty = 0; } \
  { items[$$0] = 1; nonempty = 1; } \
  END { if (nonempty) { for (i in items) print i; }; } \
'
# Make sure the list of sources is unique.  This is necessary because,
# e.g., the same source file might be shared among _SOURCES variables
# for different programs/libraries.
am__define_uniq_tagged_files = \
  list='$(am__tagged_files)'; \
  unique=`for i in $$list; do \
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
am__DIST_COMMON = $(srcdir)/Makefile.in \
	$(top_srcdir)/build/autotools/Makefile.am.silent \
	$(top_srcdir)/build/depcomp
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALL_LINGUAS = @ALL_LINGUAS@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
ATK_PREFIX = @ATK_PREFIX@
ATK_REQ_VERSION = @ATK_REQ_VERSION@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CAIRO_PREFIX = @CAIRO_PREFIX@
CAIRO_REQ_VERSION = @CAIRO_REQ_VERSION@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CLUTTER_API_VERSION = @CLUTTER_API_VERSION@
CLUTTER_API_VERSION_AM = @CLUTTER_API_VERSION_AM@
CLUTTER_BACKENDS = @CLUTTER_BACKENDS@
CLUTTER_CEX100_LIBGDL_PREFIX = @CLUTTER_CEX100_LIBGDL_PREFIX@
CLUTTER_CFLAGS = @CLUTTER_CFLAGS@
CLUTTER_COGL = @CLUTTER_COGL@
CLUTTER_CONFIG_DEFINES = @CLUTTER_CONFIG_DEFINES@
CLUTTER_DEBUG_CFLAGS = @CLUTTER_DEBUG_CFLAGS@
CLUTTER_DEPRECATED_CFLAGS = @CLUTTER_DEPRECATED_CFLAGS@
CLUTTER_DEPS_CFLAGS = @CLUTTER_DEPS_CFLAGS@
CLUTTER_DEPS_LIBS = @CLUTTER_DEPS_LIBS@
CLUTTER_DEPS_PRIVATE_CFLAGS = @CLUTTER_DEPS_PRIVATE_CFLAGS@
CLUTTER_DEPS_PRIVATE_LIBS = @CLUTTER_DEPS_PRIVATE_LIBS@
CLUTTER_FLAVOUR = @CLUTTER_FLAVOUR@
CLUTTER_GCOV_CFLAGS = @CLUTTER_GCOV_CFLAGS@
CLUTTER_GCOV_LDADD = @CLUTTER_GCOV_LDADD@
CLUTTER_HIDDEN_VISIBILITY_CFLAGS = @CLUTTER_HIDDEN_VISIBILITY_CFLAGS@
CLUTTER_INPUT_BACKENDS = @CLUTTER_INPUT_BACKENDS@
CLUTTER_LIBS = @CLUTTER_LIBS@
CLUTTER_LINK_FLAGS = @CLUTTER_LINK_FLAGS@
CLUTTER_LT_CURRENT = @CLUTTER_LT_CURRENT@
CLUTTER_LT_LDFLAGS = @CLUTTER_LT_LDFLAGS@
CLUTTER_LT_REVISION = @CLUTTER_LT_REVISION@
CLUTTER_LT_VERSION = @CLUTTER_LT_VERSION@
CLUTTER_MAJOR_VERSION = @CLUTTER_MAJOR_VERSION@
CLUTTER_MICRO_VERSION = @CLUTTER_MICRO_VERSION@
CLUTTER_MINOR_VERSION = @CLUTTER_MINOR_VERSION@
CLUTTER_RELEASE_STATUS = @CLUTTER_RELEASE_STATUS@
CLUTTER_REQUIRES = @CLUTTER_REQUIRES@
CLUTTER_REQUIRES_PRIVATE = @CLUTTER_REQUIRES_PRIVATE@
CLUTTER_SONAME_INFIX = @CLUTTER_SONAME_INFIX@
CLUTTER_STAGE_TYPE = @CLUTTER_STAGE_TYPE@
CLUTTER_VERSION = @CLUTTER_VERSION@
CLUTTER_WINSYS = @CLUTTER_WINSYS@
CLUTTER_WINSYS_BASE = @CLUTTER_WINSYS_BASE@
COGL_DRIVER = @COGL_DRIVER@
COGL_PREFIX = @COGL_PREFIX@
COGL_REQ_VERSION = @COGL_REQ_VERSION@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
GDK_REQ_VERSION = @GDK_REQ_VERSION@
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
GI_REQ_VERSION = @GI_REQ_VERSION@
GLIB_CFLAGS = @GLIB_CFLAGS@
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
GLIB_LIBS = @GLIB_LIBS@
GLIB_MKENUMS = @GLIB_MKENUMS@
GLIB_PREFIX = @GLIB_PREFIX@
GLIB_REQ_VERSION = @GLIB_REQ_VERSION@
GMSGFMT = @GMSGFMT@
GMSGFMT_015 = @GMSGFMT_015@
GOBJECT_QUERY = @GOBJECT_QUERY@
GREP = @GREP@
GTKDOC_CHECK = @GTKDOC_CHECK@
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
GTK_DOC_REQ_VERSION = @GTK_DOC_REQ_VERSION@
HTML_DIR = @HTML_DIR@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INTLLIBS = @INTLLIBS@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
JSON_GLIB_REQ_VERSION = @JSON_GLIB_REQ_VERSION@
JW = @JW@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINPUT_REQ_VERSION = @LIBINPUT_REQ_VERSION@
LIBINTL = @LIBINTL@
LIBM = @LIBM@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIBUDEV_REQ_VERSION = @LIBUDEV_REQ_VERSION@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
LTP = @LTP@
LTP_GENHTML = @LTP_GENHTML@
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@
MSGMERGE = @MSGMERGE@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PANGO_PREFIX = @PANGO_PREFIX@
PANGO_REQ_VERSION = @PANGO_REQ_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
POSUB = @POSUB@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SHTOOL = @SHTOOL@
STRIP = @STRIP@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
WINDRES = @WINDRES@
XCOMPOSITE_REQ_VERSION = @XCOMPOSITE_REQ_VERSION@
XGETTEXT = @XGETTEXT@
XGETTEXT_015 = @XGETTEXT_015@
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
XMKMF = @XMKMF@
XSLTPROC = @XSLTPROC@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
installed_test_metadir = @installed_test_metadir@
installed_testdir = @installed_testdir@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
QUIET_GEN = $(AM_V_GEN)
QUIET_LN = $(QUIET_LN_$(V))
QUIET_LN_ = $(QUIET_LN_$(AM_DEFAULT_VERBOSITY))
QUIET_LN_0 = @echo '  LN       '$@;
QUIET_RM = $(QUIET_RM_$(V))
QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY))
QUIET_RM_0 = @echo '  RM       '$@;
QUIET_SCAN = $(QUIET_SCAN_$(V))
QUIET_SCAN_ = $(QUIET_SCAN_$(AM_DEFAULT_VERBOSITY))
QUIET_SCAN_0 = @echo '  GISCAN   '$@;
QUIET_COMP = $(QUIET_COMP_$(V))
QUIET_COMP_ = $(QUIET_COMP_$(AM_DEFAULT_VERBOSITY))
QUIET_COMP_0 = @echo '  GICOMP   '$@;
NULL = 
EXTRA_DIST = $(ui_data) $(img_data)
examples_DATA = $(ui_data) $(img_data) $(srcdir)/*.c $(srcdir)/*.h
examplesdir = $(datadir)/clutter-1.0/cookbook/examples
all_examples = \
	actors-composite-main 			\
	animations-complex			\
	animations-looping-animator		\
	animations-looping-implicit		\
	animations-looping-state		\
	animations-moving-animator		\
	animations-moving-implicit		\
	animations-moving-state			\
	animations-path				\
	animations-path-circle			\
	animations-path-easing			\
	animations-reuse			\
	animations-rotating			\
	animations-scaling			\
	animations-scaling-zoom			\
	effects-basic				\
	effects-built-in      			\
	effects-custom-deform			\
	text-shadow				\
	textures-reflection			\
	textures-split-go			\
	textures-sub-texture			\
	layouts-bind-constraint-allocation	\
	layouts-bind-constraint-overlay		\
	layouts-bind-constraint-stage		\
	layouts-box 				\
	layouts-box-menu 			\
	layouts-box-property-effects 		\
	layouts-stacking 			\
	layouts-stacking-diff-sized-actors	\
	events-mouse-scroll 			\
	events-pointer-motion			\
	events-pointer-motion-crossing		\
	events-pointer-motion-stacked		\
	events-pointer-motion-scribbler		\
	textures-crossfade			\
	textures-crossfade-cogl			\
	textures-crossfade-slideshow		\
	script-ui				\
	script-signals				\
	script-states				\
	events-buttons				\
	events-buttons-click			\
	events-buttons-lasso			\
	$(NULL)

LDADD = $(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la $(LIBM)
AM_CFLAGS = $(CLUTTER_CFLAGS)
AM_CPPFLAGS = \
	-I$(top_srcdir)/ \
	-I$(top_builddir)/ \
	-I$(top_srcdir)/clutter \
	-I$(top_builddir)/clutter \
	-DG_DISABLE_SINGLE_INCLUDES \
	-DCOGL_DISABLE_DEPRECATION_WARNINGS \
	-DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
	$(NULL)

AM_LDFLAGS = $(CLUTTER_LIBS) -export-dynamic
actors_composite_main_SOURCES = cb-button.c cb-button.h actors-composite-main.c
animations_complex_SOURCES = animations-complex.c
animations_looping_animator_SOURCES = animations-looping-animator.c
animations_looping_implicit_SOURCES = animations-looping-implicit.c
animations_looping_state_SOURCES = animations-looping-state.c
animations_moving_animator_SOURCES = animations-moving-animator.c
animations_moving_implicit_SOURCES = animations-moving-implicit.c
animations_moving_state_SOURCES = animations-moving-state.c
animations_path_SOURCES = animations-path.c
animations_path_circle_SOURCES = animations-path-circle.c
animations_path_easing_SOURCES = animations-path-easing.c
animations_reuse_SOURCES = animations-reuse.c
animations_rotating_SOURCES = animations-rotating.c
animations_scaling_SOURCES = animations-scaling.c
animations_scaling_zoom_SOURCES = animations-scaling-zoom.c
effects_basic_SOURCES = cb-border-effect.c \
                                             cb-border-effect.h \
                                             cb-background-effect.c \
                                             cb-background-effect.h \
                                             effects-basic.c

effects_built_in_SOURCES = effects-built-in.c
effects_custom_deform_SOURCES = cb-page-fold-effect.c cb-page-fold-effect.h effects-custom-deform.c
text_shadow_SOURCES = text-shadow.c
textures_reflection_SOURCES = textures-reflection.c
textures_split_go_SOURCES = textures-split-go.c
textures_sub_texture_SOURCES = textures-sub-texture.c
layouts_bind_constraint_allocation_SOURCES = layouts-bind-constraint-allocation.c
layouts_bind_constraint_overlay_SOURCES = layouts-bind-constraint-overlay.c
layouts_bind_constraint_stage_SOURCES = layouts-bind-constraint-stage.c
layouts_box_SOURCES = layouts-box.c
layouts_box_menu_SOURCES = layouts-box-menu.c
layouts_box_property_effects_SOURCES = layouts-box-property-effects.c
layouts_stacking_SOURCES = layouts-stacking.c
layouts_stacking_diff_sized_actors_SOURCES = layouts-stacking-diff-sized-actors.c
events_mouse_scroll_SOURCES = events-mouse-scroll.c
events_pointer_motion_SOURCES = events-pointer-motion.c
events_pointer_motion_crossing_SOURCES = events-pointer-motion-crossing.c
events_pointer_motion_stacked_SOURCES = events-pointer-motion-stacked.c
events_pointer_motion_scribbler_SOURCES = events-pointer-motion-scribbler.c
textures_crossfade_SOURCES = textures-crossfade.c
textures_crossfade_cogl_SOURCES = textures-crossfade-cogl.c
textures_crossfade_slideshow_SOURCES = textures-crossfade-slideshow.c
script_ui_SOURCES = script-ui.c
script_signals_SOURCES = script-signals.c
script_states_SOURCES = script-states.c
events_buttons_SOURCES = events-buttons.c
events_buttons_click_SOURCES = events-buttons-click.c
events_buttons_lasso_SOURCES = events-buttons-lasso.c
ui_data = \
	$(srcdir)/animations-complex.json		\
	$(srcdir)/animations-complex-overlapping.json	\
	$(srcdir)/animations-reuse-animation.json	\
	$(srcdir)/animations-reuse-ui.json		\
	$(srcdir)/script-signals.json			\
	$(srcdir)/script-states.json			\
	$(srcdir)/script-ui.json			\
	$(NULL)

img_data = \
	$(srcdir)/redhand.png \
	$(srcdir)/smiley.png \
	$(NULL)

all: all-am

.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.silent $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
	        && { if test -f $@; then exit 0; else break; fi; }; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/cookbook/examples/Makefile'; \
	$(am__cd) $(top_srcdir) && \
	  $(AUTOMAKE) --foreign doc/cookbook/examples/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	@case '$?' in \
	  *config.status*) \
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
	  *) \
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
	esac;
$(top_srcdir)/build/autotools/Makefile.am.silent $(am__empty):

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

$(top_srcdir)/configure:  $(am__configure_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):

clean-noinstPROGRAMS:
	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
	echo " rm -f" $$list; \
	rm -f $$list || exit $$?; \
	test -n "$(EXEEXT)" || exit 0; \
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
	echo " rm -f" $$list; \
	rm -f $$list

actors-composite-main$(EXEEXT): $(actors_composite_main_OBJECTS) $(actors_composite_main_DEPENDENCIES) $(EXTRA_actors_composite_main_DEPENDENCIES) 
	@rm -f actors-composite-main$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(actors_composite_main_OBJECTS) $(actors_composite_main_LDADD) $(LIBS)

animations-complex$(EXEEXT): $(animations_complex_OBJECTS) $(animations_complex_DEPENDENCIES) $(EXTRA_animations_complex_DEPENDENCIES) 
	@rm -f animations-complex$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_complex_OBJECTS) $(animations_complex_LDADD) $(LIBS)

animations-looping-animator$(EXEEXT): $(animations_looping_animator_OBJECTS) $(animations_looping_animator_DEPENDENCIES) $(EXTRA_animations_looping_animator_DEPENDENCIES) 
	@rm -f animations-looping-animator$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_looping_animator_OBJECTS) $(animations_looping_animator_LDADD) $(LIBS)

animations-looping-implicit$(EXEEXT): $(animations_looping_implicit_OBJECTS) $(animations_looping_implicit_DEPENDENCIES) $(EXTRA_animations_looping_implicit_DEPENDENCIES) 
	@rm -f animations-looping-implicit$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_looping_implicit_OBJECTS) $(animations_looping_implicit_LDADD) $(LIBS)

animations-looping-state$(EXEEXT): $(animations_looping_state_OBJECTS) $(animations_looping_state_DEPENDENCIES) $(EXTRA_animations_looping_state_DEPENDENCIES) 
	@rm -f animations-looping-state$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_looping_state_OBJECTS) $(animations_looping_state_LDADD) $(LIBS)

animations-moving-animator$(EXEEXT): $(animations_moving_animator_OBJECTS) $(animations_moving_animator_DEPENDENCIES) $(EXTRA_animations_moving_animator_DEPENDENCIES) 
	@rm -f animations-moving-animator$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_moving_animator_OBJECTS) $(animations_moving_animator_LDADD) $(LIBS)

animations-moving-implicit$(EXEEXT): $(animations_moving_implicit_OBJECTS) $(animations_moving_implicit_DEPENDENCIES) $(EXTRA_animations_moving_implicit_DEPENDENCIES) 
	@rm -f animations-moving-implicit$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_moving_implicit_OBJECTS) $(animations_moving_implicit_LDADD) $(LIBS)

animations-moving-state$(EXEEXT): $(animations_moving_state_OBJECTS) $(animations_moving_state_DEPENDENCIES) $(EXTRA_animations_moving_state_DEPENDENCIES) 
	@rm -f animations-moving-state$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_moving_state_OBJECTS) $(animations_moving_state_LDADD) $(LIBS)

animations-path$(EXEEXT): $(animations_path_OBJECTS) $(animations_path_DEPENDENCIES) $(EXTRA_animations_path_DEPENDENCIES) 
	@rm -f animations-path$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_path_OBJECTS) $(animations_path_LDADD) $(LIBS)

animations-path-circle$(EXEEXT): $(animations_path_circle_OBJECTS) $(animations_path_circle_DEPENDENCIES) $(EXTRA_animations_path_circle_DEPENDENCIES) 
	@rm -f animations-path-circle$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_path_circle_OBJECTS) $(animations_path_circle_LDADD) $(LIBS)

animations-path-easing$(EXEEXT): $(animations_path_easing_OBJECTS) $(animations_path_easing_DEPENDENCIES) $(EXTRA_animations_path_easing_DEPENDENCIES) 
	@rm -f animations-path-easing$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_path_easing_OBJECTS) $(animations_path_easing_LDADD) $(LIBS)

animations-reuse$(EXEEXT): $(animations_reuse_OBJECTS) $(animations_reuse_DEPENDENCIES) $(EXTRA_animations_reuse_DEPENDENCIES) 
	@rm -f animations-reuse$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_reuse_OBJECTS) $(animations_reuse_LDADD) $(LIBS)

animations-rotating$(EXEEXT): $(animations_rotating_OBJECTS) $(animations_rotating_DEPENDENCIES) $(EXTRA_animations_rotating_DEPENDENCIES) 
	@rm -f animations-rotating$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_rotating_OBJECTS) $(animations_rotating_LDADD) $(LIBS)

animations-scaling$(EXEEXT): $(animations_scaling_OBJECTS) $(animations_scaling_DEPENDENCIES) $(EXTRA_animations_scaling_DEPENDENCIES) 
	@rm -f animations-scaling$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_scaling_OBJECTS) $(animations_scaling_LDADD) $(LIBS)

animations-scaling-zoom$(EXEEXT): $(animations_scaling_zoom_OBJECTS) $(animations_scaling_zoom_DEPENDENCIES) $(EXTRA_animations_scaling_zoom_DEPENDENCIES) 
	@rm -f animations-scaling-zoom$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(animations_scaling_zoom_OBJECTS) $(animations_scaling_zoom_LDADD) $(LIBS)

effects-basic$(EXEEXT): $(effects_basic_OBJECTS) $(effects_basic_DEPENDENCIES) $(EXTRA_effects_basic_DEPENDENCIES) 
	@rm -f effects-basic$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(effects_basic_OBJECTS) $(effects_basic_LDADD) $(LIBS)

effects-built-in$(EXEEXT): $(effects_built_in_OBJECTS) $(effects_built_in_DEPENDENCIES) $(EXTRA_effects_built_in_DEPENDENCIES) 
	@rm -f effects-built-in$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(effects_built_in_OBJECTS) $(effects_built_in_LDADD) $(LIBS)

effects-custom-deform$(EXEEXT): $(effects_custom_deform_OBJECTS) $(effects_custom_deform_DEPENDENCIES) $(EXTRA_effects_custom_deform_DEPENDENCIES) 
	@rm -f effects-custom-deform$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(effects_custom_deform_OBJECTS) $(effects_custom_deform_LDADD) $(LIBS)

events-buttons$(EXEEXT): $(events_buttons_OBJECTS) $(events_buttons_DEPENDENCIES) $(EXTRA_events_buttons_DEPENDENCIES) 
	@rm -f events-buttons$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(events_buttons_OBJECTS) $(events_buttons_LDADD) $(LIBS)

events-buttons-click$(EXEEXT): $(events_buttons_click_OBJECTS) $(events_buttons_click_DEPENDENCIES) $(EXTRA_events_buttons_click_DEPENDENCIES) 
	@rm -f events-buttons-click$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(events_buttons_click_OBJECTS) $(events_buttons_click_LDADD) $(LIBS)

events-buttons-lasso$(EXEEXT): $(events_buttons_lasso_OBJECTS) $(events_buttons_lasso_DEPENDENCIES) $(EXTRA_events_buttons_lasso_DEPENDENCIES) 
	@rm -f events-buttons-lasso$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(events_buttons_lasso_OBJECTS) $(events_buttons_lasso_LDADD) $(LIBS)

events-mouse-scroll$(EXEEXT): $(events_mouse_scroll_OBJECTS) $(events_mouse_scroll_DEPENDENCIES) $(EXTRA_events_mouse_scroll_DEPENDENCIES) 
	@rm -f events-mouse-scroll$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(events_mouse_scroll_OBJECTS) $(events_mouse_scroll_LDADD) $(LIBS)

events-pointer-motion$(EXEEXT): $(events_pointer_motion_OBJECTS) $(events_pointer_motion_DEPENDENCIES) $(EXTRA_events_pointer_motion_DEPENDENCIES) 
	@rm -f events-pointer-motion$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(events_pointer_motion_OBJECTS) $(events_pointer_motion_LDADD) $(LIBS)

events-pointer-motion-crossing$(EXEEXT): $(events_pointer_motion_crossing_OBJECTS) $(events_pointer_motion_crossing_DEPENDENCIES) $(EXTRA_events_pointer_motion_crossing_DEPENDENCIES) 
	@rm -f events-pointer-motion-crossing$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(events_pointer_motion_crossing_OBJECTS) $(events_pointer_motion_crossing_LDADD) $(LIBS)

events-pointer-motion-scribbler$(EXEEXT): $(events_pointer_motion_scribbler_OBJECTS) $(events_pointer_motion_scribbler_DEPENDENCIES) $(EXTRA_events_pointer_motion_scribbler_DEPENDENCIES) 
	@rm -f events-pointer-motion-scribbler$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(events_pointer_motion_scribbler_OBJECTS) $(events_pointer_motion_scribbler_LDADD) $(LIBS)

events-pointer-motion-stacked$(EXEEXT): $(events_pointer_motion_stacked_OBJECTS) $(events_pointer_motion_stacked_DEPENDENCIES) $(EXTRA_events_pointer_motion_stacked_DEPENDENCIES) 
	@rm -f events-pointer-motion-stacked$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(events_pointer_motion_stacked_OBJECTS) $(events_pointer_motion_stacked_LDADD) $(LIBS)

layouts-bind-constraint-allocation$(EXEEXT): $(layouts_bind_constraint_allocation_OBJECTS) $(layouts_bind_constraint_allocation_DEPENDENCIES) $(EXTRA_layouts_bind_constraint_allocation_DEPENDENCIES) 
	@rm -f layouts-bind-constraint-allocation$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(layouts_bind_constraint_allocation_OBJECTS) $(layouts_bind_constraint_allocation_LDADD) $(LIBS)

layouts-bind-constraint-overlay$(EXEEXT): $(layouts_bind_constraint_overlay_OBJECTS) $(layouts_bind_constraint_overlay_DEPENDENCIES) $(EXTRA_layouts_bind_constraint_overlay_DEPENDENCIES) 
	@rm -f layouts-bind-constraint-overlay$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(layouts_bind_constraint_overlay_OBJECTS) $(layouts_bind_constraint_overlay_LDADD) $(LIBS)

layouts-bind-constraint-stage$(EXEEXT): $(layouts_bind_constraint_stage_OBJECTS) $(layouts_bind_constraint_stage_DEPENDENCIES) $(EXTRA_layouts_bind_constraint_stage_DEPENDENCIES) 
	@rm -f layouts-bind-constraint-stage$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(layouts_bind_constraint_stage_OBJECTS) $(layouts_bind_constraint_stage_LDADD) $(LIBS)

layouts-box$(EXEEXT): $(layouts_box_OBJECTS) $(layouts_box_DEPENDENCIES) $(EXTRA_layouts_box_DEPENDENCIES) 
	@rm -f layouts-box$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(layouts_box_OBJECTS) $(layouts_box_LDADD) $(LIBS)

layouts-box-menu$(EXEEXT): $(layouts_box_menu_OBJECTS) $(layouts_box_menu_DEPENDENCIES) $(EXTRA_layouts_box_menu_DEPENDENCIES) 
	@rm -f layouts-box-menu$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(layouts_box_menu_OBJECTS) $(layouts_box_menu_LDADD) $(LIBS)

layouts-box-property-effects$(EXEEXT): $(layouts_box_property_effects_OBJECTS) $(layouts_box_property_effects_DEPENDENCIES) $(EXTRA_layouts_box_property_effects_DEPENDENCIES) 
	@rm -f layouts-box-property-effects$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(layouts_box_property_effects_OBJECTS) $(layouts_box_property_effects_LDADD) $(LIBS)

layouts-stacking$(EXEEXT): $(layouts_stacking_OBJECTS) $(layouts_stacking_DEPENDENCIES) $(EXTRA_layouts_stacking_DEPENDENCIES) 
	@rm -f layouts-stacking$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(layouts_stacking_OBJECTS) $(layouts_stacking_LDADD) $(LIBS)

layouts-stacking-diff-sized-actors$(EXEEXT): $(layouts_stacking_diff_sized_actors_OBJECTS) $(layouts_stacking_diff_sized_actors_DEPENDENCIES) $(EXTRA_layouts_stacking_diff_sized_actors_DEPENDENCIES) 
	@rm -f layouts-stacking-diff-sized-actors$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(layouts_stacking_diff_sized_actors_OBJECTS) $(layouts_stacking_diff_sized_actors_LDADD) $(LIBS)

script-signals$(EXEEXT): $(script_signals_OBJECTS) $(script_signals_DEPENDENCIES) $(EXTRA_script_signals_DEPENDENCIES) 
	@rm -f script-signals$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(script_signals_OBJECTS) $(script_signals_LDADD) $(LIBS)

script-states$(EXEEXT): $(script_states_OBJECTS) $(script_states_DEPENDENCIES) $(EXTRA_script_states_DEPENDENCIES) 
	@rm -f script-states$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(script_states_OBJECTS) $(script_states_LDADD) $(LIBS)

script-ui$(EXEEXT): $(script_ui_OBJECTS) $(script_ui_DEPENDENCIES) $(EXTRA_script_ui_DEPENDENCIES) 
	@rm -f script-ui$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(script_ui_OBJECTS) $(script_ui_LDADD) $(LIBS)

text-shadow$(EXEEXT): $(text_shadow_OBJECTS) $(text_shadow_DEPENDENCIES) $(EXTRA_text_shadow_DEPENDENCIES) 
	@rm -f text-shadow$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(text_shadow_OBJECTS) $(text_shadow_LDADD) $(LIBS)

textures-crossfade$(EXEEXT): $(textures_crossfade_OBJECTS) $(textures_crossfade_DEPENDENCIES) $(EXTRA_textures_crossfade_DEPENDENCIES) 
	@rm -f textures-crossfade$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(textures_crossfade_OBJECTS) $(textures_crossfade_LDADD) $(LIBS)

textures-crossfade-cogl$(EXEEXT): $(textures_crossfade_cogl_OBJECTS) $(textures_crossfade_cogl_DEPENDENCIES) $(EXTRA_textures_crossfade_cogl_DEPENDENCIES) 
	@rm -f textures-crossfade-cogl$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(textures_crossfade_cogl_OBJECTS) $(textures_crossfade_cogl_LDADD) $(LIBS)

textures-crossfade-slideshow$(EXEEXT): $(textures_crossfade_slideshow_OBJECTS) $(textures_crossfade_slideshow_DEPENDENCIES) $(EXTRA_textures_crossfade_slideshow_DEPENDENCIES) 
	@rm -f textures-crossfade-slideshow$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(textures_crossfade_slideshow_OBJECTS) $(textures_crossfade_slideshow_LDADD) $(LIBS)

textures-reflection$(EXEEXT): $(textures_reflection_OBJECTS) $(textures_reflection_DEPENDENCIES) $(EXTRA_textures_reflection_DEPENDENCIES) 
	@rm -f textures-reflection$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(textures_reflection_OBJECTS) $(textures_reflection_LDADD) $(LIBS)

textures-split-go$(EXEEXT): $(textures_split_go_OBJECTS) $(textures_split_go_DEPENDENCIES) $(EXTRA_textures_split_go_DEPENDENCIES) 
	@rm -f textures-split-go$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(textures_split_go_OBJECTS) $(textures_split_go_LDADD) $(LIBS)

textures-sub-texture$(EXEEXT): $(textures_sub_texture_OBJECTS) $(textures_sub_texture_DEPENDENCIES) $(EXTRA_textures_sub_texture_DEPENDENCIES) 
	@rm -f textures-sub-texture$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(textures_sub_texture_OBJECTS) $(textures_sub_texture_LDADD) $(LIBS)

mostlyclean-compile:
	-rm -f *.$(OBJEXT)

distclean-compile:
	-rm -f *.tab.c

@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/actors-composite-main.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-complex.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-looping-animator.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-looping-implicit.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-looping-state.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-moving-animator.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-moving-implicit.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-moving-state.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-path-circle.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-path-easing.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-path.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-reuse.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-rotating.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-scaling-zoom.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animations-scaling.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cb-background-effect.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cb-border-effect.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cb-button.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cb-page-fold-effect.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/effects-basic.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/effects-built-in.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/effects-custom-deform.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/events-buttons-click.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/events-buttons-lasso.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/events-buttons.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/events-mouse-scroll.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/events-pointer-motion-crossing.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/events-pointer-motion-scribbler.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/events-pointer-motion-stacked.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/events-pointer-motion.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layouts-bind-constraint-allocation.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layouts-bind-constraint-overlay.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layouts-bind-constraint-stage.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layouts-box-menu.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layouts-box-property-effects.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layouts-box.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layouts-stacking-diff-sized-actors.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layouts-stacking.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script-signals.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script-states.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script-ui.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text-shadow.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textures-crossfade-cogl.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textures-crossfade-slideshow.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textures-crossfade.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textures-reflection.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textures-split-go.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textures-sub-texture.Po@am__quote@

.c.o:
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<

.c.obj:
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

.c.lo:
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs
install-examplesDATA: $(examples_DATA)
	@$(NORMAL_INSTALL)
	@list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
	done

uninstall-examplesDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)

ID: $(am__tagged_files)
	$(am__define_uniq_tagged_files); mkid -fID $$unique
tags: tags-am
TAGS: tags

tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
	set x; \
	here=`pwd`; \
	$(am__define_uniq_tagged_files); \
	shift; \
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
	  test -n "$$unique" || unique=$$empty_fix; \
	  if test $$# -gt 0; then \
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	      "$$@" $$unique; \
	  else \
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	      $$unique; \
	  fi; \
	fi
ctags: ctags-am

CTAGS: ctags
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
	$(am__define_uniq_tagged_files); \
	test -z "$(CTAGS_ARGS)$$unique" \
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
	     $$unique

GTAGS:
	here=`$(am__cd) $(top_builddir) && pwd` \
	  && $(am__cd) $(top_srcdir) \
	  && gtags -i $(GTAGS_ARGS) "$$here"
cscopelist: cscopelist-am

cscopelist-am: $(am__tagged_files)
	list='$(am__tagged_files)'; \
	case "$(srcdir)" in \
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
	  *) sdir=$(subdir)/$(srcdir) ;; \
	esac; \
	for i in $$list; do \
	  if test -f "$$i"; then \
	    echo "$(subdir)/$$i"; \
	  else \
	    echo "$$sdir/$$i"; \
	  fi; \
	done >> $(top_builddir)/cscope.files

distclean-tags:
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags

distdir: $(DISTFILES)
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	list='$(DISTFILES)'; \
	  dist_files=`for file in $$list; do echo $$file; done | \
	  sed -e "s|^$$srcdirstrip/||;t" \
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
	case $$dist_files in \
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $$dist_files; do \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  if test -d $$d/$$file; then \
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
	    if test -d "$(distdir)/$$file"; then \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
	  else \
	    test -f "$(distdir)/$$file" \
	    || cp -p $$d/$$file "$(distdir)/$$file" \
	    || exit 1; \
	  fi; \
	done
check-am: all-am
check: check-am
all-am: Makefile $(PROGRAMS) $(DATA)
installdirs:
	for dir in "$(DESTDIR)$(examplesdir)"; do \
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
	done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-am
install-strip:
	if test -z '$(STRIP)'; then \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	      install; \
	else \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
	fi
mostlyclean-generic:

clean-generic:

distclean-generic:
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
clean: clean-am

clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
	mostlyclean-am

distclean: distclean-am
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
	distclean-tags

dvi: dvi-am

dvi-am:

html: html-am

html-am:

info: info-am

info-am:

install-data-am: install-examplesDATA

install-dvi: install-dvi-am

install-dvi-am:

install-exec-am:

install-html: install-html-am

install-html-am:

install-info: install-info-am

install-info-am:

install-man:

install-pdf: install-pdf-am

install-pdf-am:

install-ps: install-ps-am

install-ps-am:

installcheck-am:

maintainer-clean: maintainer-clean-am
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-compile mostlyclean-generic \
	mostlyclean-libtool

pdf: pdf-am

pdf-am:

ps: ps-am

ps-am:

uninstall-am: uninstall-examplesDATA

.MAKE: install-am install-strip

.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
	ctags-am distclean distclean-compile distclean-generic \
	distclean-libtool distclean-tags distdir dvi dvi-am html \
	html-am info info-am install install-am install-data \
	install-data-am install-dvi install-dvi-am \
	install-examplesDATA install-exec install-exec-am install-html \
	install-html-am install-info install-info-am install-man \
	install-pdf install-pdf-am install-ps install-ps-am \
	install-strip installcheck installcheck-am installdirs \
	maintainer-clean maintainer-clean-generic mostlyclean \
	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
	uninstall-examplesDATA

.PRECIOUS: Makefile


-include $(top_srcdir)/build/autotools/Makefile.am.gitignore

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: