1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Nautilus-Actions
18# A Nautilus extension which offers configurable context menu actions.
19#
20# Copyright (C) 2005 The GNOME Foundation
21# Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
22# Copyright (C) 2009-2014 Pierre Wieser and others (see AUTHORS)
23#
24# Nautilus-Actions is free software; you can redistribute it and/or
25# modify it under the terms of the GNU General Public License as
26# published by the Free Software Foundation; either version 2 of
27# the License, or (at your option) any later version.
28#
29# Nautilus-Actions is distributed in the hope that it will be useful,
30# but WITHOUT ANY WARRANTY; without even the implied warranty of
31# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
32# General Public License for more details.
33#
34# You should have received a copy of the GNU General Public License
35# along with Nautilus-Actions; see the file COPYING. If not, see
36# <http://www.gnu.org/licenses/>.
37#
38# Authors:
39#   Frederic Ruaudel <grumz@grumz.net>
40#   Rodrigo Moya <rodrigo@gnome-db.org>
41#   Pierre Wieser <pwieser@trychlos.org>
42#   ... and many others (see AUTHORS)
43
44VPATH = @srcdir@
45am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
46am__make_running_with_option = \
47  case $${target_option-} in \
48      ?) ;; \
49      *) echo "am__make_running_with_option: internal error: invalid" \
50              "target option '$${target_option-}' specified" >&2; \
51         exit 1;; \
52  esac; \
53  has_opt=no; \
54  sane_makeflags=$$MAKEFLAGS; \
55  if $(am__is_gnu_make); then \
56    sane_makeflags=$$MFLAGS; \
57  else \
58    case $$MAKEFLAGS in \
59      *\\[\ \	]*) \
60        bs=\\; \
61        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
62          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
63    esac; \
64  fi; \
65  skip_next=no; \
66  strip_trailopt () \
67  { \
68    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69  }; \
70  for flg in $$sane_makeflags; do \
71    test $$skip_next = yes && { skip_next=no; continue; }; \
72    case $$flg in \
73      *=*|--*) continue;; \
74        -*I) strip_trailopt 'I'; skip_next=yes;; \
75      -*I?*) strip_trailopt 'I';; \
76        -*O) strip_trailopt 'O'; skip_next=yes;; \
77      -*O?*) strip_trailopt 'O';; \
78        -*l) strip_trailopt 'l'; skip_next=yes;; \
79      -*l?*) strip_trailopt 'l';; \
80      -[dEDm]) skip_next=yes;; \
81      -[JT]) skip_next=yes;; \
82    esac; \
83    case $$flg in \
84      *$$target_option*) has_opt=yes; break;; \
85    esac; \
86  done; \
87  test $$has_opt = yes
88am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90pkgdatadir = $(datadir)/@PACKAGE@
91pkgincludedir = $(includedir)/@PACKAGE@
92pkglibdir = $(libdir)/@PACKAGE@
93pkglibexecdir = $(libexecdir)/@PACKAGE@
94am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95install_sh_DATA = $(install_sh) -c -m 644
96install_sh_PROGRAM = $(install_sh) -c
97install_sh_SCRIPT = $(install_sh) -c
98INSTALL_HEADER = $(INSTALL_DATA)
99transform = $(program_transform_name)
100NORMAL_INSTALL = :
101PRE_INSTALL = :
102POST_INSTALL = :
103NORMAL_UNINSTALL = :
104PRE_UNINSTALL = :
105POST_UNINSTALL = :
106build_triplet = @build@
107host_triplet = @host@
108target_triplet = @target@
109subdir = src/api
110DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
111	$(top_srcdir)/mkinstalldirs $(api_include_HEADERS) README
112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
114	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
115	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
116	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
117	$(top_srcdir)/m4/lt~obsolete.m4 \
118	$(top_srcdir)/m4/na-check-for-gconf.m4 \
119	$(top_srcdir)/m4/na-check-for-gdbus.m4 \
120	$(top_srcdir)/m4/na-check-for-gtk.m4 \
121	$(top_srcdir)/m4/na-check-module.m4 \
122	$(top_srcdir)/m4/na-compiler.m4 \
123	$(top_srcdir)/m4/na-default-io-provider.m4 \
124	$(top_srcdir)/m4/na-enable-manuals.m4 \
125	$(top_srcdir)/m4/na-log-domains.m4 \
126	$(top_srcdir)/m4/na-maintainer.m4 \
127	$(top_srcdir)/m4/na-nautilus-extdir.m4 \
128	$(top_srcdir)/configure.ac
129am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
130	$(ACLOCAL_M4)
131mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
132CONFIG_HEADER = $(top_builddir)/src/config.h
133CONFIG_CLEAN_FILES =
134CONFIG_CLEAN_VPATH_FILES =
135AM_V_P = $(am__v_P_@AM_V@)
136am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
137am__v_P_0 = false
138am__v_P_1 = :
139AM_V_GEN = $(am__v_GEN_@AM_V@)
140am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
141am__v_GEN_0 = @echo "  GEN     " $@;
142am__v_GEN_1 =
143AM_V_at = $(am__v_at_@AM_V@)
144am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
145am__v_at_0 = @
146am__v_at_1 =
147SOURCES =
148DIST_SOURCES =
149am__can_run_installinfo = \
150  case $$AM_UPDATE_INFO_DIR in \
151    n|no|NO) false;; \
152    *) (install-info --version) >/dev/null 2>&1;; \
153  esac
154am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
155am__vpath_adj = case $$p in \
156    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
157    *) f=$$p;; \
158  esac;
159am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
160am__install_max = 40
161am__nobase_strip_setup = \
162  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
163am__nobase_strip = \
164  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
165am__nobase_list = $(am__nobase_strip_setup); \
166  for p in $$list; do echo "$$p $$p"; done | \
167  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
168  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
169    if (++n[$$2] == $(am__install_max)) \
170      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
171    END { for (dir in files) print dir, files[dir] }'
172am__base_list = \
173  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
174  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
175am__uninstall_files_from_dir = { \
176  test -z "$$files" \
177    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
178    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
179         $(am__cd) "$$dir" && rm -f $$files; }; \
180  }
181am__installdirs = "$(DESTDIR)$(api_includedir)"
182HEADERS = $(api_include_HEADERS)
183am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184# Read a list of newline-separated strings from the standard input,
185# and print each of them once, without duplicates.  Input order is
186# *not* preserved.
187am__uniquify_input = $(AWK) '\
188  BEGIN { nonempty = 0; } \
189  { items[$$0] = 1; nonempty = 1; } \
190  END { if (nonempty) { for (i in items) print i; }; } \
191'
192# Make sure the list of sources is unique.  This is necessary because,
193# e.g., the same source file might be shared among _SOURCES variables
194# for different programs/libraries.
195am__define_uniq_tagged_files = \
196  list='$(am__tagged_files)'; \
197  unique=`for i in $$list; do \
198    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199  done | $(am__uniquify_input)`
200ETAGS = etags
201CTAGS = ctags
202DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203ACLOCAL = @ACLOCAL@
204ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
205ALL_LINGUAS = @ALL_LINGUAS@
206AMTAR = @AMTAR@
207AM_CFLAGS = @AM_CFLAGS@
208AM_CPPFLAGS = @AM_CPPFLAGS@
209AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
210AM_LDFLAGS = @AM_LDFLAGS@
211AR = @AR@
212AUTOCONF = @AUTOCONF@
213AUTOHEADER = @AUTOHEADER@
214AUTOMAKE = @AUTOMAKE@
215AWK = @AWK@
216CATALOGS = @CATALOGS@
217CATOBJEXT = @CATOBJEXT@
218CC = @CC@
219CCDEPMODE = @CCDEPMODE@
220CFLAGS = @CFLAGS@
221CPP = @CPP@
222CPPFLAGS = @CPPFLAGS@
223CYGPATH_W = @CYGPATH_W@
224DATADIRNAME = @DATADIRNAME@
225DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
226DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
227DEFS = @DEFS@
228DEPDIR = @DEPDIR@
229DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
230DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
231DLLTOOL = @DLLTOOL@
232DOC_USER_FORMATS = @DOC_USER_FORMATS@
233DSYMUTIL = @DSYMUTIL@
234DUMPBIN = @DUMPBIN@
235ECHO_C = @ECHO_C@
236ECHO_N = @ECHO_N@
237ECHO_T = @ECHO_T@
238EGREP = @EGREP@
239EXEEXT = @EXEEXT@
240FGREP = @FGREP@
241GCONF_CFLAGS = @GCONF_CFLAGS@
242GCONF_LIBS = @GCONF_LIBS@
243GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
244GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
245GDBUS_CFLAGS = @GDBUS_CFLAGS@
246GDBUS_LIBS = @GDBUS_LIBS@
247GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
248GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
249GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
250GLIB_CFLAGS = @GLIB_CFLAGS@
251GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
252GLIB_LIBS = @GLIB_LIBS@
253GMODULE_CFLAGS = @GMODULE_CFLAGS@
254GMODULE_LIBS = @GMODULE_LIBS@
255GMOFILES = @GMOFILES@
256GMSGFMT = @GMSGFMT@
257GREP = @GREP@
258GTK2_CFLAGS = @GTK2_CFLAGS@
259GTK2_LIBS = @GTK2_LIBS@
260GTK3_CFLAGS = @GTK3_CFLAGS@
261GTK3_LIBS = @GTK3_LIBS@
262GTKDOC_CHECK = @GTKDOC_CHECK@
263GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
264GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
265GTKDOC_MKPDF = @GTKDOC_MKPDF@
266GTKDOC_REBASE = @GTKDOC_REBASE@
267GTOP_CFLAGS = @GTOP_CFLAGS@
268GTOP_LIBS = @GTOP_LIBS@
269HELP_DIR = @HELP_DIR@
270HTML_DIR = @HTML_DIR@
271ICE_CFLAGS = @ICE_CFLAGS@
272ICE_LIBS = @ICE_LIBS@
273INSTALL = @INSTALL@
274INSTALL_DATA = @INSTALL_DATA@
275INSTALL_PROGRAM = @INSTALL_PROGRAM@
276INSTALL_SCRIPT = @INSTALL_SCRIPT@
277INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
278INSTOBJEXT = @INSTOBJEXT@
279INTLLIBS = @INTLLIBS@
280INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
281INTLTOOL_MERGE = @INTLTOOL_MERGE@
282INTLTOOL_PERL = @INTLTOOL_PERL@
283INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
284INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
285INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
286INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
287INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
288LD = @LD@
289LDFLAGS = @LDFLAGS@
290LIBOBJS = @LIBOBJS@
291LIBS = @LIBS@
292LIBTOOL = @LIBTOOL@
293LIBXML_CFLAGS = @LIBXML_CFLAGS@
294LIBXML_LIBS = @LIBXML_LIBS@
295LIPO = @LIPO@
296LN_S = @LN_S@
297LTLIBOBJS = @LTLIBOBJS@
298MAINT = @MAINT@
299MAKEINFO = @MAKEINFO@
300MANIFEST_TOOL = @MANIFEST_TOOL@
301MKDIR_P = @MKDIR_P@
302MKINSTALLDIRS = @MKINSTALLDIRS@
303MSGFMT = @MSGFMT@
304MSGFMT_OPTS = @MSGFMT_OPTS@
305MSGMERGE = @MSGMERGE@
306NAUTILUS_ACTIONS_CFLAGS = @NAUTILUS_ACTIONS_CFLAGS@
307NAUTILUS_ACTIONS_LIBS = @NAUTILUS_ACTIONS_LIBS@
308NAUTILUS_EXTENSIONS_DIR = @NAUTILUS_EXTENSIONS_DIR@
309NAUTILUS_EXTENSION_CFLAGS = @NAUTILUS_EXTENSION_CFLAGS@
310NAUTILUS_EXTENSION_LIBS = @NAUTILUS_EXTENSION_LIBS@
311NA_LOGDOMAIN_CORE = @NA_LOGDOMAIN_CORE@
312NA_LOGDOMAIN_IO_DESKTOP = @NA_LOGDOMAIN_IO_DESKTOP@
313NA_LOGDOMAIN_IO_GCONF = @NA_LOGDOMAIN_IO_GCONF@
314NA_LOGDOMAIN_IO_XML = @NA_LOGDOMAIN_IO_XML@
315NA_LOGDOMAIN_NACT = @NA_LOGDOMAIN_NACT@
316NA_LOGDOMAIN_PLUGIN_MENU = @NA_LOGDOMAIN_PLUGIN_MENU@
317NA_LOGDOMAIN_PLUGIN_TRACKER = @NA_LOGDOMAIN_PLUGIN_TRACKER@
318NA_LOGDOMAIN_TEST = @NA_LOGDOMAIN_TEST@
319NA_LOGDOMAIN_UTILS = @NA_LOGDOMAIN_UTILS@
320NM = @NM@
321NMEDIT = @NMEDIT@
322OBJDUMP = @OBJDUMP@
323OBJEXT = @OBJEXT@
324OMF_DIR = @OMF_DIR@
325OTOOL = @OTOOL@
326OTOOL64 = @OTOOL64@
327PACKAGE = @PACKAGE@
328PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
329PACKAGE_NAME = @PACKAGE_NAME@
330PACKAGE_STRING = @PACKAGE_STRING@
331PACKAGE_TARNAME = @PACKAGE_TARNAME@
332PACKAGE_URL = @PACKAGE_URL@
333PACKAGE_VERSION = @PACKAGE_VERSION@
334PATH_SEPARATOR = @PATH_SEPARATOR@
335PKG_CONFIG = @PKG_CONFIG@
336PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
337PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
338POFILES = @POFILES@
339POSUB = @POSUB@
340PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
341PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
342RANLIB = @RANLIB@
343SED = @SED@
344SET_MAKE = @SET_MAKE@
345SHELL = @SHELL@
346SM_CFLAGS = @SM_CFLAGS@
347SM_LIBS = @SM_LIBS@
348STRIP = @STRIP@
349UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
350UNIQUE_LIBS = @UNIQUE_LIBS@
351USE_NLS = @USE_NLS@
352UUID_CFLAGS = @UUID_CFLAGS@
353UUID_LIBS = @UUID_LIBS@
354VERSION = @VERSION@
355WARN_CFLAGS = @WARN_CFLAGS@
356WITH_DB2HTML = @WITH_DB2HTML@
357WITH_GDT = @WITH_GDT@
358XGETTEXT = @XGETTEXT@
359abs_builddir = @abs_builddir@
360abs_srcdir = @abs_srcdir@
361abs_top_builddir = @abs_top_builddir@
362abs_top_srcdir = @abs_top_srcdir@
363ac_ct_AR = @ac_ct_AR@
364ac_ct_CC = @ac_ct_CC@
365ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
366am__include = @am__include@
367am__leading_dot = @am__leading_dot@
368am__quote = @am__quote@
369am__tar = @am__tar@
370am__untar = @am__untar@
371bindir = @bindir@
372build = @build@
373build_alias = @build_alias@
374build_cpu = @build_cpu@
375build_os = @build_os@
376build_vendor = @build_vendor@
377builddir = @builddir@
378datadir = @datadir@
379datarootdir = @datarootdir@
380docdir = @docdir@
381dvidir = @dvidir@
382exec_prefix = @exec_prefix@
383have_gconf = @have_gconf@
384host = @host@
385host_alias = @host_alias@
386host_cpu = @host_cpu@
387host_os = @host_os@
388host_vendor = @host_vendor@
389htmldir = @htmldir@
390includedir = @includedir@
391infodir = @infodir@
392install_sh = @install_sh@
393intltool__v_merge_options_ = @intltool__v_merge_options_@
394intltool__v_merge_options_0 = @intltool__v_merge_options_0@
395libdir = @libdir@
396libexecdir = @libexecdir@
397localedir = @localedir@
398localstatedir = @localstatedir@
399mandir = @mandir@
400mkdir_p = @mkdir_p@
401oldincludedir = @oldincludedir@
402pdfdir = @pdfdir@
403prefix = @prefix@
404program_transform_name = @program_transform_name@
405psdir = @psdir@
406sbindir = @sbindir@
407sharedstatedir = @sharedstatedir@
408srcdir = @srcdir@
409sysconfdir = @sysconfdir@
410target = @target@
411target_alias = @target_alias@
412target_cpu = @target_cpu@
413target_os = @target_os@
414target_vendor = @target_vendor@
415top_build_prefix = @top_build_prefix@
416top_builddir = @top_builddir@
417top_srcdir = @top_srcdir@
418with_db2html = @with_db2html@
419with_dblatex = @with_dblatex@
420with_gdt = @with_gdt@
421api_includedir = $(pkgincludedir)
422api_include_HEADERS = \
423	na-extension.h										\
424	\
425	na-dbus.h											\
426	na-iexporter.h										\
427	na-iimporter.h										\
428	na-ifactory-provider.h								\
429	na-ifactory-provider-provider.h						\
430	na-iio-provider.h									\
431	\
432	na-boxed.h											\
433	na-core-utils.h										\
434	na-data-boxed.h										\
435	na-data-def.h										\
436	na-data-types.h										\
437	na-gconf-monitor.h									\
438	na-gconf-utils.h									\
439	na-icontext.h										\
440	na-iduplicable.h									\
441	na-ifactory-object.h								\
442	na-ifactory-object-data.h							\
443	na-object-api.h										\
444	na-object.h											\
445	na-object-id.h										\
446	na-object-item.h									\
447	na-object-action.h									\
448	na-object-profile.h									\
449	na-object-menu.h									\
450	na-timeout.h										\
451	$(NULL)
452
453all: all-am
454
455.SUFFIXES:
456$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
457	@for dep in $?; do \
458	  case '$(am__configure_deps)' in \
459	    *$$dep*) \
460	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
461	        && { if test -f $@; then exit 0; else break; fi; }; \
462	      exit 1;; \
463	  esac; \
464	done; \
465	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/api/Makefile'; \
466	$(am__cd) $(top_srcdir) && \
467	  $(AUTOMAKE) --gnu src/api/Makefile
468.PRECIOUS: 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
487mostlyclean-libtool:
488	-rm -f *.lo
489
490clean-libtool:
491	-rm -rf .libs _libs
492install-api_includeHEADERS: $(api_include_HEADERS)
493	@$(NORMAL_INSTALL)
494	@list='$(api_include_HEADERS)'; test -n "$(api_includedir)" || list=; \
495	if test -n "$$list"; then \
496	  echo " $(MKDIR_P) '$(DESTDIR)$(api_includedir)'"; \
497	  $(MKDIR_P) "$(DESTDIR)$(api_includedir)" || exit 1; \
498	fi; \
499	for p in $$list; do \
500	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
501	  echo "$$d$$p"; \
502	done | $(am__base_list) | \
503	while read files; do \
504	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(api_includedir)'"; \
505	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(api_includedir)" || exit $$?; \
506	done
507
508uninstall-api_includeHEADERS:
509	@$(NORMAL_UNINSTALL)
510	@list='$(api_include_HEADERS)'; test -n "$(api_includedir)" || list=; \
511	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
512	dir='$(DESTDIR)$(api_includedir)'; $(am__uninstall_files_from_dir)
513
514ID: $(am__tagged_files)
515	$(am__define_uniq_tagged_files); mkid -fID $$unique
516tags: tags-am
517TAGS: tags
518
519tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
520	set x; \
521	here=`pwd`; \
522	$(am__define_uniq_tagged_files); \
523	shift; \
524	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
525	  test -n "$$unique" || unique=$$empty_fix; \
526	  if test $$# -gt 0; then \
527	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
528	      "$$@" $$unique; \
529	  else \
530	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
531	      $$unique; \
532	  fi; \
533	fi
534ctags: ctags-am
535
536CTAGS: ctags
537ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
538	$(am__define_uniq_tagged_files); \
539	test -z "$(CTAGS_ARGS)$$unique" \
540	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
541	     $$unique
542
543GTAGS:
544	here=`$(am__cd) $(top_builddir) && pwd` \
545	  && $(am__cd) $(top_srcdir) \
546	  && gtags -i $(GTAGS_ARGS) "$$here"
547cscopelist: cscopelist-am
548
549cscopelist-am: $(am__tagged_files)
550	list='$(am__tagged_files)'; \
551	case "$(srcdir)" in \
552	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
553	  *) sdir=$(subdir)/$(srcdir) ;; \
554	esac; \
555	for i in $$list; do \
556	  if test -f "$$i"; then \
557	    echo "$(subdir)/$$i"; \
558	  else \
559	    echo "$$sdir/$$i"; \
560	  fi; \
561	done >> $(top_builddir)/cscope.files
562
563distclean-tags:
564	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
565
566distdir: $(DISTFILES)
567	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
568	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569	list='$(DISTFILES)'; \
570	  dist_files=`for file in $$list; do echo $$file; done | \
571	  sed -e "s|^$$srcdirstrip/||;t" \
572	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
573	case $$dist_files in \
574	  */*) $(MKDIR_P) `echo "$$dist_files" | \
575			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
576			   sort -u` ;; \
577	esac; \
578	for file in $$dist_files; do \
579	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
580	  if test -d $$d/$$file; then \
581	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
582	    if test -d "$(distdir)/$$file"; then \
583	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
584	    fi; \
585	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
586	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
587	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
588	    fi; \
589	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
590	  else \
591	    test -f "$(distdir)/$$file" \
592	    || cp -p $$d/$$file "$(distdir)/$$file" \
593	    || exit 1; \
594	  fi; \
595	done
596check-am: all-am
597check: check-am
598all-am: Makefile $(HEADERS)
599installdirs:
600	for dir in "$(DESTDIR)$(api_includedir)"; do \
601	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
602	done
603install: install-am
604install-exec: install-exec-am
605install-data: install-data-am
606uninstall: uninstall-am
607
608install-am: all-am
609	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
610
611installcheck: installcheck-am
612install-strip:
613	if test -z '$(STRIP)'; then \
614	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
615	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
616	      install; \
617	else \
618	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
619	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
620	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
621	fi
622mostlyclean-generic:
623
624clean-generic:
625
626distclean-generic:
627	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
628	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
629
630maintainer-clean-generic:
631	@echo "This command is intended for maintainers to use"
632	@echo "it deletes files that may require special tools to rebuild."
633clean: clean-am
634
635clean-am: clean-generic clean-libtool mostlyclean-am
636
637distclean: distclean-am
638	-rm -f Makefile
639distclean-am: clean-am distclean-generic distclean-tags
640
641dvi: dvi-am
642
643dvi-am:
644
645html: html-am
646
647html-am:
648
649info: info-am
650
651info-am:
652
653install-data-am: install-api_includeHEADERS
654
655install-dvi: install-dvi-am
656
657install-dvi-am:
658
659install-exec-am:
660
661install-html: install-html-am
662
663install-html-am:
664
665install-info: install-info-am
666
667install-info-am:
668
669install-man:
670
671install-pdf: install-pdf-am
672
673install-pdf-am:
674
675install-ps: install-ps-am
676
677install-ps-am:
678
679installcheck-am:
680
681maintainer-clean: maintainer-clean-am
682	-rm -f Makefile
683maintainer-clean-am: distclean-am maintainer-clean-generic
684
685mostlyclean: mostlyclean-am
686
687mostlyclean-am: mostlyclean-generic mostlyclean-libtool
688
689pdf: pdf-am
690
691pdf-am:
692
693ps: ps-am
694
695ps-am:
696
697uninstall-am: uninstall-api_includeHEADERS
698
699.MAKE: install-am install-strip
700
701.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
702	clean-libtool cscopelist-am ctags ctags-am distclean \
703	distclean-generic distclean-libtool distclean-tags distdir dvi \
704	dvi-am html html-am info info-am install install-am \
705	install-api_includeHEADERS install-data install-data-am \
706	install-dvi install-dvi-am install-exec install-exec-am \
707	install-html install-html-am install-info install-info-am \
708	install-man install-pdf install-pdf-am install-ps \
709	install-ps-am install-strip installcheck installcheck-am \
710	installdirs maintainer-clean maintainer-clean-generic \
711	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
712	ps ps-am tags tags-am uninstall uninstall-am \
713	uninstall-api_includeHEADERS
714
715
716# Tell versions [3.59,3.63) of GNU make to not export all variables.
717# Otherwise a system limit (for SysV at least) may be exceeded.
718.NOEXPORT:
719