mirror of
https://github.com/OlafvdSpek/ctemplate.git
synced 2025-09-28 19:05:49 +08:00

* ctemplate: version 0.6.1 release * Bugfix: data corruption bug with >2 template modifiers (jmacgill) * Bugfix: syntax error in template-namelist: configure-bug (csilvers) * Bugfix: improve lock hygenie to avoid potential deadlock (csilvers)
1468 lines
103 KiB
Makefile
1468 lines
103 KiB
Makefile
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
# 2003, 2004, 2005 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@
|
|
|
|
|
|
|
|
|
|
|
|
srcdir = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
VPATH = @srcdir@
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
top_builddir = .
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
INSTALL = @INSTALL@
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
transform = $(program_transform_name)
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
build_triplet = @build@
|
|
host_triplet = @host@
|
|
bin_PROGRAMS = make_tpl_varnames_h$(EXEEXT)
|
|
noinst_PROGRAMS = $(am__EXEEXT_1)
|
|
DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
|
|
$(googleinclude_HEADERS) $(noinst_HEADERS) \
|
|
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
|
$(top_srcdir)/configure $(top_srcdir)/src/base/arena.h.in \
|
|
$(top_srcdir)/src/config.h.in \
|
|
$(top_srcdir)/src/google/template.h.in \
|
|
$(top_srcdir)/src/google/template_dictionary.h.in \
|
|
$(top_srcdir)/src/google/template_emitter.h.in \
|
|
$(top_srcdir)/src/google/template_enums.h.in \
|
|
$(top_srcdir)/src/google/template_from_string.h.in \
|
|
$(top_srcdir)/src/google/template_modifiers.h.in \
|
|
$(top_srcdir)/src/google/template_namelist.h.in AUTHORS \
|
|
COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \
|
|
depcomp install-sh ltmain.sh missing mkinstalldirs
|
|
subdir = .
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_have_attribute.m4 \
|
|
$(top_srcdir)/m4/ac_rwlock.m4 $(top_srcdir)/m4/acx_pthread.m4 \
|
|
$(top_srcdir)/m4/compiler_characteristics.m4 \
|
|
$(top_srcdir)/m4/google_namespace.m4 \
|
|
$(top_srcdir)/m4/namespaces.m4 $(top_srcdir)/m4/stl_hash.m4 \
|
|
$(top_srcdir)/m4/stl_namespace.m4 $(top_srcdir)/configure.ac
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
$(ACLOCAL_M4)
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
configure.lineno configure.status.lineno
|
|
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_modifiers.h src/google/template_emitter.h \
|
|
src/google/template_dictionary.h \
|
|
src/google/template_namelist.h
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
am__vpath_adj = case $$p in \
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
*) f=$$p;; \
|
|
esac;
|
|
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
|
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
|
|
"$(DESTDIR)$(bindir)" "$(DESTDIR)$(docdir)" \
|
|
"$(DESTDIR)$(googleincludedir)"
|
|
libLTLIBRARIES_INSTALL = $(INSTALL)
|
|
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
|
|
am__DEPENDENCIES_1 =
|
|
libctemplate_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
|
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_modifiers.lo \
|
|
libctemplate_la-template_namelist.lo \
|
|
libctemplate_la-template_from_string.lo
|
|
libctemplate_la_OBJECTS = $(am_libctemplate_la_OBJECTS)
|
|
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_modifiers.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)
|
|
libctemplate_testing_la_LIBADD =
|
|
am_libctemplate_testing_la_OBJECTS = $(am__objects_1) \
|
|
libctemplate_testing_la-template_test_util.lo
|
|
libctemplate_testing_la_OBJECTS = \
|
|
$(am_libctemplate_testing_la_OBJECTS)
|
|
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
|
|
am__EXEEXT_1 = template_dictionary_unittest$(EXEEXT) \
|
|
template_dictionary_nothreads_unittest$(EXEEXT) \
|
|
template_modifiers_unittest$(EXEEXT) \
|
|
template_modifiers_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
|
|
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 libctemplate_testing.la
|
|
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 \
|
|
libctemplate_testing.la $(am__DEPENDENCIES_1)
|
|
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
|
|
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__DEPENDENCIES_1)
|
|
am__objects_5 = template_modifiers_nothreads_unittest-template_modifiers_unittest.$(OBJEXT)
|
|
am_template_modifiers_nothreads_unittest_OBJECTS = $(am__objects_5)
|
|
template_modifiers_nothreads_unittest_OBJECTS = \
|
|
$(am_template_modifiers_nothreads_unittest_OBJECTS)
|
|
template_modifiers_nothreads_unittest_DEPENDENCIES = \
|
|
libctemplate_nothreads.la libctemplate_testing.la
|
|
am_template_modifiers_unittest_OBJECTS = template_modifiers_unittest-template_modifiers_unittest.$(OBJEXT)
|
|
template_modifiers_unittest_OBJECTS = \
|
|
$(am_template_modifiers_unittest_OBJECTS)
|
|
template_modifiers_unittest_DEPENDENCIES = libctemplate.la \
|
|
libctemplate_testing.la $(am__DEPENDENCIES_1)
|
|
am__objects_6 = template_nothreads_regtest-template_regtest.$(OBJEXT)
|
|
am_template_nothreads_regtest_OBJECTS = $(am__objects_6)
|
|
template_nothreads_regtest_OBJECTS = \
|
|
$(am_template_nothreads_regtest_OBJECTS)
|
|
template_nothreads_regtest_DEPENDENCIES = libctemplate_nothreads.la
|
|
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
|
|
am_template_regtest_OBJECTS = \
|
|
template_regtest-template_regtest.$(OBJEXT)
|
|
template_regtest_OBJECTS = $(am_template_regtest_OBJECTS)
|
|
template_regtest_DEPENDENCIES = libctemplate.la $(am__DEPENDENCIES_1)
|
|
am__objects_7 = template_setglobals_nothreads_unittest-template_setglobals_unittest.$(OBJEXT)
|
|
am_template_setglobals_nothreads_unittest_OBJECTS = $(am__objects_7)
|
|
template_setglobals_nothreads_unittest_OBJECTS = \
|
|
$(am_template_setglobals_nothreads_unittest_OBJECTS)
|
|
template_setglobals_nothreads_unittest_DEPENDENCIES = \
|
|
libctemplate_nothreads.la
|
|
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__DEPENDENCIES_1)
|
|
am_template_unittest_OBJECTS = \
|
|
template_unittest-template_unittest.$(OBJEXT)
|
|
template_unittest_OBJECTS = $(am_template_unittest_OBJECTS)
|
|
template_unittest_DEPENDENCIES = libctemplate.la $(am__DEPENDENCIES_1)
|
|
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
|
SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS)
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
am__depfiles_maybe = depfiles
|
|
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS)
|
|
CXXLD = $(CXX)
|
|
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
$(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
SOURCES = $(libctemplate_la_SOURCES) \
|
|
$(libctemplate_nothreads_la_SOURCES) \
|
|
$(libctemplate_testing_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_modifiers_nothreads_unittest_SOURCES) \
|
|
$(template_modifiers_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)
|
|
DIST_SOURCES = $(libctemplate_la_SOURCES) \
|
|
$(libctemplate_nothreads_la_SOURCES) \
|
|
$(libctemplate_testing_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_modifiers_nothreads_unittest_SOURCES) \
|
|
$(template_modifiers_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)
|
|
dist_docDATA_INSTALL = $(INSTALL_DATA)
|
|
DATA = $(dist_doc_DATA)
|
|
googleincludeHEADERS_INSTALL = $(INSTALL_HEADER)
|
|
HEADERS = $(googleinclude_HEADERS) $(noinst_HEADERS)
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
top_distdir = $(distdir)
|
|
am__remove_distdir = \
|
|
{ test ! -d $(distdir) \
|
|
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
&& rm -fr $(distdir); }; }
|
|
DIST_ARCHIVES = $(distdir).tar.gz
|
|
GZIP_ENV = --best
|
|
distuninstallcheck_listfiles = find . -type f -print
|
|
distcleancheck_listfiles = find . -type f -print
|
|
ACLOCAL = @ACLOCAL@
|
|
AMDEP_FALSE = @AMDEP_FALSE@
|
|
AMDEP_TRUE = @AMDEP_TRUE@
|
|
AMTAR = @AMTAR@
|
|
AR = @AR@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
CC = @CC@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
CFLAGS = @CFLAGS@
|
|
CPP = @CPP@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
CXX = @CXX@
|
|
CXXCPP = @CXXCPP@
|
|
CXXDEPMODE = @CXXDEPMODE@
|
|
CXXFLAGS = @CXXFLAGS@
|
|
CYGPATH_W = @CYGPATH_W@
|
|
DEFS = @DEFS@
|
|
DEPDIR = @DEPDIR@
|
|
ECHO = @ECHO@
|
|
ECHO_C = @ECHO_C@
|
|
ECHO_N = @ECHO_N@
|
|
ECHO_T = @ECHO_T@
|
|
EGREP = @EGREP@
|
|
EXEEXT = @EXEEXT@
|
|
F77 = @F77@
|
|
FFLAGS = @FFLAGS@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBS = @LIBS@
|
|
LIBTOOL = @LIBTOOL@
|
|
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
|
LN_S = @LN_S@
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
MAKEINFO = @MAKEINFO@
|
|
OBJEXT = @OBJEXT@
|
|
PACKAGE = @PACKAGE@
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
PTHREAD_CC = @PTHREAD_CC@
|
|
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
|
PTHREAD_LIBS = @PTHREAD_LIBS@
|
|
RANLIB = @RANLIB@
|
|
SET_MAKE = @SET_MAKE@
|
|
SHELL = @SHELL@
|
|
STRIP = @STRIP@
|
|
VERSION = @VERSION@
|
|
ac_ct_AR = @ac_ct_AR@
|
|
ac_ct_CC = @ac_ct_CC@
|
|
ac_ct_CXX = @ac_ct_CXX@
|
|
ac_ct_F77 = @ac_ct_F77@
|
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
|
ac_ct_STRIP = @ac_ct_STRIP@
|
|
ac_cv_cxx_hash_map = @ac_cv_cxx_hash_map@
|
|
ac_cv_cxx_hash_namespace = @ac_cv_cxx_hash_namespace@
|
|
ac_cv_cxx_hash_set = @ac_cv_cxx_hash_set@
|
|
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__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
|
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
|
am__include = @am__include@
|
|
am__leading_dot = @am__leading_dot@
|
|
am__quote = @am__quote@
|
|
am__tar = @am__tar@
|
|
am__untar = @am__untar@
|
|
bindir = @bindir@
|
|
build = @build@
|
|
build_alias = @build_alias@
|
|
build_cpu = @build_cpu@
|
|
build_os = @build_os@
|
|
build_vendor = @build_vendor@
|
|
datadir = @datadir@
|
|
exec_prefix = @exec_prefix@
|
|
host = @host@
|
|
host_alias = @host_alias@
|
|
host_cpu = @host_cpu@
|
|
host_os = @host_os@
|
|
host_vendor = @host_vendor@
|
|
includedir = @includedir@
|
|
infodir = @infodir@
|
|
install_sh = @install_sh@
|
|
libdir = @libdir@
|
|
libexecdir = @libexecdir@
|
|
localstatedir = @localstatedir@
|
|
mandir = @mandir@
|
|
mkdir_p = @mkdir_p@
|
|
oldincludedir = @oldincludedir@
|
|
prefix = @prefix@
|
|
program_transform_name = @program_transform_name@
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
|
|
# Make sure that when we re-make ./configure, we get the macros we need
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
# This is so we can #include <google/foo>
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
googleincludedir = $(includedir)/google
|
|
googleinclude_HEADERS = \
|
|
src/google/template.h \
|
|
src/google/template_enums.h \
|
|
src/google/template_modifiers.h \
|
|
src/google/template_dictionary.h \
|
|
src/google/template_emitter.h \
|
|
src/google/template_namelist.h \
|
|
src/google/template_from_string.h
|
|
|
|
noinst_HEADERS = \
|
|
src/base/arena.h.in \
|
|
src/google/template.h.in \
|
|
src/google/template_enums.h.in \
|
|
src/google/template_modifiers.h.in \
|
|
src/google/template_dictionary.h.in \
|
|
src/google/template_emitter.h.in \
|
|
src/google/template_namelist.h.in \
|
|
src/google/template_from_string.h.in
|
|
|
|
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
|
|
|
|
# We could also make a library that has the TemplateDictionaryPeer
|
|
# class. This class is useful for testing (it provides introspection
|
|
# on the TemplateDictionary hierarchy that's easier to use than the
|
|
# default debugging method, TemplateDictionary::Dump()) but by the
|
|
# same token also violates abstraction in ways that might be fragile.
|
|
# We don't expose the library for now, until the demonstrated need
|
|
# outweighs the costs. If you'd like to use this library, please send
|
|
# mail to google-ctemplate@googlegroups.com!
|
|
noinst_LTLIBRARIES = libctemplate_testing.la
|
|
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_modifiers_unittest \
|
|
template_modifiers_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
|
|
|
|
# These are the symbols (classes, mostly) we want to export from our library
|
|
CTEMPLATE_SYMBOLS = '[^A-Za-z](Template|TemplateDictionary|TemplateNamelist|TemplateFromString|TemplateString|TemplateState|Strip)[^A-Za-z]'
|
|
libctemplate_la_SOURCES = $(googleinclude_HEADERS) src/config.h \
|
|
src/base/arena.h src/base/arena.cc src/base/mutex.h \
|
|
src/template.cc src/template_dictionary.cc src/template_modifiers.cc \
|
|
src/template_namelist.cc src/template_from_string.cc
|
|
|
|
libctemplate_la_CXXFLAGS = $(PTHREAD_CFLAGS) -DNDEBUG
|
|
libctemplate_la_LDFLAGS = $(PTHREAD_CFLAGS) -export-symbols-regex $(CTEMPLATE_SYMBOLS)
|
|
libctemplate_la_LIBADD = $(PTHREAD_LIBS)
|
|
libctemplate_nothreads_la_SOURCES = $(libctemplate_la_SOURCES)
|
|
libctemplate_nothreads_la_CXXFLAGS = -DNDEBUG -DNO_THREADS
|
|
libctemplate_nothreads_la_LDFLAGS = -export-symbols-regex $(CTEMPLATE_SYMBOLS)
|
|
libctemplate_testing_la_SOURCES = $(googleinclude_HEADERS) \
|
|
src/tests/template_test_util.h \
|
|
src/tests/template_test_util.cc
|
|
|
|
libctemplate_testing_la_CXXFLAGS = -DNDEBUG
|
|
CTEMPLATE_TESTING_SYMBOLS = 'TemporaryRegisterTemplate|TemplateDictionaryPeer'
|
|
libctemplate_testing_la_LDFLAGS = -export-symbols-regex $(CTEMPLATE_TESTING_SYMBOLS)
|
|
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 libctemplate_testing.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 \
|
|
libctemplate_testing.la
|
|
|
|
template_modifiers_unittest_SOURCES = src/tests/template_modifiers_unittest.cc
|
|
template_modifiers_unittest_CXXFLAGS = $(PTHREAD_CFLAGS)
|
|
template_modifiers_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
|
|
template_modifiers_unittest_LDADD = libctemplate.la libctemplate_testing.la \
|
|
$(PTHREAD_LIBS)
|
|
|
|
template_modifiers_nothreads_unittest_SOURCES = $(template_modifiers_unittest_SOURCES)
|
|
template_modifiers_nothreads_unittest_CXXFLAGS = -DNO_THREADS
|
|
template_modifiers_nothreads_unittest_LDADD = libctemplate_nothreads.la \
|
|
libctemplate_testing.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
|
|
EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \
|
|
$(SCRIPTS) libtool \
|
|
contrib
|
|
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .cc .lo .o .obj
|
|
am--refresh:
|
|
@:
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
@for dep in $?; do \
|
|
case '$(am__configure_deps)' in \
|
|
*$$dep*) \
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
|
|
cd $(srcdir) && $(AUTOMAKE) --gnu \
|
|
&& exit 0; \
|
|
exit 1;; \
|
|
esac; \
|
|
done; \
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
|
cd $(top_srcdir) && \
|
|
$(AUTOMAKE) --gnu Makefile
|
|
.PRECIOUS: Makefile
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
@case '$?' in \
|
|
*config.status*) \
|
|
echo ' $(SHELL) ./config.status'; \
|
|
$(SHELL) ./config.status;; \
|
|
*) \
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
|
esac;
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
$(SHELL) ./config.status --recheck
|
|
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
|
cd $(srcdir) && $(AUTOCONF)
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
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: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
|
|
@rm -f src/stamp-h1
|
|
cd $(top_builddir) && $(SHELL) ./config.status src/config.h
|
|
$(top_srcdir)/src/config.h.in: $(am__configure_deps)
|
|
cd $(top_srcdir) && $(AUTOHEADER)
|
|
rm -f src/stamp-h1
|
|
touch $@
|
|
|
|
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_modifiers.h: $(top_builddir)/config.status $(top_srcdir)/src/google/template_modifiers.h.in
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
src/google/template_emitter.h: $(top_builddir)/config.status $(top_srcdir)/src/google/template_emitter.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 $@
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
if test -f $$p; then \
|
|
f=$(am__strip_dir) \
|
|
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)
|
|
@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
p=$(am__strip_dir) \
|
|
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 "$$dir" != "$$p" || dir=.; \
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
rm -f "$${dir}/so_locations"; \
|
|
done
|
|
|
|
clean-noinstLTLIBRARIES:
|
|
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
|
@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
|
test "$$dir" != "$$p" || dir=.; \
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
rm -f "$${dir}/so_locations"; \
|
|
done
|
|
libctemplate.la: $(libctemplate_la_OBJECTS) $(libctemplate_la_DEPENDENCIES)
|
|
$(CXXLINK) -rpath $(libdir) $(libctemplate_la_LDFLAGS) $(libctemplate_la_OBJECTS) $(libctemplate_la_LIBADD) $(LIBS)
|
|
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)
|
|
libctemplate_testing.la: $(libctemplate_testing_la_OBJECTS) $(libctemplate_testing_la_DEPENDENCIES)
|
|
$(CXXLINK) $(libctemplate_testing_la_LDFLAGS) $(libctemplate_testing_la_OBJECTS) $(libctemplate_testing_la_LIBADD) $(LIBS)
|
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(bindir)" || $(mkdir_p) "$(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" || exit 1; \
|
|
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$(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$(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$(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$(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$(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_modifiers_nothreads_unittest$(EXEEXT): $(template_modifiers_nothreads_unittest_OBJECTS) $(template_modifiers_nothreads_unittest_DEPENDENCIES)
|
|
@rm -f template_modifiers_nothreads_unittest$(EXEEXT)
|
|
$(CXXLINK) $(template_modifiers_nothreads_unittest_LDFLAGS) $(template_modifiers_nothreads_unittest_OBJECTS) $(template_modifiers_nothreads_unittest_LDADD) $(LIBS)
|
|
template_modifiers_unittest$(EXEEXT): $(template_modifiers_unittest_OBJECTS) $(template_modifiers_unittest_DEPENDENCIES)
|
|
@rm -f template_modifiers_unittest$(EXEEXT)
|
|
$(CXXLINK) $(template_modifiers_unittest_LDFLAGS) $(template_modifiers_unittest_OBJECTS) $(template_modifiers_unittest_LDADD) $(LIBS)
|
|
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$(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$(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$(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$(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$(EXEEXT): $(template_unittest_OBJECTS) $(template_unittest_DEPENDENCIES)
|
|
@rm -f template_unittest$(EXEEXT)
|
|
$(CXXLINK) $(template_unittest_LDFLAGS) $(template_unittest_OBJECTS) $(template_unittest_LDADD) $(LIBS)
|
|
install-binSCRIPTS: $(bin_SCRIPTS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(bindir)" || $(mkdir_p) "$(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)
|
|
|
|
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_modifiers.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_modifiers.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)/libctemplate_testing_la-template_test_util.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_modifiers_nothreads_unittest-template_modifiers_unittest.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_modifiers_unittest-template_modifiers_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@
|
|
|
|
.cc.o:
|
|
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
|
|
|
|
.cc.obj:
|
|
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
|
.cc.lo:
|
|
@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
|
|
|
|
libctemplate_la-arena.lo: src/base/arena.cc
|
|
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -MT libctemplate_la-arena.lo -MD -MP -MF "$(DEPDIR)/libctemplate_la-arena.Tpo" -c -o libctemplate_la-arena.lo `test -f 'src/base/arena.cc' || echo '$(srcdir)/'`src/base/arena.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libctemplate_la-arena.Tpo" "$(DEPDIR)/libctemplate_la-arena.Plo"; else rm -f "$(DEPDIR)/libctemplate_la-arena.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/arena.cc' object='libctemplate_la-arena.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --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.lo: src/template.cc
|
|
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -MT libctemplate_la-template.lo -MD -MP -MF "$(DEPDIR)/libctemplate_la-template.Tpo" -c -o libctemplate_la-template.lo `test -f 'src/template.cc' || echo '$(srcdir)/'`src/template.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libctemplate_la-template.Tpo" "$(DEPDIR)/libctemplate_la-template.Plo"; else rm -f "$(DEPDIR)/libctemplate_la-template.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template.cc' object='libctemplate_la-template.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --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.lo: src/template_dictionary.cc
|
|
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -MT libctemplate_la-template_dictionary.lo -MD -MP -MF "$(DEPDIR)/libctemplate_la-template_dictionary.Tpo" -c -o libctemplate_la-template_dictionary.lo `test -f 'src/template_dictionary.cc' || echo '$(srcdir)/'`src/template_dictionary.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libctemplate_la-template_dictionary.Tpo" "$(DEPDIR)/libctemplate_la-template_dictionary.Plo"; else rm -f "$(DEPDIR)/libctemplate_la-template_dictionary.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_dictionary.cc' object='libctemplate_la-template_dictionary.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --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_modifiers.lo: src/template_modifiers.cc
|
|
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -MT libctemplate_la-template_modifiers.lo -MD -MP -MF "$(DEPDIR)/libctemplate_la-template_modifiers.Tpo" -c -o libctemplate_la-template_modifiers.lo `test -f 'src/template_modifiers.cc' || echo '$(srcdir)/'`src/template_modifiers.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libctemplate_la-template_modifiers.Tpo" "$(DEPDIR)/libctemplate_la-template_modifiers.Plo"; else rm -f "$(DEPDIR)/libctemplate_la-template_modifiers.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_modifiers.cc' object='libctemplate_la-template_modifiers.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_la-template_modifiers.lo `test -f 'src/template_modifiers.cc' || echo '$(srcdir)/'`src/template_modifiers.cc
|
|
|
|
libctemplate_la-template_namelist.lo: src/template_namelist.cc
|
|
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -MT libctemplate_la-template_namelist.lo -MD -MP -MF "$(DEPDIR)/libctemplate_la-template_namelist.Tpo" -c -o libctemplate_la-template_namelist.lo `test -f 'src/template_namelist.cc' || echo '$(srcdir)/'`src/template_namelist.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libctemplate_la-template_namelist.Tpo" "$(DEPDIR)/libctemplate_la-template_namelist.Plo"; else rm -f "$(DEPDIR)/libctemplate_la-template_namelist.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_namelist.cc' object='libctemplate_la-template_namelist.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --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.lo: src/template_from_string.cc
|
|
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_la_CXXFLAGS) $(CXXFLAGS) -MT libctemplate_la-template_from_string.lo -MD -MP -MF "$(DEPDIR)/libctemplate_la-template_from_string.Tpo" -c -o libctemplate_la-template_from_string.lo `test -f 'src/template_from_string.cc' || echo '$(srcdir)/'`src/template_from_string.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libctemplate_la-template_from_string.Tpo" "$(DEPDIR)/libctemplate_la-template_from_string.Plo"; else rm -f "$(DEPDIR)/libctemplate_la-template_from_string.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_from_string.cc' object='libctemplate_la-template_from_string.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --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.lo: src/base/arena.cc
|
|
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -MT libctemplate_nothreads_la-arena.lo -MD -MP -MF "$(DEPDIR)/libctemplate_nothreads_la-arena.Tpo" -c -o libctemplate_nothreads_la-arena.lo `test -f 'src/base/arena.cc' || echo '$(srcdir)/'`src/base/arena.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libctemplate_nothreads_la-arena.Tpo" "$(DEPDIR)/libctemplate_nothreads_la-arena.Plo"; else rm -f "$(DEPDIR)/libctemplate_nothreads_la-arena.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/arena.cc' object='libctemplate_nothreads_la-arena.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --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.lo: src/template.cc
|
|
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -MT libctemplate_nothreads_la-template.lo -MD -MP -MF "$(DEPDIR)/libctemplate_nothreads_la-template.Tpo" -c -o libctemplate_nothreads_la-template.lo `test -f 'src/template.cc' || echo '$(srcdir)/'`src/template.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libctemplate_nothreads_la-template.Tpo" "$(DEPDIR)/libctemplate_nothreads_la-template.Plo"; else rm -f "$(DEPDIR)/libctemplate_nothreads_la-template.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template.cc' object='libctemplate_nothreads_la-template.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --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.lo: src/template_dictionary.cc
|
|
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -MT libctemplate_nothreads_la-template_dictionary.lo -MD -MP -MF "$(DEPDIR)/libctemplate_nothreads_la-template_dictionary.Tpo" -c -o libctemplate_nothreads_la-template_dictionary.lo `test -f 'src/template_dictionary.cc' || echo '$(srcdir)/'`src/template_dictionary.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libctemplate_nothreads_la-template_dictionary.Tpo" "$(DEPDIR)/libctemplate_nothreads_la-template_dictionary.Plo"; else rm -f "$(DEPDIR)/libctemplate_nothreads_la-template_dictionary.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_dictionary.cc' object='libctemplate_nothreads_la-template_dictionary.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --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_modifiers.lo: src/template_modifiers.cc
|
|
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -MT libctemplate_nothreads_la-template_modifiers.lo -MD -MP -MF "$(DEPDIR)/libctemplate_nothreads_la-template_modifiers.Tpo" -c -o libctemplate_nothreads_la-template_modifiers.lo `test -f 'src/template_modifiers.cc' || echo '$(srcdir)/'`src/template_modifiers.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libctemplate_nothreads_la-template_modifiers.Tpo" "$(DEPDIR)/libctemplate_nothreads_la-template_modifiers.Plo"; else rm -f "$(DEPDIR)/libctemplate_nothreads_la-template_modifiers.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_modifiers.cc' object='libctemplate_nothreads_la-template_modifiers.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_nothreads_la-template_modifiers.lo `test -f 'src/template_modifiers.cc' || echo '$(srcdir)/'`src/template_modifiers.cc
|
|
|
|
libctemplate_nothreads_la-template_namelist.lo: src/template_namelist.cc
|
|
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -MT libctemplate_nothreads_la-template_namelist.lo -MD -MP -MF "$(DEPDIR)/libctemplate_nothreads_la-template_namelist.Tpo" -c -o libctemplate_nothreads_la-template_namelist.lo `test -f 'src/template_namelist.cc' || echo '$(srcdir)/'`src/template_namelist.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libctemplate_nothreads_la-template_namelist.Tpo" "$(DEPDIR)/libctemplate_nothreads_la-template_namelist.Plo"; else rm -f "$(DEPDIR)/libctemplate_nothreads_la-template_namelist.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_namelist.cc' object='libctemplate_nothreads_la-template_namelist.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --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.lo: src/template_from_string.cc
|
|
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_nothreads_la_CXXFLAGS) $(CXXFLAGS) -MT libctemplate_nothreads_la-template_from_string.lo -MD -MP -MF "$(DEPDIR)/libctemplate_nothreads_la-template_from_string.Tpo" -c -o libctemplate_nothreads_la-template_from_string.lo `test -f 'src/template_from_string.cc' || echo '$(srcdir)/'`src/template_from_string.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libctemplate_nothreads_la-template_from_string.Tpo" "$(DEPDIR)/libctemplate_nothreads_la-template_from_string.Plo"; else rm -f "$(DEPDIR)/libctemplate_nothreads_la-template_from_string.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_from_string.cc' object='libctemplate_nothreads_la-template_from_string.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --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
|
|
|
|
libctemplate_testing_la-template_test_util.lo: src/tests/template_test_util.cc
|
|
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_testing_la_CXXFLAGS) $(CXXFLAGS) -MT libctemplate_testing_la-template_test_util.lo -MD -MP -MF "$(DEPDIR)/libctemplate_testing_la-template_test_util.Tpo" -c -o libctemplate_testing_la-template_test_util.lo `test -f 'src/tests/template_test_util.cc' || echo '$(srcdir)/'`src/tests/template_test_util.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libctemplate_testing_la-template_test_util.Tpo" "$(DEPDIR)/libctemplate_testing_la-template_test_util.Plo"; else rm -f "$(DEPDIR)/libctemplate_testing_la-template_test_util.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_test_util.cc' object='libctemplate_testing_la-template_test_util.lo' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libctemplate_testing_la_CXXFLAGS) $(CXXFLAGS) -c -o libctemplate_testing_la-template_test_util.lo `test -f 'src/tests/template_test_util.cc' || echo '$(srcdir)/'`src/tests/template_test_util.cc
|
|
|
|
make_tpl_varnames_h.o: src/make_tpl_varnames_h.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT make_tpl_varnames_h.o -MD -MP -MF "$(DEPDIR)/make_tpl_varnames_h.Tpo" -c -o make_tpl_varnames_h.o `test -f 'src/make_tpl_varnames_h.cc' || echo '$(srcdir)/'`src/make_tpl_varnames_h.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/make_tpl_varnames_h.Tpo" "$(DEPDIR)/make_tpl_varnames_h.Po"; else rm -f "$(DEPDIR)/make_tpl_varnames_h.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/make_tpl_varnames_h.cc' object='make_tpl_varnames_h.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(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
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT make_tpl_varnames_h.obj -MD -MP -MF "$(DEPDIR)/make_tpl_varnames_h.Tpo" -c -o make_tpl_varnames_h.obj `if test -f 'src/make_tpl_varnames_h.cc'; then $(CYGPATH_W) 'src/make_tpl_varnames_h.cc'; else $(CYGPATH_W) '$(srcdir)/src/make_tpl_varnames_h.cc'; fi`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/make_tpl_varnames_h.Tpo" "$(DEPDIR)/make_tpl_varnames_h.Po"; else rm -f "$(DEPDIR)/make_tpl_varnames_h.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/make_tpl_varnames_h.cc' object='make_tpl_varnames_h.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o make_tpl_varnames_h.obj `if test -f 'src/make_tpl_varnames_h.cc'; then $(CYGPATH_W) 'src/make_tpl_varnames_h.cc'; else $(CYGPATH_W) '$(srcdir)/src/make_tpl_varnames_h.cc'; fi`
|
|
|
|
template_dictionary_nothreads_unittest-template_dictionary_unittest.o: src/tests/template_dictionary_unittest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_dictionary_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_dictionary_nothreads_unittest-template_dictionary_unittest.o -MD -MP -MF "$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.Tpo" -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; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.Tpo" "$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.Po"; else rm -f "$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_dictionary_unittest.cc' object='template_dictionary_nothreads_unittest-template_dictionary_unittest.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(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
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_dictionary_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_dictionary_nothreads_unittest-template_dictionary_unittest.obj -MD -MP -MF "$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.Tpo" -c -o template_dictionary_nothreads_unittest-template_dictionary_unittest.obj `if test -f 'src/tests/template_dictionary_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_dictionary_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_dictionary_unittest.cc'; fi`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.Tpo" "$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.Po"; else rm -f "$(DEPDIR)/template_dictionary_nothreads_unittest-template_dictionary_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_dictionary_unittest.cc' object='template_dictionary_nothreads_unittest-template_dictionary_unittest.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_dictionary_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_dictionary_nothreads_unittest-template_dictionary_unittest.obj `if test -f 'src/tests/template_dictionary_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_dictionary_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_dictionary_unittest.cc'; fi`
|
|
|
|
template_dictionary_unittest-template_dictionary_unittest.o: src/tests/template_dictionary_unittest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_dictionary_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_dictionary_unittest-template_dictionary_unittest.o -MD -MP -MF "$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.Tpo" -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; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.Tpo" "$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.Po"; else rm -f "$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_dictionary_unittest.cc' object='template_dictionary_unittest-template_dictionary_unittest.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(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
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_dictionary_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_dictionary_unittest-template_dictionary_unittest.obj -MD -MP -MF "$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.Tpo" -c -o template_dictionary_unittest-template_dictionary_unittest.obj `if test -f 'src/tests/template_dictionary_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_dictionary_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_dictionary_unittest.cc'; fi`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.Tpo" "$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.Po"; else rm -f "$(DEPDIR)/template_dictionary_unittest-template_dictionary_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_dictionary_unittest.cc' object='template_dictionary_unittest-template_dictionary_unittest.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_dictionary_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_dictionary_unittest-template_dictionary_unittest.obj `if test -f 'src/tests/template_dictionary_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_dictionary_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_dictionary_unittest.cc'; fi`
|
|
|
|
template_from_string_nothreads_unittest-template_from_string_unittest.o: src/tests/template_from_string_unittest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_from_string_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_from_string_nothreads_unittest-template_from_string_unittest.o -MD -MP -MF "$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.Tpo" -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; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.Tpo" "$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.Po"; else rm -f "$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_from_string_unittest.cc' object='template_from_string_nothreads_unittest-template_from_string_unittest.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(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
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_from_string_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_from_string_nothreads_unittest-template_from_string_unittest.obj -MD -MP -MF "$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.Tpo" -c -o template_from_string_nothreads_unittest-template_from_string_unittest.obj `if test -f 'src/tests/template_from_string_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_from_string_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_from_string_unittest.cc'; fi`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.Tpo" "$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.Po"; else rm -f "$(DEPDIR)/template_from_string_nothreads_unittest-template_from_string_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_from_string_unittest.cc' object='template_from_string_nothreads_unittest-template_from_string_unittest.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(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 `if test -f 'src/tests/template_from_string_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_from_string_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_from_string_unittest.cc'; fi`
|
|
|
|
template_from_string_unittest-template_from_string_unittest.o: src/tests/template_from_string_unittest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_from_string_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_from_string_unittest-template_from_string_unittest.o -MD -MP -MF "$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.Tpo" -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; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.Tpo" "$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.Po"; else rm -f "$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_from_string_unittest.cc' object='template_from_string_unittest-template_from_string_unittest.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(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
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_from_string_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_from_string_unittest-template_from_string_unittest.obj -MD -MP -MF "$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.Tpo" -c -o template_from_string_unittest-template_from_string_unittest.obj `if test -f 'src/tests/template_from_string_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_from_string_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_from_string_unittest.cc'; fi`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.Tpo" "$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.Po"; else rm -f "$(DEPDIR)/template_from_string_unittest-template_from_string_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_from_string_unittest.cc' object='template_from_string_unittest-template_from_string_unittest.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(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 `if test -f 'src/tests/template_from_string_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_from_string_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_from_string_unittest.cc'; fi`
|
|
|
|
template_modifiers_nothreads_unittest-template_modifiers_unittest.o: src/tests/template_modifiers_unittest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_modifiers_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_modifiers_nothreads_unittest-template_modifiers_unittest.o -MD -MP -MF "$(DEPDIR)/template_modifiers_nothreads_unittest-template_modifiers_unittest.Tpo" -c -o template_modifiers_nothreads_unittest-template_modifiers_unittest.o `test -f 'src/tests/template_modifiers_unittest.cc' || echo '$(srcdir)/'`src/tests/template_modifiers_unittest.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_modifiers_nothreads_unittest-template_modifiers_unittest.Tpo" "$(DEPDIR)/template_modifiers_nothreads_unittest-template_modifiers_unittest.Po"; else rm -f "$(DEPDIR)/template_modifiers_nothreads_unittest-template_modifiers_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_modifiers_unittest.cc' object='template_modifiers_nothreads_unittest-template_modifiers_unittest.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_modifiers_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_modifiers_nothreads_unittest-template_modifiers_unittest.o `test -f 'src/tests/template_modifiers_unittest.cc' || echo '$(srcdir)/'`src/tests/template_modifiers_unittest.cc
|
|
|
|
template_modifiers_nothreads_unittest-template_modifiers_unittest.obj: src/tests/template_modifiers_unittest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_modifiers_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_modifiers_nothreads_unittest-template_modifiers_unittest.obj -MD -MP -MF "$(DEPDIR)/template_modifiers_nothreads_unittest-template_modifiers_unittest.Tpo" -c -o template_modifiers_nothreads_unittest-template_modifiers_unittest.obj `if test -f 'src/tests/template_modifiers_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_modifiers_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_modifiers_unittest.cc'; fi`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_modifiers_nothreads_unittest-template_modifiers_unittest.Tpo" "$(DEPDIR)/template_modifiers_nothreads_unittest-template_modifiers_unittest.Po"; else rm -f "$(DEPDIR)/template_modifiers_nothreads_unittest-template_modifiers_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_modifiers_unittest.cc' object='template_modifiers_nothreads_unittest-template_modifiers_unittest.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_modifiers_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_modifiers_nothreads_unittest-template_modifiers_unittest.obj `if test -f 'src/tests/template_modifiers_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_modifiers_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_modifiers_unittest.cc'; fi`
|
|
|
|
template_modifiers_unittest-template_modifiers_unittest.o: src/tests/template_modifiers_unittest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_modifiers_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_modifiers_unittest-template_modifiers_unittest.o -MD -MP -MF "$(DEPDIR)/template_modifiers_unittest-template_modifiers_unittest.Tpo" -c -o template_modifiers_unittest-template_modifiers_unittest.o `test -f 'src/tests/template_modifiers_unittest.cc' || echo '$(srcdir)/'`src/tests/template_modifiers_unittest.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_modifiers_unittest-template_modifiers_unittest.Tpo" "$(DEPDIR)/template_modifiers_unittest-template_modifiers_unittest.Po"; else rm -f "$(DEPDIR)/template_modifiers_unittest-template_modifiers_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_modifiers_unittest.cc' object='template_modifiers_unittest-template_modifiers_unittest.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_modifiers_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_modifiers_unittest-template_modifiers_unittest.o `test -f 'src/tests/template_modifiers_unittest.cc' || echo '$(srcdir)/'`src/tests/template_modifiers_unittest.cc
|
|
|
|
template_modifiers_unittest-template_modifiers_unittest.obj: src/tests/template_modifiers_unittest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_modifiers_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_modifiers_unittest-template_modifiers_unittest.obj -MD -MP -MF "$(DEPDIR)/template_modifiers_unittest-template_modifiers_unittest.Tpo" -c -o template_modifiers_unittest-template_modifiers_unittest.obj `if test -f 'src/tests/template_modifiers_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_modifiers_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_modifiers_unittest.cc'; fi`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_modifiers_unittest-template_modifiers_unittest.Tpo" "$(DEPDIR)/template_modifiers_unittest-template_modifiers_unittest.Po"; else rm -f "$(DEPDIR)/template_modifiers_unittest-template_modifiers_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_modifiers_unittest.cc' object='template_modifiers_unittest-template_modifiers_unittest.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_modifiers_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_modifiers_unittest-template_modifiers_unittest.obj `if test -f 'src/tests/template_modifiers_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_modifiers_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_modifiers_unittest.cc'; fi`
|
|
|
|
template_nothreads_regtest-template_regtest.o: src/tests/template_regtest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_nothreads_regtest_CXXFLAGS) $(CXXFLAGS) -MT template_nothreads_regtest-template_regtest.o -MD -MP -MF "$(DEPDIR)/template_nothreads_regtest-template_regtest.Tpo" -c -o template_nothreads_regtest-template_regtest.o `test -f 'src/tests/template_regtest.cc' || echo '$(srcdir)/'`src/tests/template_regtest.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_nothreads_regtest-template_regtest.Tpo" "$(DEPDIR)/template_nothreads_regtest-template_regtest.Po"; else rm -f "$(DEPDIR)/template_nothreads_regtest-template_regtest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_regtest.cc' object='template_nothreads_regtest-template_regtest.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(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
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_nothreads_regtest_CXXFLAGS) $(CXXFLAGS) -MT template_nothreads_regtest-template_regtest.obj -MD -MP -MF "$(DEPDIR)/template_nothreads_regtest-template_regtest.Tpo" -c -o template_nothreads_regtest-template_regtest.obj `if test -f 'src/tests/template_regtest.cc'; then $(CYGPATH_W) 'src/tests/template_regtest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_regtest.cc'; fi`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_nothreads_regtest-template_regtest.Tpo" "$(DEPDIR)/template_nothreads_regtest-template_regtest.Po"; else rm -f "$(DEPDIR)/template_nothreads_regtest-template_regtest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_regtest.cc' object='template_nothreads_regtest-template_regtest.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_nothreads_regtest_CXXFLAGS) $(CXXFLAGS) -c -o template_nothreads_regtest-template_regtest.obj `if test -f 'src/tests/template_regtest.cc'; then $(CYGPATH_W) 'src/tests/template_regtest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_regtest.cc'; fi`
|
|
|
|
template_nothreads_unittest-template_unittest.o: src/tests/template_unittest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_nothreads_unittest-template_unittest.o -MD -MP -MF "$(DEPDIR)/template_nothreads_unittest-template_unittest.Tpo" -c -o template_nothreads_unittest-template_unittest.o `test -f 'src/tests/template_unittest.cc' || echo '$(srcdir)/'`src/tests/template_unittest.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_nothreads_unittest-template_unittest.Tpo" "$(DEPDIR)/template_nothreads_unittest-template_unittest.Po"; else rm -f "$(DEPDIR)/template_nothreads_unittest-template_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_unittest.cc' object='template_nothreads_unittest-template_unittest.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(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
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_nothreads_unittest-template_unittest.obj -MD -MP -MF "$(DEPDIR)/template_nothreads_unittest-template_unittest.Tpo" -c -o template_nothreads_unittest-template_unittest.obj `if test -f 'src/tests/template_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_unittest.cc'; fi`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_nothreads_unittest-template_unittest.Tpo" "$(DEPDIR)/template_nothreads_unittest-template_unittest.Po"; else rm -f "$(DEPDIR)/template_nothreads_unittest-template_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_unittest.cc' object='template_nothreads_unittest-template_unittest.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_nothreads_unittest-template_unittest.obj `if test -f 'src/tests/template_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_unittest.cc'; fi`
|
|
|
|
template_regtest-template_regtest.o: src/tests/template_regtest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_regtest_CXXFLAGS) $(CXXFLAGS) -MT template_regtest-template_regtest.o -MD -MP -MF "$(DEPDIR)/template_regtest-template_regtest.Tpo" -c -o template_regtest-template_regtest.o `test -f 'src/tests/template_regtest.cc' || echo '$(srcdir)/'`src/tests/template_regtest.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_regtest-template_regtest.Tpo" "$(DEPDIR)/template_regtest-template_regtest.Po"; else rm -f "$(DEPDIR)/template_regtest-template_regtest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_regtest.cc' object='template_regtest-template_regtest.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(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
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_regtest_CXXFLAGS) $(CXXFLAGS) -MT template_regtest-template_regtest.obj -MD -MP -MF "$(DEPDIR)/template_regtest-template_regtest.Tpo" -c -o template_regtest-template_regtest.obj `if test -f 'src/tests/template_regtest.cc'; then $(CYGPATH_W) 'src/tests/template_regtest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_regtest.cc'; fi`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_regtest-template_regtest.Tpo" "$(DEPDIR)/template_regtest-template_regtest.Po"; else rm -f "$(DEPDIR)/template_regtest-template_regtest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_regtest.cc' object='template_regtest-template_regtest.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_regtest_CXXFLAGS) $(CXXFLAGS) -c -o template_regtest-template_regtest.obj `if test -f 'src/tests/template_regtest.cc'; then $(CYGPATH_W) 'src/tests/template_regtest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_regtest.cc'; fi`
|
|
|
|
template_setglobals_nothreads_unittest-template_setglobals_unittest.o: src/tests/template_setglobals_unittest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_setglobals_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_setglobals_nothreads_unittest-template_setglobals_unittest.o -MD -MP -MF "$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.Tpo" -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; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.Tpo" "$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.Po"; else rm -f "$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_setglobals_unittest.cc' object='template_setglobals_nothreads_unittest-template_setglobals_unittest.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(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
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_setglobals_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_setglobals_nothreads_unittest-template_setglobals_unittest.obj -MD -MP -MF "$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.Tpo" -c -o template_setglobals_nothreads_unittest-template_setglobals_unittest.obj `if test -f 'src/tests/template_setglobals_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_setglobals_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_setglobals_unittest.cc'; fi`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.Tpo" "$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.Po"; else rm -f "$(DEPDIR)/template_setglobals_nothreads_unittest-template_setglobals_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_setglobals_unittest.cc' object='template_setglobals_nothreads_unittest-template_setglobals_unittest.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_setglobals_nothreads_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_setglobals_nothreads_unittest-template_setglobals_unittest.obj `if test -f 'src/tests/template_setglobals_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_setglobals_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_setglobals_unittest.cc'; fi`
|
|
|
|
template_setglobals_unittest-template_setglobals_unittest.o: src/tests/template_setglobals_unittest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_setglobals_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_setglobals_unittest-template_setglobals_unittest.o -MD -MP -MF "$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.Tpo" -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; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.Tpo" "$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.Po"; else rm -f "$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_setglobals_unittest.cc' object='template_setglobals_unittest-template_setglobals_unittest.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(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
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_setglobals_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_setglobals_unittest-template_setglobals_unittest.obj -MD -MP -MF "$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.Tpo" -c -o template_setglobals_unittest-template_setglobals_unittest.obj `if test -f 'src/tests/template_setglobals_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_setglobals_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_setglobals_unittest.cc'; fi`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.Tpo" "$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.Po"; else rm -f "$(DEPDIR)/template_setglobals_unittest-template_setglobals_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_setglobals_unittest.cc' object='template_setglobals_unittest-template_setglobals_unittest.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_setglobals_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_setglobals_unittest-template_setglobals_unittest.obj `if test -f 'src/tests/template_setglobals_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_setglobals_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_setglobals_unittest.cc'; fi`
|
|
|
|
template_unittest-template_unittest.o: src/tests/template_unittest.cc
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_unittest-template_unittest.o -MD -MP -MF "$(DEPDIR)/template_unittest-template_unittest.Tpo" -c -o template_unittest-template_unittest.o `test -f 'src/tests/template_unittest.cc' || echo '$(srcdir)/'`src/tests/template_unittest.cc; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_unittest-template_unittest.Tpo" "$(DEPDIR)/template_unittest-template_unittest.Po"; else rm -f "$(DEPDIR)/template_unittest-template_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_unittest.cc' object='template_unittest-template_unittest.o' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(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
|
|
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_unittest_CXXFLAGS) $(CXXFLAGS) -MT template_unittest-template_unittest.obj -MD -MP -MF "$(DEPDIR)/template_unittest-template_unittest.Tpo" -c -o template_unittest-template_unittest.obj `if test -f 'src/tests/template_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_unittest.cc'; fi`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/template_unittest-template_unittest.Tpo" "$(DEPDIR)/template_unittest-template_unittest.Po"; else rm -f "$(DEPDIR)/template_unittest-template_unittest.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/template_unittest.cc' object='template_unittest-template_unittest.obj' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(template_unittest_CXXFLAGS) $(CXXFLAGS) -c -o template_unittest-template_unittest.obj `if test -f 'src/tests/template_unittest.cc'; then $(CYGPATH_W) 'src/tests/template_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/template_unittest.cc'; fi`
|
|
|
|
mostlyclean-libtool:
|
|
-rm -f *.lo
|
|
|
|
clean-libtool:
|
|
-rm -rf .libs _libs
|
|
|
|
distclean-libtool:
|
|
-rm -f libtool
|
|
uninstall-info-am:
|
|
install-dist_docDATA: $(dist_doc_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
|
|
@list='$(dist_doc_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
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=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(docdir)/$$f"; \
|
|
done
|
|
install-googleincludeHEADERS: $(googleinclude_HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(googleincludedir)" || $(mkdir_p) "$(DESTDIR)$(googleincludedir)"
|
|
@list='$(googleinclude_HEADERS)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f=$(am__strip_dir) \
|
|
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=$(am__strip_dir) \
|
|
echo " rm -f '$(DESTDIR)$(googleincludedir)/$$f'"; \
|
|
rm -f "$(DESTDIR)$(googleincludedir)/$$f"; \
|
|
done
|
|
|
|
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: TAGS
|
|
|
|
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; }'`; \
|
|
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
$$tags $$unique; \
|
|
fi
|
|
ctags: CTAGS
|
|
CTAGS: $(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 "$(CTAGS_ARGS)$$tags$$unique" \
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_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 tags
|
|
|
|
check-TESTS: $(TESTS)
|
|
@failed=0; all=0; xfail=0; xpass=0; skip=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; \
|
|
else \
|
|
skip=`expr $$skip + 1`; \
|
|
echo "SKIP: $$tst"; \
|
|
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="$$banner"; \
|
|
skipped=""; \
|
|
if test "$$skip" -ne 0; then \
|
|
skipped="($$skip tests were not run)"; \
|
|
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
dashes="$$skipped"; \
|
|
fi; \
|
|
report=""; \
|
|
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
|
|
report="Please report to $(PACKAGE_BUGREPORT)"; \
|
|
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
dashes="$$report"; \
|
|
fi; \
|
|
dashes=`echo "$$dashes" | sed s/./=/g`; \
|
|
echo "$$dashes"; \
|
|
echo "$$banner"; \
|
|
test -z "$$skipped" || echo "$$skipped"; \
|
|
test -z "$$report" || echo "$$report"; \
|
|
echo "$$dashes"; \
|
|
test "$$failed" -eq 0; \
|
|
else :; fi
|
|
|
|
distdir: $(DISTFILES)
|
|
$(am__remove_distdir)
|
|
mkdir $(distdir)
|
|
$(mkdir_p) $(distdir)/doc $(distdir)/m4 $(distdir)/packages $(distdir)/packages/rpm $(distdir)/src $(distdir)/src/base $(distdir)/src/google $(distdir)/src/tests
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
list='$(DISTFILES)'; for file in $$list; do \
|
|
case $$file in \
|
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|
esac; \
|
|
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"; \
|
|
$(mkdir_p) "$(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
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
$(am__remove_distdir)
|
|
|
|
dist-bzip2: distdir
|
|
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
|
$(am__remove_distdir)
|
|
|
|
dist-tarZ: distdir
|
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
|
$(am__remove_distdir)
|
|
|
|
dist-shar: distdir
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
|
$(am__remove_distdir)
|
|
|
|
dist-zip: distdir
|
|
-rm -f $(distdir).zip
|
|
zip -rq $(distdir).zip $(distdir)
|
|
$(am__remove_distdir)
|
|
|
|
dist dist-all: distdir
|
|
tardir=$(distdir) && $(am__tar) | 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
|
|
case '$(DIST_ARCHIVES)' in \
|
|
*.tar.gz*) \
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
|
*.tar.bz2*) \
|
|
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
*.tar.Z*) \
|
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
|
*.shar.gz*) \
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
|
*.zip*) \
|
|
unzip $(distdir).zip ;;\
|
|
esac
|
|
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 | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
|
&& 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 \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
|
distuninstallcheck \
|
|
&& chmod -R a-w "$$dc_install_base" \
|
|
&& ({ \
|
|
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
|
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
|
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
|
&& rm -rf "$$dc_destdir" \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
|
&& rm -rf $(DIST_ARCHIVES) \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
|
$(am__remove_distdir)
|
|
@(echo "$(distdir) archives ready for distribution: "; \
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
|
sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
|
|
distuninstallcheck:
|
|
@cd $(distuninstallcheck_dir) \
|
|
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
|
if test -n "$(DESTDIR)"; then \
|
|
echo " (check DESTDIR support)"; \
|
|
fi ; \
|
|
$(distuninstallcheck_listfiles) ; \
|
|
exit 1; } >&2
|
|
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 in build directory 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:
|
|
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(googleincludedir)"; do \
|
|
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
|
done
|
|
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
`test -z '$(STRIP)' || \
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
|
|
distclean-generic:
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
|
|
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-noinstLTLIBRARIES clean-noinstPROGRAMS \
|
|
mostlyclean-am
|
|
|
|
distclean: distclean-am
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
-rm -rf ./$(DEPDIR)
|
|
-rm -f Makefile
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
distclean-hdr distclean-libtool distclean-tags
|
|
|
|
dvi: dvi-am
|
|
|
|
dvi-am:
|
|
|
|
html: html-am
|
|
|
|
info: info-am
|
|
|
|
info-am:
|
|
|
|
install-data-am: 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 $(top_srcdir)/autom4te.cache
|
|
-rm -rf ./$(DEPDIR)
|
|
-rm -f Makefile
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
mostlyclean-libtool
|
|
|
|
pdf: pdf-am
|
|
|
|
pdf-am:
|
|
|
|
ps: ps-am
|
|
|
|
ps-am:
|
|
|
|
uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
|
|
uninstall-dist_docDATA uninstall-googleincludeHEADERS \
|
|
uninstall-info-am uninstall-libLTLIBRARIES
|
|
|
|
.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
|
|
clean clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
|
|
clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
|
|
ctags dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \
|
|
dist-zip distcheck distclean distclean-compile \
|
|
distclean-generic distclean-hdr distclean-libtool \
|
|
distclean-tags distcleancheck distdir distuninstallcheck dvi \
|
|
dvi-am html html-am info info-am install install-am \
|
|
install-binPROGRAMS install-binSCRIPTS 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 \
|
|
pdf pdf-am ps ps-am tags uninstall uninstall-am \
|
|
uninstall-binPROGRAMS uninstall-binSCRIPTS \
|
|
uninstall-dist_docDATA uninstall-googleincludeHEADERS \
|
|
uninstall-info-am uninstall-libLTLIBRARIES
|
|
|
|
|
|
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:
|