# Makefile.in generated by automake 1.16.3 from Makefile.am.
# examples/book/buildapp/Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994-2020 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.




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)/gtkmm-documentation
pkgincludedir = $(includedir)/gtkmm-documentation
pkglibdir = $(libdir)/gtkmm-documentation
pkglibexecdir = $(libexecdir)/gtkmm-documentation
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 = :
check_PROGRAMS = step1/exampleapp$(EXEEXT) step2/exampleapp$(EXEEXT) \
	step3/exampleapp$(EXEEXT) step4/exampleapp$(EXEEXT) \
	step5/exampleapp$(EXEEXT) step6/exampleapp$(EXEEXT) \
	step7/exampleapp$(EXEEXT) step8/exampleapp$(EXEEXT) \
	step9/exampleapp$(EXEEXT)
subdir = examples/book/buildapp
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
	$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(dist_noinst_DATA) \
	$(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/build/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
am__dirstamp = $(am__leading_dot)dirstamp
am_step1_exampleapp_OBJECTS = step1/exampleapplication.$(OBJEXT) \
	step1/exampleappwindow.$(OBJEXT) step1/main.$(OBJEXT)
step1_exampleapp_OBJECTS = $(am_step1_exampleapp_OBJECTS)
step1_exampleapp_LDADD = $(LDADD)
am__DEPENDENCIES_1 =
step1_exampleapp_DEPENDENCIES = $(am__DEPENDENCIES_1)
am_step2_exampleapp_OBJECTS = step2/exampleapplication.$(OBJEXT) \
	step2/exampleappwindow.$(OBJEXT) step2/main.$(OBJEXT)
nodist_step2_exampleapp_OBJECTS = step2/resources.$(OBJEXT)
step2_exampleapp_OBJECTS = $(am_step2_exampleapp_OBJECTS) \
	$(nodist_step2_exampleapp_OBJECTS)
step2_exampleapp_LDADD = $(LDADD)
step2_exampleapp_DEPENDENCIES = $(am__DEPENDENCIES_1)
am_step3_exampleapp_OBJECTS = step3/exampleapplication.$(OBJEXT) \
	step3/exampleappwindow.$(OBJEXT) step3/main.$(OBJEXT)
nodist_step3_exampleapp_OBJECTS = step3/resources.$(OBJEXT)
step3_exampleapp_OBJECTS = $(am_step3_exampleapp_OBJECTS) \
	$(nodist_step3_exampleapp_OBJECTS)
step3_exampleapp_LDADD = $(LDADD)
step3_exampleapp_DEPENDENCIES = $(am__DEPENDENCIES_1)
am_step4_exampleapp_OBJECTS = step4/exampleapplication.$(OBJEXT) \
	step4/exampleappwindow.$(OBJEXT) step4/main.$(OBJEXT)
nodist_step4_exampleapp_OBJECTS = step4/resources.$(OBJEXT)
step4_exampleapp_OBJECTS = $(am_step4_exampleapp_OBJECTS) \
	$(nodist_step4_exampleapp_OBJECTS)
step4_exampleapp_LDADD = $(LDADD)
step4_exampleapp_DEPENDENCIES = $(am__DEPENDENCIES_1)
am_step5_exampleapp_OBJECTS = step5/exampleapplication.$(OBJEXT) \
	step5/exampleappwindow.$(OBJEXT) \
	step5/exampleappprefs.$(OBJEXT) step5/main.$(OBJEXT)
nodist_step5_exampleapp_OBJECTS = step5/resources.$(OBJEXT)
step5_exampleapp_OBJECTS = $(am_step5_exampleapp_OBJECTS) \
	$(nodist_step5_exampleapp_OBJECTS)
step5_exampleapp_LDADD = $(LDADD)
step5_exampleapp_DEPENDENCIES = $(am__DEPENDENCIES_1)
am_step6_exampleapp_OBJECTS = step6/exampleapplication.$(OBJEXT) \
	step6/exampleappwindow.$(OBJEXT) \
	step6/exampleappprefs.$(OBJEXT) step6/main.$(OBJEXT)
nodist_step6_exampleapp_OBJECTS = step6/resources.$(OBJEXT)
step6_exampleapp_OBJECTS = $(am_step6_exampleapp_OBJECTS) \
	$(nodist_step6_exampleapp_OBJECTS)
step6_exampleapp_LDADD = $(LDADD)
step6_exampleapp_DEPENDENCIES = $(am__DEPENDENCIES_1)
am_step7_exampleapp_OBJECTS = step7/exampleapplication.$(OBJEXT) \
	step7/exampleappwindow.$(OBJEXT) \
	step7/exampleappprefs.$(OBJEXT) step7/main.$(OBJEXT)
nodist_step7_exampleapp_OBJECTS = step7/resources.$(OBJEXT)
step7_exampleapp_OBJECTS = $(am_step7_exampleapp_OBJECTS) \
	$(nodist_step7_exampleapp_OBJECTS)
step7_exampleapp_LDADD = $(LDADD)
step7_exampleapp_DEPENDENCIES = $(am__DEPENDENCIES_1)
am_step8_exampleapp_OBJECTS = step8/exampleapplication.$(OBJEXT) \
	step8/exampleappwindow.$(OBJEXT) \
	step8/exampleappprefs.$(OBJEXT) step8/main.$(OBJEXT)
nodist_step8_exampleapp_OBJECTS = step8/resources.$(OBJEXT)
step8_exampleapp_OBJECTS = $(am_step8_exampleapp_OBJECTS) \
	$(nodist_step8_exampleapp_OBJECTS)
step8_exampleapp_LDADD = $(LDADD)
step8_exampleapp_DEPENDENCIES = $(am__DEPENDENCIES_1)
am_step9_exampleapp_OBJECTS = step9/exampleapplication.$(OBJEXT) \
	step9/exampleappwindow.$(OBJEXT) \
	step9/exampleappprefs.$(OBJEXT) step9/main.$(OBJEXT)
nodist_step9_exampleapp_OBJECTS = step9/resources.$(OBJEXT)
step9_exampleapp_OBJECTS = $(am_step9_exampleapp_OBJECTS) \
	$(nodist_step9_exampleapp_OBJECTS)
step9_exampleapp_LDADD = $(LDADD)
step9_exampleapp_DEPENDENCIES = $(am__DEPENDENCIES_1)
AM_V_P = $(am__v_P_$(V))
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_$(V))
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
am__v_GEN_0 = @echo "  GEN     " $@;
am__v_GEN_1 = 
AM_V_at = $(am__v_at_$(V))
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
am__v_at_0 = @
am__v_at_1 = 
DEFAULT_INCLUDES = 
depcomp = $(SHELL) $(top_srcdir)/build/depcomp
am__maybe_remake_depfiles = depfiles
am__depfiles_remade = step1/$(DEPDIR)/exampleapplication.Po \
	step1/$(DEPDIR)/exampleappwindow.Po step1/$(DEPDIR)/main.Po \
	step2/$(DEPDIR)/exampleapplication.Po \
	step2/$(DEPDIR)/exampleappwindow.Po step2/$(DEPDIR)/main.Po \
	step2/$(DEPDIR)/resources.Po \
	step3/$(DEPDIR)/exampleapplication.Po \
	step3/$(DEPDIR)/exampleappwindow.Po step3/$(DEPDIR)/main.Po \
	step3/$(DEPDIR)/resources.Po \
	step4/$(DEPDIR)/exampleapplication.Po \
	step4/$(DEPDIR)/exampleappwindow.Po step4/$(DEPDIR)/main.Po \
	step4/$(DEPDIR)/resources.Po \
	step5/$(DEPDIR)/exampleapplication.Po \
	step5/$(DEPDIR)/exampleappprefs.Po \
	step5/$(DEPDIR)/exampleappwindow.Po step5/$(DEPDIR)/main.Po \
	step5/$(DEPDIR)/resources.Po \
	step6/$(DEPDIR)/exampleapplication.Po \
	step6/$(DEPDIR)/exampleappprefs.Po \
	step6/$(DEPDIR)/exampleappwindow.Po step6/$(DEPDIR)/main.Po \
	step6/$(DEPDIR)/resources.Po \
	step7/$(DEPDIR)/exampleapplication.Po \
	step7/$(DEPDIR)/exampleappprefs.Po \
	step7/$(DEPDIR)/exampleappwindow.Po step7/$(DEPDIR)/main.Po \
	step7/$(DEPDIR)/resources.Po \
	step8/$(DEPDIR)/exampleapplication.Po \
	step8/$(DEPDIR)/exampleappprefs.Po \
	step8/$(DEPDIR)/exampleappwindow.Po step8/$(DEPDIR)/main.Po \
	step8/$(DEPDIR)/resources.Po \
	step9/$(DEPDIR)/exampleapplication.Po \
	step9/$(DEPDIR)/exampleappprefs.Po \
	step9/$(DEPDIR)/exampleappwindow.Po step9/$(DEPDIR)/main.Po \
	step9/$(DEPDIR)/resources.Po
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
AM_V_CC = $(am__v_CC_$(V))
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
am__v_CC_0 = @echo "  CC      " $@;
am__v_CC_1 = 
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
AM_V_CCLD = $(am__v_CCLD_$(V))
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
am__v_CCLD_0 = @echo "  CCLD    " $@;
am__v_CCLD_1 = 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
AM_V_CXX = $(am__v_CXX_$(V))
am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
am__v_CXX_0 = @echo "  CXX     " $@;
am__v_CXX_1 = 
CXXLD = $(CXX)
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
	-o $@
