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