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