AM_V_CXXLD = $(am__v_CXXLD_$(V))
am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
am__v_CXXLD_0 = @echo "  CXXLD   " $@;
am__v_CXXLD_1 = 
SOURCES = $(step1_exampleapp_SOURCES) $(step2_exampleapp_SOURCES) \
	$(nodist_step2_exampleapp_SOURCES) $(step3_exampleapp_SOURCES) \
	$(nodist_step3_exampleapp_SOURCES) $(step4_exampleapp_SOURCES) \
	$(nodist_step4_exampleapp_SOURCES) $(step5_exampleapp_SOURCES) \
	$(nodist_step5_exampleapp_SOURCES) $(step6_exampleapp_SOURCES) \
	$(nodist_step6_exampleapp_SOURCES) $(step7_exampleapp_SOURCES) \
	$(nodist_step7_exampleapp_SOURCES) $(step8_exampleapp_SOURCES) \
	$(nodist_step8_exampleapp_SOURCES) $(step9_exampleapp_SOURCES) \
	$(nodist_step9_exampleapp_SOURCES)
DIST_SOURCES = $(step1_exampleapp_SOURCES) $(step2_exampleapp_SOURCES) \
	$(step3_exampleapp_SOURCES) $(step4_exampleapp_SOURCES) \
	$(step5_exampleapp_SOURCES) $(step6_exampleapp_SOURCES) \
	$(step7_exampleapp_SOURCES) $(step8_exampleapp_SOURCES) \
	$(step9_exampleapp_SOURCES)
am__can_run_installinfo = \
  case $$AM_UPDATE_INFO_DIR in \
    n|no|NO) false;; \
    *) (install-info --version) >/dev/null 2>&1;; \
  esac
DATA = $(dist_noinst_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/depcomp \
	README
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} '/tmp/B.fC9WPk/BUILD/gtkmm-documentation-4.0.1/build/missing' aclocal-1.16
ACLOCAL_FLAGS = 
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1
AUTOCONF = ${SHELL} '/tmp/B.fC9WPk/BUILD/gtkmm-documentation-4.0.1/build/missing' autoconf
AUTOHEADER = ${SHELL} '/tmp/B.fC9WPk/BUILD/gtkmm-documentation-4.0.1/build/missing' autoheader
AUTOMAKE = ${SHELL} '/tmp/B.fC9WPk/BUILD/gtkmm-documentation-4.0.1/build/missing' automake-1.16
AWK = mawk
CC = x86_64-pld-linux-gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 
CPPFLAGS = 
CXX = x86_64-pld-linux-g++ -std=c++17
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EXAMPLES_WXXFLAGS = -Wall
EXEEXT = 
GIOMM_CFLAGS = -pthread -I/usr/include/giomm-2.68 -I/usr/lib64/giomm-2.68/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glibmm-2.68 -I/usr/lib64/glibmm-2.68/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-3.0 -I/usr/lib64/sigc++-3.0/include
GIOMM_LIBS = -lgiomm-2.68 -lgio-2.0 -lglibmm-2.68 -lgobject-2.0 -lglib-2.0 -lsigc-3.0
GLIB_COMPILE_RESOURCES = /usr/bin/glib-compile-resources
GLIB_COMPILE_SCHEMAS = /usr/bin/glib-compile-schemas
GSETTINGS_DISABLE_SCHEMAS_COMPILE = 
GTHREAD_CFLAGS = -pthread
GTKMM_CFLAGS = -mfpmath=sse -msse -msse2 -pthread -I/usr/include/gtkmm-4.0 -I/usr/lib64/gtkmm-4.0/include -I/usr/include/pangomm-2.48 -I/usr/lib64/pangomm-2.48/include -I/usr/include/giomm-2.68 -I/usr/lib64/giomm-2.68/include -I/usr/include/glibmm-2.68 -I/usr/lib64/glibmm-2.68/include -I/usr/include/cairomm-1.16 -I/usr/lib64/cairomm-1.16/include -I/usr/include/sigc++-3.0 -I/usr/lib64/sigc++-3.0/include -I/usr/include/gtk-4.0/unix-print -I/usr/include/gtk-4.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libpng16 -I/usr/include/graphene-1.0 -I/usr/lib64/graphene-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
GTKMM_LIBS = -lgtkmm-4.0 -lpangomm-2.48 -lgiomm-2.68 -lglibmm-2.68 -lcairomm-1.16 -lsigc-3.0 -lgtk-4 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lvulkan -lgraphene-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
HAVE_CXX17 = 1
HELP_DIR = ${datadir}/help
INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
ITSTOOL = itstool
LDFLAGS = -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc 
LIBOBJS = 
LIBS = 
LN_S = ln -s
LTLIBOBJS = 
MAINT = #
MAKEINFO = ${SHELL} '/tmp/B.fC9WPk/BUILD/gtkmm-documentation-4.0.1/build/missing' makeinfo
MKDIR_P = /bin/mkdir -p
OBJEXT = o
PACKAGE = gtkmm-documentation
PACKAGE_BUGREPORT = https://gitlab.gnome.org/GNOME/gtkmm-documentation/issues/
PACKAGE_NAME = gtkmm-documentation
PACKAGE_STRING = gtkmm-documentation 4.0.1
PACKAGE_TARNAME = gtkmm-documentation
PACKAGE_URL = http://www.gtkmm.org/
PACKAGE_VERSION = 4.0.1
PATH_SEPARATOR = :
PERL = /usr/bin/perl
PKG_CONFIG = /usr/bin/pkg-config
PKG_CONFIG_LIBDIR = 
PKG_CONFIG_PATH = :/usr/lib64/pkgconfig:/usr/share/pkgconfig
SED = /bin/sed
SET_MAKE = 
SHELL = /bin/sh
STRIP = 
VERSION = 4.0.1
XMLLINT = xmllint
YELP_LC_DIST = true
YELP_LC_MEDIA_LINKS = true
abs_builddir = /tmp/B.fC9WPk/BUILD/gtkmm-documentation-4.0.1/examples/book/buildapp
abs_srcdir = /tmp/B.fC9WPk/BUILD/gtkmm-documentation-4.0.1/examples/book/buildapp
abs_top_builddir = /tmp/B.fC9WPk/BUILD/gtkmm-documentation-4.0.1
abs_top_srcdir = /tmp/B.fC9WPk/BUILD/gtkmm-documentation-4.0.1
ac_ct_CC = 
ac_ct_CXX = 
am__include = include
am__leading_dot = .
am__quote = 
am__tar = tar --format=ustar -chf - "$$tardir"
am__untar = tar -xf -
bindir = /usr/bin
build_alias = noarch-pld-linux-gnu
builddir = .
datadir = /usr/share
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = /usr
gsettingsschemadir = /usr/share/glib-2.0/schemas
host_alias = noarch-pld-linux-gnu
htmldir = ${docdir}
includedir = /usr/include
infodir = /usr/share/info
install_sh = ${SHELL} /tmp/B.fC9WPk/BUILD/gtkmm-documentation-4.0.1/build/install-sh
libdir = /usr/lib64
libexecdir = /usr/libexec
localedir = ${datarootdir}/locale
localstatedir = /var
mandir = /usr/share/man
mkdir_p = $(MKDIR_P)
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr
program_transform_name = s,x,x,
psdir = ${docdir}
runstatedir = ${localstatedir}/run
sbindir = /usr/sbin
sharedstatedir = /var/lib
srcdir = .
sysconfdir = /etc
target_alias = 
top_build_prefix = ../../../
top_builddir = ../../..
top_srcdir = ../../..
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = $(GTKMM_CFLAGS)
AM_CXXFLAGS = $(EXAMPLES_WXXFLAGS)
LDADD = $(GTKMM_LIBS)
check_DATA = $(GSCHEMAS_COMPILED)
dist_noinst_DATA = \
  README \
  step1/exampleapp.desktop.in \
  step1/exampleapp.png \
  step1/Makefile.example \
  $(STEP2_RESOURCES) \
  step2/Makefile.example \
  $(STEP3_RESOURCES) \
  step3/Makefile.example \
  $(STEP4_RESOURCES) \
  step4/Makefile.example \
  $(STEP5_RESOURCES) \
  step5/Makefile.example \
  $(STEP6_RESOURCES) \
  step6/Makefile.example \
  $(STEP7_RESOURCES) \
  step7/Makefile.example \
  $(STEP8_RESOURCES) \
  step8/Makefile.example \
  $(STEP9_RESOURCES) \
  step9/Makefile.example \
  $(gsettings_SCHEMAS)


