1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92subdir = webrtc/base
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
98	$(am__DIST_COMMON)
99mkinstalldirs = $(install_sh) -d
100CONFIG_CLEAN_FILES =
101CONFIG_CLEAN_VPATH_FILES =
102LTLIBRARIES = $(noinst_LTLIBRARIES)
103libbase_la_LIBADD =
104am_libbase_la_OBJECTS = libbase_la-criticalsection.lo \
105	libbase_la-checks.lo libbase_la-event.lo \
106	libbase_la-platform_thread.lo libbase_la-platform_file.lo \
107	libbase_la-stringutils.lo libbase_la-thread_checker_impl.lo
108libbase_la_OBJECTS = $(am_libbase_la_OBJECTS)
109AM_V_lt = $(am__v_lt_@AM_V@)
110am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
111am__v_lt_0 = --silent
112am__v_lt_1 =
113libbase_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
114	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(libbase_la_CXXFLAGS) \
115	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
116AM_V_P = $(am__v_P_@AM_V@)
117am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118am__v_P_0 = false
119am__v_P_1 = :
120AM_V_GEN = $(am__v_GEN_@AM_V@)
121am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122am__v_GEN_0 = @echo "  GEN     " $@;
123am__v_GEN_1 =
124AM_V_at = $(am__v_at_@AM_V@)
125am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
126am__v_at_0 = @
127am__v_at_1 =
128DEFAULT_INCLUDES = -I.@am__isrc@
129depcomp = $(SHELL) $(top_srcdir)/depcomp
130am__depfiles_maybe = depfiles
131am__mv = mv -f
132CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
133	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
134LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
135	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
136	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
137	$(AM_CXXFLAGS) $(CXXFLAGS)
138AM_V_CXX = $(am__v_CXX_@AM_V@)
139am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
140am__v_CXX_0 = @echo "  CXX     " $@;
141am__v_CXX_1 =
142CXXLD = $(CXX)
143CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
144	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
145	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
146AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
147am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
148am__v_CXXLD_0 = @echo "  CXXLD   " $@;
149am__v_CXXLD_1 =
150COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
154	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
155	$(AM_CFLAGS) $(CFLAGS)
156AM_V_CC = $(am__v_CC_@AM_V@)
157am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
158am__v_CC_0 = @echo "  CC      " $@;
159am__v_CC_1 =
160CCLD = $(CC)
161LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163	$(AM_LDFLAGS) $(LDFLAGS) -o $@
164AM_V_CCLD = $(am__v_CCLD_@AM_V@)
165am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
166am__v_CCLD_0 = @echo "  CCLD    " $@;
167am__v_CCLD_1 =
168SOURCES = $(libbase_la_SOURCES)
169DIST_SOURCES = $(libbase_la_SOURCES)
170am__can_run_installinfo = \
171  case $$AM_UPDATE_INFO_DIR in \
172    n|no|NO) false;; \
173    *) (install-info --version) >/dev/null 2>&1;; \
174  esac
175HEADERS = $(noinst_HEADERS)
176am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
177# Read a list of newline-separated strings from the standard input,
178# and print each of them once, without duplicates.  Input order is
179# *not* preserved.
180am__uniquify_input = $(AWK) '\
181  BEGIN { nonempty = 0; } \
182  { items[$$0] = 1; nonempty = 1; } \
183  END { if (nonempty) { for (i in items) print i; }; } \
184'
185# Make sure the list of sources is unique.  This is necessary because,
186# e.g., the same source file might be shared among _SOURCES variables
187# for different programs/libraries.
188am__define_uniq_tagged_files = \
189  list='$(am__tagged_files)'; \
190  unique=`for i in $$list; do \
191    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192  done | $(am__uniquify_input)`
193ETAGS = etags
194CTAGS = ctags
195am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
196DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
197ACLOCAL = @ACLOCAL@
198AMTAR = @AMTAR@
199AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
200AR = @AR@
201AUTOCONF = @AUTOCONF@
202AUTOHEADER = @AUTOHEADER@
203AUTOMAKE = @AUTOMAKE@
204AWK = @AWK@
205CC = @CC@
206CCAS = @CCAS@
207CCASDEPMODE = @CCASDEPMODE@
208CCASFLAGS = @CCASFLAGS@
209CCDEPMODE = @CCDEPMODE@
210CFLAGS = @CFLAGS@
211COMMON_CFLAGS = @COMMON_CFLAGS@
212COMMON_CXXFLAGS = @COMMON_CXXFLAGS@
213COMMON_LDFLAGS = @COMMON_LDFLAGS@
214CPP = @CPP@
215CPPFLAGS = @CPPFLAGS@
216CXX = @CXX@
217CXXCPP = @CXXCPP@
218CXXDEPMODE = @CXXDEPMODE@
219CXXFLAGS = @CXXFLAGS@
220CYGPATH_W = @CYGPATH_W@
221DEFS = @DEFS@
222DEPDIR = @DEPDIR@
223DLLTOOL = @DLLTOOL@
224DSYMUTIL = @DSYMUTIL@
225DUMPBIN = @DUMPBIN@
226ECHO_C = @ECHO_C@
227ECHO_N = @ECHO_N@
228ECHO_T = @ECHO_T@
229EGREP = @EGREP@
230EXEEXT = @EXEEXT@
231FGREP = @FGREP@
232GNUSTL_CFLAGS = @GNUSTL_CFLAGS@
233GNUSTL_LIBS = @GNUSTL_LIBS@
234GREP = @GREP@
235INSTALL = @INSTALL@
236INSTALL_DATA = @INSTALL_DATA@
237INSTALL_PROGRAM = @INSTALL_PROGRAM@
238INSTALL_SCRIPT = @INSTALL_SCRIPT@
239INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
240LD = @LD@
241LDFLAGS = @LDFLAGS@
242LIBOBJS = @LIBOBJS@
243LIBS = @LIBS@
244LIBTOOL = @LIBTOOL@
245LIBWEBRTC_AUDIO_PROCESSING_VERSION_INFO = @LIBWEBRTC_AUDIO_PROCESSING_VERSION_INFO@
246LIPO = @LIPO@
247LN_S = @LN_S@
248LTLIBOBJS = @LTLIBOBJS@
249LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
250MAKEINFO = @MAKEINFO@
251MANIFEST_TOOL = @MANIFEST_TOOL@
252MKDIR_P = @MKDIR_P@
253NM = @NM@
254NMEDIT = @NMEDIT@
255OBJDUMP = @OBJDUMP@
256OBJEXT = @OBJEXT@
257OTOOL = @OTOOL@
258OTOOL64 = @OTOOL64@
259PACKAGE = @PACKAGE@
260PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
261PACKAGE_NAME = @PACKAGE_NAME@
262PACKAGE_STRING = @PACKAGE_STRING@
263PACKAGE_TARNAME = @PACKAGE_TARNAME@
264PACKAGE_URL = @PACKAGE_URL@
265PACKAGE_VERSION = @PACKAGE_VERSION@
266PATH_SEPARATOR = @PATH_SEPARATOR@
267PKG_CONFIG = @PKG_CONFIG@
268PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
269PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
270PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
271RANLIB = @RANLIB@
272SED = @SED@
273SET_MAKE = @SET_MAKE@
274SHELL = @SHELL@
275STRIP = @STRIP@
276VERSION = @VERSION@
277abs_builddir = @abs_builddir@
278abs_srcdir = @abs_srcdir@
279abs_top_builddir = @abs_top_builddir@
280abs_top_srcdir = @abs_top_srcdir@
281ac_ct_AR = @ac_ct_AR@
282ac_ct_CC = @ac_ct_CC@
283ac_ct_CXX = @ac_ct_CXX@
284ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
285am__include = @am__include@
286am__leading_dot = @am__leading_dot@
287am__quote = @am__quote@
288am__tar = @am__tar@
289am__untar = @am__untar@
290bindir = @bindir@
291build = @build@
292build_alias = @build_alias@
293build_cpu = @build_cpu@
294build_os = @build_os@
295build_vendor = @build_vendor@
296builddir = @builddir@
297datadir = @datadir@
298datarootdir = @datarootdir@
299docdir = @docdir@
300dvidir = @dvidir@
301exec_prefix = @exec_prefix@
302host = @host@
303host_alias = @host_alias@
304host_cpu = @host_cpu@
305host_os = @host_os@
306host_vendor = @host_vendor@
307htmldir = @htmldir@
308includedir = @includedir@
309infodir = @infodir@
310install_sh = @install_sh@
311libdir = @libdir@
312libexecdir = @libexecdir@
313localedir = @localedir@
314localstatedir = @localstatedir@
315mandir = @mandir@
316mkdir_p = @mkdir_p@
317oldincludedir = @oldincludedir@
318pdfdir = @pdfdir@
319prefix = @prefix@
320program_transform_name = @program_transform_name@
321psdir = @psdir@
322sbindir = @sbindir@
323sharedstatedir = @sharedstatedir@
324srcdir = @srcdir@
325sysconfdir = @sysconfdir@
326target_alias = @target_alias@
327top_build_prefix = @top_build_prefix@
328top_builddir = @top_builddir@
329top_srcdir = @top_srcdir@
330noinst_LTLIBRARIES = libbase.la
331noinst_HEADERS = arraysize.h \
332		 atomicops.h \
333		 basictypes.h \
334		 constructormagic.h \
335		 safe_conversions.h \
336		 safe_conversions_impl.h \
337		 scoped_ptr.h \
338		 template_util.h \
339		 thread_annotations.h
340
341libbase_la_SOURCES = criticalsection.cc \
342		     criticalsection.h \
343		     checks.cc \
344		     checks.h \
345		     event.cc \
346		     event.h \
347		     platform_thread.cc \
348		     platform_thread.h \
349		     platform_file.cc \
350		     platform_file.h \
351		     stringutils.cc \
352		     stringutils.h \
353		     thread_checker.h \
354		     thread_checker_impl.cc \
355		     thread_checker_impl.h
356
357libbase_la_CXXFLAGS = $(AM_CXXFLAGS) $(COMMON_CXXFLAGS)
358EXTRA_DIST = BUILD.gn
359all: all-am
360
361.SUFFIXES:
362.SUFFIXES: .cc .lo .o .obj
363$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
364	@for dep in $?; do \
365	  case '$(am__configure_deps)' in \
366	    *$$dep*) \
367	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
368	        && { if test -f $@; then exit 0; else break; fi; }; \
369	      exit 1;; \
370	  esac; \
371	done; \
372	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu webrtc/base/Makefile'; \
373	$(am__cd) $(top_srcdir) && \
374	  $(AUTOMAKE) --gnu webrtc/base/Makefile
375Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
376	@case '$?' in \
377	  *config.status*) \
378	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
379	  *) \
380	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
381	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
382	esac;
383
384$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
385	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386
387$(top_srcdir)/configure:  $(am__configure_deps)
388	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
390	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391$(am__aclocal_m4_deps):
392
393clean-noinstLTLIBRARIES:
394	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
395	@list='$(noinst_LTLIBRARIES)'; \
396	locs=`for p in $$list; do echo $$p; done | \
397	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
398	      sort -u`; \
399	test -z "$$locs" || { \
400	  echo rm -f $${locs}; \
401	  rm -f $${locs}; \
402	}
403
404libbase.la: $(libbase_la_OBJECTS) $(libbase_la_DEPENDENCIES) $(EXTRA_libbase_la_DEPENDENCIES)
405	$(AM_V_CXXLD)$(libbase_la_LINK)  $(libbase_la_OBJECTS) $(libbase_la_LIBADD) $(LIBS)
406
407mostlyclean-compile:
408	-rm -f *.$(OBJEXT)
409
410distclean-compile:
411	-rm -f *.tab.c
412
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbase_la-checks.Plo@am__quote@
414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbase_la-criticalsection.Plo@am__quote@
415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbase_la-event.Plo@am__quote@
416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbase_la-platform_file.Plo@am__quote@
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbase_la-platform_thread.Plo@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbase_la-stringutils.Plo@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbase_la-thread_checker_impl.Plo@am__quote@
420
421.cc.o:
422@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
423@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
424@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
425@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
428
429.cc.obj:
430@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
431@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
432@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
433@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
434@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
436
437.cc.lo:
438@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
439@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
440@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
441@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
442@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
444
445libbase_la-criticalsection.lo: criticalsection.cc
446@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -MT libbase_la-criticalsection.lo -MD -MP -MF $(DEPDIR)/libbase_la-criticalsection.Tpo -c -o libbase_la-criticalsection.lo `test -f 'criticalsection.cc' || echo '$(srcdir)/'`criticalsection.cc
447@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libbase_la-criticalsection.Tpo $(DEPDIR)/libbase_la-criticalsection.Plo
448@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='criticalsection.cc' object='libbase_la-criticalsection.lo' libtool=yes @AMDEPBACKSLASH@
449@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
450@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -c -o libbase_la-criticalsection.lo `test -f 'criticalsection.cc' || echo '$(srcdir)/'`criticalsection.cc
451
452libbase_la-checks.lo: checks.cc
453@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -MT libbase_la-checks.lo -MD -MP -MF $(DEPDIR)/libbase_la-checks.Tpo -c -o libbase_la-checks.lo `test -f 'checks.cc' || echo '$(srcdir)/'`checks.cc
454@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libbase_la-checks.Tpo $(DEPDIR)/libbase_la-checks.Plo
455@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='checks.cc' object='libbase_la-checks.lo' libtool=yes @AMDEPBACKSLASH@
456@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -c -o libbase_la-checks.lo `test -f 'checks.cc' || echo '$(srcdir)/'`checks.cc
458
459libbase_la-event.lo: event.cc
460@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -MT libbase_la-event.lo -MD -MP -MF $(DEPDIR)/libbase_la-event.Tpo -c -o libbase_la-event.lo `test -f 'event.cc' || echo '$(srcdir)/'`event.cc
461@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libbase_la-event.Tpo $(DEPDIR)/libbase_la-event.Plo
462@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='event.cc' object='libbase_la-event.lo' libtool=yes @AMDEPBACKSLASH@
463@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -c -o libbase_la-event.lo `test -f 'event.cc' || echo '$(srcdir)/'`event.cc
465
466libbase_la-platform_thread.lo: platform_thread.cc
467@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -MT libbase_la-platform_thread.lo -MD -MP -MF $(DEPDIR)/libbase_la-platform_thread.Tpo -c -o libbase_la-platform_thread.lo `test -f 'platform_thread.cc' || echo '$(srcdir)/'`platform_thread.cc
468@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libbase_la-platform_thread.Tpo $(DEPDIR)/libbase_la-platform_thread.Plo
469@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='platform_thread.cc' object='libbase_la-platform_thread.lo' libtool=yes @AMDEPBACKSLASH@
470@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -c -o libbase_la-platform_thread.lo `test -f 'platform_thread.cc' || echo '$(srcdir)/'`platform_thread.cc
472
473libbase_la-platform_file.lo: platform_file.cc
474@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -MT libbase_la-platform_file.lo -MD -MP -MF $(DEPDIR)/libbase_la-platform_file.Tpo -c -o libbase_la-platform_file.lo `test -f 'platform_file.cc' || echo '$(srcdir)/'`platform_file.cc
475@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libbase_la-platform_file.Tpo $(DEPDIR)/libbase_la-platform_file.Plo
476@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='platform_file.cc' object='libbase_la-platform_file.lo' libtool=yes @AMDEPBACKSLASH@
477@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -c -o libbase_la-platform_file.lo `test -f 'platform_file.cc' || echo '$(srcdir)/'`platform_file.cc
479
480libbase_la-stringutils.lo: stringutils.cc
481@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -MT libbase_la-stringutils.lo -MD -MP -MF $(DEPDIR)/libbase_la-stringutils.Tpo -c -o libbase_la-stringutils.lo `test -f 'stringutils.cc' || echo '$(srcdir)/'`stringutils.cc
482@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libbase_la-stringutils.Tpo $(DEPDIR)/libbase_la-stringutils.Plo
483@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='stringutils.cc' object='libbase_la-stringutils.lo' libtool=yes @AMDEPBACKSLASH@
484@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -c -o libbase_la-stringutils.lo `test -f 'stringutils.cc' || echo '$(srcdir)/'`stringutils.cc
486
487libbase_la-thread_checker_impl.lo: thread_checker_impl.cc
488@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -MT libbase_la-thread_checker_impl.lo -MD -MP -MF $(DEPDIR)/libbase_la-thread_checker_impl.Tpo -c -o libbase_la-thread_checker_impl.lo `test -f 'thread_checker_impl.cc' || echo '$(srcdir)/'`thread_checker_impl.cc
489@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libbase_la-thread_checker_impl.Tpo $(DEPDIR)/libbase_la-thread_checker_impl.Plo
490@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='thread_checker_impl.cc' object='libbase_la-thread_checker_impl.lo' libtool=yes @AMDEPBACKSLASH@
491@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
492@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbase_la_CXXFLAGS) $(CXXFLAGS) -c -o libbase_la-thread_checker_impl.lo `test -f 'thread_checker_impl.cc' || echo '$(srcdir)/'`thread_checker_impl.cc
493
494mostlyclean-libtool:
495	-rm -f *.lo
496
497clean-libtool:
498	-rm -rf .libs _libs
499
500ID: $(am__tagged_files)
501	$(am__define_uniq_tagged_files); mkid -fID $$unique
502tags: tags-am
503TAGS: tags
504
505tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
506	set x; \
507	here=`pwd`; \
508	$(am__define_uniq_tagged_files); \
509	shift; \
510	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
511	  test -n "$$unique" || unique=$$empty_fix; \
512	  if test $$# -gt 0; then \
513	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
514	      "$$@" $$unique; \
515	  else \
516	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517	      $$unique; \
518	  fi; \
519	fi
520ctags: ctags-am
521
522CTAGS: ctags
523ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
524	$(am__define_uniq_tagged_files); \
525	test -z "$(CTAGS_ARGS)$$unique" \
526	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
527	     $$unique
528
529GTAGS:
530	here=`$(am__cd) $(top_builddir) && pwd` \
531	  && $(am__cd) $(top_srcdir) \
532	  && gtags -i $(GTAGS_ARGS) "$$here"
533cscopelist: cscopelist-am
534
535cscopelist-am: $(am__tagged_files)
536	list='$(am__tagged_files)'; \
537	case "$(srcdir)" in \
538	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
539	  *) sdir=$(subdir)/$(srcdir) ;; \
540	esac; \
541	for i in $$list; do \
542	  if test -f "$$i"; then \
543	    echo "$(subdir)/$$i"; \
544	  else \
545	    echo "$$sdir/$$i"; \
546	  fi; \
547	done >> $(top_builddir)/cscope.files
548
549distclean-tags:
550	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
551
552distdir: $(DISTFILES)
553	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
555	list='$(DISTFILES)'; \
556	  dist_files=`for file in $$list; do echo $$file; done | \
557	  sed -e "s|^$$srcdirstrip/||;t" \
558	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
559	case $$dist_files in \
560	  */*) $(MKDIR_P) `echo "$$dist_files" | \
561			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
562			   sort -u` ;; \
563	esac; \
564	for file in $$dist_files; do \
565	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
566	  if test -d $$d/$$file; then \
567	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
568	    if test -d "$(distdir)/$$file"; then \
569	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
570	    fi; \
571	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
572	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
573	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
574	    fi; \
575	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
576	  else \
577	    test -f "$(distdir)/$$file" \
578	    || cp -p $$d/$$file "$(distdir)/$$file" \
579	    || exit 1; \
580	  fi; \
581	done
582check-am: all-am
583check: check-am
584all-am: Makefile $(LTLIBRARIES) $(HEADERS)
585installdirs:
586install: install-am
587install-exec: install-exec-am
588install-data: install-data-am
589uninstall: uninstall-am
590
591install-am: all-am
592	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
593
594installcheck: installcheck-am
595install-strip:
596	if test -z '$(STRIP)'; then \
597	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
598	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
599	      install; \
600	else \
601	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
602	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
603	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
604	fi
605mostlyclean-generic:
606
607clean-generic:
608
609distclean-generic:
610	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
611	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
612
613maintainer-clean-generic:
614	@echo "This command is intended for maintainers to use"
615	@echo "it deletes files that may require special tools to rebuild."
616clean: clean-am
617
618clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
619	mostlyclean-am
620
621distclean: distclean-am
622	-rm -rf ./$(DEPDIR)
623	-rm -f Makefile
624distclean-am: clean-am distclean-compile distclean-generic \
625	distclean-tags
626
627dvi: dvi-am
628
629dvi-am:
630
631html: html-am
632
633html-am:
634
635info: info-am
636
637info-am:
638
639install-data-am:
640
641install-dvi: install-dvi-am
642
643install-dvi-am:
644
645install-exec-am:
646
647install-html: install-html-am
648
649install-html-am:
650
651install-info: install-info-am
652
653install-info-am:
654
655install-man:
656
657install-pdf: install-pdf-am
658
659install-pdf-am:
660
661install-ps: install-ps-am
662
663install-ps-am:
664
665installcheck-am:
666
667maintainer-clean: maintainer-clean-am
668	-rm -rf ./$(DEPDIR)
669	-rm -f Makefile
670maintainer-clean-am: distclean-am maintainer-clean-generic
671
672mostlyclean: mostlyclean-am
673
674mostlyclean-am: mostlyclean-compile mostlyclean-generic \
675	mostlyclean-libtool
676
677pdf: pdf-am
678
679pdf-am:
680
681ps: ps-am
682
683ps-am:
684
685uninstall-am:
686
687.MAKE: install-am install-strip
688
689.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
690	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
691	ctags-am distclean distclean-compile distclean-generic \
692	distclean-libtool distclean-tags distdir dvi dvi-am html \
693	html-am info info-am install install-am install-data \
694	install-data-am install-dvi install-dvi-am install-exec \
695	install-exec-am install-html install-html-am install-info \
696	install-info-am install-man install-pdf install-pdf-am \
697	install-ps install-ps-am install-strip installcheck \
698	installcheck-am installdirs maintainer-clean \
699	maintainer-clean-generic mostlyclean mostlyclean-compile \
700	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
701	tags tags-am uninstall uninstall-am
702
703.PRECIOUS: Makefile
704
705
706# Tell versions [3.59,3.63) of GNU make to not export all variables.
707# Otherwise a system limit (for SysV at least) may be exceeded.
708.NOEXPORT:
709