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
44
45VPATH = @srcdir@
46am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
47am__make_running_with_option = \
48  case $${target_option-} in \
49      ?) ;; \
50      *) echo "am__make_running_with_option: internal error: invalid" \
51              "target option '$${target_option-}' specified" >&2; \
52         exit 1;; \
53  esac; \
54  has_opt=no; \
55  sane_makeflags=$$MAKEFLAGS; \
56  if $(am__is_gnu_make); then \
57    sane_makeflags=$$MFLAGS; \
58  else \
59    case $$MAKEFLAGS in \
60      *\\[\ \	]*) \
61        bs=\\; \
62        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
64    esac; \
65  fi; \
66  skip_next=no; \
67  strip_trailopt () \
68  { \
69    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70  }; \
71  for flg in $$sane_makeflags; do \
72    test $$skip_next = yes && { skip_next=no; continue; }; \
73    case $$flg in \
74      *=*|--*) continue;; \
75        -*I) strip_trailopt 'I'; skip_next=yes;; \
76      -*I?*) strip_trailopt 'I';; \
77        -*O) strip_trailopt 'O'; skip_next=yes;; \
78      -*O?*) strip_trailopt 'O';; \
79        -*l) strip_trailopt 'l'; skip_next=yes;; \
80      -*l?*) strip_trailopt 'l';; \
81      -[dEDm]) skip_next=yes;; \
82      -[JT]) skip_next=yes;; \
83    esac; \
84    case $$flg in \
85      *$$target_option*) has_opt=yes; break;; \
86    esac; \
87  done; \
88  test $$has_opt = yes
89am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91pkgdatadir = $(datadir)/@PACKAGE@
92pkgincludedir = $(includedir)/@PACKAGE@
93pkglibdir = $(libdir)/@PACKAGE@
94pkglibexecdir = $(libexecdir)/@PACKAGE@
95am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96install_sh_DATA = $(install_sh) -c -m 644
97install_sh_PROGRAM = $(install_sh) -c
98install_sh_SCRIPT = $(install_sh) -c
99INSTALL_HEADER = $(INSTALL_DATA)
100transform = $(program_transform_name)
101NORMAL_INSTALL = :
102PRE_INSTALL = :
103POST_INSTALL = :
104NORMAL_UNINSTALL = :
105PRE_UNINSTALL = :
106POST_UNINSTALL = :
107build_triplet = @build@
108host_triplet = @host@
109target_triplet = @target@
110bin_PROGRAMS = nautilus-actions-config-tool$(EXEEXT)
111subdir = src/nact
112DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
113	$(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
114ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
116	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
117	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
118	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
119	$(top_srcdir)/m4/lt~obsolete.m4 \
120	$(top_srcdir)/m4/na-check-for-gconf.m4 \
121	$(top_srcdir)/m4/na-check-for-gdbus.m4 \
122	$(top_srcdir)/m4/na-check-for-gtk.m4 \
123	$(top_srcdir)/m4/na-check-module.m4 \
124	$(top_srcdir)/m4/na-compiler.m4 \
125	$(top_srcdir)/m4/na-default-io-provider.m4 \
126	$(top_srcdir)/m4/na-enable-manuals.m4 \
127	$(top_srcdir)/m4/na-log-domains.m4 \
128	$(top_srcdir)/m4/na-maintainer.m4 \
129	$(top_srcdir)/m4/na-nautilus-extdir.m4 \
130	$(top_srcdir)/configure.ac
131am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
132	$(ACLOCAL_M4)
133mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
134CONFIG_HEADER = $(top_builddir)/src/config.h
135CONFIG_CLEAN_FILES =
136CONFIG_CLEAN_VPATH_FILES =
137am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(applicationsdir)" \
138	"$(DESTDIR)$(ui_datadir)"
139PROGRAMS = $(bin_PROGRAMS)
140am__objects_1 = base-marshal.$(OBJEXT) nact-marshal.$(OBJEXT)
141am_nautilus_actions_config_tool_OBJECTS = base-application.$(OBJEXT) \
142	base-assistant.$(OBJEXT) base-builder.$(OBJEXT) \
143	base-dialog.$(OBJEXT) base-gtk-utils.$(OBJEXT) \
144	base-isession.$(OBJEXT) base-iunique.$(OBJEXT) \
145	base-window.$(OBJEXT) egg-desktop-file.$(OBJEXT) \
146	egg-sm-client.$(OBJEXT) egg-sm-client-xsmp.$(OBJEXT) \
147	egg-tree-multi-dnd.$(OBJEXT) main.$(OBJEXT) \
148	nact-add-capability-dialog.$(OBJEXT) \
149	nact-add-scheme-dialog.$(OBJEXT) nact-application.$(OBJEXT) \
150	nact-assistant-export.$(OBJEXT) \
151	nact-assistant-import.$(OBJEXT) nact-clipboard.$(OBJEXT) \
152	nact-confirm-logout.$(OBJEXT) nact-export-ask.$(OBJEXT) \
153	nact-iaction-tab.$(OBJEXT) nact-ibasenames-tab.$(OBJEXT) \
154	nact-icapabilities-tab.$(OBJEXT) nact-icon-chooser.$(OBJEXT) \
155	nact-ienvironment-tab.$(OBJEXT) nact-iexecution-tab.$(OBJEXT) \
156	nact-ifolders-tab.$(OBJEXT) nact-icommand-tab.$(OBJEXT) \
157	nact-imimetypes-tab.$(OBJEXT) nact-iproperties-tab.$(OBJEXT) \
158	nact-ischemes-tab.$(OBJEXT) nact-main-statusbar.$(OBJEXT) \
159	nact-main-tab.$(OBJEXT) nact-main-toolbar.$(OBJEXT) \
160	nact-main-window.$(OBJEXT) nact-match-list.$(OBJEXT) \
161	nact-menubar.$(OBJEXT) nact-menubar-edit.$(OBJEXT) \
162	nact-menubar-file.$(OBJEXT) nact-menubar-help.$(OBJEXT) \
163	nact-menubar-maintainer.$(OBJEXT) nact-menubar-tools.$(OBJEXT) \
164	nact-menubar-view.$(OBJEXT) nact-preferences-editor.$(OBJEXT) \
165	nact-providers-list.$(OBJEXT) nact-schemes-list.$(OBJEXT) \
166	nact-sort-buttons.$(OBJEXT) nact-tree-ieditable.$(OBJEXT) \
167	nact-tree-model.$(OBJEXT) nact-tree-model-dnd.$(OBJEXT) \
168	nact-tree-view.$(OBJEXT) $(am__objects_1)
169nautilus_actions_config_tool_OBJECTS =  \
170	$(am_nautilus_actions_config_tool_OBJECTS)
171am__DEPENDENCIES_1 =
172nautilus_actions_config_tool_DEPENDENCIES =  \
173	$(top_builddir)/src/core/libna-core.la $(am__DEPENDENCIES_1)
174AM_V_lt = $(am__v_lt_@AM_V@)
175am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
176am__v_lt_0 = --silent
177am__v_lt_1 =
178AM_V_P = $(am__v_P_@AM_V@)
179am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
180am__v_P_0 = false
181am__v_P_1 = :
182AM_V_GEN = $(am__v_GEN_@AM_V@)
183am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
184am__v_GEN_0 = @echo "  GEN     " $@;
185am__v_GEN_1 =
186AM_V_at = $(am__v_at_@AM_V@)
187am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
188am__v_at_0 = @
189am__v_at_1 =
190DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
191depcomp = $(SHELL) $(top_srcdir)/depcomp
192am__depfiles_maybe = depfiles
193am__mv = mv -f
194COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
195	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
196LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
197	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
198	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
199	$(AM_CFLAGS) $(CFLAGS)
200AM_V_CC = $(am__v_CC_@AM_V@)
201am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
202am__v_CC_0 = @echo "  CC      " $@;
203am__v_CC_1 =
204CCLD = $(CC)
205LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
206	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
207	$(AM_LDFLAGS) $(LDFLAGS) -o $@
208AM_V_CCLD = $(am__v_CCLD_@AM_V@)
209am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
210am__v_CCLD_0 = @echo "  CCLD    " $@;
211am__v_CCLD_1 =
212SOURCES = $(nautilus_actions_config_tool_SOURCES)
213DIST_SOURCES = $(nautilus_actions_config_tool_SOURCES)
214am__can_run_installinfo = \
215  case $$AM_UPDATE_INFO_DIR in \
216    n|no|NO) false;; \
217    *) (install-info --version) >/dev/null 2>&1;; \
218  esac
219am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
220am__vpath_adj = case $$p in \
221    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
222    *) f=$$p;; \
223  esac;
224am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
225am__install_max = 40
226am__nobase_strip_setup = \
227  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
228am__nobase_strip = \
229  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
230am__nobase_list = $(am__nobase_strip_setup); \
231  for p in $$list; do echo "$$p $$p"; done | \
232  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
233  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
234    if (++n[$$2] == $(am__install_max)) \
235      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
236    END { for (dir in files) print dir, files[dir] }'
237am__base_list = \
238  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
239  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
240am__uninstall_files_from_dir = { \
241  test -z "$$files" \
242    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
243    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
244         $(am__cd) "$$dir" && rm -f $$files; }; \
245  }
246DATA = $(applications_DATA) $(ui_data_DATA)
247am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
248# Read a list of newline-separated strings from the standard input,
249# and print each of them once, without duplicates.  Input order is
250# *not* preserved.
251am__uniquify_input = $(AWK) '\
252  BEGIN { nonempty = 0; } \
253  { items[$$0] = 1; nonempty = 1; } \
254  END { if (nonempty) { for (i in items) print i; }; } \
255'
256# Make sure the list of sources is unique.  This is necessary because,
257# e.g., the same source file might be shared among _SOURCES variables
258# for different programs/libraries.
259am__define_uniq_tagged_files = \
260  list='$(am__tagged_files)'; \
261  unique=`for i in $$list; do \
262    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
263  done | $(am__uniquify_input)`
264ETAGS = etags
265CTAGS = ctags
266DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
267ACLOCAL = @ACLOCAL@
268ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
269ALL_LINGUAS = @ALL_LINGUAS@
270AMTAR = @AMTAR@
271AM_CFLAGS = @AM_CFLAGS@
272AM_CPPFLAGS = @AM_CPPFLAGS@ -I $(top_srcdir) -I $(top_srcdir)/src \
273	-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
274	-DG_LOG_DOMAIN=\"${NA_LOGDOMAIN_NACT}\" \
275	-DPKGUIDIR=\"$(ui_datadir)\" $(egg_platform_defines) \
276	$(NAUTILUS_ACTIONS_CFLAGS) $(NULL)
277AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
278AM_LDFLAGS = @AM_LDFLAGS@
279AR = @AR@
280AUTOCONF = @AUTOCONF@
281AUTOHEADER = @AUTOHEADER@
282AUTOMAKE = @AUTOMAKE@
283AWK = @AWK@
284CATALOGS = @CATALOGS@
285CATOBJEXT = @CATOBJEXT@
286CC = @CC@
287CCDEPMODE = @CCDEPMODE@
288CFLAGS = @CFLAGS@
289CPP = @CPP@
290CPPFLAGS = @CPPFLAGS@
291CYGPATH_W = @CYGPATH_W@
292DATADIRNAME = @DATADIRNAME@
293DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
294DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
295DEFS = @DEFS@
296DEPDIR = @DEPDIR@
297DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
298DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
299DLLTOOL = @DLLTOOL@
300DOC_USER_FORMATS = @DOC_USER_FORMATS@
301DSYMUTIL = @DSYMUTIL@
302DUMPBIN = @DUMPBIN@
303ECHO_C = @ECHO_C@
304ECHO_N = @ECHO_N@
305ECHO_T = @ECHO_T@
306EGREP = @EGREP@
307EXEEXT = @EXEEXT@
308FGREP = @FGREP@
309GCONF_CFLAGS = @GCONF_CFLAGS@
310GCONF_LIBS = @GCONF_LIBS@
311GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
312GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
313GDBUS_CFLAGS = @GDBUS_CFLAGS@
314GDBUS_LIBS = @GDBUS_LIBS@
315GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
316GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
317GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
318GLIB_CFLAGS = @GLIB_CFLAGS@
319GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
320GLIB_LIBS = @GLIB_LIBS@
321GMODULE_CFLAGS = @GMODULE_CFLAGS@
322GMODULE_LIBS = @GMODULE_LIBS@
323GMOFILES = @GMOFILES@
324GMSGFMT = @GMSGFMT@
325GREP = @GREP@
326GTK2_CFLAGS = @GTK2_CFLAGS@
327GTK2_LIBS = @GTK2_LIBS@
328GTK3_CFLAGS = @GTK3_CFLAGS@
329GTK3_LIBS = @GTK3_LIBS@
330GTKDOC_CHECK = @GTKDOC_CHECK@
331GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
332GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
333GTKDOC_MKPDF = @GTKDOC_MKPDF@
334GTKDOC_REBASE = @GTKDOC_REBASE@
335GTOP_CFLAGS = @GTOP_CFLAGS@
336GTOP_LIBS = @GTOP_LIBS@
337HELP_DIR = @HELP_DIR@
338HTML_DIR = @HTML_DIR@
339ICE_CFLAGS = @ICE_CFLAGS@
340ICE_LIBS = @ICE_LIBS@
341INSTALL = @INSTALL@
342INSTALL_DATA = @INSTALL_DATA@
343INSTALL_PROGRAM = @INSTALL_PROGRAM@
344INSTALL_SCRIPT = @INSTALL_SCRIPT@
345INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
346INSTOBJEXT = @INSTOBJEXT@
347INTLLIBS = @INTLLIBS@
348INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
349INTLTOOL_MERGE = @INTLTOOL_MERGE@
350INTLTOOL_PERL = @INTLTOOL_PERL@
351INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
352INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
353INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
354INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
355INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
356LD = @LD@
357LDFLAGS = @LDFLAGS@
358LIBOBJS = @LIBOBJS@
359LIBS = @LIBS@
360LIBTOOL = @LIBTOOL@
361LIBXML_CFLAGS = @LIBXML_CFLAGS@
362LIBXML_LIBS = @LIBXML_LIBS@
363LIPO = @LIPO@
364LN_S = @LN_S@
365LTLIBOBJS = @LTLIBOBJS@
366MAINT = @MAINT@
367MAKEINFO = @MAKEINFO@
368MANIFEST_TOOL = @MANIFEST_TOOL@
369MKDIR_P = @MKDIR_P@
370MKINSTALLDIRS = @MKINSTALLDIRS@
371MSGFMT = @MSGFMT@
372MSGFMT_OPTS = @MSGFMT_OPTS@
373MSGMERGE = @MSGMERGE@
374NAUTILUS_ACTIONS_CFLAGS = @NAUTILUS_ACTIONS_CFLAGS@
375NAUTILUS_ACTIONS_LIBS = @NAUTILUS_ACTIONS_LIBS@
376NAUTILUS_EXTENSIONS_DIR = @NAUTILUS_EXTENSIONS_DIR@
377NAUTILUS_EXTENSION_CFLAGS = @NAUTILUS_EXTENSION_CFLAGS@
378NAUTILUS_EXTENSION_LIBS = @NAUTILUS_EXTENSION_LIBS@
379NA_LOGDOMAIN_CORE = @NA_LOGDOMAIN_CORE@
380NA_LOGDOMAIN_IO_DESKTOP = @NA_LOGDOMAIN_IO_DESKTOP@
381NA_LOGDOMAIN_IO_GCONF = @NA_LOGDOMAIN_IO_GCONF@
382NA_LOGDOMAIN_IO_XML = @NA_LOGDOMAIN_IO_XML@
383NA_LOGDOMAIN_NACT = @NA_LOGDOMAIN_NACT@
384NA_LOGDOMAIN_PLUGIN_MENU = @NA_LOGDOMAIN_PLUGIN_MENU@
385NA_LOGDOMAIN_PLUGIN_TRACKER = @NA_LOGDOMAIN_PLUGIN_TRACKER@
386NA_LOGDOMAIN_TEST = @NA_LOGDOMAIN_TEST@
387NA_LOGDOMAIN_UTILS = @NA_LOGDOMAIN_UTILS@
388NM = @NM@
389NMEDIT = @NMEDIT@
390OBJDUMP = @OBJDUMP@
391OBJEXT = @OBJEXT@
392OMF_DIR = @OMF_DIR@
393OTOOL = @OTOOL@
394OTOOL64 = @OTOOL64@
395PACKAGE = @PACKAGE@
396PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
397PACKAGE_NAME = @PACKAGE_NAME@
398PACKAGE_STRING = @PACKAGE_STRING@
399PACKAGE_TARNAME = @PACKAGE_TARNAME@
400PACKAGE_URL = @PACKAGE_URL@
401PACKAGE_VERSION = @PACKAGE_VERSION@
402PATH_SEPARATOR = @PATH_SEPARATOR@
403PKG_CONFIG = @PKG_CONFIG@
404PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
405PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
406POFILES = @POFILES@
407POSUB = @POSUB@
408PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
409PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
410RANLIB = @RANLIB@
411SED = @SED@
412SET_MAKE = @SET_MAKE@
413SHELL = @SHELL@
414SM_CFLAGS = @SM_CFLAGS@
415SM_LIBS = @SM_LIBS@
416STRIP = @STRIP@
417UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
418UNIQUE_LIBS = @UNIQUE_LIBS@
419USE_NLS = @USE_NLS@
420UUID_CFLAGS = @UUID_CFLAGS@
421UUID_LIBS = @UUID_LIBS@
422VERSION = @VERSION@
423WARN_CFLAGS = @WARN_CFLAGS@
424WITH_DB2HTML = @WITH_DB2HTML@
425WITH_GDT = @WITH_GDT@
426XGETTEXT = @XGETTEXT@
427abs_builddir = @abs_builddir@
428abs_srcdir = @abs_srcdir@
429abs_top_builddir = @abs_top_builddir@
430abs_top_srcdir = @abs_top_srcdir@
431ac_ct_AR = @ac_ct_AR@
432ac_ct_CC = @ac_ct_CC@
433ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
434am__include = @am__include@
435am__leading_dot = @am__leading_dot@
436am__quote = @am__quote@
437am__tar = @am__tar@
438am__untar = @am__untar@
439bindir = @bindir@
440build = @build@
441build_alias = @build_alias@
442build_cpu = @build_cpu@
443build_os = @build_os@
444build_vendor = @build_vendor@
445builddir = @builddir@
446datadir = @datadir@
447datarootdir = @datarootdir@
448docdir = @docdir@
449dvidir = @dvidir@
450exec_prefix = @exec_prefix@
451have_gconf = @have_gconf@
452host = @host@
453host_alias = @host_alias@
454host_cpu = @host_cpu@
455host_os = @host_os@
456host_vendor = @host_vendor@
457htmldir = @htmldir@
458includedir = @includedir@
459infodir = @infodir@
460install_sh = @install_sh@
461intltool__v_merge_options_ = @intltool__v_merge_options_@
462intltool__v_merge_options_0 = @intltool__v_merge_options_0@
463libdir = @libdir@
464libexecdir = @libexecdir@
465localedir = @localedir@
466localstatedir = @localstatedir@
467mandir = @mandir@
468mkdir_p = @mkdir_p@
469oldincludedir = @oldincludedir@
470pdfdir = @pdfdir@
471prefix = @prefix@
472program_transform_name = @program_transform_name@
473psdir = @psdir@
474sbindir = @sbindir@
475sharedstatedir = @sharedstatedir@
476srcdir = @srcdir@
477sysconfdir = @sysconfdir@
478target = @target@
479target_alias = @target_alias@
480target_cpu = @target_cpu@
481target_os = @target_os@
482target_vendor = @target_vendor@
483top_build_prefix = @top_build_prefix@
484top_builddir = @top_builddir@
485top_srcdir = @top_srcdir@
486with_db2html = @with_db2html@
487with_dblatex = @with_dblatex@
488with_gdt = @with_gdt@
489ui_datadir = $(pkgdatadir)/ui
490egg_platform_defines = -DEGG_SM_CLIENT_BACKEND_XSMP
491BUILT_SOURCES = \
492	base-marshal.c										\
493	base-marshal.h										\
494	nact-marshal.c										\
495	nact-marshal.h										\
496	$(NULL)
497
498nautilus_actions_config_tool_SOURCES = \
499	base-application.c									\
500	base-application.h									\
501	base-assistant.c									\
502	base-assistant.h									\
503	base-builder.c										\
504	base-builder.h										\
505	base-dialog.c										\
506	base-dialog.h										\
507	base-gtk-utils.c									\
508	base-gtk-utils.h									\
509	base-isession.c										\
510	base-isession.h										\
511	base-iunique.c										\
512	base-iunique.h										\
513	base-keysyms.h										\
514	base-window.c										\
515	base-window.h										\
516	egg-desktop-file.c									\
517	egg-desktop-file.h									\
518	egg-sm-client.c										\
519	egg-sm-client.h										\
520	egg-sm-client-private.h								\
521	egg-sm-client-xsmp.c								\
522	egg-tree-multi-dnd.c								\
523	egg-tree-multi-dnd.h								\
524	main.c												\
525	nact-add-capability-dialog.c						\
526	nact-add-capability-dialog.h						\
527	nact-add-scheme-dialog.c							\
528	nact-add-scheme-dialog.h							\
529	nact-application.c									\
530	nact-application.h									\
531	nact-assistant-export.c								\
532	nact-assistant-export.h								\
533	nact-assistant-import.c								\
534	nact-assistant-import.h								\
535	nact-clipboard.c									\
536	nact-clipboard.h									\
537	nact-confirm-logout.c								\
538	nact-confirm-logout.h								\
539	nact-export-ask.c									\
540	nact-export-ask.h									\
541	nact-iaction-tab.c									\
542	nact-iaction-tab.h									\
543	nact-ibasenames-tab.c								\
544	nact-ibasenames-tab.h								\
545	nact-icapabilities-tab.c							\
546	nact-icapabilities-tab.h							\
547	nact-icon-chooser.c									\
548	nact-icon-chooser.h									\
549	nact-ienvironment-tab.c								\
550	nact-ienvironment-tab.h								\
551	nact-iexecution-tab.c								\
552	nact-iexecution-tab.h								\
553	nact-ifolders-tab.c									\
554	nact-ifolders-tab.h									\
555	nact-icommand-tab.c									\
556	nact-icommand-tab.h									\
557	nact-imimetypes-tab.c								\
558	nact-imimetypes-tab.h								\
559	nact-iproperties-tab.c								\
560	nact-iproperties-tab.h								\
561	nact-ischemes-tab.c									\
562	nact-ischemes-tab.h									\
563	nact-main-statusbar.c								\
564	nact-main-statusbar.h								\
565	nact-main-tab.c										\
566	nact-main-tab.h										\
567	nact-main-toolbar.c									\
568	nact-main-toolbar.h									\
569	nact-main-window.c									\
570	nact-main-window.h									\
571	nact-match-list.c									\
572	nact-match-list.h									\
573	nact-menubar.c										\
574	nact-menubar.h										\
575	nact-menubar-priv.h									\
576	nact-menubar-edit.c									\
577	nact-menubar-file.c									\
578	nact-menubar-help.c									\
579	nact-menubar-maintainer.c							\
580	nact-menubar-tools.c								\
581	nact-menubar-view.c									\
582	nact-preferences-editor.c							\
583	nact-preferences-editor.h							\
584	nact-providers-list.c								\
585	nact-providers-list.h								\
586	nact-schemes-list.c									\
587	nact-schemes-list.h									\
588	nact-sort-buttons.c									\
589	nact-sort-buttons.h									\
590	nact-tree-ieditable.c								\
591	nact-tree-ieditable.h								\
592	nact-tree-model.c									\
593	nact-tree-model.h									\
594	nact-tree-model-priv.h								\
595	nact-tree-model-dnd.c								\
596	nact-tree-view.c									\
597	nact-tree-view.h									\
598	$(BUILT_SOURCES)									\
599	$(NULL)
600
601nautilus_actions_config_tool_LDADD = \
602	$(top_builddir)/src/core/libna-core.la				\
603	$(NAUTILUS_ACTIONS_LIBS)							\
604	$(NULL)
605
606actions_files = \
607	nautilus-actions-config-tool.actions				\
608	nautilus-actions-maintainer.actions					\
609	$(NULL)
610
611ui_files = \
612	nact-add-capability.ui								\
613	nact-add-scheme.ui									\
614	nact-assistant-export.ui							\
615	nact-assistant-import.ui							\
616	nact-icon-chooser.ui								\
617	nact-preferences.ui									\
618	nautilus-actions-config-tool.ui						\
619	$(NULL)
620
621images_files = \
622	locked.png											\
623	transparent.png										\
624	$(NULL)
625
626ui_data_DATA = \
627	$(actions_files)									\
628	$(ui_files)											\
629	$(images_files)										\
630	$(NULL)
631
632applications_in_files = nact.desktop.in
633applications_files = $(applications_in_files:.desktop.in=.desktop)
634applicationsdir = $(datadir)/applications
635applications_DATA = $(applications_files)
636CLEANFILES = \
637	$(applications_files)								\
638	$(BUILT_SOURCES)									\
639	$(NULL)
640
641EXTRA_DIST = \
642	$(applications_in_files)							\
643	$(ui_data_DATA)										\
644	base-marshal.def									\
645	nact-marshal.def									\
646	$(NULL)
647
648all: $(BUILT_SOURCES)
649	$(MAKE) $(AM_MAKEFLAGS) all-am
650
651.SUFFIXES:
652.SUFFIXES: .c .lo .o .obj
653$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
654	@for dep in $?; do \
655	  case '$(am__configure_deps)' in \
656	    *$$dep*) \
657	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
658	        && { if test -f $@; then exit 0; else break; fi; }; \
659	      exit 1;; \
660	  esac; \
661	done; \
662	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/nact/Makefile'; \
663	$(am__cd) $(top_srcdir) && \
664	  $(AUTOMAKE) --gnu src/nact/Makefile
665.PRECIOUS: Makefile
666Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
667	@case '$?' in \
668	  *config.status*) \
669	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
670	  *) \
671	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
672	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
673	esac;
674
675$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
676	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
677
678$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
679	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
680$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
681	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
682$(am__aclocal_m4_deps):
683install-binPROGRAMS: $(bin_PROGRAMS)
684	@$(NORMAL_INSTALL)
685	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
686	if test -n "$$list"; then \
687	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
688	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
689	fi; \
690	for p in $$list; do echo "$$p $$p"; done | \
691	sed 's/$(EXEEXT)$$//' | \
692	while read p p1; do if test -f $$p \
693	 || test -f $$p1 \
694	  ; then echo "$$p"; echo "$$p"; else :; fi; \
695	done | \
696	sed -e 'p;s,.*/,,;n;h' \
697	    -e 's|.*|.|' \
698	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
699	sed 'N;N;N;s,\n, ,g' | \
700	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
701	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
702	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
703	    else { print "f", $$3 "/" $$4, $$1; } } \
704	  END { for (d in files) print "f", d, files[d] }' | \
705	while read type dir files; do \
706	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
707	    test -z "$$files" || { \
708	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
709	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
710	    } \
711	; done
712
713uninstall-binPROGRAMS:
714	@$(NORMAL_UNINSTALL)
715	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
716	files=`for p in $$list; do echo "$$p"; done | \
717	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
718	      -e 's/$$/$(EXEEXT)/' \
719	`; \
720	test -n "$$list" || exit 0; \
721	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
722	cd "$(DESTDIR)$(bindir)" && rm -f $$files
723
724clean-binPROGRAMS:
725	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
726	echo " rm -f" $$list; \
727	rm -f $$list || exit $$?; \
728	test -n "$(EXEEXT)" || exit 0; \
729	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
730	echo " rm -f" $$list; \
731	rm -f $$list
732
733nautilus-actions-config-tool$(EXEEXT): $(nautilus_actions_config_tool_OBJECTS) $(nautilus_actions_config_tool_DEPENDENCIES) $(EXTRA_nautilus_actions_config_tool_DEPENDENCIES)
734	@rm -f nautilus-actions-config-tool$(EXEEXT)
735	$(AM_V_CCLD)$(LINK) $(nautilus_actions_config_tool_OBJECTS) $(nautilus_actions_config_tool_LDADD) $(LIBS)
736
737mostlyclean-compile:
738	-rm -f *.$(OBJEXT)
739
740distclean-compile:
741	-rm -f *.tab.c
742
743@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base-application.Po@am__quote@
744@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base-assistant.Po@am__quote@
745@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base-builder.Po@am__quote@
746@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base-dialog.Po@am__quote@
747@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base-gtk-utils.Po@am__quote@
748@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base-isession.Po@am__quote@
749@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base-iunique.Po@am__quote@
750@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base-marshal.Po@am__quote@
751@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base-window.Po@am__quote@
752@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-desktop-file.Po@am__quote@
753@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-sm-client-xsmp.Po@am__quote@
754@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-sm-client.Po@am__quote@
755@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-tree-multi-dnd.Po@am__quote@
756@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
757@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-add-capability-dialog.Po@am__quote@
758@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-add-scheme-dialog.Po@am__quote@
759@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-application.Po@am__quote@
760@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-assistant-export.Po@am__quote@
761@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-assistant-import.Po@am__quote@
762@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-clipboard.Po@am__quote@
763@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-confirm-logout.Po@am__quote@
764@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-export-ask.Po@am__quote@
765@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-iaction-tab.Po@am__quote@
766@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-ibasenames-tab.Po@am__quote@
767@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-icapabilities-tab.Po@am__quote@
768@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-icommand-tab.Po@am__quote@
769@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-icon-chooser.Po@am__quote@
770@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-ienvironment-tab.Po@am__quote@
771@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-iexecution-tab.Po@am__quote@
772@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-ifolders-tab.Po@am__quote@
773@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-imimetypes-tab.Po@am__quote@
774@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-iproperties-tab.Po@am__quote@
775@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-ischemes-tab.Po@am__quote@
776@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-main-statusbar.Po@am__quote@
777@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-main-tab.Po@am__quote@
778@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-main-toolbar.Po@am__quote@
779@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-main-window.Po@am__quote@
780@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-marshal.Po@am__quote@
781@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-match-list.Po@am__quote@
782@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-menubar-edit.Po@am__quote@
783@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-menubar-file.Po@am__quote@
784@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-menubar-help.Po@am__quote@
785@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-menubar-maintainer.Po@am__quote@
786@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-menubar-tools.Po@am__quote@
787@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-menubar-view.Po@am__quote@
788@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-menubar.Po@am__quote@
789@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-preferences-editor.Po@am__quote@
790@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-providers-list.Po@am__quote@
791@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-schemes-list.Po@am__quote@
792@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-sort-buttons.Po@am__quote@
793@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-tree-ieditable.Po@am__quote@
794@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-tree-model-dnd.Po@am__quote@
795@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-tree-model.Po@am__quote@
796@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nact-tree-view.Po@am__quote@
797
798.c.o:
799@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
800@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
801@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
802@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
803@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
804
805.c.obj:
806@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
807@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
808@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
809@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
810@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
811
812.c.lo:
813@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
814@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
815@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
816@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
817@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
818
819mostlyclean-libtool:
820	-rm -f *.lo
821
822clean-libtool:
823	-rm -rf .libs _libs
824install-applicationsDATA: $(applications_DATA)
825	@$(NORMAL_INSTALL)
826	@list='$(applications_DATA)'; test -n "$(applicationsdir)" || list=; \
827	if test -n "$$list"; then \
828	  echo " $(MKDIR_P) '$(DESTDIR)$(applicationsdir)'"; \
829	  $(MKDIR_P) "$(DESTDIR)$(applicationsdir)" || exit 1; \
830	fi; \
831	for p in $$list; do \
832	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
833	  echo "$$d$$p"; \
834	done | $(am__base_list) | \
835	while read files; do \
836	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(applicationsdir)'"; \
837	  $(INSTALL_DATA) $$files "$(DESTDIR)$(applicationsdir)" || exit $$?; \
838	done
839
840uninstall-applicationsDATA:
841	@$(NORMAL_UNINSTALL)
842	@list='$(applications_DATA)'; test -n "$(applicationsdir)" || list=; \
843	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
844	dir='$(DESTDIR)$(applicationsdir)'; $(am__uninstall_files_from_dir)
845install-ui_dataDATA: $(ui_data_DATA)
846	@$(NORMAL_INSTALL)
847	@list='$(ui_data_DATA)'; test -n "$(ui_datadir)" || list=; \
848	if test -n "$$list"; then \
849	  echo " $(MKDIR_P) '$(DESTDIR)$(ui_datadir)'"; \
850	  $(MKDIR_P) "$(DESTDIR)$(ui_datadir)" || exit 1; \
851	fi; \
852	for p in $$list; do \
853	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
854	  echo "$$d$$p"; \
855	done | $(am__base_list) | \
856	while read files; do \
857	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(ui_datadir)'"; \
858	  $(INSTALL_DATA) $$files "$(DESTDIR)$(ui_datadir)" || exit $$?; \
859	done
860
861uninstall-ui_dataDATA:
862	@$(NORMAL_UNINSTALL)
863	@list='$(ui_data_DATA)'; test -n "$(ui_datadir)" || list=; \
864	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
865	dir='$(DESTDIR)$(ui_datadir)'; $(am__uninstall_files_from_dir)
866
867ID: $(am__tagged_files)
868	$(am__define_uniq_tagged_files); mkid -fID $$unique
869tags: tags-am
870TAGS: tags
871
872tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
873	set x; \
874	here=`pwd`; \
875	$(am__define_uniq_tagged_files); \
876	shift; \
877	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
878	  test -n "$$unique" || unique=$$empty_fix; \
879	  if test $$# -gt 0; then \
880	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
881	      "$$@" $$unique; \
882	  else \
883	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
884	      $$unique; \
885	  fi; \
886	fi
887ctags: ctags-am
888
889CTAGS: ctags
890ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
891	$(am__define_uniq_tagged_files); \
892	test -z "$(CTAGS_ARGS)$$unique" \
893	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
894	     $$unique
895
896GTAGS:
897	here=`$(am__cd) $(top_builddir) && pwd` \
898	  && $(am__cd) $(top_srcdir) \
899	  && gtags -i $(GTAGS_ARGS) "$$here"
900cscopelist: cscopelist-am
901
902cscopelist-am: $(am__tagged_files)
903	list='$(am__tagged_files)'; \
904	case "$(srcdir)" in \
905	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
906	  *) sdir=$(subdir)/$(srcdir) ;; \
907	esac; \
908	for i in $$list; do \
909	  if test -f "$$i"; then \
910	    echo "$(subdir)/$$i"; \
911	  else \
912	    echo "$$sdir/$$i"; \
913	  fi; \
914	done >> $(top_builddir)/cscope.files
915
916distclean-tags:
917	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
918
919distdir: $(DISTFILES)
920	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
921	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
922	list='$(DISTFILES)'; \
923	  dist_files=`for file in $$list; do echo $$file; done | \
924	  sed -e "s|^$$srcdirstrip/||;t" \
925	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
926	case $$dist_files in \
927	  */*) $(MKDIR_P) `echo "$$dist_files" | \
928			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
929			   sort -u` ;; \
930	esac; \
931	for file in $$dist_files; do \
932	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
933	  if test -d $$d/$$file; then \
934	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
935	    if test -d "$(distdir)/$$file"; then \
936	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
937	    fi; \
938	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
939	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
940	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
941	    fi; \
942	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
943	  else \
944	    test -f "$(distdir)/$$file" \
945	    || cp -p $$d/$$file "$(distdir)/$$file" \
946	    || exit 1; \
947	  fi; \
948	done
949check-am: all-am
950check: $(BUILT_SOURCES)
951	$(MAKE) $(AM_MAKEFLAGS) check-am
952all-am: Makefile $(PROGRAMS) $(DATA)
953installdirs:
954	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(applicationsdir)" "$(DESTDIR)$(ui_datadir)"; do \
955	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
956	done
957install: $(BUILT_SOURCES)
958	$(MAKE) $(AM_MAKEFLAGS) install-am
959install-exec: install-exec-am
960install-data: install-data-am
961uninstall: uninstall-am
962
963install-am: all-am
964	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
965
966installcheck: installcheck-am
967install-strip:
968	if test -z '$(STRIP)'; then \
969	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
970	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
971	      install; \
972	else \
973	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
974	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
975	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
976	fi
977mostlyclean-generic:
978
979clean-generic:
980	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
981
982distclean-generic:
983	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
984	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
985
986maintainer-clean-generic:
987	@echo "This command is intended for maintainers to use"
988	@echo "it deletes files that may require special tools to rebuild."
989	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
990clean: clean-am
991
992clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
993
994distclean: distclean-am
995	-rm -rf ./$(DEPDIR)
996	-rm -f Makefile
997distclean-am: clean-am distclean-compile distclean-generic \
998	distclean-tags
999
1000dvi: dvi-am
1001
1002dvi-am:
1003
1004html: html-am
1005
1006html-am:
1007
1008info: info-am
1009
1010info-am:
1011
1012install-data-am: install-applicationsDATA install-ui_dataDATA
1013
1014install-dvi: install-dvi-am
1015
1016install-dvi-am:
1017
1018install-exec-am: install-binPROGRAMS
1019
1020install-html: install-html-am
1021
1022install-html-am:
1023
1024install-info: install-info-am
1025
1026install-info-am:
1027
1028install-man:
1029
1030install-pdf: install-pdf-am
1031
1032install-pdf-am:
1033
1034install-ps: install-ps-am
1035
1036install-ps-am:
1037
1038installcheck-am:
1039
1040maintainer-clean: maintainer-clean-am
1041	-rm -rf ./$(DEPDIR)
1042	-rm -f Makefile
1043maintainer-clean-am: distclean-am maintainer-clean-generic
1044
1045mostlyclean: mostlyclean-am
1046
1047mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1048	mostlyclean-libtool
1049
1050pdf: pdf-am
1051
1052pdf-am:
1053
1054ps: ps-am
1055
1056ps-am:
1057
1058uninstall-am: uninstall-applicationsDATA uninstall-binPROGRAMS \
1059	uninstall-ui_dataDATA
1060
1061.MAKE: all check install install-am install-strip
1062
1063.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
1064	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
1065	ctags ctags-am distclean distclean-compile distclean-generic \
1066	distclean-libtool distclean-tags distdir dvi dvi-am html \
1067	html-am info info-am install install-am \
1068	install-applicationsDATA install-binPROGRAMS install-data \
1069	install-data-am install-dvi install-dvi-am install-exec \
1070	install-exec-am install-html install-html-am install-info \
1071	install-info-am install-man install-pdf install-pdf-am \
1072	install-ps install-ps-am install-strip install-ui_dataDATA \
1073	installcheck installcheck-am installdirs maintainer-clean \
1074	maintainer-clean-generic mostlyclean mostlyclean-compile \
1075	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1076	tags tags-am uninstall uninstall-am uninstall-applicationsDATA \
1077	uninstall-binPROGRAMS uninstall-ui_dataDATA
1078
1079
1080base-marshal.h: base-marshal.def $(GLIB_GENMARSHAL)
1081	$(GLIB_GENMARSHAL) $< --header --prefix=base_cclosure_marshal > $@
1082
1083base-marshal.c: base-marshal.def $(GLIB_GENMARSHAL)
1084	echo "#include \"base-marshal.h\"" > $@ && \
1085	$(GLIB_GENMARSHAL) $< --body --prefix=base_cclosure_marshal >> $@
1086
1087nact-marshal.h: nact-marshal.def $(GLIB_GENMARSHAL)
1088	$(GLIB_GENMARSHAL) $< --header --prefix=nact_cclosure_marshal > $@
1089
1090nact-marshal.c: nact-marshal.def $(GLIB_GENMARSHAL)
1091	echo "#include \"nact-marshal.h\"" > $@ && \
1092	$(GLIB_GENMARSHAL) $< --body --prefix=nact_cclosure_marshal >> $@
1093
1094@INTLTOOL_DESKTOP_RULE@
1095
1096# Tell versions [3.59,3.63) of GNU make to not export all variables.
1097# Otherwise a system limit (for SysV at least) may be exceeded.
1098.NOEXPORT:
1099