# Distribute files needed when building with Meson.
EXTRA_DIST = \
  step1/install-cmd.py \
  step1/meson.build \
  step2/meson.build \
  step3/meson.build \
  step4/meson.build \
  step5/meson.build \
  step6/meson.build \
  step7/meson.build \
  step8/meson.build \
  step9/meson.build

step1_exampleapp_SOURCES = \
  step1/exampleapplication.cc \
  step1/exampleapplication.h \
  step1/exampleappwindow.cc \
  step1/exampleappwindow.h \
  step1/main.cc

nodist_step2_exampleapp_SOURCES = step2/resources.c
step2_exampleapp_SOURCES = \
  step2/exampleapplication.cc \
  step2/exampleapplication.h \
  step2/exampleappwindow.cc \
  step2/exampleappwindow.h \
  step2/main.cc

nodist_step3_exampleapp_SOURCES = step3/resources.c
step3_exampleapp_SOURCES = \
  step3/exampleapplication.cc \
  step3/exampleapplication.h \
  step3/exampleappwindow.cc \
  step3/exampleappwindow.h \
  step3/main.cc

nodist_step4_exampleapp_SOURCES = step4/resources.c
step4_exampleapp_SOURCES = \
  step4/exampleapplication.cc \
  step4/exampleapplication.h \
  step4/exampleappwindow.cc \
  step4/exampleappwindow.h \
  step4/main.cc

nodist_step5_exampleapp_SOURCES = step5/resources.c
step5_exampleapp_SOURCES = \
  step5/exampleapplication.cc \
  step5/exampleapplication.h \
  step5/exampleappwindow.cc \
  step5/exampleappwindow.h \
  step5/exampleappprefs.cc \
  step5/exampleappprefs.h \
  step5/main.cc

nodist_step6_exampleapp_SOURCES = step6/resources.c
step6_exampleapp_SOURCES = \
  step6/exampleapplication.cc \
  step6/exampleapplication.h \
  step6/exampleappwindow.cc \
  step6/exampleappwindow.h \
  step6/exampleappprefs.cc \
  step6/exampleappprefs.h \
  step6/main.cc

nodist_step7_exampleapp_SOURCES = step7/resources.c
step7_exampleapp_SOURCES = \
  step7/exampleapplication.cc \
  step7/exampleapplication.h \
  step7/exampleappwindow.cc \
  step7/exampleappwindow.h \
  step7/exampleappprefs.cc \
  step7/exampleappprefs.h \
  step7/main.cc

nodist_step8_exampleapp_SOURCES = step8/resources.c
step8_exampleapp_SOURCES = \
  step8/exampleapplication.cc \
  step8/exampleapplication.h \
  step8/exampleappwindow.cc \
  step8/exampleappwindow.h \
  step8/exampleappprefs.cc \
  step8/exampleappprefs.h \
  step8/main.cc

nodist_step9_exampleapp_SOURCES = step9/resources.c
step9_exampleapp_SOURCES = \
  step9/exampleapplication.cc \
  step9/exampleapplication.h \
  step9/exampleappwindow.cc \
  step9/exampleappwindow.h \
  step9/exampleappprefs.cc \
  step9/exampleappprefs.h \
  step9/main.cc

gsettings_SCHEMAS = \
  step5/org.gtkmm.exampleapp.gschema.xml \
  step6/org.gtkmm.exampleapp.gschema.xml \
  step7/org.gtkmm.exampleapp.gschema.xml \
  step8/org.gtkmm.exampleapp.gschema.xml \
  step9/org.gtkmm.exampleapp.gschema.xml

GSCHEMAS_COMPILED = \
  step5/gschemas.compiled \
  step6/gschemas.compiled \
  step7/gschemas.compiled \
  step8/gschemas.compiled \
  step9/gschemas.compiled

DISTCLEANFILES = \
  step2/resources.c \
  step3/resources.c \
  step4/resources.c \
  step5/resources.c \
  step6/resources.c \
  step7/resources.c \
  step8/resources.c \
  step9/resources.c \
  $(GSCHEMAS_COMPILED)

STEP2_RESOURCES = \
  step2/exampleapp.gresource.xml \
  step2/window.ui

STEP3_RESOURCES = \
  step3/exampleapp.gresource.xml \
  step3/window.ui

STEP4_RESOURCES = \
  step4/exampleapp.gresource.xml \
  step4/window.ui \
  step4/gears_menu.ui

STEP5_RESOURCES = \
  step5/exampleapp.gresource.xml \
  step5/window.ui \
  step5/gears_menu.ui \
  step5/prefs.ui

STEP6_RESOURCES = \
  step6/exampleapp.gresource.xml \
  step6/window.ui \
  step6/gears_menu.ui \
  step6/prefs.ui

STEP7_RESOURCES = \
  step7/exampleapp.gresource.xml \
  step7/window.ui \
  step7/gears_menu.ui \
  step7/prefs.ui

STEP8_RESOURCES = \
  step8/exampleapp.gresource.xml \
  step8/window.ui \
  step8/gears_menu.ui \
  step8/prefs.ui

STEP9_RESOURCES = \
  step9/exampleapp.gresource.xml \
  step9/window.ui \
  step9/gears_menu.ui \
  step9/prefs.ui \
  step9/exampleapp.png

all: all-am

.SUFFIXES:
.SUFFIXES: .c .cc .o .obj
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(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 examples/book/buildapp/Makefile'; \
	$(am__cd) $(top_srcdir) && \
	  $(AUTOMAKE) --foreign examples/book/buildapp/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__maybe_remake_depfiles)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
	esac;

$(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-checkPROGRAMS:
	-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
step1/$(am__dirstamp):
	@$(MKDIR_P) step1
	@: > step1/$(am__dirstamp)
step1/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) step1/$(DEPDIR)
	@: > step1/$(DEPDIR)/$(am__dirstamp)
step1/exampleapplication.$(OBJEXT): step1/$(am__dirstamp) \
	step1/$(DEPDIR)/$(am__dirstamp)
step1/exampleappwindow.$(OBJEXT): step1/$(am__dirstamp) \
	step1/$(DEPDIR)/$(am__dirstamp)
step1/main.$(OBJEXT): step1/$(am__dirstamp) \
	step1/$(DEPDIR)/$(am__dirstamp)

step1/exampleapp$(EXEEXT): $(step1_exampleapp_OBJECTS) $(step1_exampleapp_DEPENDENCIES) $(EXTRA_step1_exampleapp_DEPENDENCIES) step1/$(am__dirstamp)
	@rm -f step1/exampleapp$(EXEEXT)
	$(AM_V_CXXLD)$(CXXLINK) $(step1_exampleapp_OBJECTS) $(step1_exampleapp_LDADD) $(LIBS)
step2/$(am__dirstamp):
	@$(MKDIR_P) step2
	@: > step2/$(am__dirstamp)
step2/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) step2/$(DEPDIR)
	@: > step2/$(DEPDIR)/$(am__dirstamp)
step2/exampleapplication.$(OBJEXT): step2/$(am__dirstamp) \
	step2/$(DEPDIR)/$(am__dirstamp)
step2/exampleappwindow.$(OBJEXT): step2/$(am__dirstamp) \
	step2/$(DEPDIR)/$(am__dirstamp)
step2/main.$(OBJEXT): step2/$(am__dirstamp) \
	step2/$(DEPDIR)/$(am__dirstamp)
step2/resources.$(OBJEXT): step2/$(am__dirstamp) \
	step2/$(DEPDIR)/$(am__dirstamp)

step2/exampleapp$(EXEEXT): $(step2_exampleapp_OBJECTS) $(step2_exampleapp_DEPENDENCIES) $(EXTRA_step2_exampleapp_DEPENDENCIES) step2/$(am__dirstamp)
	@rm -f step2/exampleapp$(EXEEXT)
	$(AM_V_CXXLD)$(CXXLINK) $(step2_exampleapp_OBJECTS) $(step2_exampleapp_LDADD) $(LIBS)
step3/$(am__dirstamp):
	@$(MKDIR_P) step3
	@: > step3/$(am__dirstamp)
step3/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) step3/$(DEPDIR)
	@: > step3/$(DEPDIR)/$(am__dirstamp)
step3/exampleapplication.$(OBJEXT): step3/$(am__dirstamp) \
	step3/$(DEPDIR)/$(am__dirstamp)
step3/exampleappwindow.$(OBJEXT): step3/$(am__dirstamp) \
	step3/$(DEPDIR)/$(am__dirstamp)
step3/main.$(OBJEXT): step3/$(am__dirstamp) \
	step3/$(DEPDIR)/$(am__dirstamp)
step3/resources.$(OBJEXT): step3/$(am__dirstamp) \
	step3/$(DEPDIR)/$(am__dirstamp)

step3/exampleapp$(EXEEXT): $(step3_exampleapp_OBJECTS) $(step3_exampleapp_DEPENDENCIES) $(EXTRA_step3_exampleapp_DEPENDENCIES) step3/$(am__dirstamp)
	@rm -f step3/exampleapp$(EXEEXT)
	$(AM_V_CXXLD)$(CXXLINK) $(step3_exampleapp_OBJECTS) $(step3_exampleapp_LDADD) $(LIBS)
step4/$(am__dirstamp):
	@$(MKDIR_P) step4
	@: > step4/$(am__dirstamp)
step4/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) step4/$(DEPDIR)
	@: > step4/$(DEPDIR)/$(am__dirstamp)
step4/exampleapplication.$(OBJEXT): step4/$(am__dirstamp) \
	step4/$(DEPDIR)/$(am__dirstamp)
step4/exampleappwindow.$(OBJEXT): step4/$(am__dirstamp) \
	step4/$(DEPDIR)/$(am__dirstamp)
step4/main.$(OBJEXT): step4/$(am__dirstamp) \
	step4/$(DEPDIR)/$(am__dirstamp)
step4/resources.$(OBJEXT): step4/$(am__dirstamp) \
	step4/$(DEPDIR)/$(am__dirstamp)

step4/exampleapp$(EXEEXT): $(step4_exampleapp_OBJECTS) $(step4_exampleapp_DEPENDENCIES) $(EXTRA_step4_exampleapp_DEPENDENCIES) step4/$(am__dirstamp)
	@rm -f step4/exampleapp$(EXEEXT)
	$(AM_V_CXXLD)$(CXXLINK) $(step4_exampleapp_OBJECTS) $(step4_exampleapp_LDADD) $(LIBS)
step5/$(am__dirstamp):
	@$(MKDIR_P) step5
	@: > step5/$(am__dirstamp)
step5/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) step5/$(DEPDIR)
	@: > step5/$(DEPDIR)/$(am__dirstamp)
step5/exampleapplication.$(OBJEXT): step5/$(am__dirstamp) \
	step5/$(DEPDIR)/$(am__dirstamp)
step5/exampleappwindow.$(OBJEXT): step5/$(am__dirstamp) \
	step5/$(DEPDIR)/$(am__dirstamp)
step5/exampleappprefs.$(OBJEXT): step5/$(am__dirstamp) \
	step5/$(DEPDIR)/$(am__dirstamp)
step5/main.$(OBJEXT): step5/$(am__dirstamp) \
	step5/$(DEPDIR)/$(am__dirstamp)
step5/resources.$(OBJEXT): step5/$(am__dirstamp) \
	step5/$(DEPDIR)/$(am__dirstamp)

step5/exampleapp$(EXEEXT): $(step5_exampleapp_OBJECTS) $(step5_exampleapp_DEPENDENCIES) $(EXTRA_step5_exampleapp_DEPENDENCIES) step5/$(am__dirstamp)
	@rm -f step5/exampleapp$(EXEEXT)
	$(AM_V_CXXLD)$(CXXLINK) $(step5_exampleapp_OBJECTS) $(step5_exampleapp_LDADD) $(LIBS)
