# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_HEADER = $(INSTALL_DATA) transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ EXEEXT = @EXEEXT@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ AWK = @AWK@ CC = @CC@ CPP = @CPP@ CXX = @CXX@ CXXCPP = @CXXCPP@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ EGREP = @EGREP@ F77 = @F77@ GCJ = @GCJ@ GCJFLAGS = @GCJFLAGS@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LN_S = @LN_S@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ RC = @RC@ STRIP = @STRIP@ VERSION = @VERSION@ ac_cv_cxx_hash_namespace = @ac_cv_cxx_hash_namespace@ ac_google_attribute = @ac_google_attribute@ ac_google_end_namespace = @ac_google_end_namespace@ ac_google_namespace = @ac_google_namespace@ ac_google_start_namespace = @ac_google_start_namespace@ acx_pthread_config = @acx_pthread_config@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ # Make sure that when we re-make ./configure, we get the macros we need ACLOCAL_AMFLAGS = -I `pwd`/../autoconf # This is so we can #include AM_CPPFLAGS = -I$(top_srcdir)/src googleincludedir = $(includedir)/google googleinclude_HEADERS = \ src/google/template.h \ src/google/template_enums.h \ src/google/template_dictionary.h \ src/google/template_namelist.h \ src/google/template_from_string.h \ src/google/ctemplate/hash_map.h noinst_HEADERS = \ src/base/arena.h.in \ src/google/template.h.in \ src/google/template_enums.h.in \ src/google/template_dictionary.h.in \ src/google/template_namelist.h.in \ src/google/template_from_string.h.in ctemplateincludedir = $(googleincludedir)/ctemplate # The 'private' header files go into /usr/local/include/google/ctemplate. ctemplateinclude_HEADERS = \ src/google/ctemplate/hash_map.h \ src/google/ctemplate/hash_set.h docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \ doc/designstyle.css doc/index.html \ doc/howto.html doc/tips.html doc/example.html \ doc/xss_resources.html # automake will make different .o files for this library, which is good, # because we use an extra compiler flag. lib_LTLIBRARIES = libctemplate.la libctemplate_nothreads.la # Helper apps bin_PROGRAMS = make_tpl_varnames_h bin_SCRIPTS = src/template-converter # For each of the tests, we test with and without threads TESTS = template_dictionary_unittest template_dictionary_nothreads_unittest template_setglobals_unittest template_setglobals_nothreads_unittest template_from_string_unittest template_from_string_nothreads_unittest template_unittest template_nothreads_unittest template_regtest template_nothreads_regtest check_SCRIPTS = make_tpl_varnames_h_unittest_sh TESTS_ENVIRONMENT = TEMPLATE_ROOTDIR=$(top_srcdir) # Every time you add a unittest to check_SCRIPTS, add it here too noinst_SCRIPTS = src/tests/make_tpl_varnames_h_unittest.sh libctemplate_la_SOURCES = $(googleinclude_HEADERS) src/config.h \ src/base/arena.h src/base/arena.cc \ src/template.cc src/template_dictionary.cc src/template_namelist.cc \ src/template_from_string.cc libctemplate_la_CXXFLAGS = $(PTHREAD_CFLAGS) -DNDEBUG libctemplate_la_LDFLAGS = $(PTHREAD_CFLAGS) libctemplate_la_LIBADD = $(PTHREAD_LIBS) libctemplate_nothreads_la_SOURCES = $(libctemplate_la_SOURCES) libctemplate_nothreads_la_CXXFLAGS = -DNDEBUG -DNO_THREADS make_tpl_varnames_h_SOURCES = $(googleinclude_HEADERS) src/config.h \ src/make_tpl_varnames_h.cc make_tpl_varnames_h_LDADD = libctemplate_nothreads.la template_dictionary_unittest_SOURCES = src/tests/template_dictionary_unittest.cc template_dictionary_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) template_dictionary_unittest_LDFLAGS = $(PTHREAD_CFLAGS) template_dictionary_unittest_LDADD = libctemplate.la $(PTHREAD_LIBS) template_dictionary_nothreads_unittest_SOURCES = $(template_dictionary_unittest_SOURCES) template_dictionary_nothreads_unittest_CXXFLAGS = -DNO_THREADS template_dictionary_nothreads_unittest_LDADD = libctemplate_nothreads.la template_setglobals_unittest_SOURCES = src/tests/template_setglobals_unittest.cc template_setglobals_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) template_setglobals_unittest_LDFLAGS = $(PTHREAD_CFLAGS) template_setglobals_unittest_LDADD = libctemplate.la $(PTHREAD_LIBS) template_setglobals_nothreads_unittest_SOURCES = $(template_setglobals_unittest_SOURCES) template_setglobals_nothreads_unittest_CXXFLAGS = -DNO_THREADS template_setglobals_nothreads_unittest_LDADD = libctemplate_nothreads.la template_from_string_unittest_SOURCES = src/tests/template_from_string_unittest.cc template_from_string_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) template_from_string_unittest_LDFLAGS = $(PTHREAD_CFLAGS) template_from_string_unittest_LDADD = libctemplate.la $(PTHREAD_LIBS) template_from_string_nothreads_unittest_SOURCES = $(template_from_string_unittest_SOURCES) template_from_string_nothreads_unittest_CXXFLAGS = -DNO_THREADS template_from_string_nothreads_unittest_LDADD = libctemplate_nothreads.la template_unittest_SOURCES = src/tests/template_unittest.cc template_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) template_unittest_LDFLAGS = $(PTHREAD_CFLAGS) template_unittest_LDADD = libctemplate.la $(PTHREAD_LIBS) template_nothreads_unittest_SOURCES = src/tests/template_unittest.cc template_nothreads_unittest_CXXFLAGS = -DNO_THREADS template_nothreads_unittest_LDADD = libctemplate_nothreads.la template_regtest_SOURCES = src/tests/template_regtest.cc template_regtest_CXXFLAGS = $(PTHREAD_CFLAGS) template_regtest_LDFLAGS = $(PTHREAD_CFLAGS) template_regtest_LDADD = libctemplate.la $(PTHREAD_LIBS) template_nothreads_regtest_SOURCES = $(template_regtest_SOURCES) template_nothreads_regtest_CXXFLAGS = -DNO_THREADS template_nothreads_regtest_LDADD = libctemplate_nothreads.la noinst_PROGRAMS = $(TESTS) EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \ $(SCRIPTS) libtool \ contrib DISTCLEANFILES = src/google/ctemplate/hash_map.h src/google/ctemplate/hash_set.h subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/src/config.h CONFIG_CLEAN_FILES = src/base/arena.h src/google/template_enums.h \ src/google/template.h src/google/template_from_string.h \ src/google/template_dictionary.h src/google/template_namelist.h LTLIBRARIES = $(lib_LTLIBRARIES) libctemplate_la_DEPENDENCIES = am__objects_1 = am_libctemplate_la_OBJECTS = $(am__objects_1) libctemplate_la-arena.lo \ libctemplate_la-template.lo \ libctemplate_la-template_dictionary.lo \ libctemplate_la-template_namelist.lo \ libctemplate_la-template_from_string.lo libctemplate_la_OBJECTS = $(am_libctemplate_la_OBJECTS) libctemplate_nothreads_la_LDFLAGS = libctemplate_nothreads_la_LIBADD = am__objects_2 = $(am__objects_1) libctemplate_nothreads_la-arena.lo \ libctemplate_nothreads_la-template.lo \ libctemplate_nothreads_la-template_dictionary.lo \ libctemplate_nothreads_la-template_namelist.lo \ libctemplate_nothreads_la-template_from_string.lo am_libctemplate_nothreads_la_OBJECTS = $(am__objects_2) libctemplate_nothreads_la_OBJECTS = \ $(am_libctemplate_nothreads_la_OBJECTS) bin_PROGRAMS = make_tpl_varnames_h$(EXEEXT) noinst_PROGRAMS = template_dictionary_unittest$(EXEEXT) \ template_dictionary_nothreads_unittest$(EXEEXT) \ template_setglobals_unittest$(EXEEXT) \ template_setglobals_nothreads_unittest$(EXEEXT) \ template_from_string_unittest$(EXEEXT) \ template_from_string_nothreads_unittest$(EXEEXT) \ template_unittest$(EXEEXT) template_nothreads_unittest$(EXEEXT) \ template_regtest$(EXEEXT) template_nothreads_regtest$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) am_make_tpl_varnames_h_OBJECTS = $(am__objects_1) \ make_tpl_varnames_h.$(OBJEXT) make_tpl_varnames_h_OBJECTS = $(am_make_tpl_varnames_h_OBJECTS) make_tpl_varnames_h_DEPENDENCIES = libctemplate_nothreads.la make_tpl_varnames_h_LDFLAGS = am__objects_3 = \ template_dictionary_nothreads_unittest-template_dictionary_unittest.$(OBJEXT) am_template_dictionary_nothreads_unittest_OBJECTS = $(am__objects_3) template_dictionary_nothreads_unittest_OBJECTS = \ $(am_template_dictionary_nothreads_unittest_OBJECTS) template_dictionary_nothreads_unittest_DEPENDENCIES = \ libctemplate_nothreads.la template_dictionary_nothreads_unittest_LDFLAGS = am_template_dictionary_unittest_OBJECTS = \ template_dictionary_unittest-template_dictionary_unittest.$(OBJEXT) template_dictionary_unittest_OBJECTS = \ $(am_template_dictionary_unittest_OBJECTS) template_dictionary_unittest_DEPENDENCIES = libctemplate.la am__objects_4 = \ template_from_string_nothreads_unittest-template_from_string_unittest.$(OBJEXT) am_template_from_string_nothreads_unittest_OBJECTS = $(am__objects_4) template_from_string_nothreads_unittest_OBJECTS = \ $(am_template_from_string_nothreads_unittest_OBJECTS) template_from_string_nothreads_unittest_DEPENDENCIES = \ libctemplate_nothreads.la template_from_string_nothreads_unittest_LDFLAGS = am_template_from_string_unittest_OBJECTS = \ template_from_string_unittest-template_from_string_unittest.$(OBJEXT) template_from_string_unittest_OBJECTS = \ $(am_template_from_string_unittest_OBJECTS) template_from_string_unittest_DEPENDENCIES = libctemplate.la am__objects_5 = template_nothreads_regtest-template_regtest.$(OBJEXT) am_template_nothreads_regtest_OBJECTS = $(am__objects_5) template_nothreads_regtest_OBJECTS = \ $(am_template_nothreads_regtest_OBJECTS) template_nothreads_regtest_DEPENDENCIES = libctemplate_nothreads.la template_nothreads_regtest_LDFLAGS = am_template_nothreads_unittest_OBJECTS = \ template_nothreads_unittest-template_unittest.$(OBJEXT) template_nothreads_unittest_OBJECTS = \ $(am_template_nothreads_unittest_OBJECTS) template_nothreads_unittest_DEPENDENCIES = libctemplate_nothreads.la template_nothreads_unittest_LDFLAGS = am_template_regtest_OBJECTS = \ template_regtest-template_regtest.$(OBJEXT) template_regtest_OBJECTS = $(am_template_regtest_OBJECTS) template_regtest_DEPENDENCIES = libctemplate.la am__objects_6 = \ template_setglobals_nothreads_unittest-template_setglobals_unittest.$(OBJEXT) am_template_setglobals_nothreads_unittest_OBJECTS = $(am__objects_6) template_setglobals_nothreads_unittest_OBJECTS = \ $(am_template_setglobals_nothreads_unittest_OBJECTS) template_setglobals_nothreads_unittest_DEPENDENCIES = \ libctemplate_nothreads.la template_setglobals_nothreads_unittest_LDFLAGS = am_template_setglobals_unittest_OBJECTS = \ template_setglobals_unittest-template_setglobals_unittest.$(OBJEXT) template_setglobals_unittest_OBJECTS = \ $(am_template_setglobals_unittest_OBJECTS) template_setglobals_unittest_DEPENDENCIES = libctemplate.la am_template_unittest_OBJECTS = \ template_unittest-template_unittest.$(OBJEXT) template_unittest_OBJECTS = $(am_template_unittest_OBJECTS) template_unittest_DEPENDENCIES = libctemplate.la SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS) DEFS = @DEFS@ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libctemplate_la-arena.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/libctemplate_la-template.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/libctemplate_la-template_dictionary.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/libctemplate_la-template_from_string.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/libctemplate_la-template_namelist.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/libctemplate_nothreads_la-arena.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/libctemplate_nothreads_la-template.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/libctemplate_nothreads_la-template_dictionary.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/libctemplate_nothreads_la-template_from_string.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/libctemplate_nothreads_la-template_namelist.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/make_tpl_varnames_h.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/template_nothreads_regtest-template_regtest.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/template_nothreads_unittest-template_unittest.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/template_regtest-template_regtest.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/template_unittest-template_unittest.Po CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ CXXFLAGS = @CXXFLAGS@ CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ DIST_SOURCES = $(libctemplate_la_SOURCES) \ $(libctemplate_nothreads_la_SOURCES) \ $(make_tpl_varnames_h_SOURCES) \ $(template_dictionary_nothreads_unittest_SOURCES) \ $(template_dictionary_unittest_SOURCES) \ $(template_from_string_nothreads_unittest_SOURCES) \ $(template_from_string_unittest_SOURCES) \ $(template_nothreads_regtest_SOURCES) \ $(template_nothreads_unittest_SOURCES) \ $(template_regtest_SOURCES) \ $(template_setglobals_nothreads_unittest_SOURCES) \ $(template_setglobals_unittest_SOURCES) \ $(template_unittest_SOURCES) DATA = $(dist_doc_DATA) HEADERS = $(ctemplateinclude_HEADERS) $(googleinclude_HEADERS) \ $(noinst_HEADERS) DIST_COMMON = README $(ctemplateinclude_HEADERS) $(dist_doc_DATA) \ $(googleinclude_HEADERS) $(noinst_HEADERS) ./src/config.h.in \ AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS \ aclocal.m4 compile config.guess config.sub configure \ configure.ac depcomp install-sh ltmain.sh missing mkinstalldirs SOURCES = $(libctemplate_la_SOURCES) $(libctemplate_nothreads_la_SOURCES) $(make_tpl_varnames_h_SOURCES) $(template_dictionary_nothreads_unittest_SOURCES) $(template_dictionary_unittest_SOURCES) $(template_from_string_nothreads_unittest_SOURCES) $(template_from_string_unittest_SOURCES) $(template_nothreads_regtest_SOURCES) $(template_nothreads_unittest_SOURCES) $(template_regtest_SOURCES) $(template_setglobals_nothreads_unittest_SOURCES) $(template_setglobals_unittest_SOURCES) $(template_unittest_SOURCES) all: all-am .SUFFIXES: .SUFFIXES: .cc .lo .o .obj am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): configure.ac cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) src/config.h: src/stamp-h1 @if test ! -f $@; then \ rm -f src/stamp-h1; \ $(MAKE) src/stamp-h1; \ else :; fi src/stamp-h1: $(srcdir)/./src/config.h.in $(top_builddir)/config.status @rm -f src/stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status src/config.h $(srcdir)/./src/config.h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOHEADER) touch $(srcdir)/./src/config.h.in distclean-hdr: -rm -f src/config.h src/stamp-h1 src/base/arena.h: $(top_builddir)/config.status $(top_srcdir)/src/base/arena.h.in cd $(top_builddir) && $(SHELL) ./config.status $@ src/google/template_enums.h: $(top_builddir)/config.status $(top_srcdir)/src/google/template_enums.h.in cd $(top_builddir) && $(SHELL) ./config.status $@ src/google/template.h: $(top_builddir)/config.status $(top_srcdir)/src/google/template.h.in cd $(top_builddir) && $(SHELL) ./config.status $@ src/google/template_from_string.h: $(top_builddir)/config.status $(top_srcdir)/src/google/template_from_string.h.in cd $(top_builddir) && $(SHELL) ./config.status $@ src/google/template_dictionary.h: $(top_builddir)/config.status $(top_srcdir)/src/google/template_dictionary.h.in cd $(top_builddir) && $(SHELL) ./config.status $@ src/google/template_namelist.h: $(top_builddir)/config.status $(top_srcdir)/src/google/template_namelist.h.in cd $(top_builddir) && $(SHELL) ./config.status $@ libLTLIBRARIES_INSTALL = $(INSTALL) install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(libdir) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \ $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \ else :; fi; \ done uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ p="`echo $$p | sed -e 's|^.*/||'`"; \ echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test -z "$dir" && dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libctemplate_la-arena.lo: src/base/arena.cc libctemplate_la-template.lo: src/template.cc libctemplate_la-template_dictionary.lo: src/template_dictionary.cc libctemplate_la-template_namelist.lo: src/template_namelist.cc libctemplate_la-template_from_string.lo: src/template_from_string.cc libctemplate.la: $(libctemplate_la_OBJECTS) $(libctemplate_la_DEPENDENCIES) $(CXXLINK) -rpath $(libdir) $(libctemplate_la_LDFLAGS) $(libctemplate_la_OBJECTS) $(libctemplate_la_LIBADD) $(LIBS) libctemplate_nothreads_la-arena.lo: src/base/arena.cc libctemplate_nothreads_la-template.lo: src/template.cc libctemplate_nothreads_la-template_dictionary.lo: \ src/template_dictionary.cc libctemplate_nothreads_la-template_namelist.lo: src/template_namelist.cc libctemplate_nothreads_la-template_from_string.lo: \ src/template_from_string.cc libctemplate_nothreads.la: $(libctemplate_nothreads_la_OBJECTS) $(libctemplate_nothreads_la_DEPENDENCIES) $(CXXLINK) -rpath $(libdir) $(libctemplate_nothreads_la_LDFLAGS) $(libctemplate_nothreads_la_OBJECTS) $(libctemplate_nothreads_la_LIBADD) $(LIBS) binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ || test -f $$p1 \ ; then \ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \ else :; fi; \ done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ rm -f $(DESTDIR)$(bindir)/$$f; \ done clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ done clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ done make_tpl_varnames_h.$(OBJEXT): src/make_tpl_varnames_h.cc make_tpl_varnames_h$(EXEEXT): $(make_tpl_varnames_h_OBJECTS) $(make_tpl_varnames_h_DEPENDENCIES) @rm -f make_tpl_varnames_h$(EXEEXT) $(CXXLINK) $(make_tpl_varnames_h_LDFLAGS) $(make_tpl_varnames_h_OBJECTS) $(make_tpl_varnames_h_LDADD) $(LIBS) template_dictionary_nothreads_unittest-template_dictionary_unittest.$(OBJEXT): \ src/tests/template_dictionary_unittest.cc template_dictionary_nothreads_unittest$(EXEEXT): $(template_dictionary_nothreads_unittest_OBJECTS) $(template_dictionary_nothreads_unittest_DEPENDENCIES) @rm -f template_dictionary_nothreads_unittest$(EXEEXT) $(CXXLINK) $(template_dictionary_nothreads_unittest_LDFLAGS) $(template_dictionary_nothreads_unittest_OBJECTS) $(template_dictionary_nothreads_unittest_LDADD) $(LIBS) template_dictionary_unittest-template_dictionary_unittest.$(OBJEXT): \ src/tests/template_dictionary_unittest.cc template_dictionary_unittest$(EXEEXT): $(template_dictionary_unittest_OBJECTS) $(template_dictionary_unittest_DEPENDENCIES) @rm -f template_dictionary_unittest$(EXEEXT) $(CXXLINK) $(template_dictionary_unittest_LDFLAGS) $(template_dictionary_unittest_OBJECTS) $(template_dictionary_unittest_LDADD) $(LIBS) template_from_string_nothreads_unittest-template_from_string_unittest.$(OBJEXT): \ src/tests/template_from_string_unittest.cc template_from_string_nothreads_unittest$(EXEEXT): $(template_from_string_nothreads_unittest_OBJECTS) $(template_from_string_nothreads_unittest_DEPENDENCIES) @rm -f template_from_string_nothreads_unittest$(EXEEXT) $(CXXLINK) $(template_from_string_nothreads_unittest_LDFLAGS) $(template_from_string_nothreads_unittest_OBJECTS) $(template_from_string_nothreads_unittest_LDADD) $(LIBS) template_from_string_unittest-template_from_string_unittest.$(OBJEXT): \ src/tests/template_from_string_unittest.cc template_from_string_unittest$(EXEEXT): $(template_from_string_unittest_OBJECTS) $(template_from_string_unittest_DEPENDENCIES) @rm -f template_from_string_unittest$(EXEEXT) $(CXXLINK) $(template_from_string_unittest_LDFLAGS) $(template_from_string_unittest_OBJECTS) $(template_from_string_unittest_LDADD) $(LIBS) template_nothreads_regtest-template_regtest.$(OBJEXT): \ src/tests/template_regtest.cc template_nothreads_regtest$(EXEEXT): $(template_nothreads_regtest_OBJECTS) $(template_nothreads_regtest_DEPENDENCIES) @rm -f template_nothreads_regtest$(EXEEXT) $(CXXLINK) $(template_nothreads_regtest_LDFLAGS) $(template_nothreads_regtest_OBJECTS) $(template_nothreads_regtest_LDADD) $(LIBS) template_nothreads_unittest-template_unittest.$(OBJEXT): \ src/tests/template_unittest.cc template_nothreads_unittest$(EXEEXT): $(template_nothreads_unittest_OBJECTS) $(template_nothreads_unittest_DEPENDENCIES) @rm -f template_nothreads_unittest$(EXEEXT) $(CXXLINK) $(template_nothreads_unittest_LDFLAGS) $(template_nothreads_unittest_OBJECTS) $(template_nothreads_unittest_LDADD) $(LIBS) template_regtest-template_regtest.$(OBJEXT): \ src/tests/template_regtest.cc template_regtest$(EXEEXT): $(template_regtest_OBJECTS) $(template_regtest_DEPENDENCIES) @rm -f template_regtest$(EXEEXT) $(CXXLINK) $(template_regtest_LDFLAGS) $(template_regtest_OBJECTS) $(template_regtest_LDADD) $(LIBS) template_setglobals_nothreads_unittest-template_setglobals_unittest.$(OBJEXT): \ src/tests/template_setglobals_unittest.cc template_setglobals_nothreads_unittest$(EXEEXT): $(template_setglobals_nothreads_unittest_OBJECTS) $(template_setglobals_nothreads_unittest_DEPENDENCIES) @rm -f template_setglobals_nothreads_unittest$(EXEEXT) $(CXXLINK) $(template_setglobals_nothreads_unittest_LDFLAGS) $(template_setglobals_nothreads_unittest_OBJECTS) $(template_setglobals_nothreads_unittest_LDADD) $(LIBS) template_setglobals_unittest-template_setglobals_unittest.$(OBJEXT): \ src/tests/template_setglobals_unittest.cc template_setglobals_unittest$(EXEEXT): $(template_setglobals_unittest_OBJECTS) $(template_setglobals_unittest_DEPENDENCIES) @rm -f template_setglobals_unittest$(EXEEXT) $(CXXLINK) $(template_setglobals_unittest_LDFLAGS) $(template_setglobals_unittest_OBJECTS) $(template_setglobals_unittest_LDADD) $(LIBS) template_unittest-template_unittest.$(OBJEXT): \ src/tests/template_unittest.cc template_unittest$(EXEEXT): $(template_unittest_OBJECTS) $(template_unittest_DEPENDENCIES) @rm -f template_unittest$(EXEEXT) $(CXXLINK) $(template_unittest_LDFLAGS) $(template_unittest_OBJECTS) $(template_unittest_LDADD) $(LIBS) binSCRIPT_INSTALL = $(INSTALL_SCRIPT) install-binSCRIPTS: $(bin_SCRIPTS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \ $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \ else :; fi; \ done uninstall-binSCRIPTS: @$(NORMAL_UNINSTALL) @list='$(bin_SCRIPTS)'; for p in $$list; do \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ rm -f $(DESTDIR)$(bindir)/$$f; \ done mostlyclean-compile: -rm -f *.$(OBJEXT) core *.core distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libctemplate_la-arena.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libctemplate_la-template.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libctemplate_la-template_dictionary.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libctemplate_la-template_from_string.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libctemplate_la-template_namelist.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libctemplate_nothreads_la-arena.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libctemplate_nothreads_la-template.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libctemplate_nothreads_la-template_dictionary.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libctemplate_nothreads_la-template_from_string.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libctemplate_nothreads_la-template_namelist.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/make_tpl_varnames_h.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_nothreads_regtest-template_regtest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_nothreads_unittest-template_unittest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_regtest-template_regtest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_unittest-template_unittest.Po@am__quote@ distclean-depend: -rm -rf ./$(DEPDIR) .cc.o: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< .cc.obj: @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXXCOMPILE) -c -o $@ `cygpath -w $<` .cc.lo: @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< libctemplate_la-arena.o: src/base/arena.cc @AMDEP_TRUE@ source='src/base/arena.cc' object='libctemplate_la-arena.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-arena.Po' tmpdepfile='$(DEPDIR)/libctemplate_la-arena.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-arena.o `test -f 'src/base/arena.cc' || echo '$(srcdir)/'`src/base/arena.cc libctemplate_la-arena.obj: src/base/arena.cc @AMDEP_TRUE@ source='src/base/arena.cc' object='libctemplate_la-arena.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-arena.Po' tmpdepfile='$(DEPDIR)/libctemplate_la-arena.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-arena.obj `cygpath -w src/base/arena.cc` libctemplate_la-arena.lo: src/base/arena.cc @AMDEP_TRUE@ source='src/base/arena.cc' object='libctemplate_la-arena.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-arena.Plo' tmpdepfile='$(DEPDIR)/libctemplate_la-arena.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-arena.lo `test -f 'src/base/arena.cc' || echo '$(srcdir)/'`src/base/arena.cc libctemplate_la-template.o: src/template.cc @AMDEP_TRUE@ source='src/template.cc' object='libctemplate_la-template.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-template.Po' tmpdepfile='$(DEPDIR)/libctemplate_la-template.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-template.o `test -f 'src/template.cc' || echo '$(srcdir)/'`src/template.cc libctemplate_la-template.obj: src/template.cc @AMDEP_TRUE@ source='src/template.cc' object='libctemplate_la-template.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-template.Po' tmpdepfile='$(DEPDIR)/libctemplate_la-template.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-template.obj `cygpath -w src/template.cc` libctemplate_la-template.lo: src/template.cc @AMDEP_TRUE@ source='src/template.cc' object='libctemplate_la-template.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-template.Plo' tmpdepfile='$(DEPDIR)/libctemplate_la-template.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-template.lo `test -f 'src/template.cc' || echo '$(srcdir)/'`src/template.cc libctemplate_la-template_dictionary.o: src/template_dictionary.cc @AMDEP_TRUE@ source='src/template_dictionary.cc' object='libctemplate_la-template_dictionary.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-template_dictionary.Po' tmpdepfile='$(DEPDIR)/libctemplate_la-template_dictionary.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-template_dictionary.o `test -f 'src/template_dictionary.cc' || echo '$(srcdir)/'`src/template_dictionary.cc libctemplate_la-template_dictionary.obj: src/template_dictionary.cc @AMDEP_TRUE@ source='src/template_dictionary.cc' object='libctemplate_la-template_dictionary.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-template_dictionary.Po' tmpdepfile='$(DEPDIR)/libctemplate_la-template_dictionary.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-template_dictionary.obj `cygpath -w src/template_dictionary.cc` libctemplate_la-template_dictionary.lo: src/template_dictionary.cc @AMDEP_TRUE@ source='src/template_dictionary.cc' object='libctemplate_la-template_dictionary.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-template_dictionary.Plo' tmpdepfile='$(DEPDIR)/libctemplate_la-template_dictionary.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-template_dictionary.lo `test -f 'src/template_dictionary.cc' || echo '$(srcdir)/'`src/template_dictionary.cc libctemplate_la-template_namelist.o: src/template_namelist.cc @AMDEP_TRUE@ source='src/template_namelist.cc' object='libctemplate_la-template_namelist.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-template_namelist.Po' tmpdepfile='$(DEPDIR)/libctemplate_la-template_namelist.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-template_namelist.o `test -f 'src/template_namelist.cc' || echo '$(srcdir)/'`src/template_namelist.cc libctemplate_la-template_namelist.obj: src/template_namelist.cc @AMDEP_TRUE@ source='src/template_namelist.cc' object='libctemplate_la-template_namelist.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-template_namelist.Po' tmpdepfile='$(DEPDIR)/libctemplate_la-template_namelist.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-template_namelist.obj `cygpath -w src/template_namelist.cc` libctemplate_la-template_namelist.lo: src/template_namelist.cc @AMDEP_TRUE@ source='src/template_namelist.cc' object='libctemplate_la-template_namelist.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-template_namelist.Plo' tmpdepfile='$(DEPDIR)/libctemplate_la-template_namelist.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-template_namelist.lo `test -f 'src/template_namelist.cc' || echo '$(srcdir)/'`src/template_namelist.cc libctemplate_la-template_from_string.o: src/template_from_string.cc @AMDEP_TRUE@ source='src/template_from_string.cc' object='libctemplate_la-template_from_string.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-template_from_string.Po' tmpdepfile='$(DEPDIR)/libctemplate_la-template_from_string.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-template_from_string.o `test -f 'src/template_from_string.cc' || echo '$(srcdir)/'`src/template_from_string.cc libctemplate_la-template_from_string.obj: src/template_from_string.cc @AMDEP_TRUE@ source='src/template_from_string.cc' object='libctemplate_la-template_from_string.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-template_from_string.Po' tmpdepfile='$(DEPDIR)/libctemplate_la-template_from_string.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-template_from_string.obj `cygpath -w src/template_from_string.cc` libctemplate_la-template_from_string.lo: src/template_from_string.cc @AMDEP_TRUE@ source='src/template_from_string.cc' object='libctemplate_la-template_from_string.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_la-template_from_string.Plo' tmpdepfile='$(DEPDIR)/libctemplate_la-template_from_string.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-template_from_string.lo `test -f 'src/template_from_string.cc' || echo '$(srcdir)/'`src/template_from_string.cc libctemplate_nothreads_la-arena.o: src/base/arena.cc @AMDEP_TRUE@ source='src/base/arena.cc' object='libctemplate_nothreads_la-arena.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-arena.Po' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-arena.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-arena.o `test -f 'src/base/arena.cc' || echo '$(srcdir)/'`src/base/arena.cc libctemplate_nothreads_la-arena.obj: src/base/arena.cc @AMDEP_TRUE@ source='src/base/arena.cc' object='libctemplate_nothreads_la-arena.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-arena.Po' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-arena.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-arena.obj `cygpath -w src/base/arena.cc` libctemplate_nothreads_la-arena.lo: src/base/arena.cc @AMDEP_TRUE@ source='src/base/arena.cc' object='libctemplate_nothreads_la-arena.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-arena.Plo' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-arena.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-arena.lo `test -f 'src/base/arena.cc' || echo '$(srcdir)/'`src/base/arena.cc libctemplate_nothreads_la-template.o: src/template.cc @AMDEP_TRUE@ source='src/template.cc' object='libctemplate_nothreads_la-template.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-template.Po' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-template.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-template.o `test -f 'src/template.cc' || echo '$(srcdir)/'`src/template.cc libctemplate_nothreads_la-template.obj: src/template.cc @AMDEP_TRUE@ source='src/template.cc' object='libctemplate_nothreads_la-template.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-template.Po' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-template.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-template.obj `cygpath -w src/template.cc` libctemplate_nothreads_la-template.lo: src/template.cc @AMDEP_TRUE@ source='src/template.cc' object='libctemplate_nothreads_la-template.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-template.Plo' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-template.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-template.lo `test -f 'src/template.cc' || echo '$(srcdir)/'`src/template.cc libctemplate_nothreads_la-template_dictionary.o: src/template_dictionary.cc @AMDEP_TRUE@ source='src/template_dictionary.cc' object='libctemplate_nothreads_la-template_dictionary.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-template_dictionary.Po' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-template_dictionary.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-template_dictionary.o `test -f 'src/template_dictionary.cc' || echo '$(srcdir)/'`src/template_dictionary.cc libctemplate_nothreads_la-template_dictionary.obj: src/template_dictionary.cc @AMDEP_TRUE@ source='src/template_dictionary.cc' object='libctemplate_nothreads_la-template_dictionary.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-template_dictionary.Po' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-template_dictionary.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-template_dictionary.obj `cygpath -w src/template_dictionary.cc` libctemplate_nothreads_la-template_dictionary.lo: src/template_dictionary.cc @AMDEP_TRUE@ source='src/template_dictionary.cc' object='libctemplate_nothreads_la-template_dictionary.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-template_dictionary.Plo' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-template_dictionary.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-template_dictionary.lo `test -f 'src/template_dictionary.cc' || echo '$(srcdir)/'`src/template_dictionary.cc libctemplate_nothreads_la-template_namelist.o: src/template_namelist.cc @AMDEP_TRUE@ source='src/template_namelist.cc' object='libctemplate_nothreads_la-template_namelist.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-template_namelist.Po' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-template_namelist.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-template_namelist.o `test -f 'src/template_namelist.cc' || echo '$(srcdir)/'`src/template_namelist.cc libctemplate_nothreads_la-template_namelist.obj: src/template_namelist.cc @AMDEP_TRUE@ source='src/template_namelist.cc' object='libctemplate_nothreads_la-template_namelist.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-template_namelist.Po' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-template_namelist.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-template_namelist.obj `cygpath -w src/template_namelist.cc` libctemplate_nothreads_la-template_namelist.lo: src/template_namelist.cc @AMDEP_TRUE@ source='src/template_namelist.cc' object='libctemplate_nothreads_la-template_namelist.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-template_namelist.Plo' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-template_namelist.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-template_namelist.lo `test -f 'src/template_namelist.cc' || echo '$(srcdir)/'`src/template_namelist.cc libctemplate_nothreads_la-template_from_string.o: src/template_from_string.cc @AMDEP_TRUE@ source='src/template_from_string.cc' object='libctemplate_nothreads_la-template_from_string.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-template_from_string.Po' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-template_from_string.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-template_from_string.o `test -f 'src/template_from_string.cc' || echo '$(srcdir)/'`src/template_from_string.cc libctemplate_nothreads_la-template_from_string.obj: src/template_from_string.cc @AMDEP_TRUE@ source='src/template_from_string.cc' object='libctemplate_nothreads_la-template_from_string.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-template_from_string.Po' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-template_from_string.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-template_from_string.obj `cygpath -w src/template_from_string.cc` libctemplate_nothreads_la-template_from_string.lo: src/template_from_string.cc @AMDEP_TRUE@ source='src/template_from_string.cc' object='libctemplate_nothreads_la-template_from_string.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/libctemplate_nothreads_la-template_from_string.Plo' tmpdepfile='$(DEPDIR)/libctemplate_nothreads_la-template_from_string.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-template_from_string.lo `test -f 'src/template_from_string.cc' || echo '$(srcdir)/'`src/template_from_string.cc make_tpl_varnames_h.o: src/make_tpl_varnames_h.cc @AMDEP_TRUE@ source='src/make_tpl_varnames_h.cc' object='make_tpl_varnames_h.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/make_tpl_varnames_h.Po' tmpdepfile='$(DEPDIR)/make_tpl_varnames_h.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o make_tpl_varnames_h.o `test -f 'src/make_tpl_varnames_h.cc' || echo '$(srcdir)/'`src/make_tpl_varnames_h.cc make_tpl_varnames_h.obj: src/make_tpl_varnames_h.cc @AMDEP_TRUE@ source='src/make_tpl_varnames_h.cc' object='make_tpl_varnames_h.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/make_tpl_varnames_h.Po' tmpdepfile='$(DEPDIR)/make_tpl_varnames_h.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o make_tpl_varnames_h.obj `cygpath -w src/make_tpl_varnames_h.cc` make_tpl_varnames_h.lo: src/make_tpl_varnames_h.cc @AMDEP_TRUE@ source='src/make_tpl_varnames_h.cc' object='make_tpl_varnames_h.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/make_tpl_varnames_h.Plo' tmpdepfile='$(DEPDIR)/make_tpl_varnames_h.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o make_tpl_varnames_h.lo `test -f 'src/make_tpl_varnames_h.cc' || echo '$(srcdir)/'`src/make_tpl_varnames_h.cc template_dictionary_nothreads_unittest-template_dictionary_unittest.o: src/tests/template_dictionary_unittest.cc @AMDEP_TRUE@ source='src/tests/template_dictionary_unittest.cc' object='template_dictionary_nothreads_unittest-template_dictionary_unittest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.Po' tmpdepfile='$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_dictionary_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_dictionary_nothreads_unittest-template_dictionary_unittest.o `test -f 'src/tests/template_dictionary_unittest.cc' || echo '$(srcdir)/'`src/tests/template_dictionary_unittest.cc template_dictionary_nothreads_unittest-template_dictionary_unittest.obj: src/tests/template_dictionary_unittest.cc @AMDEP_TRUE@ source='src/tests/template_dictionary_unittest.cc' object='template_dictionary_nothreads_unittest-template_dictionary_unittest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.Po' tmpdepfile='$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_dictionary_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_dictionary_nothreads_unittest-template_dictionary_unittest.obj `cygpath -w src/tests/template_dictionary_unittest.cc` template_dictionary_nothreads_unittest-template_dictionary_unittest.lo: src/tests/template_dictionary_unittest.cc @AMDEP_TRUE@ source='src/tests/template_dictionary_unittest.cc' object='template_dictionary_nothreads_unittest-template_dictionary_unittest.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.Plo' tmpdepfile='$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_dictionary_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_dictionary_nothreads_unittest-template_dictionary_unittest.lo `test -f 'src/tests/template_dictionary_unittest.cc' || echo '$(srcdir)/'`src/tests/template_dictionary_unittest.cc template_dictionary_unittest-template_dictionary_unittest.o: src/tests/template_dictionary_unittest.cc @AMDEP_TRUE@ source='src/tests/template_dictionary_unittest.cc' object='template_dictionary_unittest-template_dictionary_unittest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.Po' tmpdepfile='$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_dictionary_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_dictionary_unittest-template_dictionary_unittest.o `test -f 'src/tests/template_dictionary_unittest.cc' || echo '$(srcdir)/'`src/tests/template_dictionary_unittest.cc template_dictionary_unittest-template_dictionary_unittest.obj: src/tests/template_dictionary_unittest.cc @AMDEP_TRUE@ source='src/tests/template_dictionary_unittest.cc' object='template_dictionary_unittest-template_dictionary_unittest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.Po' tmpdepfile='$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_dictionary_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_dictionary_unittest-template_dictionary_unittest.obj `cygpath -w src/tests/template_dictionary_unittest.cc` template_dictionary_unittest-template_dictionary_unittest.lo: src/tests/template_dictionary_unittest.cc @AMDEP_TRUE@ source='src/tests/template_dictionary_unittest.cc' object='template_dictionary_unittest-template_dictionary_unittest.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.Plo' tmpdepfile='$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_dictionary_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_dictionary_unittest-template_dictionary_unittest.lo `test -f 'src/tests/template_dictionary_unittest.cc' || echo '$(srcdir)/'`src/tests/template_dictionary_unittest.cc template_from_string_nothreads_unittest-template_from_string_unittest.o: src/tests/template_from_string_unittest.cc @AMDEP_TRUE@ source='src/tests/template_from_string_unittest.cc' object='template_from_string_nothreads_unittest-template_from_string_unittest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.Po' tmpdepfile='$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_from_string_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_from_string_nothreads_unittest-template_from_string_unittest.o `test -f 'src/tests/template_from_string_unittest.cc' || echo '$(srcdir)/'`src/tests/template_from_string_unittest.cc template_from_string_nothreads_unittest-template_from_string_unittest.obj: src/tests/template_from_string_unittest.cc @AMDEP_TRUE@ source='src/tests/template_from_string_unittest.cc' object='template_from_string_nothreads_unittest-template_from_string_unittest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.Po' tmpdepfile='$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_from_string_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_from_string_nothreads_unittest-template_from_string_unittest.obj `cygpath -w src/tests/template_from_string_unittest.cc` template_from_string_nothreads_unittest-template_from_string_unittest.lo: src/tests/template_from_string_unittest.cc @AMDEP_TRUE@ source='src/tests/template_from_string_unittest.cc' object='template_from_string_nothreads_unittest-template_from_string_unittest.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.Plo' tmpdepfile='$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_from_string_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_from_string_nothreads_unittest-template_from_string_unittest.lo `test -f 'src/tests/template_from_string_unittest.cc' || echo '$(srcdir)/'`src/tests/template_from_string_unittest.cc template_from_string_unittest-template_from_string_unittest.o: src/tests/template_from_string_unittest.cc @AMDEP_TRUE@ source='src/tests/template_from_string_unittest.cc' object='template_from_string_unittest-template_from_string_unittest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.Po' tmpdepfile='$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_from_string_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_from_string_unittest-template_from_string_unittest.o `test -f 'src/tests/template_from_string_unittest.cc' || echo '$(srcdir)/'`src/tests/template_from_string_unittest.cc template_from_string_unittest-template_from_string_unittest.obj: src/tests/template_from_string_unittest.cc @AMDEP_TRUE@ source='src/tests/template_from_string_unittest.cc' object='template_from_string_unittest-template_from_string_unittest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.Po' tmpdepfile='$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_from_string_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_from_string_unittest-template_from_string_unittest.obj `cygpath -w src/tests/template_from_string_unittest.cc` template_from_string_unittest-template_from_string_unittest.lo: src/tests/template_from_string_unittest.cc @AMDEP_TRUE@ source='src/tests/template_from_string_unittest.cc' object='template_from_string_unittest-template_from_string_unittest.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.Plo' tmpdepfile='$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_from_string_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_from_string_unittest-template_from_string_unittest.lo `test -f 'src/tests/template_from_string_unittest.cc' || echo '$(srcdir)/'`src/tests/template_from_string_unittest.cc template_nothreads_regtest-template_regtest.o: src/tests/template_regtest.cc @AMDEP_TRUE@ source='src/tests/template_regtest.cc' object='template_nothreads_regtest-template_regtest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_nothreads_regtest-template_regtest.Po' tmpdepfile='$(DEPDIR)/template_nothreads_regtest-template_regtest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_nothreads_regtest_CXXFLAGS) $(CXXFLAGS) -c -o template_nothreads_regtest-template_regtest.o `test -f 'src/tests/template_regtest.cc' || echo '$(srcdir)/'`src/tests/template_regtest.cc template_nothreads_regtest-template_regtest.obj: src/tests/template_regtest.cc @AMDEP_TRUE@ source='src/tests/template_regtest.cc' object='template_nothreads_regtest-template_regtest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_nothreads_regtest-template_regtest.Po' tmpdepfile='$(DEPDIR)/template_nothreads_regtest-template_regtest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_nothreads_regtest_CXXFLAGS) $(CXXFLAGS) -c -o template_nothreads_regtest-template_regtest.obj `cygpath -w src/tests/template_regtest.cc` template_nothreads_regtest-template_regtest.lo: src/tests/template_regtest.cc @AMDEP_TRUE@ source='src/tests/template_regtest.cc' object='template_nothreads_regtest-template_regtest.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_nothreads_regtest-template_regtest.Plo' tmpdepfile='$(DEPDIR)/template_nothreads_regtest-template_regtest.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_nothreads_regtest_CXXFLAGS) $(CXXFLAGS) -c -o template_nothreads_regtest-template_regtest.lo `test -f 'src/tests/template_regtest.cc' || echo '$(srcdir)/'`src/tests/template_regtest.cc template_nothreads_unittest-template_unittest.o: src/tests/template_unittest.cc @AMDEP_TRUE@ source='src/tests/template_unittest.cc' object='template_nothreads_unittest-template_unittest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_nothreads_unittest-template_unittest.Po' tmpdepfile='$(DEPDIR)/template_nothreads_unittest-template_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_nothreads_unittest-template_unittest.o `test -f 'src/tests/template_unittest.cc' || echo '$(srcdir)/'`src/tests/template_unittest.cc template_nothreads_unittest-template_unittest.obj: src/tests/template_unittest.cc @AMDEP_TRUE@ source='src/tests/template_unittest.cc' object='template_nothreads_unittest-template_unittest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_nothreads_unittest-template_unittest.Po' tmpdepfile='$(DEPDIR)/template_nothreads_unittest-template_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_nothreads_unittest-template_unittest.obj `cygpath -w src/tests/template_unittest.cc` template_nothreads_unittest-template_unittest.lo: src/tests/template_unittest.cc @AMDEP_TRUE@ source='src/tests/template_unittest.cc' object='template_nothreads_unittest-template_unittest.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_nothreads_unittest-template_unittest.Plo' tmpdepfile='$(DEPDIR)/template_nothreads_unittest-template_unittest.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_nothreads_unittest-template_unittest.lo `test -f 'src/tests/template_unittest.cc' || echo '$(srcdir)/'`src/tests/template_unittest.cc template_regtest-template_regtest.o: src/tests/template_regtest.cc @AMDEP_TRUE@ source='src/tests/template_regtest.cc' object='template_regtest-template_regtest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_regtest-template_regtest.Po' tmpdepfile='$(DEPDIR)/template_regtest-template_regtest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_regtest_CXXFLAGS) $(CXXFLAGS) -c -o template_regtest-template_regtest.o `test -f 'src/tests/template_regtest.cc' || echo '$(srcdir)/'`src/tests/template_regtest.cc template_regtest-template_regtest.obj: src/tests/template_regtest.cc @AMDEP_TRUE@ source='src/tests/template_regtest.cc' object='template_regtest-template_regtest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_regtest-template_regtest.Po' tmpdepfile='$(DEPDIR)/template_regtest-template_regtest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_regtest_CXXFLAGS) $(CXXFLAGS) -c -o template_regtest-template_regtest.obj `cygpath -w src/tests/template_regtest.cc` template_regtest-template_regtest.lo: src/tests/template_regtest.cc @AMDEP_TRUE@ source='src/tests/template_regtest.cc' object='template_regtest-template_regtest.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_regtest-template_regtest.Plo' tmpdepfile='$(DEPDIR)/template_regtest-template_regtest.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_regtest_CXXFLAGS) $(CXXFLAGS) -c -o template_regtest-template_regtest.lo `test -f 'src/tests/template_regtest.cc' || echo '$(srcdir)/'`src/tests/template_regtest.cc template_setglobals_nothreads_unittest-template_setglobals_unittest.o: src/tests/template_setglobals_unittest.cc @AMDEP_TRUE@ source='src/tests/template_setglobals_unittest.cc' object='template_setglobals_nothreads_unittest-template_setglobals_unittest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.Po' tmpdepfile='$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_setglobals_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_setglobals_nothreads_unittest-template_setglobals_unittest.o `test -f 'src/tests/template_setglobals_unittest.cc' || echo '$(srcdir)/'`src/tests/template_setglobals_unittest.cc template_setglobals_nothreads_unittest-template_setglobals_unittest.obj: src/tests/template_setglobals_unittest.cc @AMDEP_TRUE@ source='src/tests/template_setglobals_unittest.cc' object='template_setglobals_nothreads_unittest-template_setglobals_unittest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.Po' tmpdepfile='$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_setglobals_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_setglobals_nothreads_unittest-template_setglobals_unittest.obj `cygpath -w src/tests/template_setglobals_unittest.cc` template_setglobals_nothreads_unittest-template_setglobals_unittest.lo: src/tests/template_setglobals_unittest.cc @AMDEP_TRUE@ source='src/tests/template_setglobals_unittest.cc' object='template_setglobals_nothreads_unittest-template_setglobals_unittest.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.Plo' tmpdepfile='$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_setglobals_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_setglobals_nothreads_unittest-template_setglobals_unittest.lo `test -f 'src/tests/template_setglobals_unittest.cc' || echo '$(srcdir)/'`src/tests/template_setglobals_unittest.cc template_setglobals_unittest-template_setglobals_unittest.o: src/tests/template_setglobals_unittest.cc @AMDEP_TRUE@ source='src/tests/template_setglobals_unittest.cc' object='template_setglobals_unittest-template_setglobals_unittest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.Po' tmpdepfile='$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_setglobals_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_setglobals_unittest-template_setglobals_unittest.o `test -f 'src/tests/template_setglobals_unittest.cc' || echo '$(srcdir)/'`src/tests/template_setglobals_unittest.cc template_setglobals_unittest-template_setglobals_unittest.obj: src/tests/template_setglobals_unittest.cc @AMDEP_TRUE@ source='src/tests/template_setglobals_unittest.cc' object='template_setglobals_unittest-template_setglobals_unittest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.Po' tmpdepfile='$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_setglobals_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_setglobals_unittest-template_setglobals_unittest.obj `cygpath -w src/tests/template_setglobals_unittest.cc` template_setglobals_unittest-template_setglobals_unittest.lo: src/tests/template_setglobals_unittest.cc @AMDEP_TRUE@ source='src/tests/template_setglobals_unittest.cc' object='template_setglobals_unittest-template_setglobals_unittest.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.Plo' tmpdepfile='$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_setglobals_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_setglobals_unittest-template_setglobals_unittest.lo `test -f 'src/tests/template_setglobals_unittest.cc' || echo '$(srcdir)/'`src/tests/template_setglobals_unittest.cc template_unittest-template_unittest.o: src/tests/template_unittest.cc @AMDEP_TRUE@ source='src/tests/template_unittest.cc' object='template_unittest-template_unittest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_unittest-template_unittest.Po' tmpdepfile='$(DEPDIR)/template_unittest-template_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_unittest-template_unittest.o `test -f 'src/tests/template_unittest.cc' || echo '$(srcdir)/'`src/tests/template_unittest.cc template_unittest-template_unittest.obj: src/tests/template_unittest.cc @AMDEP_TRUE@ source='src/tests/template_unittest.cc' object='template_unittest-template_unittest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_unittest-template_unittest.Po' tmpdepfile='$(DEPDIR)/template_unittest-template_unittest.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_unittest-template_unittest.obj `cygpath -w src/tests/template_unittest.cc` template_unittest-template_unittest.lo: src/tests/template_unittest.cc @AMDEP_TRUE@ source='src/tests/template_unittest.cc' object='template_unittest-template_unittest.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@ depfile='$(DEPDIR)/template_unittest-template_unittest.Plo' tmpdepfile='$(DEPDIR)/template_unittest-template_unittest.TPlo' @AMDEPBACKSLASH@ @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_unittest-template_unittest.lo `test -f 'src/tests/template_unittest.cc' || echo '$(srcdir)/'`src/tests/template_unittest.cc CXXDEPMODE = @CXXDEPMODE@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool uninstall-info-am: dist_docDATA_INSTALL = $(INSTALL_DATA) install-dist_docDATA: $(dist_doc_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(docdir) @list='$(dist_doc_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " $(dist_docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \ $(dist_docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f; \ done uninstall-dist_docDATA: @$(NORMAL_UNINSTALL) @list='$(dist_doc_DATA)'; for p in $$list; do \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " rm -f $(DESTDIR)$(docdir)/$$f"; \ rm -f $(DESTDIR)$(docdir)/$$f; \ done ctemplateincludeHEADERS_INSTALL = $(INSTALL_HEADER) install-ctemplateincludeHEADERS: $(ctemplateinclude_HEADERS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(ctemplateincludedir) @list='$(ctemplateinclude_HEADERS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " $(ctemplateincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(ctemplateincludedir)/$$f"; \ $(ctemplateincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(ctemplateincludedir)/$$f; \ done uninstall-ctemplateincludeHEADERS: @$(NORMAL_UNINSTALL) @list='$(ctemplateinclude_HEADERS)'; for p in $$list; do \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " rm -f $(DESTDIR)$(ctemplateincludedir)/$$f"; \ rm -f $(DESTDIR)$(ctemplateincludedir)/$$f; \ done googleincludeHEADERS_INSTALL = $(INSTALL_HEADER) install-googleincludeHEADERS: $(googleinclude_HEADERS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(googleincludedir) @list='$(googleinclude_HEADERS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " $(googleincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(googleincludedir)/$$f"; \ $(googleincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(googleincludedir)/$$f; \ done uninstall-googleincludeHEADERS: @$(NORMAL_UNINSTALL) @list='$(googleinclude_HEADERS)'; for p in $$list; do \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " rm -f $(DESTDIR)$(googleincludedir)/$$f"; \ rm -f $(DESTDIR)$(googleincludedir)/$$f; \ done ETAGS = etags ETAGSFLAGS = tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$unique TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$tags$$unique" \ || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ list='$(TESTS)'; \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ elif test -f $$tst; then dir=; \ else dir="$(srcdir)/"; fi; \ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *" $$tst "*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ echo "XPASS: $$tst"; \ ;; \ *) \ echo "PASS: $$tst"; \ ;; \ esac; \ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *" $$tst "*) \ xfail=`expr $$xfail + 1`; \ echo "XFAIL: $$tst"; \ ;; \ *) \ failed=`expr $$failed + 1`; \ echo "FAIL: $$tst"; \ ;; \ esac; \ fi; \ done; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ banner="All $$all tests passed"; \ else \ banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ banner="$$failed of $$all tests failed"; \ else \ banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ fi; \ fi; \ dashes=`echo "$$banner" | sed s/./=/g`; \ echo "$$dashes"; \ echo "$$banner"; \ echo "$$dashes"; \ test "$$failed" -eq 0; \ else :; fi DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = . distdir = $(PACKAGE)-$(VERSION) am__remove_distdir = \ { test ! -d $(distdir) \ || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -fr $(distdir); }; } GZIP_ENV = --best distcleancheck_listfiles = find . -type f -print distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) $(mkinstalldirs) $(distdir)/./src $(distdir)/doc $(distdir)/packages $(distdir)/packages/rpm $(distdir)/src $(distdir)/src/base $(distdir)/src/google $(distdir)/src/google/ctemplate $(distdir)/src/tests @list='$(DISTFILES)'; for file in $$list; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) dist-gzip: distdir $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist dist-all: distdir $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist $(am__remove_distdir) GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/=build mkdir $(distdir)/=inst chmod a-w $(distdir) dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \ && cd $(distdir)/=build \ && ../configure --srcdir=.. --prefix=$$dc_install_base \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ find $$dc_install_base -type f -print ; \ exit 1; } >&2 ) \ && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ && rm -f $(distdir).tar.gz \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck $(am__remove_distdir) @echo "$(distdir).tar.gz is ready for distribution" | \ sed 'h;s/./=/g;p;x;p;x' distcleancheck: distclean if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \ $(HEADERS) install-binPROGRAMS: install-libLTLIBRARIES installdirs: $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(docdir) $(DESTDIR)$(ctemplateincludedir) $(DESTDIR)$(googleincludedir) install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ clean-libtool clean-noinstPROGRAMS mostlyclean-am distclean: distclean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) distclean-am: clean-am distclean-compile distclean-depend \ distclean-generic distclean-hdr distclean-libtool \ distclean-tags dvi: dvi-am dvi-am: info: info-am info-am: install-data-am: install-ctemplateincludeHEADERS install-dist_docDATA \ install-googleincludeHEADERS install-exec-am: install-binPROGRAMS install-binSCRIPTS \ install-libLTLIBRARIES install-info: install-info-am install-man: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf autom4te.cache maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ uninstall-ctemplateincludeHEADERS uninstall-dist_docDATA \ uninstall-googleincludeHEADERS uninstall-info-am \ uninstall-libLTLIBRARIES .PHONY: GTAGS all all-am check check-TESTS check-am clean \ clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ clean-libtool clean-noinstPROGRAMS dist dist-all dist-gzip \ distcheck distclean distclean-compile distclean-depend \ distclean-generic distclean-hdr distclean-libtool \ distclean-tags distcleancheck distdir dvi dvi-am info info-am \ install install-am install-binPROGRAMS install-binSCRIPTS \ install-ctemplateincludeHEADERS install-data install-data-am \ install-dist_docDATA install-exec install-exec-am \ install-googleincludeHEADERS install-info install-info-am \ install-libLTLIBRARIES install-man install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool tags uninstall \ uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS \ uninstall-ctemplateincludeHEADERS uninstall-dist_docDATA \ uninstall-googleincludeHEADERS uninstall-info-am \ uninstall-libLTLIBRARIES src/google/ctemplate/hash_set.h make_tpl_varnames_h_unittest_sh: $(top_srcdir)/src/tests/make_tpl_varnames_h_unittest.sh \ make_tpl_varnames_h $< $(top_builddir)/make_tpl_varnames_h /tmp/$@_dir rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec @cd packages && ./rpm.sh ${PACKAGE} ${VERSION} deb: dist-gzip packages/deb.sh packages/deb/* @cd packages && ./deb.sh ${PACKAGE} ${VERSION} libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: