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@
91@DISABLE_DEBUG_TRUE@am__append_1 = -DNDEBUG
92@DISABLE_DEBUG_FALSE@am__append_2 = -DDEBUG
93subdir = src/libs
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_openssl.m4 \
96	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
97	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
98	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
99	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
100	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
101	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
102	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
103	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
104	$(top_srcdir)/configure.ac
105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106	$(ACLOCAL_M4)
107DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
108mkinstalldirs = $(install_sh) -d
109CONFIG_HEADER = $(top_builddir)/config.h
110CONFIG_CLEAN_FILES =
111CONFIG_CLEAN_VPATH_FILES =
112LTLIBRARIES = $(noinst_LTLIBRARIES)
113libyapet_logger_la_LIBADD =
114am_libyapet_logger_la_OBJECTS = logger.lo
115libyapet_logger_la_OBJECTS = $(am_libyapet_logger_la_OBJECTS)
116AM_V_lt = $(am__v_lt_@AM_V@)
117am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
118am__v_lt_0 = --silent
119am__v_lt_1 =
120AM_V_P = $(am__v_P_@AM_V@)
121am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122am__v_P_0 = false
123am__v_P_1 = :
124AM_V_GEN = $(am__v_GEN_@AM_V@)
125am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126am__v_GEN_0 = @echo "  GEN     " $@;
127am__v_GEN_1 =
128AM_V_at = $(am__v_at_@AM_V@)
129am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130am__v_at_0 = @
131am__v_at_1 =
132DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
133depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
134am__maybe_remake_depfiles = depfiles
135am__depfiles_remade = ./$(DEPDIR)/logger.Plo
136am__mv = mv -f
137CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
138	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
139LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
140	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
141	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
142	$(AM_CXXFLAGS) $(CXXFLAGS)
143AM_V_CXX = $(am__v_CXX_@AM_V@)
144am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
145am__v_CXX_0 = @echo "  CXX     " $@;
146am__v_CXX_1 =
147CXXLD = $(CXX)
148CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
149	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
150	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
151AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
152am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
153am__v_CXXLD_0 = @echo "  CXXLD   " $@;
154am__v_CXXLD_1 =
155COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
156	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
158	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
159	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
160	$(AM_CFLAGS) $(CFLAGS)
161AM_V_CC = $(am__v_CC_@AM_V@)
162am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
163am__v_CC_0 = @echo "  CC      " $@;
164am__v_CC_1 =
165CCLD = $(CC)
166LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
167	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
168	$(AM_LDFLAGS) $(LDFLAGS) -o $@
169AM_V_CCLD = $(am__v_CCLD_@AM_V@)
170am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
171am__v_CCLD_0 = @echo "  CCLD    " $@;
172am__v_CCLD_1 =
173SOURCES = $(libyapet_logger_la_SOURCES)
174DIST_SOURCES = $(libyapet_logger_la_SOURCES)
175RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
176	ctags-recursive dvi-recursive html-recursive info-recursive \
177	install-data-recursive install-dvi-recursive \
178	install-exec-recursive install-html-recursive \
179	install-info-recursive install-pdf-recursive \
180	install-ps-recursive install-recursive installcheck-recursive \
181	installdirs-recursive pdf-recursive ps-recursive \
182	tags-recursive uninstall-recursive
183am__can_run_installinfo = \
184  case $$AM_UPDATE_INFO_DIR in \
185    n|no|NO) false;; \
186    *) (install-info --version) >/dev/null 2>&1;; \
187  esac
188RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
189  distclean-recursive maintainer-clean-recursive
190am__recursive_targets = \
191  $(RECURSIVE_TARGETS) \
192  $(RECURSIVE_CLEAN_TARGETS) \
193  $(am__extra_recursive_targets)
194AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
195	distdir distdir-am
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
215DIST_SUBDIRS = $(SUBDIRS)
216am__DIST_COMMON = $(srcdir)/Makefile.in \
217	$(top_srcdir)/build-aux/depcomp
218DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
219am__relativize = \
220  dir0=`pwd`; \
221  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
222  sed_rest='s,^[^/]*/*,,'; \
223  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
224  sed_butlast='s,/*[^/]*$$,,'; \
225  while test -n "$$dir1"; do \
226    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
227    if test "$$first" != "."; then \
228      if test "$$first" = ".."; then \
229        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
230        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
231      else \
232        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
233        if test "$$first2" = "$$first"; then \
234          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
235        else \
236          dir2="../$$dir2"; \
237        fi; \
238        dir0="$$dir0"/"$$first"; \
239      fi; \
240    fi; \
241    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
242  done; \
243  reldir="$$dir2"
244ACLOCAL = @ACLOCAL@
245ALLOCA = @ALLOCA@
246AMTAR = @AMTAR@
247AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
248AR = @AR@
249ARGON2_CFLAGS = @ARGON2_CFLAGS@
250ARGON2_LIBS = @ARGON2_LIBS@
251AUTOCONF = @AUTOCONF@
252AUTOHEADER = @AUTOHEADER@
253AUTOMAKE = @AUTOMAKE@
254AWK = @AWK@
255CC = @CC@
256CCDEPMODE = @CCDEPMODE@
257CFLAGS = @CFLAGS@
258CPP = @CPP@
259CPPFLAGS = @CPPFLAGS@
260CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
261CPPUNIT_LIBS = @CPPUNIT_LIBS@
262CXX = @CXX@
263CXXCPP = @CXXCPP@
264CXXDEPMODE = @CXXDEPMODE@
265CXXFLAGS = @CXXFLAGS@
266CYGPATH_W = @CYGPATH_W@
267DEFS = @DEFS@
268DEPDIR = @DEPDIR@
269DLLTOOL = @DLLTOOL@
270DSYMUTIL = @DSYMUTIL@
271DUMPBIN = @DUMPBIN@
272ECHO_C = @ECHO_C@
273ECHO_N = @ECHO_N@
274ECHO_T = @ECHO_T@
275EGREP = @EGREP@
276EXEEXT = @EXEEXT@
277FGREP = @FGREP@
278GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
279GMSGFMT = @GMSGFMT@
280GMSGFMT_015 = @GMSGFMT_015@
281GREP = @GREP@
282HAVE_CXX14 = @HAVE_CXX14@
283INSTALL = @INSTALL@
284INSTALL_DATA = @INSTALL_DATA@
285INSTALL_PROGRAM = @INSTALL_PROGRAM@
286INSTALL_SCRIPT = @INSTALL_SCRIPT@
287INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
288INTLLIBS = @INTLLIBS@
289INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
290LD = @LD@
291LDFLAGS = @LDFLAGS@
292LIBICONV = @LIBICONV@
293LIBINTL = @LIBINTL@
294LIBOBJS = @LIBOBJS@
295LIBS = @LIBS@
296LIBTOOL = @LIBTOOL@
297LIPO = @LIPO@
298LN_S = @LN_S@
299LTLIBICONV = @LTLIBICONV@
300LTLIBINTL = @LTLIBINTL@
301LTLIBOBJS = @LTLIBOBJS@
302LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
303MAKEINFO = @MAKEINFO@
304MANIFEST_TOOL = @MANIFEST_TOOL@
305MKDIR_P = @MKDIR_P@
306MSGFMT = @MSGFMT@
307MSGFMT_015 = @MSGFMT_015@
308MSGMERGE = @MSGMERGE@
309NM = @NM@
310NMEDIT = @NMEDIT@
311OBJDUMP = @OBJDUMP@
312OBJEXT = @OBJEXT@
313OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
314OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
315OPENSSL_LIBS = @OPENSSL_LIBS@
316OTOOL = @OTOOL@
317OTOOL64 = @OTOOL64@
318PACKAGE = @PACKAGE@
319PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
320PACKAGE_NAME = @PACKAGE_NAME@
321PACKAGE_STRING = @PACKAGE_STRING@
322PACKAGE_TARNAME = @PACKAGE_TARNAME@
323PACKAGE_URL = @PACKAGE_URL@
324PACKAGE_VERSION = @PACKAGE_VERSION@
325PATH_SEPARATOR = @PATH_SEPARATOR@
326PKG_CONFIG = @PKG_CONFIG@
327PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
328PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
329POSUB = @POSUB@
330RANLIB = @RANLIB@
331SED = @SED@
332SET_MAKE = @SET_MAKE@
333SHELL = @SHELL@
334STRIP = @STRIP@
335USE_NLS = @USE_NLS@
336VERSION = @VERSION@
337XGETTEXT = @XGETTEXT@
338XGETTEXT_015 = @XGETTEXT_015@
339XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
340abs_builddir = @abs_builddir@
341abs_srcdir = @abs_srcdir@
342abs_top_builddir = @abs_top_builddir@
343abs_top_srcdir = @abs_top_srcdir@
344ac_ct_AR = @ac_ct_AR@
345ac_ct_CC = @ac_ct_CC@
346ac_ct_CXX = @ac_ct_CXX@
347ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
348am__include = @am__include@
349am__leading_dot = @am__leading_dot@
350am__quote = @am__quote@
351am__tar = @am__tar@
352am__untar = @am__untar@
353bindir = @bindir@
354build = @build@
355build_alias = @build_alias@
356build_cpu = @build_cpu@
357build_os = @build_os@
358build_vendor = @build_vendor@
359builddir = @builddir@
360datadir = @datadir@
361datarootdir = @datarootdir@
362docdir = @docdir@
363dvidir = @dvidir@
364exec_prefix = @exec_prefix@
365host = @host@
366host_alias = @host_alias@
367host_cpu = @host_cpu@
368host_os = @host_os@
369host_vendor = @host_vendor@
370htmldir = @htmldir@
371includedir = @includedir@
372infodir = @infodir@
373install_sh = @install_sh@
374libdir = @libdir@
375libexecdir = @libexecdir@
376localedir = @localedir@
377localstatedir = @localstatedir@
378mandir = @mandir@
379mkdir_p = @mkdir_p@
380oldincludedir = @oldincludedir@
381pdfdir = @pdfdir@
382prefix = @prefix@
383program_transform_name = @program_transform_name@
384psdir = @psdir@
385sbindir = @sbindir@
386sharedstatedir = @sharedstatedir@
387srcdir = @srcdir@
388subdirs = @subdirs@
389sysconfdir = @sysconfdir@
390target_alias = @target_alias@
391top_build_prefix = @top_build_prefix@
392top_builddir = @top_builddir@
393top_srcdir = @top_srcdir@
394SUBDIRS = interfaces exceptions consts cfg globals utils metadata passwordrecord file crypt glue pwgen ui
395yapet_srcdir = $(top_srcdir)/src
396yapet_src_libdir = $(yapet_srcdir)/libs
397yapet_builddir = $(top_builddir)/src
398yapet_libs_builddir = $(yapet_builddir)/libs
399AM_CPPFLAGS = -I$(yapet_src_libdir)/utils $(am__append_1) \
400	$(am__append_2)
401noinst_LTLIBRARIES = libyapet-logger.la
402libyapet_logger_la_SOURCES = logger.hh logger.cc
403all: all-recursive
404
405.SUFFIXES:
406.SUFFIXES: .cc .lo .o .obj
407$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
408	@for dep in $?; do \
409	  case '$(am__configure_deps)' in \
410	    *$$dep*) \
411	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
412	        && { if test -f $@; then exit 0; else break; fi; }; \
413	      exit 1;; \
414	  esac; \
415	done; \
416	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libs/Makefile'; \
417	$(am__cd) $(top_srcdir) && \
418	  $(AUTOMAKE) --gnu src/libs/Makefile
419Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
420	@case '$?' in \
421	  *config.status*) \
422	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
423	  *) \
424	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
425	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
426	esac;
427
428$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
429	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430
431$(top_srcdir)/configure:  $(am__configure_deps)
432	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
434	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
435$(am__aclocal_m4_deps):
436
437clean-noinstLTLIBRARIES:
438	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
439	@list='$(noinst_LTLIBRARIES)'; \
440	locs=`for p in $$list; do echo $$p; done | \
441	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
442	      sort -u`; \
443	test -z "$$locs" || { \
444	  echo rm -f $${locs}; \
445	  rm -f $${locs}; \
446	}
447
448libyapet-logger.la: $(libyapet_logger_la_OBJECTS) $(libyapet_logger_la_DEPENDENCIES) $(EXTRA_libyapet_logger_la_DEPENDENCIES)
449	$(AM_V_CXXLD)$(CXXLINK)  $(libyapet_logger_la_OBJECTS) $(libyapet_logger_la_LIBADD) $(LIBS)
450
451mostlyclean-compile:
452	-rm -f *.$(OBJEXT)
453
454distclean-compile:
455	-rm -f *.tab.c
456
457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Plo@am__quote@ # am--include-marker
458
459$(am__depfiles_remade):
460	@$(MKDIR_P) $(@D)
461	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
462
463am--depfiles: $(am__depfiles_remade)
464
465.cc.o:
466@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
467@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
468@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
469@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
471
472.cc.obj:
473@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
474@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
475@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
476@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
478
479.cc.lo:
480@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
481@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
482@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
483@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
485
486mostlyclean-libtool:
487	-rm -f *.lo
488
489clean-libtool:
490	-rm -rf .libs _libs
491
492# This directory's subdirectories are mostly independent; you can cd
493# into them and run 'make' without going through this Makefile.
494# To change the values of 'make' variables: instead of editing Makefiles,
495# (1) if the variable is set in 'config.status', edit 'config.status'
496#     (which will cause the Makefiles to be regenerated when you run 'make');
497# (2) otherwise, pass the desired values on the 'make' command line.
498$(am__recursive_targets):
499	@fail=; \
500	if $(am__make_keepgoing); then \
501	  failcom='fail=yes'; \
502	else \
503	  failcom='exit 1'; \
504	fi; \
505	dot_seen=no; \
506	target=`echo $@ | sed s/-recursive//`; \
507	case "$@" in \
508	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
509	  *) list='$(SUBDIRS)' ;; \
510	esac; \
511	for subdir in $$list; do \
512	  echo "Making $$target in $$subdir"; \
513	  if test "$$subdir" = "."; then \
514	    dot_seen=yes; \
515	    local_target="$$target-am"; \
516	  else \
517	    local_target="$$target"; \
518	  fi; \
519	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
520	  || eval $$failcom; \
521	done; \
522	if test "$$dot_seen" = "no"; then \
523	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
524	fi; test -z "$$fail"
525
526ID: $(am__tagged_files)
527	$(am__define_uniq_tagged_files); mkid -fID $$unique
528tags: tags-recursive
529TAGS: tags
530
531tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
532	set x; \
533	here=`pwd`; \
534	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
535	  include_option=--etags-include; \
536	  empty_fix=.; \
537	else \
538	  include_option=--include; \
539	  empty_fix=; \
540	fi; \
541	list='$(SUBDIRS)'; for subdir in $$list; do \
542	  if test "$$subdir" = .; then :; else \
543	    test ! -f $$subdir/TAGS || \
544	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
545	  fi; \
546	done; \
547	$(am__define_uniq_tagged_files); \
548	shift; \
549	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
550	  test -n "$$unique" || unique=$$empty_fix; \
551	  if test $$# -gt 0; then \
552	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
553	      "$$@" $$unique; \
554	  else \
555	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
556	      $$unique; \
557	  fi; \
558	fi
559ctags: ctags-recursive
560
561CTAGS: ctags
562ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
563	$(am__define_uniq_tagged_files); \
564	test -z "$(CTAGS_ARGS)$$unique" \
565	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
566	     $$unique
567
568GTAGS:
569	here=`$(am__cd) $(top_builddir) && pwd` \
570	  && $(am__cd) $(top_srcdir) \
571	  && gtags -i $(GTAGS_ARGS) "$$here"
572cscopelist: cscopelist-recursive
573
574cscopelist-am: $(am__tagged_files)
575	list='$(am__tagged_files)'; \
576	case "$(srcdir)" in \
577	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
578	  *) sdir=$(subdir)/$(srcdir) ;; \
579	esac; \
580	for i in $$list; do \
581	  if test -f "$$i"; then \
582	    echo "$(subdir)/$$i"; \
583	  else \
584	    echo "$$sdir/$$i"; \
585	  fi; \
586	done >> $(top_builddir)/cscope.files
587
588distclean-tags:
589	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
590
591distdir: $(BUILT_SOURCES)
592	$(MAKE) $(AM_MAKEFLAGS) distdir-am
593
594distdir-am: $(DISTFILES)
595	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
596	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
597	list='$(DISTFILES)'; \
598	  dist_files=`for file in $$list; do echo $$file; done | \
599	  sed -e "s|^$$srcdirstrip/||;t" \
600	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
601	case $$dist_files in \
602	  */*) $(MKDIR_P) `echo "$$dist_files" | \
603			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
604			   sort -u` ;; \
605	esac; \
606	for file in $$dist_files; do \
607	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
608	  if test -d $$d/$$file; then \
609	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
610	    if test -d "$(distdir)/$$file"; then \
611	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
612	    fi; \
613	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
614	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
615	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
616	    fi; \
617	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
618	  else \
619	    test -f "$(distdir)/$$file" \
620	    || cp -p $$d/$$file "$(distdir)/$$file" \
621	    || exit 1; \
622	  fi; \
623	done
624	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
625	  if test "$$subdir" = .; then :; else \
626	    $(am__make_dryrun) \
627	      || test -d "$(distdir)/$$subdir" \
628	      || $(MKDIR_P) "$(distdir)/$$subdir" \
629	      || exit 1; \
630	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
631	    $(am__relativize); \
632	    new_distdir=$$reldir; \
633	    dir1=$$subdir; dir2="$(top_distdir)"; \
634	    $(am__relativize); \
635	    new_top_distdir=$$reldir; \
636	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
637	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
638	    ($(am__cd) $$subdir && \
639	      $(MAKE) $(AM_MAKEFLAGS) \
640	        top_distdir="$$new_top_distdir" \
641	        distdir="$$new_distdir" \
642		am__remove_distdir=: \
643		am__skip_length_check=: \
644		am__skip_mode_fix=: \
645	        distdir) \
646	      || exit 1; \
647	  fi; \
648	done
649check-am: all-am
650check: check-recursive
651all-am: Makefile $(LTLIBRARIES)
652installdirs: installdirs-recursive
653installdirs-am:
654install: install-recursive
655install-exec: install-exec-recursive
656install-data: install-data-recursive
657uninstall: uninstall-recursive
658
659install-am: all-am
660	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
661
662installcheck: installcheck-recursive
663install-strip:
664	if test -z '$(STRIP)'; then \
665	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
666	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
667	      install; \
668	else \
669	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
670	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
671	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
672	fi
673mostlyclean-generic:
674
675clean-generic:
676
677distclean-generic:
678	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
679	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
680
681maintainer-clean-generic:
682	@echo "This command is intended for maintainers to use"
683	@echo "it deletes files that may require special tools to rebuild."
684clean: clean-recursive
685
686clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
687	mostlyclean-am
688
689distclean: distclean-recursive
690		-rm -f ./$(DEPDIR)/logger.Plo
691	-rm -f Makefile
692distclean-am: clean-am distclean-compile distclean-generic \
693	distclean-tags
694
695dvi: dvi-recursive
696
697dvi-am:
698
699html: html-recursive
700
701html-am:
702
703info: info-recursive
704
705info-am:
706
707install-data-am:
708
709install-dvi: install-dvi-recursive
710
711install-dvi-am:
712
713install-exec-am:
714
715install-html: install-html-recursive
716
717install-html-am:
718
719install-info: install-info-recursive
720
721install-info-am:
722
723install-man:
724
725install-pdf: install-pdf-recursive
726
727install-pdf-am:
728
729install-ps: install-ps-recursive
730
731install-ps-am:
732
733installcheck-am:
734
735maintainer-clean: maintainer-clean-recursive
736		-rm -f ./$(DEPDIR)/logger.Plo
737	-rm -f Makefile
738maintainer-clean-am: distclean-am maintainer-clean-generic
739
740mostlyclean: mostlyclean-recursive
741
742mostlyclean-am: mostlyclean-compile mostlyclean-generic \
743	mostlyclean-libtool
744
745pdf: pdf-recursive
746
747pdf-am:
748
749ps: ps-recursive
750
751ps-am:
752
753uninstall-am:
754
755.MAKE: $(am__recursive_targets) install-am install-strip
756
757.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
758	am--depfiles check check-am clean clean-generic clean-libtool \
759	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
760	distclean-compile distclean-generic distclean-libtool \
761	distclean-tags distdir dvi dvi-am html html-am info info-am \
762	install install-am install-data install-data-am install-dvi \
763	install-dvi-am install-exec install-exec-am install-html \
764	install-html-am install-info install-info-am install-man \
765	install-pdf install-pdf-am install-ps install-ps-am \
766	install-strip installcheck installcheck-am installdirs \
767	installdirs-am maintainer-clean maintainer-clean-generic \
768	mostlyclean mostlyclean-compile mostlyclean-generic \
769	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
770	uninstall-am
771
772.PRECIOUS: Makefile
773
774
775# Tell versions [3.59,3.63) of GNU make to not export all variables.
776# Otherwise a system limit (for SysV at least) may be exceeded.
777.NOEXPORT:
778