step6/$(am__dirstamp):
	@$(MKDIR_P) step6
	@: > step6/$(am__dirstamp)
step6/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) step6/$(DEPDIR)
	@: > step6/$(DEPDIR)/$(am__dirstamp)
step6/exampleapplication.$(OBJEXT): step6/$(am__dirstamp) \
	step6/$(DEPDIR)/$(am__dirstamp)
step6/exampleappwindow.$(OBJEXT): step6/$(am__dirstamp) \
	step6/$(DEPDIR)/$(am__dirstamp)
step6/exampleappprefs.$(OBJEXT): step6/$(am__dirstamp) \
	step6/$(DEPDIR)/$(am__dirstamp)
step6/main.$(OBJEXT): step6/$(am__dirstamp) \
	step6/$(DEPDIR)/$(am__dirstamp)
step6/resources.$(OBJEXT): step6/$(am__dirstamp) \
	step6/$(DEPDIR)/$(am__dirstamp)

step6/exampleapp$(EXEEXT): $(step6_exampleapp_OBJECTS) $(step6_exampleapp_DEPENDENCIES) $(EXTRA_step6_exampleapp_DEPENDENCIES) step6/$(am__dirstamp)
	@rm -f step6/exampleapp$(EXEEXT)
	$(AM_V_CXXLD)$(CXXLINK) $(step6_exampleapp_OBJECTS) $(step6_exampleapp_LDADD) $(LIBS)
step7/$(am__dirstamp):
	@$(MKDIR_P) step7
	@: > step7/$(am__dirstamp)
step7/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) step7/$(DEPDIR)
	@: > step7/$(DEPDIR)/$(am__dirstamp)
step7/exampleapplication.$(OBJEXT): step7/$(am__dirstamp) \
	step7/$(DEPDIR)/$(am__dirstamp)
step7/exampleappwindow.$(OBJEXT): step7/$(am__dirstamp) \
	step7/$(DEPDIR)/$(am__dirstamp)
step7/exampleappprefs.$(OBJEXT): step7/$(am__dirstamp) \
	step7/$(DEPDIR)/$(am__dirstamp)
step7/main.$(OBJEXT): step7/$(am__dirstamp) \
	step7/$(DEPDIR)/$(am__dirstamp)
step7/resources.$(OBJEXT): step7/$(am__dirstamp) \
	step7/$(DEPDIR)/$(am__dirstamp)

step7/exampleapp$(EXEEXT): $(step7_exampleapp_OBJECTS) $(step7_exampleapp_DEPENDENCIES) $(EXTRA_step7_exampleapp_DEPENDENCIES) step7/$(am__dirstamp)
	@rm -f step7/exampleapp$(EXEEXT)
	$(AM_V_CXXLD)$(CXXLINK) $(step7_exampleapp_OBJECTS) $(step7_exampleapp_LDADD) $(LIBS)
step8/$(am__dirstamp):
	@$(MKDIR_P) step8
	@: > step8/$(am__dirstamp)
step8/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) step8/$(DEPDIR)
	@: > step8/$(DEPDIR)/$(am__dirstamp)
step8/exampleapplication.$(OBJEXT): step8/$(am__dirstamp) \
	step8/$(DEPDIR)/$(am__dirstamp)
step8/exampleappwindow.$(OBJEXT): step8/$(am__dirstamp) \
	step8/$(DEPDIR)/$(am__dirstamp)
step8/exampleappprefs.$(OBJEXT): step8/$(am__dirstamp) \
	step8/$(DEPDIR)/$(am__dirstamp)
step8/main.$(OBJEXT): step8/$(am__dirstamp) \
	step8/$(DEPDIR)/$(am__dirstamp)
step8/resources.$(OBJEXT): step8/$(am__dirstamp) \
	step8/$(DEPDIR)/$(am__dirstamp)

step8/exampleapp$(EXEEXT): $(step8_exampleapp_OBJECTS) $(step8_exampleapp_DEPENDENCIES) $(EXTRA_step8_exampleapp_DEPENDENCIES) step8/$(am__dirstamp)
	@rm -f step8/exampleapp$(EXEEXT)
	$(AM_V_CXXLD)$(CXXLINK) $(step8_exampleapp_OBJECTS) $(step8_exampleapp_LDADD) $(LIBS)
step9/$(am__dirstamp):
	@$(MKDIR_P) step9
	@: > step9/$(am__dirstamp)
step9/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) step9/$(DEPDIR)
	@: > step9/$(DEPDIR)/$(am__dirstamp)
step9/exampleapplication.$(OBJEXT): step9/$(am__dirstamp) \
	step9/$(DEPDIR)/$(am__dirstamp)
step9/exampleappwindow.$(OBJEXT): step9/$(am__dirstamp) \
	step9/$(DEPDIR)/$(am__dirstamp)
step9/exampleappprefs.$(OBJEXT): step9/$(am__dirstamp) \
	step9/$(DEPDIR)/$(am__dirstamp)
step9/main.$(OBJEXT): step9/$(am__dirstamp) \
	step9/$(DEPDIR)/$(am__dirstamp)
step9/resources.$(OBJEXT): step9/$(am__dirstamp) \
	step9/$(DEPDIR)/$(am__dirstamp)

step9/exampleapp$(EXEEXT): $(step9_exampleapp_OBJECTS) $(step9_exampleapp_DEPENDENCIES) $(EXTRA_step9_exampleapp_DEPENDENCIES) step9/$(am__dirstamp)
	@rm -f step9/exampleapp$(EXEEXT)
	$(AM_V_CXXLD)$(CXXLINK) $(step9_exampleapp_OBJECTS) $(step9_exampleapp_LDADD) $(LIBS)

