1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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@OS_WIN32_TRUE@am__append_1 = -no-undefined -export-symbols $(srcdir)/about.def
92subdir = src/plugin_about
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
95	$(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = $(top_builddir)/src/config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
104am__vpath_adj = case $$p in \
105    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
106    *) f=$$p;; \
107  esac;
108am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
109am__install_max = 40
110am__nobase_strip_setup = \
111  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
112am__nobase_strip = \
113  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
114am__nobase_list = $(am__nobase_strip_setup); \
115  for p in $$list; do echo "$$p $$p"; done | \
116  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
117  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
118    if (++n[$$2] == $(am__install_max)) \
119      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
120    END { for (dir in files) print dir, files[dir] }'
121am__base_list = \
122  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
123  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
124am__uninstall_files_from_dir = { \
125  test -z "$$files" \
126    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
127    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
128         $(am__cd) "$$dir" && rm -f $$files; }; \
129  }
130am__installdirs = "$(DESTDIR)$(aboutdir)"
131LTLIBRARIES = $(about_LTLIBRARIES)
132about_la_LIBADD =
133am_about_la_OBJECTS = about.lo
134about_la_OBJECTS = $(am_about_la_OBJECTS)
135AM_V_lt = $(am__v_lt_@AM_V@)
136am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
137am__v_lt_0 = --silent
138am__v_lt_1 =
139about_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141	$(about_la_LDFLAGS) $(LDFLAGS) -o $@
142AM_V_P = $(am__v_P_@AM_V@)
143am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
144am__v_P_0 = false
145am__v_P_1 = :
146AM_V_GEN = $(am__v_GEN_@AM_V@)
147am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
148am__v_GEN_0 = @echo "  GEN     " $@;
149am__v_GEN_1 =
150AM_V_at = $(am__v_at_@AM_V@)
151am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
152am__v_at_0 = @
153am__v_at_1 =
154DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
155depcomp = $(SHELL) $(top_srcdir)/depcomp
156am__depfiles_maybe = depfiles
157am__mv = mv -f
158COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
159	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
160LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
161	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
162	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
163	$(AM_CFLAGS) $(CFLAGS)
164AM_V_CC = $(am__v_CC_@AM_V@)
165am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
166am__v_CC_0 = @echo "  CC      " $@;
167am__v_CC_1 =
168CCLD = $(CC)
169LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
171	$(AM_LDFLAGS) $(LDFLAGS) -o $@
172AM_V_CCLD = $(am__v_CCLD_@AM_V@)
173am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
174am__v_CCLD_0 = @echo "  CCLD    " $@;
175am__v_CCLD_1 =
176SOURCES = $(about_la_SOURCES)
177DIST_SOURCES = $(about_la_SOURCES)
178RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
179	ctags-recursive dvi-recursive html-recursive info-recursive \
180	install-data-recursive install-dvi-recursive \
181	install-exec-recursive install-html-recursive \
182	install-info-recursive install-pdf-recursive \
183	install-ps-recursive install-recursive installcheck-recursive \
184	installdirs-recursive pdf-recursive ps-recursive \
185	tags-recursive uninstall-recursive
186am__can_run_installinfo = \
187  case $$AM_UPDATE_INFO_DIR in \
188    n|no|NO) false;; \
189    *) (install-info --version) >/dev/null 2>&1;; \
190  esac
191RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
192  distclean-recursive maintainer-clean-recursive
193am__recursive_targets = \
194  $(RECURSIVE_TARGETS) \
195  $(RECURSIVE_CLEAN_TARGETS) \
196  $(am__extra_recursive_targets)
197AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
198	distdir
199am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
200# Read a list of newline-separated strings from the standard input,
201# and print each of them once, without duplicates.  Input order is
202# *not* preserved.
203am__uniquify_input = $(AWK) '\
204  BEGIN { nonempty = 0; } \
205  { items[$$0] = 1; nonempty = 1; } \
206  END { if (nonempty) { for (i in items) print i; }; } \
207'
208# Make sure the list of sources is unique.  This is necessary because,
209# e.g., the same source file might be shared among _SOURCES variables
210# for different programs/libraries.
211am__define_uniq_tagged_files = \
212  list='$(am__tagged_files)'; \
213  unique=`for i in $$list; do \
214    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215  done | $(am__uniquify_input)`
216ETAGS = etags
217CTAGS = ctags
218DIST_SUBDIRS = $(SUBDIRS)
219am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
220DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221am__relativize = \
222  dir0=`pwd`; \
223  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
224  sed_rest='s,^[^/]*/*,,'; \
225  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
226  sed_butlast='s,/*[^/]*$$,,'; \
227  while test -n "$$dir1"; do \
228    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
229    if test "$$first" != "."; then \
230      if test "$$first" = ".."; then \
231        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
232        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
233      else \
234        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
235        if test "$$first2" = "$$first"; then \
236          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
237        else \
238          dir2="../$$dir2"; \
239        fi; \
240        dir0="$$dir0"/"$$first"; \
241      fi; \
242    fi; \
243    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
244  done; \
245  reldir="$$dir2"
246ACLOCAL = @ACLOCAL@
247ALL_LINGUAS = @ALL_LINGUAS@
248AMTAR = @AMTAR@
249AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
250AR = @AR@
251AS = @AS@
252AUTOCONF = @AUTOCONF@
253AUTOHEADER = @AUTOHEADER@
254AUTOMAKE = @AUTOMAKE@
255AWK = @AWK@
256BLUEFISH_GTKMAC_CFLAGS = @BLUEFISH_GTKMAC_CFLAGS@
257BLUEFISH_GTKMAC_LIBS = @BLUEFISH_GTKMAC_LIBS@
258BLUEFISH_REQUIRED_CFLAGS = @BLUEFISH_REQUIRED_CFLAGS@
259BLUEFISH_REQUIRED_LIBS = @BLUEFISH_REQUIRED_LIBS@
260CATALOGS = @CATALOGS@
261CATOBJEXT = @CATOBJEXT@
262CC = @CC@
263CCDEPMODE = @CCDEPMODE@
264CFLAGS = @CFLAGS@
265CHARMAP_PLUGIN_CFLAGS = @CHARMAP_PLUGIN_CFLAGS@
266CHARMAP_PLUGIN_LIBS = @CHARMAP_PLUGIN_LIBS@
267CPP = @CPP@
268CPPFLAGS = @CPPFLAGS@
269CYGPATH_W = @CYGPATH_W@
270DATADIRNAME = @DATADIRNAME@
271DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" \
272	-DPKGDATADIR=\"$(pkgdatadir)\"
273DEPDIR = @DEPDIR@
274DESKTOP_FILE_VALIDATE = @DESKTOP_FILE_VALIDATE@
275DLLTOOL = @DLLTOOL@
276DSYMUTIL = @DSYMUTIL@
277DUMPBIN = @DUMPBIN@
278ECHO_C = @ECHO_C@
279ECHO_N = @ECHO_N@
280ECHO_T = @ECHO_T@
281EGREP = @EGREP@
282EXEEXT = @EXEEXT@
283FGREP = @FGREP@
284GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
285GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
286GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
287GMOFILES = @GMOFILES@
288GMSGFMT = @GMSGFMT@
289GMSGFMT_015 = @GMSGFMT_015@
290GREP = @GREP@
291INSTALL = @INSTALL@
292INSTALL_DATA = @INSTALL_DATA@
293INSTALL_PROGRAM = @INSTALL_PROGRAM@
294INSTALL_SCRIPT = @INSTALL_SCRIPT@
295INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
296INSTOBJEXT = @INSTOBJEXT@
297INTLLIBS = @INTLLIBS@
298INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
299INTLTOOL_MERGE = @INTLTOOL_MERGE@
300INTLTOOL_PERL = @INTLTOOL_PERL@
301INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
302INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
303INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
304INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
305INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
306INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
307JING = @JING@
308JING_FLAGS = @JING_FLAGS@
309LD = @LD@
310LDFLAGS = @LDFLAGS@
311LIBOBJS = @LIBOBJS@
312LIBS = @LIBS@
313LIBTOOL = @LIBTOOL@
314LIPO = @LIPO@
315LN_S = @LN_S@
316LTLIBOBJS = @LTLIBOBJS@
317LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
318MAINT = @MAINT@
319MAKEINFO = @MAKEINFO@
320MAN = @MAN@
321MANIFEST_TOOL = @MANIFEST_TOOL@
322MKDIR_P = @MKDIR_P@
323MKINSTALLDIRS = @MKINSTALLDIRS@
324MSGFMT = @MSGFMT@
325MSGFMT_015 = @MSGFMT_015@
326MSGFMT_OPTS = @MSGFMT_OPTS@
327MSGMERGE = @MSGMERGE@
328NM = @NM@
329NMEDIT = @NMEDIT@
330OBJDUMP = @OBJDUMP@
331OBJEXT = @OBJEXT@
332OTOOL = @OTOOL@
333OTOOL64 = @OTOOL64@
334PACKAGE = @PACKAGE@
335PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
336PACKAGE_NAME = @PACKAGE_NAME@
337PACKAGE_STRING = @PACKAGE_STRING@
338PACKAGE_TARNAME = @PACKAGE_TARNAME@
339PACKAGE_URL = @PACKAGE_URL@
340PACKAGE_VERSION = @PACKAGE_VERSION@
341PATH_SEPARATOR = @PATH_SEPARATOR@
342PKG_CONFIG = @PKG_CONFIG@
343PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
344PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
345POFILES = @POFILES@
346POSUB = @POSUB@
347PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
348PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
349PYTHON = @PYTHON@
350PYTHON_CONFIG = @PYTHON_CONFIG@
351PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
352PYTHON_INCLUDE = @PYTHON_INCLUDE@
353PYTHON_PLATFORM = @PYTHON_PLATFORM@
354PYTHON_PREFIX = @PYTHON_PREFIX@
355PYTHON_VERSION = @PYTHON_VERSION@
356RANLIB = @RANLIB@
357RC = @RC@
358SED = @SED@
359SET_MAKE = @SET_MAKE@
360SHELL = @SHELL@
361SPLIT_VERSION = @SPLIT_VERSION@
362STRIP = @STRIP@
363UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@
364UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
365USE_NLS = @USE_NLS@
366VERSION = @VERSION@
367WINDRES = @WINDRES@
368XGETTEXT = @XGETTEXT@
369XGETTEXT_015 = @XGETTEXT_015@
370XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
371XMLCATALOG = @XMLCATALOG@
372XMLLINT = @XMLLINT@
373XMLLINT_FLAGS = @XMLLINT_FLAGS@
374XML_CATALOG_FILE = @XML_CATALOG_FILE@
375abs_builddir = @abs_builddir@
376abs_srcdir = @abs_srcdir@
377abs_top_builddir = @abs_top_builddir@
378abs_top_srcdir = @abs_top_srcdir@
379ac_ct_AR = @ac_ct_AR@
380ac_ct_CC = @ac_ct_CC@
381ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
382am__include = @am__include@
383am__leading_dot = @am__leading_dot@
384am__quote = @am__quote@
385am__tar = @am__tar@
386am__untar = @am__untar@
387bindir = @bindir@
388build = @build@
389build_alias = @build_alias@
390build_cpu = @build_cpu@
391build_os = @build_os@
392build_vendor = @build_vendor@
393builddir = @builddir@
394datadir = @datadir@
395datarootdir = @datarootdir@
396docdir = @docdir@
397dvidir = @dvidir@
398exec_prefix = @exec_prefix@
399fdoappdatapath = @fdoappdatapath@
400fdomenupath = @fdomenupath@
401fdomimepath = @fdomimepath@
402host = @host@
403host_alias = @host_alias@
404host_cpu = @host_cpu@
405host_os = @host_os@
406host_vendor = @host_vendor@
407htmldir = @htmldir@
408iconpath = @iconpath@
409iconthemepath = @iconthemepath@
410includedir = @includedir@
411infodir = @infodir@
412install_sh = @install_sh@
413intltool__v_merge_options_ = @intltool__v_merge_options_@
414intltool__v_merge_options_0 = @intltool__v_merge_options_0@
415libdir = @libdir@
416libexecdir = @libexecdir@
417localedir = @localedir@
418localstatedir = @localstatedir@
419mandir = @mandir@
420mkdir_p = @mkdir_p@
421oldincludedir = @oldincludedir@
422pdfdir = @pdfdir@
423pkgpyexecdir = @pkgpyexecdir@
424pkgpythondir = @pkgpythondir@
425prefix = @prefix@
426program_transform_name = @program_transform_name@
427psdir = @psdir@
428pyexecdir = @pyexecdir@
429pythondir = @pythondir@
430runstatedir = @runstatedir@
431sbindir = @sbindir@
432sharedstatedir = @sharedstatedir@
433srcdir = @srcdir@
434sysconfdir = @sysconfdir@
435target_alias = @target_alias@
436top_build_prefix = @top_build_prefix@
437top_builddir = @top_builddir@
438top_srcdir = @top_srcdir@
439SUBDIRS = po
440EXTRA_DIST = about.def
441CLEANFILES = about_rev.h
442MAINTAINERCLEANFILES = Makefile.in
443BUILT_SOURCES = about_rev.h
444aboutdir = $(pkglibdir)
445about_LTLIBRARIES = about.la
446about_la_SOURCES = \
447	about.c \
448	about.h \
449	about_rev.h
450
451about_la_LDFLAGS = -module -avoid-version $(am__append_1)
452all: $(BUILT_SOURCES)
453	$(MAKE) $(AM_MAKEFLAGS) all-recursive
454
455.SUFFIXES:
456.SUFFIXES: .c .lo .o .obj
457$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
458	@for dep in $?; do \
459	  case '$(am__configure_deps)' in \
460	    *$$dep*) \
461	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
462	        && { if test -f $@; then exit 0; else break; fi; }; \
463	      exit 1;; \
464	  esac; \
465	done; \
466	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugin_about/Makefile'; \
467	$(am__cd) $(top_srcdir) && \
468	  $(AUTOMAKE) --foreign src/plugin_about/Makefile
469Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
470	@case '$?' in \
471	  *config.status*) \
472	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
473	  *) \
474	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
475	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
476	esac;
477
478$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
479	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
480
481$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
482	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
483$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
484	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
485$(am__aclocal_m4_deps):
486
487install-aboutLTLIBRARIES: $(about_LTLIBRARIES)
488	@$(NORMAL_INSTALL)
489	@list='$(about_LTLIBRARIES)'; test -n "$(aboutdir)" || list=; \
490	list2=; for p in $$list; do \
491	  if test -f $$p; then \
492	    list2="$$list2 $$p"; \
493	  else :; fi; \
494	done; \
495	test -z "$$list2" || { \
496	  echo " $(MKDIR_P) '$(DESTDIR)$(aboutdir)'"; \
497	  $(MKDIR_P) "$(DESTDIR)$(aboutdir)" || exit 1; \
498	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(aboutdir)'"; \
499	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(aboutdir)"; \
500	}
501
502uninstall-aboutLTLIBRARIES:
503	@$(NORMAL_UNINSTALL)
504	@list='$(about_LTLIBRARIES)'; test -n "$(aboutdir)" || list=; \
505	for p in $$list; do \
506	  $(am__strip_dir) \
507	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(aboutdir)/$$f'"; \
508	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(aboutdir)/$$f"; \
509	done
510
511clean-aboutLTLIBRARIES:
512	-test -z "$(about_LTLIBRARIES)" || rm -f $(about_LTLIBRARIES)
513	@list='$(about_LTLIBRARIES)'; \
514	locs=`for p in $$list; do echo $$p; done | \
515	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
516	      sort -u`; \
517	test -z "$$locs" || { \
518	  echo rm -f $${locs}; \
519	  rm -f $${locs}; \
520	}
521
522about.la: $(about_la_OBJECTS) $(about_la_DEPENDENCIES) $(EXTRA_about_la_DEPENDENCIES)
523	$(AM_V_CCLD)$(about_la_LINK) -rpath $(aboutdir) $(about_la_OBJECTS) $(about_la_LIBADD) $(LIBS)
524
525mostlyclean-compile:
526	-rm -f *.$(OBJEXT)
527
528distclean-compile:
529	-rm -f *.tab.c
530
531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/about.Plo@am__quote@
532
533.c.o:
534@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
535@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
536@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
537@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
538@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
539
540.c.obj:
541@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
542@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
543@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
544@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
545@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
546
547.c.lo:
548@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
549@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
550@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
551@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
552@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
553
554mostlyclean-libtool:
555	-rm -f *.lo
556
557clean-libtool:
558	-rm -rf .libs _libs
559
560# This directory's subdirectories are mostly independent; you can cd
561# into them and run 'make' without going through this Makefile.
562# To change the values of 'make' variables: instead of editing Makefiles,
563# (1) if the variable is set in 'config.status', edit 'config.status'
564#     (which will cause the Makefiles to be regenerated when you run 'make');
565# (2) otherwise, pass the desired values on the 'make' command line.
566$(am__recursive_targets):
567	@fail=; \
568	if $(am__make_keepgoing); then \
569	  failcom='fail=yes'; \
570	else \
571	  failcom='exit 1'; \
572	fi; \
573	dot_seen=no; \
574	target=`echo $@ | sed s/-recursive//`; \
575	case "$@" in \
576	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
577	  *) list='$(SUBDIRS)' ;; \
578	esac; \
579	for subdir in $$list; do \
580	  echo "Making $$target in $$subdir"; \
581	  if test "$$subdir" = "."; then \
582	    dot_seen=yes; \
583	    local_target="$$target-am"; \
584	  else \
585	    local_target="$$target"; \
586	  fi; \
587	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
588	  || eval $$failcom; \
589	done; \
590	if test "$$dot_seen" = "no"; then \
591	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
592	fi; test -z "$$fail"
593
594ID: $(am__tagged_files)
595	$(am__define_uniq_tagged_files); mkid -fID $$unique
596tags: tags-recursive
597TAGS: tags
598
599tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
600	set x; \
601	here=`pwd`; \
602	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
603	  include_option=--etags-include; \
604	  empty_fix=.; \
605	else \
606	  include_option=--include; \
607	  empty_fix=; \
608	fi; \
609	list='$(SUBDIRS)'; for subdir in $$list; do \
610	  if test "$$subdir" = .; then :; else \
611	    test ! -f $$subdir/TAGS || \
612	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
613	  fi; \
614	done; \
615	$(am__define_uniq_tagged_files); \
616	shift; \
617	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
618	  test -n "$$unique" || unique=$$empty_fix; \
619	  if test $$# -gt 0; then \
620	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
621	      "$$@" $$unique; \
622	  else \
623	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
624	      $$unique; \
625	  fi; \
626	fi
627ctags: ctags-recursive
628
629CTAGS: ctags
630ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
631	$(am__define_uniq_tagged_files); \
632	test -z "$(CTAGS_ARGS)$$unique" \
633	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
634	     $$unique
635
636GTAGS:
637	here=`$(am__cd) $(top_builddir) && pwd` \
638	  && $(am__cd) $(top_srcdir) \
639	  && gtags -i $(GTAGS_ARGS) "$$here"
640cscopelist: cscopelist-recursive
641
642cscopelist-am: $(am__tagged_files)
643	list='$(am__tagged_files)'; \
644	case "$(srcdir)" in \
645	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
646	  *) sdir=$(subdir)/$(srcdir) ;; \
647	esac; \
648	for i in $$list; do \
649	  if test -f "$$i"; then \
650	    echo "$(subdir)/$$i"; \
651	  else \
652	    echo "$$sdir/$$i"; \
653	  fi; \
654	done >> $(top_builddir)/cscope.files
655
656distclean-tags:
657	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
658
659distdir: $(DISTFILES)
660	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
661	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
662	list='$(DISTFILES)'; \
663	  dist_files=`for file in $$list; do echo $$file; done | \
664	  sed -e "s|^$$srcdirstrip/||;t" \
665	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
666	case $$dist_files in \
667	  */*) $(MKDIR_P) `echo "$$dist_files" | \
668			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
669			   sort -u` ;; \
670	esac; \
671	for file in $$dist_files; do \
672	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
673	  if test -d $$d/$$file; then \
674	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
675	    if test -d "$(distdir)/$$file"; then \
676	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
677	    fi; \
678	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
679	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
680	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
681	    fi; \
682	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
683	  else \
684	    test -f "$(distdir)/$$file" \
685	    || cp -p $$d/$$file "$(distdir)/$$file" \
686	    || exit 1; \
687	  fi; \
688	done
689	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
690	  if test "$$subdir" = .; then :; else \
691	    $(am__make_dryrun) \
692	      || test -d "$(distdir)/$$subdir" \
693	      || $(MKDIR_P) "$(distdir)/$$subdir" \
694	      || exit 1; \
695	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
696	    $(am__relativize); \
697	    new_distdir=$$reldir; \
698	    dir1=$$subdir; dir2="$(top_distdir)"; \
699	    $(am__relativize); \
700	    new_top_distdir=$$reldir; \
701	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
702	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
703	    ($(am__cd) $$subdir && \
704	      $(MAKE) $(AM_MAKEFLAGS) \
705	        top_distdir="$$new_top_distdir" \
706	        distdir="$$new_distdir" \
707		am__remove_distdir=: \
708		am__skip_length_check=: \
709		am__skip_mode_fix=: \
710	        distdir) \
711	      || exit 1; \
712	  fi; \
713	done
714check-am: all-am
715check: $(BUILT_SOURCES)
716	$(MAKE) $(AM_MAKEFLAGS) check-recursive
717all-am: Makefile $(LTLIBRARIES)
718installdirs: installdirs-recursive
719installdirs-am:
720	for dir in "$(DESTDIR)$(aboutdir)"; do \
721	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
722	done
723install: $(BUILT_SOURCES)
724	$(MAKE) $(AM_MAKEFLAGS) install-recursive
725install-exec: install-exec-recursive
726install-data: install-data-recursive
727uninstall: uninstall-recursive
728
729install-am: all-am
730	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
731
732installcheck: installcheck-recursive
733install-strip:
734	if test -z '$(STRIP)'; then \
735	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
736	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
737	      install; \
738	else \
739	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
740	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
741	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
742	fi
743mostlyclean-generic:
744
745clean-generic:
746	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
747
748distclean-generic:
749	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
750	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
751
752maintainer-clean-generic:
753	@echo "This command is intended for maintainers to use"
754	@echo "it deletes files that may require special tools to rebuild."
755	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
756	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
757clean: clean-recursive
758
759clean-am: clean-aboutLTLIBRARIES clean-generic clean-libtool \
760	mostlyclean-am
761
762distclean: distclean-recursive
763	-rm -rf ./$(DEPDIR)
764	-rm -f Makefile
765distclean-am: clean-am distclean-compile distclean-generic \
766	distclean-tags
767
768dvi: dvi-recursive
769
770dvi-am:
771
772html: html-recursive
773
774html-am:
775
776info: info-recursive
777
778info-am:
779
780install-data-am: install-aboutLTLIBRARIES
781
782install-dvi: install-dvi-recursive
783
784install-dvi-am:
785
786install-exec-am:
787
788install-html: install-html-recursive
789
790install-html-am:
791
792install-info: install-info-recursive
793
794install-info-am:
795
796install-man:
797
798install-pdf: install-pdf-recursive
799
800install-pdf-am:
801
802install-ps: install-ps-recursive
803
804install-ps-am:
805
806installcheck-am:
807
808maintainer-clean: maintainer-clean-recursive
809	-rm -rf ./$(DEPDIR)
810	-rm -f Makefile
811maintainer-clean-am: distclean-am maintainer-clean-generic \
812	maintainer-clean-local
813
814mostlyclean: mostlyclean-recursive
815
816mostlyclean-am: mostlyclean-compile mostlyclean-generic \
817	mostlyclean-libtool
818
819pdf: pdf-recursive
820
821pdf-am:
822
823ps: ps-recursive
824
825ps-am:
826
827uninstall-am: uninstall-aboutLTLIBRARIES
828
829.MAKE: $(am__recursive_targets) all check install install-am \
830	install-strip
831
832.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
833	check-am clean clean-aboutLTLIBRARIES clean-generic \
834	clean-libtool cscopelist-am ctags ctags-am distclean \
835	distclean-compile distclean-generic distclean-libtool \
836	distclean-tags distdir dvi dvi-am html html-am info info-am \
837	install install-aboutLTLIBRARIES install-am install-data \
838	install-data-am install-dvi install-dvi-am install-exec \
839	install-exec-am install-html install-html-am install-info \
840	install-info-am install-man install-pdf install-pdf-am \
841	install-ps install-ps-am install-strip installcheck \
842	installcheck-am installdirs installdirs-am maintainer-clean \
843	maintainer-clean-generic maintainer-clean-local mostlyclean \
844	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
845	pdf pdf-am ps ps-am tags tags-am uninstall \
846	uninstall-aboutLTLIBRARIES uninstall-am
847
848.PRECIOUS: Makefile
849
850
851about_rev.h: about_rev.h.tmp
852	@if test ! -e $@ || test -n "`diff $< $@`" ; then cp $< $@ ; fi
853
854about_rev.h.tmp:
855	@SVN_REVISION=`LANG=C svnversion -n ${top_srcdir} || echo exported` ; \
856	echo "/* Automatically created by the Makefile." > $@ ; \
857	echo " * http://bugzilla.gnome.org/show_bug.cgi?id=578719 */" >> $@ ; \
858	echo "#ifndef __ABOUT_REV_H_" >> $@ ; \
859	echo "#define __ABOUT_REV_H_" >> $@ ; \
860	echo "#ifdef SVN_REVISION" >> $@ ; \
861	echo "#undef SVN_REVISION" >> $@ ; \
862	echo "#endif /* SVN_REVISION */" >> $@ ; \
863	if test -n $${SVN_REVISION} -a "x$${SVN_REVISION}" != "xexported" ; then \
864		echo "#define SVN_REVISION \"$${SVN_REVISION}\"" >> $@ ; \
865	fi ; \
866	echo "#endif /* __ABOUT_REV_H_ */" >> $@
867
868.INTERMEDIATE: about_rev.h.tmp
869.PHONY: about_rev.h.tmp
870
871maintainer-clean-local:
872	cd $(srcdir)/po && rm -f boldquot.sed en@boldquot.header en@quot.header insert-header.sin Makefile.in.in quot.sed remove-potcdate.sin Rules-quot $(PACKAGE)_plugin_about.pot
873
874# Tell versions [3.59,3.63) of GNU make to not export all variables.
875# Otherwise a system limit (for SysV at least) may be exceeded.
876.NOEXPORT:
877