1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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@
91subdir = sendto/plugins/gajim
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
94	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
95	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
96	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
97	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
100	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
101	$(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = $(top_builddir)/config.h
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
109am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
110am__vpath_adj = case $$p in \
111    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
112    *) f=$$p;; \
113  esac;
114am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
115am__install_max = 40
116am__nobase_strip_setup = \
117  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
118am__nobase_strip = \
119  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
120am__nobase_list = $(am__nobase_strip_setup); \
121  for p in $$list; do echo "$$p $$p"; done | \
122  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
123  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
124    if (++n[$$2] == $(am__install_max)) \
125      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
126    END { for (dir in files) print dir, files[dir] }'
127am__base_list = \
128  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
129  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
130am__uninstall_files_from_dir = { \
131  test -z "$$files" \
132    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
133    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
134         $(am__cd) "$$dir" && rm -f $$files; }; \
135  }
136am__installdirs = "$(DESTDIR)$(plugindir)"
137LTLIBRARIES = $(plugin_LTLIBRARIES)
138am__DEPENDENCIES_1 =
139libnstgajim_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
140	$(am__DEPENDENCIES_1)
141am_libnstgajim_la_OBJECTS = libnstgajim_la-gajim.lo
142libnstgajim_la_OBJECTS = $(am_libnstgajim_la_OBJECTS)
143AM_V_lt = $(am__v_lt_@AM_V@)
144am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145am__v_lt_0 = --silent
146am__v_lt_1 =
147libnstgajim_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
148	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
149	$(libnstgajim_la_CFLAGS) $(CFLAGS) $(libnstgajim_la_LDFLAGS) \
150	$(LDFLAGS) -o $@
151AM_V_P = $(am__v_P_@AM_V@)
152am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153am__v_P_0 = false
154am__v_P_1 = :
155AM_V_GEN = $(am__v_GEN_@AM_V@)
156am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157am__v_GEN_0 = @echo "  GEN     " $@;
158am__v_GEN_1 =
159AM_V_at = $(am__v_at_@AM_V@)
160am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161am__v_at_0 = @
162am__v_at_1 =
163DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
164depcomp = $(SHELL) $(top_srcdir)/depcomp
165am__maybe_remake_depfiles = depfiles
166am__depfiles_remade = ./$(DEPDIR)/libnstgajim_la-gajim.Plo
167am__mv = mv -f
168COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
169	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
170LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
172	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
173	$(AM_CFLAGS) $(CFLAGS)
174AM_V_CC = $(am__v_CC_@AM_V@)
175am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
176am__v_CC_0 = @echo "  CC      " $@;
177am__v_CC_1 =
178CCLD = $(CC)
179LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
180	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
181	$(AM_LDFLAGS) $(LDFLAGS) -o $@
182AM_V_CCLD = $(am__v_CCLD_@AM_V@)
183am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
184am__v_CCLD_0 = @echo "  CCLD    " $@;
185am__v_CCLD_1 =
186SOURCES = $(libnstgajim_la_SOURCES)
187DIST_SOURCES = $(libnstgajim_la_SOURCES)
188am__can_run_installinfo = \
189  case $$AM_UPDATE_INFO_DIR in \
190    n|no|NO) false;; \
191    *) (install-info --version) >/dev/null 2>&1;; \
192  esac
193am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194# Read a list of newline-separated strings from the standard input,
195# and print each of them once, without duplicates.  Input order is
196# *not* preserved.
197am__uniquify_input = $(AWK) '\
198  BEGIN { nonempty = 0; } \
199  { items[$$0] = 1; nonempty = 1; } \
200  END { if (nonempty) { for (i in items) print i; }; } \
201'
202# Make sure the list of sources is unique.  This is necessary because,
203# e.g., the same source file might be shared among _SOURCES variables
204# for different programs/libraries.
205am__define_uniq_tagged_files = \
206  list='$(am__tagged_files)'; \
207  unique=`for i in $$list; do \
208    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209  done | $(am__uniquify_input)`
210ETAGS = etags
211CTAGS = ctags
212am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
213DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214ACLOCAL = @ACLOCAL@
215ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
216ALL_SENDTO_PLUGINS = @ALL_SENDTO_PLUGINS@
217AMTAR = @AMTAR@
218AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
219AR = @AR@
220AUTOCONF = @AUTOCONF@
221AUTOHEADER = @AUTOHEADER@
222AUTOMAKE = @AUTOMAKE@
223AWK = @AWK@
224CAJA_CFLAGS = @CAJA_CFLAGS@
225CAJA_EXTENSION_DIR = @CAJA_EXTENSION_DIR@
226CAJA_LIBS = @CAJA_LIBS@
227CC = @CC@
228CCDEPMODE = @CCDEPMODE@
229CFLAGS = @CFLAGS@
230CPP = @CPP@
231CPPFLAGS = @CPPFLAGS@
232CYGPATH_W = @CYGPATH_W@
233DBUS_CFLAGS = @DBUS_CFLAGS@
234DBUS_LIBS = @DBUS_LIBS@
235DEFS = @DEFS@
236DEPDIR = @DEPDIR@
237DISABLE_DEPRECATED_CPPFLAGS = @DISABLE_DEPRECATED_CPPFLAGS@
238DLLTOOL = @DLLTOOL@
239DSYMUTIL = @DSYMUTIL@
240DUMPBIN = @DUMPBIN@
241ECHO_C = @ECHO_C@
242ECHO_N = @ECHO_N@
243ECHO_T = @ECHO_T@
244EGREP = @EGREP@
245EMAILCLIENT_CFLAGS = @EMAILCLIENT_CFLAGS@
246EMAILCLIENT_LIBS = @EMAILCLIENT_LIBS@
247EXEEXT = @EXEEXT@
248FGREP = @FGREP@
249GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
250GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
251GIO_CFLAGS = @GIO_CFLAGS@
252GIO_LIBS = @GIO_LIBS@
253GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
254GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
255GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
256GMSGFMT = @GMSGFMT@
257GMSGFMT_015 = @GMSGFMT_015@
258GREP = @GREP@
259GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
260GTKDOC_CHECK = @GTKDOC_CHECK@
261GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
262GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
263GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
264GTKDOC_MKPDF = @GTKDOC_MKPDF@
265GTKDOC_REBASE = @GTKDOC_REBASE@
266HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
267HTML_DIR = @HTML_DIR@
268IMAGE_CONVERTER_CFLAGS = @IMAGE_CONVERTER_CFLAGS@
269IMAGE_CONVERTER_LIBS = @IMAGE_CONVERTER_LIBS@
270INSTALL = @INSTALL@
271INSTALL_DATA = @INSTALL_DATA@
272INSTALL_PROGRAM = @INSTALL_PROGRAM@
273INSTALL_SCRIPT = @INSTALL_SCRIPT@
274INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
275INTLLIBS = @INTLLIBS@
276INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
277LD = @LD@
278LDFLAGS = @LDFLAGS@
279LIBICONV = @LIBICONV@
280LIBINTL = @LIBINTL@
281LIBOBJS = @LIBOBJS@
282LIBS = @LIBS@
283LIBTOOL = @LIBTOOL@
284LIPO = @LIPO@
285LN_S = @LN_S@
286LTLIBICONV = @LTLIBICONV@
287LTLIBINTL = @LTLIBINTL@
288LTLIBOBJS = @LTLIBOBJS@
289LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
290MAKEINFO = @MAKEINFO@
291MANIFEST_TOOL = @MANIFEST_TOOL@
292MKDIR_P = @MKDIR_P@
293MSGFMT = @MSGFMT@
294MSGFMT_015 = @MSGFMT_015@
295MSGMERGE = @MSGMERGE@
296NM = @NM@
297NMEDIT = @NMEDIT@
298OBJDUMP = @OBJDUMP@
299OBJEXT = @OBJEXT@
300OPENTERMINAL_CFLAGS = @OPENTERMINAL_CFLAGS@
301OPENTERMINAL_LIBS = @OPENTERMINAL_LIBS@
302OTOOL = @OTOOL@
303OTOOL64 = @OTOOL64@
304PACKAGE = @PACKAGE@
305PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
306PACKAGE_NAME = @PACKAGE_NAME@
307PACKAGE_STRING = @PACKAGE_STRING@
308PACKAGE_TARNAME = @PACKAGE_TARNAME@
309PACKAGE_URL = @PACKAGE_URL@
310PACKAGE_VERSION = @PACKAGE_VERSION@
311PATH_SEPARATOR = @PATH_SEPARATOR@
312PIDGIN_CFLAGS = @PIDGIN_CFLAGS@
313PIDGIN_LIBS = @PIDGIN_LIBS@
314PKG_CONFIG = @PKG_CONFIG@
315PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
316PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
317POSUB = @POSUB@
318RANLIB = @RANLIB@
319SED = @SED@
320SENDTO_CFLAGS = @SENDTO_CFLAGS@
321SENDTO_LIBS = @SENDTO_LIBS@
322SENDTO_PLUGINS = @SENDTO_PLUGINS@
323SET_MAKE = @SET_MAKE@
324SHARE_CFLAGS = @SHARE_CFLAGS@
325SHARE_LIBS = @SHARE_LIBS@
326SHELL = @SHELL@
327STRIP = @STRIP@
328UPNP_CFLAGS = @UPNP_CFLAGS@
329UPNP_LIBS = @UPNP_LIBS@
330USE_NLS = @USE_NLS@
331VERSION = @VERSION@
332WARN_CFLAGS = @WARN_CFLAGS@
333XGETTEXT = @XGETTEXT@
334XGETTEXT_015 = @XGETTEXT_015@
335XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
336XMLLINT = @XMLLINT@
337abs_builddir = @abs_builddir@
338abs_srcdir = @abs_srcdir@
339abs_top_builddir = @abs_top_builddir@
340abs_top_srcdir = @abs_top_srcdir@
341ac_ct_AR = @ac_ct_AR@
342ac_ct_CC = @ac_ct_CC@
343ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
344am__include = @am__include@
345am__leading_dot = @am__leading_dot@
346am__quote = @am__quote@
347am__tar = @am__tar@
348am__untar = @am__untar@
349bindir = @bindir@
350build = @build@
351build_alias = @build_alias@
352build_cpu = @build_cpu@
353build_os = @build_os@
354build_vendor = @build_vendor@
355builddir = @builddir@
356datadir = @datadir@
357datarootdir = @datarootdir@
358docdir = @docdir@
359dvidir = @dvidir@
360exec_prefix = @exec_prefix@
361gsettingsschemadir = @gsettingsschemadir@
362host = @host@
363host_alias = @host_alias@
364host_cpu = @host_cpu@
365host_os = @host_os@
366host_vendor = @host_vendor@
367htmldir = @htmldir@
368includedir = @includedir@
369infodir = @infodir@
370install_sh = @install_sh@
371libdir = @libdir@
372libexecdir = @libexecdir@
373localedir = @localedir@
374localstatedir = @localstatedir@
375mandir = @mandir@
376mkdir_p = @mkdir_p@
377oldincludedir = @oldincludedir@
378pdfdir = @pdfdir@
379prefix = @prefix@
380program_transform_name = @program_transform_name@
381psdir = @psdir@
382runstatedir = @runstatedir@
383sbindir = @sbindir@
384sharedstatedir = @sharedstatedir@
385srcdir = @srcdir@
386sysconfdir = @sysconfdir@
387target_alias = @target_alias@
388top_build_prefix = @top_build_prefix@
389top_builddir = @top_builddir@
390top_srcdir = @top_srcdir@
391NULL =
392AM_CPPFLAGS = \
393	$(DISABLE_DEPRECATED_CPPFLAGS)		\
394	-DMATELOCALEDIR=\""$(datadir)/locale"\"	\
395	-I$(top_builddir)			\
396	-I$(top_srcdir)/sendto			\
397	$(NULL)
398
399AM_CFLAGS = \
400	$(WARN_CFLAGS)				\
401	$(SENDTO_CFLAGS)			\
402	$(NULL)
403
404plugindir = $(libdir)/caja-sendto/plugins
405plugin_LTLIBRARIES = libnstgajim.la
406libnstgajim_la_SOURCES = gajim.c
407libnstgajim_la_CPPFLAGS = \
408	$(AM_CPPFLAGS)				\
409	-DDATADIR=\"$(datadir)\"		\
410	-DICONDIR=\"$(icondir)\"		\
411	$(NULL)
412
413libnstgajim_la_CFLAGS = \
414	$(AM_CFLAGS)				\
415	$(DBUS_CFLAGS)				\
416	$(NULL)
417
418libnstgajim_la_LDFLAGS = -module -avoid-version
419libnstgajim_la_LIBADD = $(DBUS_LIBS) $(SENDTO_LIBS)
420all: all-am
421
422.SUFFIXES:
423.SUFFIXES: .c .lo .o .obj
424$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
425	@for dep in $?; do \
426	  case '$(am__configure_deps)' in \
427	    *$$dep*) \
428	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
429	        && { if test -f $@; then exit 0; else break; fi; }; \
430	      exit 1;; \
431	  esac; \
432	done; \
433	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu sendto/plugins/gajim/Makefile'; \
434	$(am__cd) $(top_srcdir) && \
435	  $(AUTOMAKE) --gnu sendto/plugins/gajim/Makefile
436Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
437	@case '$?' in \
438	  *config.status*) \
439	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
440	  *) \
441	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
442	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
443	esac;
444
445$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
446	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
447
448$(top_srcdir)/configure:  $(am__configure_deps)
449	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
450$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
451	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452$(am__aclocal_m4_deps):
453
454install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
455	@$(NORMAL_INSTALL)
456	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
457	list2=; for p in $$list; do \
458	  if test -f $$p; then \
459	    list2="$$list2 $$p"; \
460	  else :; fi; \
461	done; \
462	test -z "$$list2" || { \
463	  echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
464	  $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
465	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
466	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
467	}
468
469uninstall-pluginLTLIBRARIES:
470	@$(NORMAL_UNINSTALL)
471	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
472	for p in $$list; do \
473	  $(am__strip_dir) \
474	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
475	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
476	done
477
478clean-pluginLTLIBRARIES:
479	-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
480	@list='$(plugin_LTLIBRARIES)'; \
481	locs=`for p in $$list; do echo $$p; done | \
482	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
483	      sort -u`; \
484	test -z "$$locs" || { \
485	  echo rm -f $${locs}; \
486	  rm -f $${locs}; \
487	}
488
489libnstgajim.la: $(libnstgajim_la_OBJECTS) $(libnstgajim_la_DEPENDENCIES) $(EXTRA_libnstgajim_la_DEPENDENCIES)
490	$(AM_V_CCLD)$(libnstgajim_la_LINK) -rpath $(plugindir) $(libnstgajim_la_OBJECTS) $(libnstgajim_la_LIBADD) $(LIBS)
491
492mostlyclean-compile:
493	-rm -f *.$(OBJEXT)
494
495distclean-compile:
496	-rm -f *.tab.c
497
498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnstgajim_la-gajim.Plo@am__quote@ # am--include-marker
499
500$(am__depfiles_remade):
501	@$(MKDIR_P) $(@D)
502	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
503
504am--depfiles: $(am__depfiles_remade)
505
506.c.o:
507@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
508@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
509@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
510@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
512
513.c.obj:
514@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
515@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
516@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
517@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
519
520.c.lo:
521@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
522@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
523@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
524@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
525@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
526
527libnstgajim_la-gajim.lo: gajim.c
528@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnstgajim_la_CPPFLAGS) $(CPPFLAGS) $(libnstgajim_la_CFLAGS) $(CFLAGS) -MT libnstgajim_la-gajim.lo -MD -MP -MF $(DEPDIR)/libnstgajim_la-gajim.Tpo -c -o libnstgajim_la-gajim.lo `test -f 'gajim.c' || echo '$(srcdir)/'`gajim.c
529@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libnstgajim_la-gajim.Tpo $(DEPDIR)/libnstgajim_la-gajim.Plo
530@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gajim.c' object='libnstgajim_la-gajim.lo' libtool=yes @AMDEPBACKSLASH@
531@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnstgajim_la_CPPFLAGS) $(CPPFLAGS) $(libnstgajim_la_CFLAGS) $(CFLAGS) -c -o libnstgajim_la-gajim.lo `test -f 'gajim.c' || echo '$(srcdir)/'`gajim.c
533
534mostlyclean-libtool:
535	-rm -f *.lo
536
537clean-libtool:
538	-rm -rf .libs _libs
539
540ID: $(am__tagged_files)
541	$(am__define_uniq_tagged_files); mkid -fID $$unique
542tags: tags-am
543TAGS: tags
544
545tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
546	set x; \
547	here=`pwd`; \
548	$(am__define_uniq_tagged_files); \
549	shift; \
550	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
551	  test -n "$$unique" || unique=$$empty_fix; \
552	  if test $$# -gt 0; then \
553	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
554	      "$$@" $$unique; \
555	  else \
556	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
557	      $$unique; \
558	  fi; \
559	fi
560ctags: ctags-am
561
562CTAGS: ctags
563ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
564	$(am__define_uniq_tagged_files); \
565	test -z "$(CTAGS_ARGS)$$unique" \
566	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
567	     $$unique
568
569GTAGS:
570	here=`$(am__cd) $(top_builddir) && pwd` \
571	  && $(am__cd) $(top_srcdir) \
572	  && gtags -i $(GTAGS_ARGS) "$$here"
573cscopelist: cscopelist-am
574
575cscopelist-am: $(am__tagged_files)
576	list='$(am__tagged_files)'; \
577	case "$(srcdir)" in \
578	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
579	  *) sdir=$(subdir)/$(srcdir) ;; \
580	esac; \
581	for i in $$list; do \
582	  if test -f "$$i"; then \
583	    echo "$(subdir)/$$i"; \
584	  else \
585	    echo "$$sdir/$$i"; \
586	  fi; \
587	done >> $(top_builddir)/cscope.files
588
589distclean-tags:
590	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
591
592distdir: $(BUILT_SOURCES)
593	$(MAKE) $(AM_MAKEFLAGS) distdir-am
594
595distdir-am: $(DISTFILES)
596	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
597	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
598	list='$(DISTFILES)'; \
599	  dist_files=`for file in $$list; do echo $$file; done | \
600	  sed -e "s|^$$srcdirstrip/||;t" \
601	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
602	case $$dist_files in \
603	  */*) $(MKDIR_P) `echo "$$dist_files" | \
604			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
605			   sort -u` ;; \
606	esac; \
607	for file in $$dist_files; do \
608	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
609	  if test -d $$d/$$file; then \
610	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
611	    if test -d "$(distdir)/$$file"; then \
612	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
613	    fi; \
614	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
615	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
616	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
617	    fi; \
618	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
619	  else \
620	    test -f "$(distdir)/$$file" \
621	    || cp -p $$d/$$file "$(distdir)/$$file" \
622	    || exit 1; \
623	  fi; \
624	done
625check-am: all-am
626check: check-am
627all-am: Makefile $(LTLIBRARIES)
628installdirs:
629	for dir in "$(DESTDIR)$(plugindir)"; do \
630	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
631	done
632install: install-am
633install-exec: install-exec-am
634install-data: install-data-am
635uninstall: uninstall-am
636
637install-am: all-am
638	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
639
640installcheck: installcheck-am
641install-strip:
642	if test -z '$(STRIP)'; then \
643	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
644	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
645	      install; \
646	else \
647	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
648	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
649	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
650	fi
651mostlyclean-generic:
652
653clean-generic:
654
655distclean-generic:
656	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
657	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
658
659maintainer-clean-generic:
660	@echo "This command is intended for maintainers to use"
661	@echo "it deletes files that may require special tools to rebuild."
662clean: clean-am
663
664clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
665	mostlyclean-am
666
667distclean: distclean-am
668		-rm -f ./$(DEPDIR)/libnstgajim_la-gajim.Plo
669	-rm -f Makefile
670distclean-am: clean-am distclean-compile distclean-generic \
671	distclean-tags
672
673dvi: dvi-am
674
675dvi-am:
676
677html: html-am
678
679html-am:
680
681info: info-am
682
683info-am:
684
685install-data-am: install-pluginLTLIBRARIES
686
687install-dvi: install-dvi-am
688
689install-dvi-am:
690
691install-exec-am:
692
693install-html: install-html-am
694
695install-html-am:
696
697install-info: install-info-am
698
699install-info-am:
700
701install-man:
702
703install-pdf: install-pdf-am
704
705install-pdf-am:
706
707install-ps: install-ps-am
708
709install-ps-am:
710
711installcheck-am:
712
713maintainer-clean: maintainer-clean-am
714		-rm -f ./$(DEPDIR)/libnstgajim_la-gajim.Plo
715	-rm -f Makefile
716maintainer-clean-am: distclean-am maintainer-clean-generic
717
718mostlyclean: mostlyclean-am
719
720mostlyclean-am: mostlyclean-compile mostlyclean-generic \
721	mostlyclean-libtool
722
723pdf: pdf-am
724
725pdf-am:
726
727ps: ps-am
728
729ps-am:
730
731uninstall-am: uninstall-pluginLTLIBRARIES
732
733.MAKE: install-am install-strip
734
735.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
736	clean-generic clean-libtool clean-pluginLTLIBRARIES \
737	cscopelist-am ctags ctags-am distclean distclean-compile \
738	distclean-generic distclean-libtool distclean-tags distdir dvi \
739	dvi-am html html-am info info-am install install-am \
740	install-data install-data-am install-dvi install-dvi-am \
741	install-exec install-exec-am install-html install-html-am \
742	install-info install-info-am install-man install-pdf \
743	install-pdf-am install-pluginLTLIBRARIES install-ps \
744	install-ps-am install-strip installcheck installcheck-am \
745	installdirs maintainer-clean maintainer-clean-generic \
746	mostlyclean mostlyclean-compile mostlyclean-generic \
747	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
748	uninstall-am uninstall-pluginLTLIBRARIES
749
750.PRECIOUS: Makefile
751
752
753-include $(top_srcdir)/git.mk
754
755# Tell versions [3.59,3.63) of GNU make to not export all variables.
756# Otherwise a system limit (for SysV at least) may be exceeded.
757.NOEXPORT:
758