mostlyclean-compile:
	-rm -f *.$(OBJEXT)
	-rm -f step1/*.$(OBJEXT)
	-rm -f step2/*.$(OBJEXT)
	-rm -f step3/*.$(OBJEXT)
	-rm -f step4/*.$(OBJEXT)
	-rm -f step5/*.$(OBJEXT)
	-rm -f step6/*.$(OBJEXT)
	-rm -f step7/*.$(OBJEXT)
	-rm -f step8/*.$(OBJEXT)
	-rm -f step9/*.$(OBJEXT)

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

include step1/$(DEPDIR)/exampleapplication.Po # am--include-marker
include step1/$(DEPDIR)/exampleappwindow.Po # am--include-marker
include step1/$(DEPDIR)/main.Po # am--include-marker
include step2/$(DEPDIR)/exampleapplication.Po # am--include-marker
include step2/$(DEPDIR)/exampleappwindow.Po # am--include-marker
include step2/$(DEPDIR)/main.Po # am--include-marker
include step2/$(DEPDIR)/resources.Po # am--include-marker
include step3/$(DEPDIR)/exampleapplication.Po # am--include-marker
include step3/$(DEPDIR)/exampleappwindow.Po # am--include-marker
include step3/$(DEPDIR)/main.Po # am--include-marker
include step3/$(DEPDIR)/resources.Po # am--include-marker
include step4/$(DEPDIR)/exampleapplication.Po # am--include-marker
include step4/$(DEPDIR)/exampleappwindow.Po # am--include-marker
include step4/$(DEPDIR)/main.Po # am--include-marker
include step4/$(DEPDIR)/resources.Po # am--include-marker
include step5/$(DEPDIR)/exampleapplication.Po # am--include-marker
include step5/$(DEPDIR)/exampleappprefs.Po # am--include-marker
include step5/$(DEPDIR)/exampleappwindow.Po # am--include-marker
include step5/$(DEPDIR)/main.Po # am--include-marker
include step5/$(DEPDIR)/resources.Po # am--include-marker
include step6/$(DEPDIR)/exampleapplication.Po # am--include-marker
include step6/$(DEPDIR)/exampleappprefs.Po # am--include-marker
include step6/$(DEPDIR)/exampleappwindow.Po # am--include-marker
include step6/$(DEPDIR)/main.Po # am--include-marker
include step6/$(DEPDIR)/resources.Po # am--include-marker
include step7/$(DEPDIR)/exampleapplication.Po # am--include-marker
include step7/$(DEPDIR)/exampleappprefs.Po # am--include-marker
include step7/$(DEPDIR)/exampleappwindow.Po # am--include-marker
include step7/$(DEPDIR)/main.Po # am--include-marker
include step7/$(DEPDIR)/resources.Po # am--include-marker
include step8/$(DEPDIR)/exampleapplication.Po # am--include-marker
include step8/$(DEPDIR)/exampleappprefs.Po # am--include-marker
include step8/$(DEPDIR)/exampleappwindow.Po # am--include-marker
include step8/$(DEPDIR)/main.Po # am--include-marker
include step8/$(DEPDIR)/resources.Po # am--include-marker
include step9/$(DEPDIR)/exampleapplication.Po # am--include-marker
include step9/$(DEPDIR)/exampleappprefs.Po # am--include-marker
include step9/$(DEPDIR)/exampleappwindow.Po # am--include-marker
include step9/$(DEPDIR)/main.Po # am--include-marker
include step9/$(DEPDIR)/resources.Po # am--include-marker

$(am__depfiles_remade):
	@$(MKDIR_P) $(@D)
	@echo '# dummy' >$@-t && $(am__mv) $@-t $@

am--depfiles: $(am__depfiles_remade)

.c.o:
	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CC)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<

.c.obj:
	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CC)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

.cc.o:
	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CXX)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $<

.cc.obj:
	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CXX)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

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: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) distdir-am

distdir-am: $(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
	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_DATA)
check: check-am
all-am: Makefile $(DATA)
installdirs:
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)
	-rm -f step1/$(DEPDIR)/$(am__dirstamp)
	-rm -f step1/$(am__dirstamp)
	-rm -f step2/$(DEPDIR)/$(am__dirstamp)
	-rm -f step2/$(am__dirstamp)
	-rm -f step3/$(DEPDIR)/$(am__dirstamp)
	-rm -f step3/$(am__dirstamp)
	-rm -f step4/$(DEPDIR)/$(am__dirstamp)
	-rm -f step4/$(am__dirstamp)
	-rm -f step5/$(DEPDIR)/$(am__dirstamp)
	-rm -f step5/$(am__dirstamp)
	-rm -f step6/$(DEPDIR)/$(am__dirstamp)
	-rm -f step6/$(am__dirstamp)
	-rm -f step7/$(DEPDIR)/$(am__dirstamp)
	-rm -f step7/$(am__dirstamp)
	-rm -f step8/$(DEPDIR)/$(am__dirstamp)
	-rm -f step8/$(am__dirstamp)
	-rm -f step9/$(DEPDIR)/$(am__dirstamp)
	-rm -f step9/$(am__dirstamp)
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)

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-checkPROGRAMS clean-generic mostlyclean-am

distclean: distclean-am
		-rm -f step1/$(DEPDIR)/exampleapplication.Po
	-rm -f step1/$(DEPDIR)/exampleappwindow.Po
	-rm -f step1/$(DEPDIR)/main.Po
	-rm -f step2/$(DEPDIR)/exampleapplication.Po
	-rm -f step2/$(DEPDIR)/exampleappwindow.Po
	-rm -f step2/$(DEPDIR)/main.Po
	-rm -f step2/$(DEPDIR)/resources.Po
	-rm -f step3/$(DEPDIR)/exampleapplication.Po
	-rm -f step3/$(DEPDIR)/exampleappwindow.Po
	-rm -f step3/$(DEPDIR)/main.Po
	-rm -f step3/$(DEPDIR)/resources.Po
	-rm -f step4/$(DEPDIR)/exampleapplication.Po
	-rm -f step4/$(DEPDIR)/exampleappwindow.Po
	-rm -f step4/$(DEPDIR)/main.Po
	-rm -f step4/$(DEPDIR)/resources.Po
	-rm -f step5/$(DEPDIR)/exampleapplication.Po
	-rm -f step5/$(DEPDIR)/exampleappprefs.Po
	-rm -f step5/$(DEPDIR)/exampleappwindow.Po
	-rm -f step5/$(DEPDIR)/main.Po
	-rm -f step5/$(DEPDIR)/resources.Po
	-rm -f step6/$(DEPDIR)/exampleapplication.Po
	-rm -f step6/$(DEPDIR)/exampleappprefs.Po
	-rm -f step6/$(DEPDIR)/exampleappwindow.Po
	-rm -f step6/$(DEPDIR)/main.Po
	-rm -f step6/$(DEPDIR)/resources.Po
	-rm -f step7/$(DEPDIR)/exampleapplication.Po
	-rm -f step7/$(DEPDIR)/exampleappprefs.Po
	-rm -f step7/$(DEPDIR)/exampleappwindow.Po
	-rm -f step7/$(DEPDIR)/main.Po
	-rm -f step7/$(DEPDIR)/resources.Po
	-rm -f step8/$(DEPDIR)/exampleapplication.Po
	-rm -f step8/$(DEPDIR)/exampleappprefs.Po
	-rm -f step8/$(DEPDIR)/exampleappwindow.Po
	-rm -f step8/$(DEPDIR)/main.Po
	-rm -f step8/$(DEPDIR)/resources.Po
	-rm -f step9/$(DEPDIR)/exampleapplication.Po
	-rm -f step9/$(DEPDIR)/exampleappprefs.Po
	-rm -f step9/$(DEPDIR)/exampleappwindow.Po
	-rm -f step9/$(DEPDIR)/main.Po
	-rm -f step9/$(DEPDIR)/resources.Po
	-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-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 -f step1/$(DEPDIR)/exampleapplication.Po
	-rm -f step1/$(DEPDIR)/exampleappwindow.Po
	-rm -f step1/$(DEPDIR)/main.Po
	-rm -f step2/$(DEPDIR)/exampleapplication.Po
	-rm -f step2/$(DEPDIR)/exampleappwindow.Po
	-rm -f step2/$(DEPDIR)/main.Po
	-rm -f step2/$(DEPDIR)/resources.Po
	-rm -f step3/$(DEPDIR)/exampleapplication.Po
	-rm -f step3/$(DEPDIR)/exampleappwindow.Po
	-rm -f step3/$(DEPDIR)/main.Po
	-rm -f step3/$(DEPDIR)/resources.Po
	-rm -f step4/$(DEPDIR)/exampleapplication.Po
	-rm -f step4/$(DEPDIR)/exampleappwindow.Po
	-rm -f step4/$(DEPDIR)/main.Po
	-rm -f step4/$(DEPDIR)/resources.Po
	-rm -f step5/$(DEPDIR)/exampleapplication.Po
	-rm -f step5/$(DEPDIR)/exampleappprefs.Po
	-rm -f step5/$(DEPDIR)/exampleappwindow.Po
	-rm -f step5/$(DEPDIR)/main.Po
	-rm -f step5/$(DEPDIR)/resources.Po
	-rm -f step6/$(DEPDIR)/exampleapplication.Po
	-rm -f step6/$(DEPDIR)/exampleappprefs.Po
	-rm -f step6/$(DEPDIR)/exampleappwindow.Po
	-rm -f step6/$(DEPDIR)/main.Po
	-rm -f step6/$(DEPDIR)/resources.Po
	-rm -f step7/$(DEPDIR)/exampleapplication.Po
	-rm -f step7/$(DEPDIR)/exampleappprefs.Po
	-rm -f step7/$(DEPDIR)/exampleappwindow.Po
	-rm -f step7/$(DEPDIR)/main.Po
	-rm -f step7/$(DEPDIR)/resources.Po
	-rm -f step8/$(DEPDIR)/exampleapplication.Po
	-rm -f step8/$(DEPDIR)/exampleappprefs.Po
	-rm -f step8/$(DEPDIR)/exampleappwindow.Po
	-rm -f step8/$(DEPDIR)/main.Po
	-rm -f step8/$(DEPDIR)/resources.Po
	-rm -f step9/$(DEPDIR)/exampleapplication.Po
	-rm -f step9/$(DEPDIR)/exampleappprefs.Po
	-rm -f step9/$(DEPDIR)/exampleappwindow.Po
	-rm -f step9/$(DEPDIR)/main.Po
	-rm -f step9/$(DEPDIR)/resources.Po
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-compile mostlyclean-generic

pdf: pdf-am

pdf-am:

ps: ps-am

ps-am:

uninstall-am:

.MAKE: check-am install-am install-strip

.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
	clean-checkPROGRAMS clean-generic cscopelist-am ctags ctags-am \
	distclean distclean-compile distclean-generic 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-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 pdf pdf-am ps ps-am \
	tags tags-am uninstall uninstall-am

.PRECIOUS: Makefile


%/gschemas.compiled: %/org.gtkmm.exampleapp.gschema.xml
	$(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run --schema-file=$<
	@$(GLIB_COMPILE_SCHEMAS) --targetdir=$(dir $@) $(dir $<)

step2/resources.c: $(STEP2_RESOURCES)
	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(dir $<) --generate-source $<

step3/resources.c: $(STEP3_RESOURCES)
	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(dir $<) --generate-source $<

step4/resources.c: $(STEP4_RESOURCES)
	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(dir $<) --generate-source $<

step5/resources.c: $(STEP5_RESOURCES)
	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(dir $<) --generate-source $<

step6/resources.c: $(STEP6_RESOURCES)
	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(dir $<) --generate-source $<

step7/resources.c: $(STEP7_RESOURCES)
	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(dir $<) --generate-source $<

step8/resources.c: $(STEP8_RESOURCES)
	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(dir $<) --generate-source $<

step9/resources.c: $(STEP9_RESOURCES)
	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(dir $<) --generate-source $<

# 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:
