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