Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
| # @configure_input@ | |
| # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | |
| # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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@ | |
| VPATH = @srcdir@ | |
| pkgdatadir = $(datadir)/@PACKAGE@ | |
| pkgincludedir = $(includedir)/@PACKAGE@ | |
| pkglibdir = $(libdir)/@PACKAGE@ | |
| pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
| am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
| 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@ | |
| TESTS = template_util_unittest$(EXEEXT) type_traits_unittest$(EXEEXT) \ | |
| libc_allocator_with_realloc_test$(EXEEXT) \ | |
| sparsetable_unittest$(EXEEXT) hashtable_test$(EXEEXT) \ | |
| simple_test$(EXEEXT) simple_compat_test$(EXEEXT) | |
| noinst_PROGRAMS = $(am__EXEEXT_1) time_hash_map$(EXEEXT) | |
| subdir = . | |
| DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \ | |
| $(googleinclude_HEADERS) $(googleinternalinclude_HEADERS) \ | |
| $(internalinclude_HEADERS) $(sparsehashinclude_HEADERS) \ | |
| $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | |
| $(top_srcdir)/configure $(top_srcdir)/src/config.h.in AUTHORS \ | |
| COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \ | |
| depcomp install-sh missing | |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
| am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \ | |
| $(top_srcdir)/m4/google_namespace.m4 \ | |
| $(top_srcdir)/m4/namespaces.m4 $(top_srcdir)/m4/stl_hash.m4 \ | |
| $(top_srcdir)/m4/stl_hash_fun.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 config.status.lineno | |
| mkinstalldirs = $(install_sh) -d | |
| CONFIG_HEADER = $(top_builddir)/src/config.h | |
| CONFIG_CLEAN_FILES = | |
| CONFIG_CLEAN_VPATH_FILES = | |
| 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 = f=`echo $$p | sed -e 's|^.*/||'`; | |
| am__install_max = 40 | |
| am__nobase_strip_setup = \ | |
| srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
| am__nobase_strip = \ | |
| for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
| am__nobase_list = $(am__nobase_strip_setup); \ | |
| for p in $$list; do echo "$$p $$p"; done | \ | |
| sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
| $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
| if (++n[$$2] == $(am__install_max)) \ | |
| { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
| END { for (dir in files) print dir, files[dir] }' | |
| am__base_list = \ | |
| sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
| sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
| am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \ | |
| "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(googleincludedir)" \ | |
| "$(DESTDIR)$(googleinternalincludedir)" \ | |
| "$(DESTDIR)$(internalincludedir)" \ | |
| "$(DESTDIR)$(internalincludedir)" \ | |
| "$(DESTDIR)$(sparsehashincludedir)" | |
| LTLIBRARIES = $(lib_LTLIBRARIES) | |
| am__EXEEXT_1 = template_util_unittest$(EXEEXT) \ | |
| type_traits_unittest$(EXEEXT) \ | |
| libc_allocator_with_realloc_test$(EXEEXT) \ | |
| sparsetable_unittest$(EXEEXT) hashtable_test$(EXEEXT) \ | |
| simple_test$(EXEEXT) simple_compat_test$(EXEEXT) | |
| PROGRAMS = $(noinst_PROGRAMS) | |
| am__objects_1 = | |
| am_hashtable_test_OBJECTS = hashtable_test.$(OBJEXT) $(am__objects_1) \ | |
| $(am__objects_1) | |
| nodist_hashtable_test_OBJECTS = $(am__objects_1) | |
| hashtable_test_OBJECTS = $(am_hashtable_test_OBJECTS) \ | |
| $(nodist_hashtable_test_OBJECTS) | |
| hashtable_test_LDADD = $(LDADD) | |
| am_libc_allocator_with_realloc_test_OBJECTS = \ | |
| libc_allocator_with_realloc_test.$(OBJEXT) $(am__objects_1) | |
| libc_allocator_with_realloc_test_OBJECTS = \ | |
| $(am_libc_allocator_with_realloc_test_OBJECTS) | |
| libc_allocator_with_realloc_test_LDADD = $(LDADD) | |
| am_simple_compat_test_OBJECTS = simple_compat_test.$(OBJEXT) \ | |
| $(am__objects_1) $(am__objects_1) $(am__objects_1) | |
| nodist_simple_compat_test_OBJECTS = $(am__objects_1) | |
| simple_compat_test_OBJECTS = $(am_simple_compat_test_OBJECTS) \ | |
| $(nodist_simple_compat_test_OBJECTS) | |
| simple_compat_test_LDADD = $(LDADD) | |
| am_simple_test_OBJECTS = simple_test.$(OBJEXT) $(am__objects_1) | |
| nodist_simple_test_OBJECTS = $(am__objects_1) | |
| simple_test_OBJECTS = $(am_simple_test_OBJECTS) \ | |
| $(nodist_simple_test_OBJECTS) | |
| simple_test_LDADD = $(LDADD) | |
| am_sparsetable_unittest_OBJECTS = sparsetable_unittest.$(OBJEXT) \ | |
| $(am__objects_1) | |
| nodist_sparsetable_unittest_OBJECTS = $(am__objects_1) | |
| sparsetable_unittest_OBJECTS = $(am_sparsetable_unittest_OBJECTS) \ | |
| $(nodist_sparsetable_unittest_OBJECTS) | |
| sparsetable_unittest_LDADD = $(LDADD) | |
| am_template_util_unittest_OBJECTS = template_util_unittest.$(OBJEXT) | |
| nodist_template_util_unittest_OBJECTS = $(am__objects_1) | |
| template_util_unittest_OBJECTS = $(am_template_util_unittest_OBJECTS) \ | |
| $(nodist_template_util_unittest_OBJECTS) | |
| template_util_unittest_LDADD = $(LDADD) | |
| am_time_hash_map_OBJECTS = time_hash_map-time_hash_map.$(OBJEXT) \ | |
| $(am__objects_1) $(am__objects_1) | |
| nodist_time_hash_map_OBJECTS = $(am__objects_1) | |
| time_hash_map_OBJECTS = $(am_time_hash_map_OBJECTS) \ | |
| $(nodist_time_hash_map_OBJECTS) | |
| time_hash_map_DEPENDENCIES = | |
| time_hash_map_LINK = $(CXXLD) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) \ | |
| $(time_hash_map_LDFLAGS) $(LDFLAGS) -o $@ | |
| am_type_traits_unittest_OBJECTS = type_traits_unittest.$(OBJEXT) \ | |
| $(am__objects_1) | |
| nodist_type_traits_unittest_OBJECTS = $(am__objects_1) | |
| type_traits_unittest_OBJECTS = $(am_type_traits_unittest_OBJECTS) \ | |
| $(nodist_type_traits_unittest_OBJECTS) | |
| type_traits_unittest_LDADD = $(LDADD) | |
| DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src | |
| depcomp = $(SHELL) $(top_srcdir)/depcomp | |
| am__depfiles_maybe = depfiles | |
| am__mv = mv -f | |
| CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
| $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
| CXXLD = $(CXX) | |
| CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ | |
| -o $@ | |
| COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
| $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| CCLD = $(CC) | |
| LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
| SOURCES = $(hashtable_test_SOURCES) $(nodist_hashtable_test_SOURCES) \ | |
| $(libc_allocator_with_realloc_test_SOURCES) \ | |
| $(simple_compat_test_SOURCES) \ | |
| $(nodist_simple_compat_test_SOURCES) $(simple_test_SOURCES) \ | |
| $(nodist_simple_test_SOURCES) $(sparsetable_unittest_SOURCES) \ | |
| $(nodist_sparsetable_unittest_SOURCES) \ | |
| $(template_util_unittest_SOURCES) \ | |
| $(nodist_template_util_unittest_SOURCES) \ | |
| $(time_hash_map_SOURCES) $(nodist_time_hash_map_SOURCES) \ | |
| $(type_traits_unittest_SOURCES) \ | |
| $(nodist_type_traits_unittest_SOURCES) | |
| DIST_SOURCES = $(hashtable_test_SOURCES) \ | |
| $(libc_allocator_with_realloc_test_SOURCES) \ | |
| $(simple_compat_test_SOURCES) $(simple_test_SOURCES) \ | |
| $(sparsetable_unittest_SOURCES) \ | |
| $(template_util_unittest_SOURCES) $(time_hash_map_SOURCES) \ | |
| $(type_traits_unittest_SOURCES) | |
| DATA = $(dist_doc_DATA) $(pkgconfig_DATA) | |
| HEADERS = $(googleinclude_HEADERS) $(googleinternalinclude_HEADERS) \ | |
| $(internalinclude_HEADERS) $(nodist_internalinclude_HEADERS) \ | |
| $(sparsehashinclude_HEADERS) | |
| ETAGS = etags | |
| CTAGS = ctags | |
| am__tty_colors = \ | |
| red=; grn=; lgn=; blu=; std= | |
| 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 $(distdir).zip | |
| GZIP_ENV = --best | |
| distuninstallcheck_listfiles = find . -type f -print | |
| distcleancheck_listfiles = find . -type f -print | |
| ACLOCAL = @ACLOCAL@ | |
| AMTAR = @AMTAR@ | |
| 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_C = @ECHO_C@ | |
| ECHO_N = @ECHO_N@ | |
| ECHO_T = @ECHO_T@ | |
| EGREP = @EGREP@ | |
| EXEEXT = @EXEEXT@ | |
| GREP = @GREP@ | |
| INSTALL = @INSTALL@ | |
| INSTALL_DATA = @INSTALL_DATA@ | |
| INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
| INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
| INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
| LDFLAGS = @LDFLAGS@ | |
| LIBOBJS = @LIBOBJS@ | |
| LIBS = @LIBS@ | |
| LTLIBOBJS = @LTLIBOBJS@ | |
| MAKEINFO = @MAKEINFO@ | |
| MKDIR_P = @MKDIR_P@ | |
| OBJEXT = @OBJEXT@ | |
| PACKAGE = @PACKAGE@ | |
| PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
| PACKAGE_NAME = @PACKAGE_NAME@ | |
| PACKAGE_STRING = @PACKAGE_STRING@ | |
| PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
| PACKAGE_URL = @PACKAGE_URL@ | |
| PACKAGE_VERSION = @PACKAGE_VERSION@ | |
| PATH_SEPARATOR = @PATH_SEPARATOR@ | |
| PTHREAD_CC = @PTHREAD_CC@ | |
| PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ | |
| PTHREAD_LIBS = @PTHREAD_LIBS@ | |
| SET_MAKE = @SET_MAKE@ | |
| SHELL = @SHELL@ | |
| STRIP = @STRIP@ | |
| VERSION = @VERSION@ | |
| abs_builddir = @abs_builddir@ | |
| abs_srcdir = @abs_srcdir@ | |
| abs_top_builddir = @abs_top_builddir@ | |
| abs_top_srcdir = @abs_top_srcdir@ | |
| ac_ct_CC = @ac_ct_CC@ | |
| ac_ct_CXX = @ac_ct_CXX@ | |
| acx_pthread_config = @acx_pthread_config@ | |
| 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@ | |
| builddir = @builddir@ | |
| datadir = @datadir@ | |
| datarootdir = @datarootdir@ | |
| docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) | |
| dvidir = @dvidir@ | |
| exec_prefix = @exec_prefix@ | |
| host = @host@ | |
| host_alias = @host_alias@ | |
| host_cpu = @host_cpu@ | |
| host_os = @host_os@ | |
| host_vendor = @host_vendor@ | |
| htmldir = @htmldir@ | |
| includedir = @includedir@ | |
| infodir = @infodir@ | |
| install_sh = @install_sh@ | |
| libdir = @libdir@ | |
| libexecdir = @libexecdir@ | |
| localedir = @localedir@ | |
| localstatedir = @localstatedir@ | |
| mandir = @mandir@ | |
| mkdir_p = @mkdir_p@ | |
| oldincludedir = @oldincludedir@ | |
| pdfdir = @pdfdir@ | |
| prefix = @prefix@ | |
| program_transform_name = @program_transform_name@ | |
| psdir = @psdir@ | |
| sbindir = @sbindir@ | |
| sharedstatedir = @sharedstatedir@ | |
| srcdir = @srcdir@ | |
| sysconfdir = @sysconfdir@ | |
| target_alias = @target_alias@ | |
| tcmalloc_flags = @tcmalloc_flags@ | |
| tcmalloc_libs = @tcmalloc_libs@ | |
| top_build_prefix = @top_build_prefix@ | |
| top_builddir = @top_builddir@ | |
| top_srcdir = @top_srcdir@ | |
| # Make sure that when we re-make ./configure, we get the macros we need | |
| ACLOCAL_AMFLAGS = -I m4 | |
| # This is so we can #include <sparsehash/foo> | |
| AM_CPPFLAGS = -I$(top_srcdir)/src | |
| # These are good warnings to turn on by default | |
| @GCC_TRUE@AM_CXXFLAGS = -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow | |
| dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt \ | |
| TODO \ | |
| doc/dense_hash_map.html \ | |
| doc/dense_hash_set.html \ | |
| doc/sparse_hash_map.html \ | |
| doc/sparse_hash_set.html \ | |
| doc/sparsetable.html \ | |
| doc/implementation.html \ | |
| doc/performance.html \ | |
| doc/index.html \ | |
| doc/designstyle.css | |
| lib_LTLIBRARIES = | |
| WINDOWS_PROJECTS = sparsehash.sln \ | |
| vsprojects/time_hash_map/time_hash_map.vcproj \ | |
| vsprojects/type_traits_unittest/type_traits_unittest.vcproj \ | |
| vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj \ | |
| vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj \ | |
| vsprojects/hashtable_test/hashtable_test.vcproj \ | |
| vsprojects/simple_test/simple_test.vcproj | |
| check_SCRIPTS = | |
| TESTS_ENVIRONMENT = | |
| # This is how we tell automake about auto-generated .h files | |
| BUILT_SOURCES = src/sparsehash/internal/sparseconfig.h | |
| CLEANFILES = src/sparsehash/internal/sparseconfig.h $(pkgconfig_DATA) | |
| sparsehashincludedir = $(includedir)/sparsehash | |
| sparsehashinclude_HEADERS = \ | |
| src/sparsehash/dense_hash_map \ | |
| src/sparsehash/dense_hash_set \ | |
| src/sparsehash/sparse_hash_map \ | |
| src/sparsehash/sparse_hash_set \ | |
| src/sparsehash/sparsetable \ | |
| src/sparsehash/template_util.h \ | |
| src/sparsehash/type_traits.h | |
| internalincludedir = $(sparsehashincludedir)/internal | |
| internalinclude_HEADERS = \ | |
| src/sparsehash/internal/densehashtable.h \ | |
| src/sparsehash/internal/sparsehashtable.h \ | |
| src/sparsehash/internal/hashtable-common.h \ | |
| src/sparsehash/internal/libc_allocator_with_realloc.h | |
| nodist_internalinclude_HEADERS = src/sparsehash/internal/sparseconfig.h | |
| # This is for backwards compatibility only. | |
| googleincludedir = $(includedir)/google | |
| googleinclude_HEADERS = \ | |
| src/google/dense_hash_map \ | |
| src/google/dense_hash_set \ | |
| src/google/sparse_hash_map \ | |
| src/google/sparse_hash_set \ | |
| src/google/sparsetable \ | |
| src/google/template_util.h \ | |
| src/google/type_traits.h | |
| googleinternalincludedir = $(includedir)/google/sparsehash | |
| googleinternalinclude_HEADERS = \ | |
| src/google/sparsehash/densehashtable.h \ | |
| src/google/sparsehash/sparsehashtable.h \ | |
| src/google/sparsehash/hashtable-common.h \ | |
| src/google/sparsehash/libc_allocator_with_realloc.h | |
| # TODO(csilvers): Update windows projects for template_util_unittest. | |
| # WINDOWS_PROJECTS += vsprojects/template_util_unittest/template_util_unittest.vcproj | |
| template_util_unittest_SOURCES = \ | |
| src/template_util_unittest.cc \ | |
| src/sparsehash/template_util.h | |
| nodist_template_util_unittest_SOURCES = $(nodist_internalinclude_HEADERS) | |
| type_traits_unittest_SOURCES = \ | |
| src/type_traits_unittest.cc \ | |
| $(internalinclude_HEADERS) \ | |
| src/sparsehash/type_traits.h | |
| nodist_type_traits_unittest_SOURCES = $(nodist_internalinclude_HEADERS) | |
| libc_allocator_with_realloc_test_SOURCES = \ | |
| src/libc_allocator_with_realloc_test.cc \ | |
| $(internalinclude_HEADERS) \ | |
| src/sparsehash/internal/libc_allocator_with_realloc.h | |
| sparsetable_unittest_SOURCES = \ | |
| src/sparsetable_unittest.cc \ | |
| $(internalinclude_HEADERS) \ | |
| src/sparsehash/sparsetable | |
| nodist_sparsetable_unittest_SOURCES = $(nodist_internalinclude_HEADERS) | |
| hashtable_test_SOURCES = \ | |
| src/hashtable_test.cc \ | |
| src/hash_test_interface.h \ | |
| src/testutil.h \ | |
| $(sparsehashinclude_HEADERS) \ | |
| $(internalinclude_HEADERS) | |
| nodist_hashtable_test_SOURCES = $(nodist_internalinclude_HEADERS) | |
| simple_test_SOURCES = \ | |
| src/simple_test.cc \ | |
| $(internalinclude_HEADERS) | |
| nodist_simple_test_SOURCES = $(nodist_internalinclude_HEADERS) | |
| simple_compat_test_SOURCES = \ | |
| src/simple_compat_test.cc \ | |
| $(internalinclude_HEADERS) \ | |
| $(googleinclude_HEADERS) \ | |
| $(googleinternalinclude_HEADERS) | |
| nodist_simple_compat_test_SOURCES = $(nodist_internalinclude_HEADERS) | |
| time_hash_map_SOURCES = \ | |
| src/time_hash_map.cc \ | |
| $(internalinclude_HEADERS) \ | |
| $(sparsehashinclude_HEADERS) | |
| nodist_time_hash_map_SOURCES = $(nodist_internalinclude_HEADERS) | |
| # If tcmalloc is installed, use it with time_hash_map; it gives us | |
| # heap-usage statistics for the hash_map routines, which is very nice | |
| time_hash_map_CXXFLAGS = @tcmalloc_flags@ $(AM_CXXFLAGS) | |
| time_hash_map_LDFLAGS = @tcmalloc_flags@ | |
| time_hash_map_LDADD = @tcmalloc_libs@ | |
| # http://linux.die.net/man/1/pkg-config, http://pkg-config.freedesktop.org/wiki | |
| pkgconfigdir = $(libdir)/pkgconfig | |
| pkgconfig_DATA = lib${PACKAGE}.pc | |
| EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \ | |
| src/config.h.include src/windows $(WINDOWS_PROJECTS) experimental | |
| all: $(BUILT_SOURCES) | |
| $(MAKE) $(AM_MAKEFLAGS) all-am | |
| .SUFFIXES: | |
| .SUFFIXES: .cc .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'; \ | |
| $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ | |
| && exit 0; \ | |
| exit 1;; \ | |
| esac; \ | |
| done; \ | |
| echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ | |
| $(am__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) | |
| $(am__cd) $(srcdir) && $(AUTOCONF) | |
| $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
| $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
| $(am__aclocal_m4_deps): | |
| src/config.h: src/stamp-h1 | |
| @if test ! -f $@; then \ | |
| rm -f src/stamp-h1; \ | |
| $(MAKE) $(AM_MAKEFLAGS) 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) | |
| ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | |
| rm -f src/stamp-h1 | |
| touch $@ | |
| distclean-hdr: | |
| -rm -f src/config.h src/stamp-h1 | |
| install-libLTLIBRARIES: $(lib_LTLIBRARIES) | |
| @$(NORMAL_INSTALL) | |
| test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" | |
| @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |
| list2=; for p in $$list; do \ | |
| if test -f $$p; then \ | |
| list2="$$list2 $$p"; \ | |
| else :; fi; \ | |
| done; \ | |
| test -z "$$list2" || { \ | |
| echo " $(INSTALL) $(INSTALL_STRIP_FLAG) $$list '$(DESTDIR)$(libdir)'"; \ | |
| $(INSTALL) $(INSTALL_STRIP_FLAG) $$list "$(DESTDIR)$(libdir)"; \ | |
| } | |
| uninstall-libLTLIBRARIES: | |
| @$(NORMAL_UNINSTALL) | |
| @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |
| for p in $$list; do \ | |
| $(am__strip_dir) \ | |
| echo " rm -f '$(DESTDIR)$(libdir)/$$f'"; \ | |
| rm -f "$(DESTDIR)$(libdir)/$$f"; \ | |
| 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-noinstPROGRAMS: | |
| -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) | |
| hashtable_test$(EXEEXT): $(hashtable_test_OBJECTS) $(hashtable_test_DEPENDENCIES) | |
| @rm -f hashtable_test$(EXEEXT) | |
| $(CXXLINK) $(hashtable_test_OBJECTS) $(hashtable_test_LDADD) $(LIBS) | |
| libc_allocator_with_realloc_test$(EXEEXT): $(libc_allocator_with_realloc_test_OBJECTS) $(libc_allocator_with_realloc_test_DEPENDENCIES) | |
| @rm -f libc_allocator_with_realloc_test$(EXEEXT) | |
| $(CXXLINK) $(libc_allocator_with_realloc_test_OBJECTS) $(libc_allocator_with_realloc_test_LDADD) $(LIBS) | |
| simple_compat_test$(EXEEXT): $(simple_compat_test_OBJECTS) $(simple_compat_test_DEPENDENCIES) | |
| @rm -f simple_compat_test$(EXEEXT) | |
| $(CXXLINK) $(simple_compat_test_OBJECTS) $(simple_compat_test_LDADD) $(LIBS) | |
| simple_test$(EXEEXT): $(simple_test_OBJECTS) $(simple_test_DEPENDENCIES) | |
| @rm -f simple_test$(EXEEXT) | |
| $(CXXLINK) $(simple_test_OBJECTS) $(simple_test_LDADD) $(LIBS) | |
| sparsetable_unittest$(EXEEXT): $(sparsetable_unittest_OBJECTS) $(sparsetable_unittest_DEPENDENCIES) | |
| @rm -f sparsetable_unittest$(EXEEXT) | |
| $(CXXLINK) $(sparsetable_unittest_OBJECTS) $(sparsetable_unittest_LDADD) $(LIBS) | |
| template_util_unittest$(EXEEXT): $(template_util_unittest_OBJECTS) $(template_util_unittest_DEPENDENCIES) | |
| @rm -f template_util_unittest$(EXEEXT) | |
| $(CXXLINK) $(template_util_unittest_OBJECTS) $(template_util_unittest_LDADD) $(LIBS) | |
| time_hash_map$(EXEEXT): $(time_hash_map_OBJECTS) $(time_hash_map_DEPENDENCIES) | |
| @rm -f time_hash_map$(EXEEXT) | |
| $(time_hash_map_LINK) $(time_hash_map_OBJECTS) $(time_hash_map_LDADD) $(LIBS) | |
| type_traits_unittest$(EXEEXT): $(type_traits_unittest_OBJECTS) $(type_traits_unittest_DEPENDENCIES) | |
| @rm -f type_traits_unittest$(EXEEXT) | |
| $(CXXLINK) $(type_traits_unittest_OBJECTS) $(type_traits_unittest_LDADD) $(LIBS) | |
| mostlyclean-compile: | |
| -rm -f *.$(OBJEXT) | |
| distclean-compile: | |
| -rm -f *.tab.c | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashtable_test.Po@am__quote@ | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libc_allocator_with_realloc_test.Po@am__quote@ | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_compat_test.Po@am__quote@ | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_test.Po@am__quote@ | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparsetable_unittest.Po@am__quote@ | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template_util_unittest.Po@am__quote@ | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_hash_map-time_hash_map.Po@am__quote@ | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/type_traits_unittest.Po@am__quote@ | |
| .cc.o: | |
| @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
| @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@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
| @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) '$<'` | |
| hashtable_test.o: src/hashtable_test.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hashtable_test.o -MD -MP -MF $(DEPDIR)/hashtable_test.Tpo -c -o hashtable_test.o `test -f 'src/hashtable_test.cc' || echo '$(srcdir)/'`src/hashtable_test.cc | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/hashtable_test.Tpo $(DEPDIR)/hashtable_test.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/hashtable_test.cc' object='hashtable_test.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 hashtable_test.o `test -f 'src/hashtable_test.cc' || echo '$(srcdir)/'`src/hashtable_test.cc | |
| hashtable_test.obj: src/hashtable_test.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hashtable_test.obj -MD -MP -MF $(DEPDIR)/hashtable_test.Tpo -c -o hashtable_test.obj `if test -f 'src/hashtable_test.cc'; then $(CYGPATH_W) 'src/hashtable_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/hashtable_test.cc'; fi` | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/hashtable_test.Tpo $(DEPDIR)/hashtable_test.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/hashtable_test.cc' object='hashtable_test.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 hashtable_test.obj `if test -f 'src/hashtable_test.cc'; then $(CYGPATH_W) 'src/hashtable_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/hashtable_test.cc'; fi` | |
| libc_allocator_with_realloc_test.o: src/libc_allocator_with_realloc_test.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libc_allocator_with_realloc_test.o -MD -MP -MF $(DEPDIR)/libc_allocator_with_realloc_test.Tpo -c -o libc_allocator_with_realloc_test.o `test -f 'src/libc_allocator_with_realloc_test.cc' || echo '$(srcdir)/'`src/libc_allocator_with_realloc_test.cc | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libc_allocator_with_realloc_test.Tpo $(DEPDIR)/libc_allocator_with_realloc_test.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/libc_allocator_with_realloc_test.cc' object='libc_allocator_with_realloc_test.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 libc_allocator_with_realloc_test.o `test -f 'src/libc_allocator_with_realloc_test.cc' || echo '$(srcdir)/'`src/libc_allocator_with_realloc_test.cc | |
| libc_allocator_with_realloc_test.obj: src/libc_allocator_with_realloc_test.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libc_allocator_with_realloc_test.obj -MD -MP -MF $(DEPDIR)/libc_allocator_with_realloc_test.Tpo -c -o libc_allocator_with_realloc_test.obj `if test -f 'src/libc_allocator_with_realloc_test.cc'; then $(CYGPATH_W) 'src/libc_allocator_with_realloc_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/libc_allocator_with_realloc_test.cc'; fi` | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libc_allocator_with_realloc_test.Tpo $(DEPDIR)/libc_allocator_with_realloc_test.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/libc_allocator_with_realloc_test.cc' object='libc_allocator_with_realloc_test.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 libc_allocator_with_realloc_test.obj `if test -f 'src/libc_allocator_with_realloc_test.cc'; then $(CYGPATH_W) 'src/libc_allocator_with_realloc_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/libc_allocator_with_realloc_test.cc'; fi` | |
| simple_compat_test.o: src/simple_compat_test.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_compat_test.o -MD -MP -MF $(DEPDIR)/simple_compat_test.Tpo -c -o simple_compat_test.o `test -f 'src/simple_compat_test.cc' || echo '$(srcdir)/'`src/simple_compat_test.cc | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple_compat_test.Tpo $(DEPDIR)/simple_compat_test.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple_compat_test.cc' object='simple_compat_test.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 simple_compat_test.o `test -f 'src/simple_compat_test.cc' || echo '$(srcdir)/'`src/simple_compat_test.cc | |
| simple_compat_test.obj: src/simple_compat_test.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_compat_test.obj -MD -MP -MF $(DEPDIR)/simple_compat_test.Tpo -c -o simple_compat_test.obj `if test -f 'src/simple_compat_test.cc'; then $(CYGPATH_W) 'src/simple_compat_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/simple_compat_test.cc'; fi` | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple_compat_test.Tpo $(DEPDIR)/simple_compat_test.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple_compat_test.cc' object='simple_compat_test.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 simple_compat_test.obj `if test -f 'src/simple_compat_test.cc'; then $(CYGPATH_W) 'src/simple_compat_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/simple_compat_test.cc'; fi` | |
| simple_test.o: src/simple_test.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_test.o -MD -MP -MF $(DEPDIR)/simple_test.Tpo -c -o simple_test.o `test -f 'src/simple_test.cc' || echo '$(srcdir)/'`src/simple_test.cc | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple_test.Tpo $(DEPDIR)/simple_test.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple_test.cc' object='simple_test.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 simple_test.o `test -f 'src/simple_test.cc' || echo '$(srcdir)/'`src/simple_test.cc | |
| simple_test.obj: src/simple_test.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_test.obj -MD -MP -MF $(DEPDIR)/simple_test.Tpo -c -o simple_test.obj `if test -f 'src/simple_test.cc'; then $(CYGPATH_W) 'src/simple_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/simple_test.cc'; fi` | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/simple_test.Tpo $(DEPDIR)/simple_test.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/simple_test.cc' object='simple_test.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 simple_test.obj `if test -f 'src/simple_test.cc'; then $(CYGPATH_W) 'src/simple_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/simple_test.cc'; fi` | |
| sparsetable_unittest.o: src/sparsetable_unittest.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sparsetable_unittest.o -MD -MP -MF $(DEPDIR)/sparsetable_unittest.Tpo -c -o sparsetable_unittest.o `test -f 'src/sparsetable_unittest.cc' || echo '$(srcdir)/'`src/sparsetable_unittest.cc | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/sparsetable_unittest.Tpo $(DEPDIR)/sparsetable_unittest.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sparsetable_unittest.cc' object='sparsetable_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) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sparsetable_unittest.o `test -f 'src/sparsetable_unittest.cc' || echo '$(srcdir)/'`src/sparsetable_unittest.cc | |
| sparsetable_unittest.obj: src/sparsetable_unittest.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sparsetable_unittest.obj -MD -MP -MF $(DEPDIR)/sparsetable_unittest.Tpo -c -o sparsetable_unittest.obj `if test -f 'src/sparsetable_unittest.cc'; then $(CYGPATH_W) 'src/sparsetable_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/sparsetable_unittest.cc'; fi` | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/sparsetable_unittest.Tpo $(DEPDIR)/sparsetable_unittest.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sparsetable_unittest.cc' object='sparsetable_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) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sparsetable_unittest.obj `if test -f 'src/sparsetable_unittest.cc'; then $(CYGPATH_W) 'src/sparsetable_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/sparsetable_unittest.cc'; fi` | |
| template_util_unittest.o: src/template_util_unittest.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT template_util_unittest.o -MD -MP -MF $(DEPDIR)/template_util_unittest.Tpo -c -o template_util_unittest.o `test -f 'src/template_util_unittest.cc' || echo '$(srcdir)/'`src/template_util_unittest.cc | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/template_util_unittest.Tpo $(DEPDIR)/template_util_unittest.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_util_unittest.cc' object='template_util_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) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o template_util_unittest.o `test -f 'src/template_util_unittest.cc' || echo '$(srcdir)/'`src/template_util_unittest.cc | |
| template_util_unittest.obj: src/template_util_unittest.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT template_util_unittest.obj -MD -MP -MF $(DEPDIR)/template_util_unittest.Tpo -c -o template_util_unittest.obj `if test -f 'src/template_util_unittest.cc'; then $(CYGPATH_W) 'src/template_util_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/template_util_unittest.cc'; fi` | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/template_util_unittest.Tpo $(DEPDIR)/template_util_unittest.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/template_util_unittest.cc' object='template_util_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) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o template_util_unittest.obj `if test -f 'src/template_util_unittest.cc'; then $(CYGPATH_W) 'src/template_util_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/template_util_unittest.cc'; fi` | |
| time_hash_map-time_hash_map.o: src/time_hash_map.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) -MT time_hash_map-time_hash_map.o -MD -MP -MF $(DEPDIR)/time_hash_map-time_hash_map.Tpo -c -o time_hash_map-time_hash_map.o `test -f 'src/time_hash_map.cc' || echo '$(srcdir)/'`src/time_hash_map.cc | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/time_hash_map-time_hash_map.Tpo $(DEPDIR)/time_hash_map-time_hash_map.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/time_hash_map.cc' object='time_hash_map-time_hash_map.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) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) -c -o time_hash_map-time_hash_map.o `test -f 'src/time_hash_map.cc' || echo '$(srcdir)/'`src/time_hash_map.cc | |
| time_hash_map-time_hash_map.obj: src/time_hash_map.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) -MT time_hash_map-time_hash_map.obj -MD -MP -MF $(DEPDIR)/time_hash_map-time_hash_map.Tpo -c -o time_hash_map-time_hash_map.obj `if test -f 'src/time_hash_map.cc'; then $(CYGPATH_W) 'src/time_hash_map.cc'; else $(CYGPATH_W) '$(srcdir)/src/time_hash_map.cc'; fi` | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/time_hash_map-time_hash_map.Tpo $(DEPDIR)/time_hash_map-time_hash_map.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/time_hash_map.cc' object='time_hash_map-time_hash_map.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) $(time_hash_map_CXXFLAGS) $(CXXFLAGS) -c -o time_hash_map-time_hash_map.obj `if test -f 'src/time_hash_map.cc'; then $(CYGPATH_W) 'src/time_hash_map.cc'; else $(CYGPATH_W) '$(srcdir)/src/time_hash_map.cc'; fi` | |
| type_traits_unittest.o: src/type_traits_unittest.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT type_traits_unittest.o -MD -MP -MF $(DEPDIR)/type_traits_unittest.Tpo -c -o type_traits_unittest.o `test -f 'src/type_traits_unittest.cc' || echo '$(srcdir)/'`src/type_traits_unittest.cc | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/type_traits_unittest.Tpo $(DEPDIR)/type_traits_unittest.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/type_traits_unittest.cc' object='type_traits_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) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o type_traits_unittest.o `test -f 'src/type_traits_unittest.cc' || echo '$(srcdir)/'`src/type_traits_unittest.cc | |
| type_traits_unittest.obj: src/type_traits_unittest.cc | |
| @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT type_traits_unittest.obj -MD -MP -MF $(DEPDIR)/type_traits_unittest.Tpo -c -o type_traits_unittest.obj `if test -f 'src/type_traits_unittest.cc'; then $(CYGPATH_W) 'src/type_traits_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/type_traits_unittest.cc'; fi` | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/type_traits_unittest.Tpo $(DEPDIR)/type_traits_unittest.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/type_traits_unittest.cc' object='type_traits_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) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o type_traits_unittest.obj `if test -f 'src/type_traits_unittest.cc'; then $(CYGPATH_W) 'src/type_traits_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/type_traits_unittest.cc'; fi` | |
| install-dist_docDATA: $(dist_doc_DATA) | |
| @$(NORMAL_INSTALL) | |
| test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" | |
| @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ | |
| for p in $$list; do \ | |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
| echo "$$d$$p"; \ | |
| done | $(am__base_list) | \ | |
| while read files; do \ | |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ | |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ | |
| done | |
| uninstall-dist_docDATA: | |
| @$(NORMAL_UNINSTALL) | |
| @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ | |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
| test -n "$$files" || exit 0; \ | |
| echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \ | |
| cd "$(DESTDIR)$(docdir)" && rm -f $$files | |
| install-pkgconfigDATA: $(pkgconfig_DATA) | |
| @$(NORMAL_INSTALL) | |
| test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" | |
| @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
| for p in $$list; do \ | |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
| echo "$$d$$p"; \ | |
| done | $(am__base_list) | \ | |
| while read files; do \ | |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ | |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ | |
| done | |
| uninstall-pkgconfigDATA: | |
| @$(NORMAL_UNINSTALL) | |
| @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
| test -n "$$files" || exit 0; \ | |
| echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ | |
| cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files | |
| install-googleincludeHEADERS: $(googleinclude_HEADERS) | |
| @$(NORMAL_INSTALL) | |
| test -z "$(googleincludedir)" || $(MKDIR_P) "$(DESTDIR)$(googleincludedir)" | |
| @list='$(googleinclude_HEADERS)'; test -n "$(googleincludedir)" || list=; \ | |
| for p in $$list; do \ | |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
| echo "$$d$$p"; \ | |
| done | $(am__base_list) | \ | |
| while read files; do \ | |
| echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(googleincludedir)'"; \ | |
| $(INSTALL_HEADER) $$files "$(DESTDIR)$(googleincludedir)" || exit $$?; \ | |
| done | |
| uninstall-googleincludeHEADERS: | |
| @$(NORMAL_UNINSTALL) | |
| @list='$(googleinclude_HEADERS)'; test -n "$(googleincludedir)" || list=; \ | |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
| test -n "$$files" || exit 0; \ | |
| echo " ( cd '$(DESTDIR)$(googleincludedir)' && rm -f" $$files ")"; \ | |
| cd "$(DESTDIR)$(googleincludedir)" && rm -f $$files | |
| install-googleinternalincludeHEADERS: $(googleinternalinclude_HEADERS) | |
| @$(NORMAL_INSTALL) | |
| test -z "$(googleinternalincludedir)" || $(MKDIR_P) "$(DESTDIR)$(googleinternalincludedir)" | |
| @list='$(googleinternalinclude_HEADERS)'; test -n "$(googleinternalincludedir)" || list=; \ | |
| for p in $$list; do \ | |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
| echo "$$d$$p"; \ | |
| done | $(am__base_list) | \ | |
| while read files; do \ | |
| echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(googleinternalincludedir)'"; \ | |
| $(INSTALL_HEADER) $$files "$(DESTDIR)$(googleinternalincludedir)" || exit $$?; \ | |
| done | |
| uninstall-googleinternalincludeHEADERS: | |
| @$(NORMAL_UNINSTALL) | |
| @list='$(googleinternalinclude_HEADERS)'; test -n "$(googleinternalincludedir)" || list=; \ | |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
| test -n "$$files" || exit 0; \ | |
| echo " ( cd '$(DESTDIR)$(googleinternalincludedir)' && rm -f" $$files ")"; \ | |
| cd "$(DESTDIR)$(googleinternalincludedir)" && rm -f $$files | |
| install-internalincludeHEADERS: $(internalinclude_HEADERS) | |
| @$(NORMAL_INSTALL) | |
| test -z "$(internalincludedir)" || $(MKDIR_P) "$(DESTDIR)$(internalincludedir)" | |
| @list='$(internalinclude_HEADERS)'; test -n "$(internalincludedir)" || list=; \ | |
| for p in $$list; do \ | |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
| echo "$$d$$p"; \ | |
| done | $(am__base_list) | \ | |
| while read files; do \ | |
| echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(internalincludedir)'"; \ | |
| $(INSTALL_HEADER) $$files "$(DESTDIR)$(internalincludedir)" || exit $$?; \ | |
| done | |
| uninstall-internalincludeHEADERS: | |
| @$(NORMAL_UNINSTALL) | |
| @list='$(internalinclude_HEADERS)'; test -n "$(internalincludedir)" || list=; \ | |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
| test -n "$$files" || exit 0; \ | |
| echo " ( cd '$(DESTDIR)$(internalincludedir)' && rm -f" $$files ")"; \ | |
| cd "$(DESTDIR)$(internalincludedir)" && rm -f $$files | |
| install-nodist_internalincludeHEADERS: $(nodist_internalinclude_HEADERS) | |
| @$(NORMAL_INSTALL) | |
| test -z "$(internalincludedir)" || $(MKDIR_P) "$(DESTDIR)$(internalincludedir)" | |
| @list='$(nodist_internalinclude_HEADERS)'; test -n "$(internalincludedir)" || list=; \ | |
| for p in $$list; do \ | |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
| echo "$$d$$p"; \ | |
| done | $(am__base_list) | \ | |
| while read files; do \ | |
| echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(internalincludedir)'"; \ | |
| $(INSTALL_HEADER) $$files "$(DESTDIR)$(internalincludedir)" || exit $$?; \ | |
| done | |
| uninstall-nodist_internalincludeHEADERS: | |
| @$(NORMAL_UNINSTALL) | |
| @list='$(nodist_internalinclude_HEADERS)'; test -n "$(internalincludedir)" || list=; \ | |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
| test -n "$$files" || exit 0; \ | |
| echo " ( cd '$(DESTDIR)$(internalincludedir)' && rm -f" $$files ")"; \ | |
| cd "$(DESTDIR)$(internalincludedir)" && rm -f $$files | |
| install-sparsehashincludeHEADERS: $(sparsehashinclude_HEADERS) | |
| @$(NORMAL_INSTALL) | |
| test -z "$(sparsehashincludedir)" || $(MKDIR_P) "$(DESTDIR)$(sparsehashincludedir)" | |
| @list='$(sparsehashinclude_HEADERS)'; test -n "$(sparsehashincludedir)" || list=; \ | |
| for p in $$list; do \ | |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
| echo "$$d$$p"; \ | |
| done | $(am__base_list) | \ | |
| while read files; do \ | |
| echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sparsehashincludedir)'"; \ | |
| $(INSTALL_HEADER) $$files "$(DESTDIR)$(sparsehashincludedir)" || exit $$?; \ | |
| done | |
| uninstall-sparsehashincludeHEADERS: | |
| @$(NORMAL_UNINSTALL) | |
| @list='$(sparsehashinclude_HEADERS)'; test -n "$(sparsehashincludedir)" || list=; \ | |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
| test -n "$$files" || exit 0; \ | |
| echo " ( cd '$(DESTDIR)$(sparsehashincludedir)' && rm -f" $$files ")"; \ | |
| cd "$(DESTDIR)$(sparsehashincludedir)" && rm -f $$files | |
| 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; nonempty = 1; } \ | |
| END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
| mkid -fID $$unique | |
| tags: TAGS | |
| TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| $(TAGS_FILES) $(LISP) | |
| set x; \ | |
| 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; nonempty = 1; } \ | |
| END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
| shift; \ | |
| if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
| test -n "$$unique" || unique=$$empty_fix; \ | |
| if test $$# -gt 0; then \ | |
| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| "$$@" $$unique; \ | |
| else \ | |
| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| $$unique; \ | |
| fi; \ | |
| fi | |
| ctags: CTAGS | |
| CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| $(TAGS_FILES) $(LISP) | |
| 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; nonempty = 1; } \ | |
| END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
| test -z "$(CTAGS_ARGS)$$unique" \ | |
| || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
| $$unique | |
| GTAGS: | |
| here=`$(am__cd) $(top_builddir) && pwd` \ | |
| && $(am__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) '; \ | |
| $(am__tty_colors); \ | |
| 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`; \ | |
| col=$$red; res=XPASS; \ | |
| ;; \ | |
| *) \ | |
| col=$$grn; res=PASS; \ | |
| ;; \ | |
| esac; \ | |
| elif test $$? -ne 77; then \ | |
| all=`expr $$all + 1`; \ | |
| case " $(XFAIL_TESTS) " in \ | |
| *[\ \ ]$$tst[\ \ ]*) \ | |
| xfail=`expr $$xfail + 1`; \ | |
| col=$$lgn; res=XFAIL; \ | |
| ;; \ | |
| *) \ | |
| failed=`expr $$failed + 1`; \ | |
| col=$$red; res=FAIL; \ | |
| ;; \ | |
| esac; \ | |
| else \ | |
| skip=`expr $$skip + 1`; \ | |
| col=$$blu; res=SKIP; \ | |
| fi; \ | |
| echo "$${col}$$res$${std}: $$tst"; \ | |
| done; \ | |
| if test "$$all" -eq 1; then \ | |
| tests="test"; \ | |
| All=""; \ | |
| else \ | |
| tests="tests"; \ | |
| All="All "; \ | |
| fi; \ | |
| if test "$$failed" -eq 0; then \ | |
| if test "$$xfail" -eq 0; then \ | |
| banner="$$All$$all $$tests passed"; \ | |
| else \ | |
| if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ | |
| 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 \ | |
| if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ | |
| banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ | |
| fi; \ | |
| fi; \ | |
| dashes="$$banner"; \ | |
| skipped=""; \ | |
| if test "$$skip" -ne 0; then \ | |
| if test "$$skip" -eq 1; then \ | |
| skipped="($$skip test was not run)"; \ | |
| else \ | |
| skipped="($$skip tests were not run)"; \ | |
| fi; \ | |
| 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`; \ | |
| if test "$$failed" -eq 0; then \ | |
| echo "$$grn$$dashes"; \ | |
| else \ | |
| echo "$$red$$dashes"; \ | |
| fi; \ | |
| echo "$$banner"; \ | |
| test -z "$$skipped" || echo "$$skipped"; \ | |
| test -z "$$report" || echo "$$report"; \ | |
| echo "$$dashes$$std"; \ | |
| test "$$failed" -eq 0; \ | |
| else :; fi | |
| distdir: $(DISTFILES) | |
| $(am__remove_distdir) | |
| test -d "$(distdir)" || mkdir "$(distdir)" | |
| @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
| topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
| list='$(DISTFILES)'; \ | |
| dist_files=`for file in $$list; do echo $$file; done | \ | |
| sed -e "s|^$$srcdirstrip/||;t" \ | |
| -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
| case $$dist_files in \ | |
| */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
| sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
| sort -u` ;; \ | |
| esac; \ | |
| for file in $$dist_files; do \ | |
| if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
| if test -d $$d/$$file; then \ | |
| dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
| if test -d "$(distdir)/$$file"; then \ | |
| find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
| fi; \ | |
| if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
| cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
| find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
| fi; \ | |
| cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
| else \ | |
| test -f "$(distdir)/$$file" \ | |
| || cp -p $$d/$$file "$(distdir)/$$file" \ | |
| || exit 1; \ | |
| fi; \ | |
| done | |
| $(MAKE) $(AM_MAKEFLAGS) \ | |
| top_distdir="$(top_distdir)" distdir="$(distdir)" \ | |
| dist-hook | |
| -test -n "$(am__skip_mode_fix)" \ | |
| || find "$(distdir)" -type d ! -perm -755 \ | |
| -exec chmod u+rwx,go+rx {} \; -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 $(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-lzma: distdir | |
| tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma | |
| $(am__remove_distdir) | |
| dist-xz: distdir | |
| tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz | |
| $(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 | |
| -rm -f $(distdir).zip | |
| zip -rq $(distdir).zip $(distdir) | |
| $(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) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ | |
| *.tar.bz2*) \ | |
| bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | |
| *.tar.lzma*) \ | |
| lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ | |
| *.tar.xz*) \ | |
| xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |
| *.tar.Z*) \ | |
| uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
| *.shar.gz*) \ | |
| GZIP=$(GZIP_ENV) gzip -dc $(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) | |
| test -d $(distdir)/_build || exit 0; \ | |
| dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | |
| && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
| && am__cwd=`pwd` \ | |
| && $(am__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 \ | |
| && cd "$$am__cwd" \ | |
| || exit 1 | |
| $(am__remove_distdir) | |
| @(echo "$(distdir) archives ready for distribution: "; \ | |
| list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
| sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | |
| distuninstallcheck: | |
| @$(am__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: $(BUILT_SOURCES) | |
| $(MAKE) $(AM_MAKEFLAGS) check-am | |
| all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) | |
| installdirs: | |
| for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(googleincludedir)" "$(DESTDIR)$(googleinternalincludedir)" "$(DESTDIR)$(internalincludedir)" "$(DESTDIR)$(internalincludedir)" "$(DESTDIR)$(sparsehashincludedir)"; do \ | |
| test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
| done | |
| install: $(BUILT_SOURCES) | |
| $(MAKE) $(AM_MAKEFLAGS) 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: | |
| -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | |
| distclean-generic: | |
| -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
| -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
| maintainer-clean-generic: | |
| @echo "This command is intended for maintainers to use" | |
| @echo "it deletes files that may require special tools to rebuild." | |
| -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) | |
| clean: clean-am | |
| clean-am: clean-generic clean-libLTLIBRARIES 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-tags | |
| dvi: dvi-am | |
| dvi-am: | |
| html: html-am | |
| html-am: | |
| info: info-am | |
| info-am: | |
| install-data-am: install-dist_docDATA install-googleincludeHEADERS \ | |
| install-googleinternalincludeHEADERS \ | |
| install-internalincludeHEADERS \ | |
| install-nodist_internalincludeHEADERS install-pkgconfigDATA \ | |
| install-sparsehashincludeHEADERS | |
| install-dvi: install-dvi-am | |
| install-dvi-am: | |
| install-exec-am: install-libLTLIBRARIES | |
| install-html: install-html-am | |
| install-html-am: | |
| install-info: install-info-am | |
| install-info-am: | |
| install-man: | |
| install-pdf: install-pdf-am | |
| install-pdf-am: | |
| install-ps: install-ps-am | |
| install-ps-am: | |
| 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 | |
| pdf: pdf-am | |
| pdf-am: | |
| ps: ps-am | |
| ps-am: | |
| uninstall-am: uninstall-dist_docDATA uninstall-googleincludeHEADERS \ | |
| uninstall-googleinternalincludeHEADERS \ | |
| uninstall-internalincludeHEADERS uninstall-libLTLIBRARIES \ | |
| uninstall-nodist_internalincludeHEADERS \ | |
| uninstall-pkgconfigDATA uninstall-sparsehashincludeHEADERS | |
| .MAKE: all check check-am install install-am install-strip | |
| .PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \ | |
| clean clean-generic clean-libLTLIBRARIES clean-noinstPROGRAMS \ | |
| ctags dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzma \ | |
| dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ | |
| distclean-compile distclean-generic distclean-hdr \ | |
| distclean-tags distcleancheck distdir distuninstallcheck dvi \ | |
| dvi-am html html-am info info-am install install-am \ | |
| install-data install-data-am install-dist_docDATA install-dvi \ | |
| install-dvi-am install-exec install-exec-am \ | |
| install-googleincludeHEADERS \ | |
| install-googleinternalincludeHEADERS install-html \ | |
| install-html-am install-info install-info-am \ | |
| install-internalincludeHEADERS install-libLTLIBRARIES \ | |
| install-man install-nodist_internalincludeHEADERS install-pdf \ | |
| install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ | |
| install-sparsehashincludeHEADERS install-strip installcheck \ | |
| installcheck-am installdirs maintainer-clean \ | |
| maintainer-clean-generic mostlyclean mostlyclean-compile \ | |
| mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ | |
| uninstall-am uninstall-dist_docDATA \ | |
| uninstall-googleincludeHEADERS \ | |
| uninstall-googleinternalincludeHEADERS \ | |
| uninstall-internalincludeHEADERS uninstall-libLTLIBRARIES \ | |
| uninstall-nodist_internalincludeHEADERS \ | |
| uninstall-pkgconfigDATA uninstall-sparsehashincludeHEADERS | |
| # All our .h files need to read the config information in config.h. The | |
| # autoheader config.h has too much info, including PACKAGENAME, that | |
| # might conflict with other config.h's an application might #include. | |
| # Thus, we create a "minimal" config.h, called sparseconfig.h, that | |
| # includes only the #defines we really need, and that are unlikely to | |
| # change from system to system. NOTE: The awk command is equivalent to | |
| # fgrep -B2 -f$(top_builddir)/src/config.h.include $(top_builddir)/src/config.h | |
| # | fgrep -vx -e -- > _sparsehash_config | |
| # For correctness, it depends on the fact config.h.include does not have | |
| # any lines starting with #. | |
| src/sparsehash/internal/sparseconfig.h: $(top_builddir)/src/config.h \ | |
| $(top_srcdir)/src/config.h.include | |
| [ -d $(@D) ] || mkdir -p $(@D) | |
| echo "/*" > $(@D)/_sparsehash_config | |
| echo " * NOTE: This file is for internal use only." >> $(@D)/_sparsehash_config | |
| echo " * Do not use these #defines in your own program!" >> $(@D)/_sparsehash_config | |
| echo " */" >> $(@D)/_sparsehash_config | |
| $(AWK) '{prevline=currline; currline=$$0;} \ | |
| /^#/ {in_second_file = 1;} \ | |
| !in_second_file {if (currline !~ /^ *$$/) {inc[currline]=0}}; \ | |
| in_second_file { for (i in inc) { \ | |
| if (index(currline, i) != 0) { \ | |
| print "\n"prevline"\n"currline; \ | |
| delete inc[i]; \ | |
| } \ | |
| } }' \ | |
| $(top_srcdir)/src/config.h.include $(top_builddir)/src/config.h \ | |
| >> $(@D)/_sparsehash_config | |
| mv -f $(@D)/_sparsehash_config $@ | |
| 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} | |
| # I get the description and URL lines from the rpm spec. I use sed to | |
| # try to rewrite exec_prefix, libdir, and includedir in terms of | |
| # prefix, if possible. | |
| lib${PACKAGE}.pc: Makefile packages/rpm/rpm.spec | |
| echo 'prefix=$(prefix)' > "$@".tmp | |
| echo 'exec_prefix='`echo '$(exec_prefix)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp | |
| echo 'libdir='`echo '$(libdir)' | sed 's@^$(exec_prefix)@$${exec_prefix}@'` >> "$@".tmp | |
| echo 'includedir='`echo '$(includedir)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp | |
| echo '' >> "$@".tmp | |
| echo 'Name: $(PACKAGE)' >> "$@".tmp | |
| echo 'Version: $(VERSION)' >> "$@".tmp | |
| -grep '^Summary:' $(top_srcdir)/packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "$@".tmp | |
| -grep '^URL: ' $(top_srcdir)/packages/rpm/rpm.spec >> "$@".tmp | |
| echo 'Requires:' >> "$@".tmp | |
| echo 'Libs:' >> "$@".tmp | |
| echo 'Cflags: -I$${includedir}' >> "$@".tmp | |
| mv -f "$@".tmp "$@" | |
| # Windows wants write permission to .vcproj files and maybe even sln files. | |
| dist-hook: | |
| test -e "$(distdir)/vsprojects" \ | |
| && chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/ | |
| # 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: |