[2162] | 1 | # Makefile.in generated by automake 1.6.3 from Makefile.am.
|
---|
| 2 | # @configure_input@
|
---|
| 3 |
|
---|
| 4 | # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
---|
| 5 | # Free Software Foundation, Inc.
|
---|
| 6 | # This Makefile.in is free software; the Free Software Foundation
|
---|
| 7 | # gives unlimited permission to copy and/or distribute it,
|
---|
| 8 | # with or without modifications, as long as this notice is preserved.
|
---|
| 9 |
|
---|
| 10 | # This program is distributed in the hope that it will be useful,
|
---|
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
---|
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
---|
| 13 | # PARTICULAR PURPOSE.
|
---|
| 14 |
|
---|
| 15 | @SET_MAKE@
|
---|
| 16 | SHELL = @SHELL@
|
---|
| 17 |
|
---|
| 18 | srcdir = @srcdir@
|
---|
| 19 | top_srcdir = @top_srcdir@
|
---|
| 20 | VPATH = @srcdir@
|
---|
| 21 | prefix = @prefix@
|
---|
| 22 | exec_prefix = @exec_prefix@
|
---|
| 23 |
|
---|
| 24 | bindir = @bindir@
|
---|
| 25 | sbindir = @sbindir@
|
---|
| 26 | libexecdir = @libexecdir@
|
---|
| 27 | datadir = @datadir@
|
---|
| 28 | sysconfdir = @sysconfdir@
|
---|
| 29 | sharedstatedir = @sharedstatedir@
|
---|
| 30 | localstatedir = @localstatedir@
|
---|
| 31 | libdir = @libdir@
|
---|
| 32 | infodir = @infodir@
|
---|
| 33 | mandir = @mandir@
|
---|
| 34 | includedir = @includedir@
|
---|
| 35 | oldincludedir = /usr/include
|
---|
| 36 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
| 37 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
| 38 | pkgincludedir = $(includedir)/@PACKAGE@
|
---|
| 39 | top_builddir = .
|
---|
| 40 |
|
---|
| 41 | ACLOCAL = @ACLOCAL@
|
---|
| 42 | AUTOCONF = @AUTOCONF@
|
---|
| 43 | AUTOMAKE = @AUTOMAKE@
|
---|
| 44 | AUTOHEADER = @AUTOHEADER@
|
---|
| 45 |
|
---|
| 46 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
---|
| 47 | INSTALL = @INSTALL@
|
---|
| 48 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
| 49 | INSTALL_DATA = @INSTALL_DATA@
|
---|
| 50 | install_sh_DATA = $(install_sh) -c -m 644
|
---|
| 51 | install_sh_PROGRAM = $(install_sh) -c
|
---|
| 52 | install_sh_SCRIPT = $(install_sh) -c
|
---|
| 53 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
| 54 | INSTALL_HEADER = $(INSTALL_DATA)
|
---|
| 55 | transform = @program_transform_name@
|
---|
| 56 | NORMAL_INSTALL = :
|
---|
| 57 | PRE_INSTALL = :
|
---|
| 58 | POST_INSTALL = :
|
---|
| 59 | NORMAL_UNINSTALL = :
|
---|
| 60 | PRE_UNINSTALL = :
|
---|
| 61 | POST_UNINSTALL = :
|
---|
| 62 |
|
---|
| 63 | EXEEXT = @EXEEXT@
|
---|
| 64 | OBJEXT = @OBJEXT@
|
---|
| 65 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
| 66 | AMTAR = @AMTAR@
|
---|
| 67 | AWK = @AWK@
|
---|
| 68 | CC = @CC@
|
---|
| 69 | CPP = @CPP@
|
---|
| 70 | CXX = @CXX@
|
---|
| 71 | DEPDIR = @DEPDIR@
|
---|
| 72 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
| 73 | PACKAGE = @PACKAGE@
|
---|
| 74 | STRIP = @STRIP@
|
---|
| 75 | VERSION = @VERSION@
|
---|
| 76 | am__include = @am__include@
|
---|
| 77 | am__quote = @am__quote@
|
---|
| 78 | install_sh = @install_sh@
|
---|
| 79 |
|
---|
| 80 | # Make sure that when we re-make ./configure, we get the macros we need
|
---|
| 81 | ACLOCAL_AMFLAGS = -I `pwd`/../autoconf
|
---|
| 82 |
|
---|
| 83 | # This is so we can #include <google/foo>
|
---|
| 84 | AM_CPPFLAGS = -I$(top_srcdir)/src
|
---|
| 85 |
|
---|
| 86 | googleincludedir = $(includedir)/google
|
---|
| 87 | googleinclude_HEADERS = \
|
---|
| 88 | src/google/dense_hash_map \
|
---|
| 89 | src/google/dense_hash_set \
|
---|
| 90 | src/google/sparse_hash_map \
|
---|
| 91 | src/google/sparse_hash_set \
|
---|
| 92 | src/google/sparsetable
|
---|
| 93 |
|
---|
| 94 |
|
---|
| 95 | docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
|
---|
| 96 | dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
---|
| 97 | doc/dense_hash_map.html \
|
---|
| 98 | doc/dense_hash_set.html \
|
---|
| 99 | doc/sparse_hash_map.html \
|
---|
| 100 | doc/sparse_hash_set.html \
|
---|
| 101 | doc/sparsetable.html \
|
---|
| 102 | doc/implementation.html \
|
---|
| 103 | doc/performance.html
|
---|
| 104 |
|
---|
| 105 |
|
---|
| 106 | lib_LTLIBRARIES =
|
---|
| 107 |
|
---|
| 108 | TESTS = sparsetable_unittest hashtable_unittest
|
---|
| 109 | check_SCRIPTS =
|
---|
| 110 | TESTS_ENVIRONMENT =
|
---|
| 111 |
|
---|
| 112 | noinst_PROGRAMS = $(TESTS) time_hash_map
|
---|
| 113 |
|
---|
| 114 | # This doesn't include the config.h file, but everything else we make
|
---|
| 115 | configure_generated_h_files = \
|
---|
| 116 | src/google/sparsehash/hash_fun.h \
|
---|
| 117 | src/hash_map.h
|
---|
| 118 |
|
---|
| 119 |
|
---|
| 120 | sparsehashincludedir = $(googleincludedir)/sparsehash
|
---|
| 121 | sparsehashinclude_HEADERS = \
|
---|
| 122 | src/google/sparsehash/hash_fun.h \
|
---|
| 123 | src/google/sparsehash/densehashtable.h \
|
---|
| 124 | src/google/sparsehash/sparsehashtable.h \
|
---|
| 125 | src/google/sparsehash/config.h
|
---|
| 126 |
|
---|
| 127 |
|
---|
| 128 | sparsetable_unittest_SOURCES = \
|
---|
| 129 | src/sparsetable_unittest.cc \
|
---|
| 130 | src/google/sparsehash/config.h \
|
---|
| 131 | src/google/sparsetable \
|
---|
| 132 | src/sparsetable_unittest.expected
|
---|
| 133 |
|
---|
| 134 |
|
---|
| 135 | hashtable_unittest_SOURCES = \
|
---|
| 136 | src/hashtable_unittest.cc \
|
---|
| 137 | $(googleinclude_HEADERS) \
|
---|
| 138 | $(sparsehashinclude_HEADERS) \
|
---|
| 139 | src/words
|
---|
| 140 |
|
---|
| 141 |
|
---|
| 142 | time_hash_map_SOURCES = \
|
---|
| 143 | src/time_hash_map.cc \
|
---|
| 144 | src/google/sparsehash/config.h \
|
---|
| 145 | src/hash_map.h \
|
---|
| 146 | $(googleinclude_HEADERS)
|
---|
| 147 |
|
---|
| 148 |
|
---|
| 149 | EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \
|
---|
| 150 | src/config.h.include src/windows experimental
|
---|
| 151 |
|
---|
| 152 |
|
---|
| 153 | DISTCLEANFILES = $(configure_generated_h_files)
|
---|
| 154 | subdir = .
|
---|
| 155 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
| 156 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
---|
| 157 | CONFIG_HEADER = $(top_builddir)/src/google/sparsehash/config.h
|
---|
| 158 | CONFIG_CLEAN_FILES =
|
---|
| 159 | LTLIBRARIES = $(lib_LTLIBRARIES)
|
---|
| 160 |
|
---|
| 161 | noinst_PROGRAMS = sparsetable_unittest$(EXEEXT) \
|
---|
| 162 | hashtable_unittest$(EXEEXT) time_hash_map$(EXEEXT)
|
---|
| 163 | PROGRAMS = $(noinst_PROGRAMS)
|
---|
| 164 |
|
---|
| 165 | am__objects_1 =
|
---|
| 166 | am_hashtable_unittest_OBJECTS = hashtable_unittest.$(OBJEXT) \
|
---|
| 167 | $(am__objects_1) $(am__objects_1)
|
---|
| 168 | hashtable_unittest_OBJECTS = $(am_hashtable_unittest_OBJECTS)
|
---|
| 169 | hashtable_unittest_LDADD = $(LDADD)
|
---|
| 170 | hashtable_unittest_DEPENDENCIES =
|
---|
| 171 | hashtable_unittest_LDFLAGS =
|
---|
| 172 | am_sparsetable_unittest_OBJECTS = sparsetable_unittest.$(OBJEXT)
|
---|
| 173 | sparsetable_unittest_OBJECTS = $(am_sparsetable_unittest_OBJECTS)
|
---|
| 174 | sparsetable_unittest_LDADD = $(LDADD)
|
---|
| 175 | sparsetable_unittest_DEPENDENCIES =
|
---|
| 176 | sparsetable_unittest_LDFLAGS =
|
---|
| 177 | am_time_hash_map_OBJECTS = time_hash_map.$(OBJEXT) $(am__objects_1)
|
---|
| 178 | time_hash_map_OBJECTS = $(am_time_hash_map_OBJECTS)
|
---|
| 179 | time_hash_map_LDADD = $(LDADD)
|
---|
| 180 | time_hash_map_DEPENDENCIES =
|
---|
| 181 | time_hash_map_LDFLAGS =
|
---|
| 182 |
|
---|
| 183 | DEFS = @DEFS@
|
---|
| 184 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/google/sparsehash
|
---|
| 185 | CPPFLAGS = @CPPFLAGS@
|
---|
| 186 | LDFLAGS = @LDFLAGS@
|
---|
| 187 | LIBS = @LIBS@
|
---|
| 188 | depcomp = $(SHELL) $(top_srcdir)/depcomp
|
---|
| 189 | am__depfiles_maybe = depfiles
|
---|
| 190 | @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/hashtable_unittest.Po \
|
---|
| 191 | @AMDEP_TRUE@ ./$(DEPDIR)/sparsetable_unittest.Po \
|
---|
| 192 | @AMDEP_TRUE@ ./$(DEPDIR)/time_hash_map.Po
|
---|
| 193 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
---|
| 194 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
---|
| 195 | CXXLD = $(CXX)
|
---|
| 196 | CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
|
---|
| 197 | -o $@
|
---|
| 198 | CXXFLAGS = @CXXFLAGS@
|
---|
| 199 | CFLAGS = @CFLAGS@
|
---|
| 200 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
---|
| 201 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
---|
| 202 | CCLD = $(CC)
|
---|
| 203 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
---|
| 204 | DIST_SOURCES = $(hashtable_unittest_SOURCES) \
|
---|
| 205 | $(sparsetable_unittest_SOURCES) $(time_hash_map_SOURCES)
|
---|
| 206 | DATA = $(dist_doc_DATA)
|
---|
| 207 |
|
---|
| 208 | HEADERS = $(googleinclude_HEADERS) $(sparsehashinclude_HEADERS)
|
---|
| 209 |
|
---|
| 210 | DIST_COMMON = README $(dist_doc_DATA) $(googleinclude_HEADERS) \
|
---|
| 211 | $(sparsehashinclude_HEADERS) \
|
---|
| 212 | ./src/google/sparsehash/config.h.in AUTHORS COPYING ChangeLog \
|
---|
| 213 | INSTALL Makefile.am Makefile.in NEWS TODO aclocal.m4 compile \
|
---|
| 214 | config.guess config.sub configure configure.ac depcomp \
|
---|
| 215 | install-sh missing mkinstalldirs
|
---|
| 216 | SOURCES = $(hashtable_unittest_SOURCES) $(sparsetable_unittest_SOURCES) $(time_hash_map_SOURCES)
|
---|
| 217 |
|
---|
| 218 | all: all-am
|
---|
| 219 |
|
---|
| 220 | .SUFFIXES:
|
---|
| 221 | .SUFFIXES: .cc .o .obj
|
---|
| 222 |
|
---|
| 223 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
---|
| 224 | configure.lineno
|
---|
| 225 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
---|
| 226 | cd $(top_srcdir) && \
|
---|
| 227 | $(AUTOMAKE) --gnu Makefile
|
---|
| 228 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
| 229 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
|
---|
| 230 |
|
---|
| 231 | $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
---|
| 232 | $(SHELL) ./config.status --recheck
|
---|
| 233 | $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
---|
| 234 | cd $(srcdir) && $(AUTOCONF)
|
---|
| 235 |
|
---|
| 236 | $(ACLOCAL_M4): configure.ac
|
---|
| 237 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
---|
| 238 |
|
---|
| 239 | src/google/sparsehash/config.h: src/google/sparsehash/stamp-h1
|
---|
| 240 | @if test ! -f $@; then \
|
---|
| 241 | rm -f src/google/sparsehash/stamp-h1; \
|
---|
| 242 | $(MAKE) src/google/sparsehash/stamp-h1; \
|
---|
| 243 | else :; fi
|
---|
| 244 |
|
---|
| 245 | src/google/sparsehash/stamp-h1: $(srcdir)/./src/google/sparsehash/config.h.in $(top_builddir)/config.status
|
---|
| 246 | @rm -f src/google/sparsehash/stamp-h1
|
---|
| 247 | cd $(top_builddir) && $(SHELL) ./config.status src/google/sparsehash/config.h
|
---|
| 248 |
|
---|
| 249 | $(srcdir)/./src/google/sparsehash/config.h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
---|
| 250 | cd $(top_srcdir) && $(AUTOHEADER)
|
---|
| 251 | touch $(srcdir)/./src/google/sparsehash/config.h.in
|
---|
| 252 |
|
---|
| 253 | distclean-hdr:
|
---|
| 254 | -rm -f src/google/sparsehash/config.h src/google/sparsehash/stamp-h1
|
---|
| 255 | libLTLIBRARIES_INSTALL = $(INSTALL)
|
---|
| 256 | install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
---|
| 257 | @$(NORMAL_INSTALL)
|
---|
| 258 | $(mkinstalldirs) $(DESTDIR)$(libdir)
|
---|
| 259 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
---|
| 260 | if test -f $$p; then \
|
---|
| 261 | f="`echo $$p | sed -e 's|^.*/||'`"; \
|
---|
| 262 | echo " $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
|
---|
| 263 | $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
|
---|
| 264 | else :; fi; \
|
---|
| 265 | done
|
---|
| 266 |
|
---|
| 267 | uninstall-libLTLIBRARIES:
|
---|
| 268 | @$(NORMAL_UNINSTALL)
|
---|
| 269 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
---|
| 270 | p="`echo $$p | sed -e 's|^.*/||'`"; \
|
---|
| 271 | echo " rm -f $(DESTDIR)$(libdir)/$$p"; \
|
---|
| 272 | rm -f $(DESTDIR)$(libdir)/$$p; \
|
---|
| 273 | done
|
---|
| 274 |
|
---|
| 275 | clean-libLTLIBRARIES:
|
---|
| 276 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
---|
| 277 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
---|
| 278 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
---|
| 279 | test -z "$dir" && dir=.; \
|
---|
| 280 | echo "rm -f \"$${dir}/so_locations\""; \
|
---|
| 281 | rm -f "$${dir}/so_locations"; \
|
---|
| 282 | done
|
---|
| 283 |
|
---|
| 284 | clean-noinstPROGRAMS:
|
---|
| 285 | -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
|
---|
| 286 | hashtable_unittest.$(OBJEXT): src/hashtable_unittest.cc
|
---|
| 287 | hashtable_unittest$(EXEEXT): $(hashtable_unittest_OBJECTS) $(hashtable_unittest_DEPENDENCIES)
|
---|
| 288 | @rm -f hashtable_unittest$(EXEEXT)
|
---|
| 289 | $(CXXLINK) $(hashtable_unittest_LDFLAGS) $(hashtable_unittest_OBJECTS) $(hashtable_unittest_LDADD) $(LIBS)
|
---|
| 290 | sparsetable_unittest.$(OBJEXT): src/sparsetable_unittest.cc
|
---|
| 291 | sparsetable_unittest$(EXEEXT): $(sparsetable_unittest_OBJECTS) $(sparsetable_unittest_DEPENDENCIES)
|
---|
| 292 | @rm -f sparsetable_unittest$(EXEEXT)
|
---|
| 293 | $(CXXLINK) $(sparsetable_unittest_LDFLAGS) $(sparsetable_unittest_OBJECTS) $(sparsetable_unittest_LDADD) $(LIBS)
|
---|
| 294 | time_hash_map.$(OBJEXT): src/time_hash_map.cc
|
---|
| 295 | time_hash_map$(EXEEXT): $(time_hash_map_OBJECTS) $(time_hash_map_DEPENDENCIES)
|
---|
| 296 | @rm -f time_hash_map$(EXEEXT)
|
---|
| 297 | $(CXXLINK) $(time_hash_map_LDFLAGS) $(time_hash_map_OBJECTS) $(time_hash_map_LDADD) $(LIBS)
|
---|
| 298 |
|
---|
| 299 | mostlyclean-compile:
|
---|
| 300 | -rm -f *.$(OBJEXT) core *.core
|
---|
| 301 |
|
---|
| 302 | distclean-compile:
|
---|
| 303 | -rm -f *.tab.c
|
---|
| 304 |
|
---|
| 305 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashtable_unittest.Po@am__quote@
|
---|
| 306 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparsetable_unittest.Po@am__quote@
|
---|
| 307 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_hash_map.Po@am__quote@
|
---|
| 308 |
|
---|
| 309 | distclean-depend:
|
---|
| 310 | -rm -rf ./$(DEPDIR)
|
---|
| 311 |
|
---|
| 312 | .cc.o:
|
---|
| 313 | @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
---|
| 314 | @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
|
---|
| 315 | @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
| 316 | $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
---|
| 317 |
|
---|
| 318 | .cc.obj:
|
---|
| 319 | @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
---|
| 320 | @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
|
---|
| 321 | @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
| 322 | $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
|
---|
| 323 |
|
---|
| 324 | hashtable_unittest.o: src/hashtable_unittest.cc
|
---|
| 325 | @AMDEP_TRUE@ source='src/hashtable_unittest.cc' object='hashtable_unittest.o' libtool=no @AMDEPBACKSLASH@
|
---|
| 326 | @AMDEP_TRUE@ depfile='$(DEPDIR)/hashtable_unittest.Po' tmpdepfile='$(DEPDIR)/hashtable_unittest.TPo' @AMDEPBACKSLASH@
|
---|
| 327 | @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
| 328 | $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hashtable_unittest.o `test -f 'src/hashtable_unittest.cc' || echo '$(srcdir)/'`src/hashtable_unittest.cc
|
---|
| 329 |
|
---|
| 330 | hashtable_unittest.obj: src/hashtable_unittest.cc
|
---|
| 331 | @AMDEP_TRUE@ source='src/hashtable_unittest.cc' object='hashtable_unittest.obj' libtool=no @AMDEPBACKSLASH@
|
---|
| 332 | @AMDEP_TRUE@ depfile='$(DEPDIR)/hashtable_unittest.Po' tmpdepfile='$(DEPDIR)/hashtable_unittest.TPo' @AMDEPBACKSLASH@
|
---|
| 333 | @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
| 334 | $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hashtable_unittest.obj `cygpath -w src/hashtable_unittest.cc`
|
---|
| 335 |
|
---|
| 336 | sparsetable_unittest.o: src/sparsetable_unittest.cc
|
---|
| 337 | @AMDEP_TRUE@ source='src/sparsetable_unittest.cc' object='sparsetable_unittest.o' libtool=no @AMDEPBACKSLASH@
|
---|
| 338 | @AMDEP_TRUE@ depfile='$(DEPDIR)/sparsetable_unittest.Po' tmpdepfile='$(DEPDIR)/sparsetable_unittest.TPo' @AMDEPBACKSLASH@
|
---|
| 339 | @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
| 340 | $(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
|
---|
| 341 |
|
---|
| 342 | sparsetable_unittest.obj: src/sparsetable_unittest.cc
|
---|
| 343 | @AMDEP_TRUE@ source='src/sparsetable_unittest.cc' object='sparsetable_unittest.obj' libtool=no @AMDEPBACKSLASH@
|
---|
| 344 | @AMDEP_TRUE@ depfile='$(DEPDIR)/sparsetable_unittest.Po' tmpdepfile='$(DEPDIR)/sparsetable_unittest.TPo' @AMDEPBACKSLASH@
|
---|
| 345 | @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
| 346 | $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sparsetable_unittest.obj `cygpath -w src/sparsetable_unittest.cc`
|
---|
| 347 |
|
---|
| 348 | time_hash_map.o: src/time_hash_map.cc
|
---|
| 349 | @AMDEP_TRUE@ source='src/time_hash_map.cc' object='time_hash_map.o' libtool=no @AMDEPBACKSLASH@
|
---|
| 350 | @AMDEP_TRUE@ depfile='$(DEPDIR)/time_hash_map.Po' tmpdepfile='$(DEPDIR)/time_hash_map.TPo' @AMDEPBACKSLASH@
|
---|
| 351 | @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
| 352 | $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o time_hash_map.o `test -f 'src/time_hash_map.cc' || echo '$(srcdir)/'`src/time_hash_map.cc
|
---|
| 353 |
|
---|
| 354 | time_hash_map.obj: src/time_hash_map.cc
|
---|
| 355 | @AMDEP_TRUE@ source='src/time_hash_map.cc' object='time_hash_map.obj' libtool=no @AMDEPBACKSLASH@
|
---|
| 356 | @AMDEP_TRUE@ depfile='$(DEPDIR)/time_hash_map.Po' tmpdepfile='$(DEPDIR)/time_hash_map.TPo' @AMDEPBACKSLASH@
|
---|
| 357 | @AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
| 358 | $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o time_hash_map.obj `cygpath -w src/time_hash_map.cc`
|
---|
| 359 | CXXDEPMODE = @CXXDEPMODE@
|
---|
| 360 | uninstall-info-am:
|
---|
| 361 | dist_docDATA_INSTALL = $(INSTALL_DATA)
|
---|
| 362 | install-dist_docDATA: $(dist_doc_DATA)
|
---|
| 363 | @$(NORMAL_INSTALL)
|
---|
| 364 | $(mkinstalldirs) $(DESTDIR)$(docdir)
|
---|
| 365 | @list='$(dist_doc_DATA)'; for p in $$list; do \
|
---|
| 366 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
---|
| 367 | f="`echo $$p | sed -e 's|^.*/||'`"; \
|
---|
| 368 | echo " $(dist_docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
|
---|
| 369 | $(dist_docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f; \
|
---|
| 370 | done
|
---|
| 371 |
|
---|
| 372 | uninstall-dist_docDATA:
|
---|
| 373 | @$(NORMAL_UNINSTALL)
|
---|
| 374 | @list='$(dist_doc_DATA)'; for p in $$list; do \
|
---|
| 375 | f="`echo $$p | sed -e 's|^.*/||'`"; \
|
---|
| 376 | echo " rm -f $(DESTDIR)$(docdir)/$$f"; \
|
---|
| 377 | rm -f $(DESTDIR)$(docdir)/$$f; \
|
---|
| 378 | done
|
---|
| 379 | googleincludeHEADERS_INSTALL = $(INSTALL_HEADER)
|
---|
| 380 | install-googleincludeHEADERS: $(googleinclude_HEADERS)
|
---|
| 381 | @$(NORMAL_INSTALL)
|
---|
| 382 | $(mkinstalldirs) $(DESTDIR)$(googleincludedir)
|
---|
| 383 | @list='$(googleinclude_HEADERS)'; for p in $$list; do \
|
---|
| 384 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
---|
| 385 | f="`echo $$p | sed -e 's|^.*/||'`"; \
|
---|
| 386 | echo " $(googleincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(googleincludedir)/$$f"; \
|
---|
| 387 | $(googleincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(googleincludedir)/$$f; \
|
---|
| 388 | done
|
---|
| 389 |
|
---|
| 390 | uninstall-googleincludeHEADERS:
|
---|
| 391 | @$(NORMAL_UNINSTALL)
|
---|
| 392 | @list='$(googleinclude_HEADERS)'; for p in $$list; do \
|
---|
| 393 | f="`echo $$p | sed -e 's|^.*/||'`"; \
|
---|
| 394 | echo " rm -f $(DESTDIR)$(googleincludedir)/$$f"; \
|
---|
| 395 | rm -f $(DESTDIR)$(googleincludedir)/$$f; \
|
---|
| 396 | done
|
---|
| 397 | sparsehashincludeHEADERS_INSTALL = $(INSTALL_HEADER)
|
---|
| 398 | install-sparsehashincludeHEADERS: $(sparsehashinclude_HEADERS)
|
---|
| 399 | @$(NORMAL_INSTALL)
|
---|
| 400 | $(mkinstalldirs) $(DESTDIR)$(sparsehashincludedir)
|
---|
| 401 | @list='$(sparsehashinclude_HEADERS)'; for p in $$list; do \
|
---|
| 402 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
---|
| 403 | f="`echo $$p | sed -e 's|^.*/||'`"; \
|
---|
| 404 | echo " $(sparsehashincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(sparsehashincludedir)/$$f"; \
|
---|
| 405 | $(sparsehashincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(sparsehashincludedir)/$$f; \
|
---|
| 406 | done
|
---|
| 407 |
|
---|
| 408 | uninstall-sparsehashincludeHEADERS:
|
---|
| 409 | @$(NORMAL_UNINSTALL)
|
---|
| 410 | @list='$(sparsehashinclude_HEADERS)'; for p in $$list; do \
|
---|
| 411 | f="`echo $$p | sed -e 's|^.*/||'`"; \
|
---|
| 412 | echo " rm -f $(DESTDIR)$(sparsehashincludedir)/$$f"; \
|
---|
| 413 | rm -f $(DESTDIR)$(sparsehashincludedir)/$$f; \
|
---|
| 414 | done
|
---|
| 415 |
|
---|
| 416 | ETAGS = etags
|
---|
| 417 | ETAGSFLAGS =
|
---|
| 418 |
|
---|
| 419 | tags: TAGS
|
---|
| 420 |
|
---|
| 421 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
---|
| 422 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
---|
| 423 | unique=`for i in $$list; do \
|
---|
| 424 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
| 425 | done | \
|
---|
| 426 | $(AWK) ' { files[$$0] = 1; } \
|
---|
| 427 | END { for (i in files) print i; }'`; \
|
---|
| 428 | mkid -fID $$unique
|
---|
| 429 |
|
---|
| 430 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
---|
| 431 | $(TAGS_FILES) $(LISP)
|
---|
| 432 | tags=; \
|
---|
| 433 | here=`pwd`; \
|
---|
| 434 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
---|
| 435 | unique=`for i in $$list; do \
|
---|
| 436 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
| 437 | done | \
|
---|
| 438 | $(AWK) ' { files[$$0] = 1; } \
|
---|
| 439 | END { for (i in files) print i; }'`; \
|
---|
| 440 | test -z "$(ETAGS_ARGS)$$tags$$unique" \
|
---|
| 441 | || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
| 442 | $$tags $$unique
|
---|
| 443 |
|
---|
| 444 | GTAGS:
|
---|
| 445 | here=`$(am__cd) $(top_builddir) && pwd` \
|
---|
| 446 | && cd $(top_srcdir) \
|
---|
| 447 | && gtags -i $(GTAGS_ARGS) $$here
|
---|
| 448 |
|
---|
| 449 | distclean-tags:
|
---|
| 450 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
|
---|
| 451 |
|
---|
| 452 | check-TESTS: $(TESTS)
|
---|
| 453 | @failed=0; all=0; xfail=0; xpass=0; \
|
---|
| 454 | srcdir=$(srcdir); export srcdir; \
|
---|
| 455 | list='$(TESTS)'; \
|
---|
| 456 | if test -n "$$list"; then \
|
---|
| 457 | for tst in $$list; do \
|
---|
| 458 | if test -f ./$$tst; then dir=./; \
|
---|
| 459 | elif test -f $$tst; then dir=; \
|
---|
| 460 | else dir="$(srcdir)/"; fi; \
|
---|
| 461 | if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
|
---|
| 462 | all=`expr $$all + 1`; \
|
---|
| 463 | case " $(XFAIL_TESTS) " in \
|
---|
| 464 | *" $$tst "*) \
|
---|
| 465 | xpass=`expr $$xpass + 1`; \
|
---|
| 466 | failed=`expr $$failed + 1`; \
|
---|
| 467 | echo "XPASS: $$tst"; \
|
---|
| 468 | ;; \
|
---|
| 469 | *) \
|
---|
| 470 | echo "PASS: $$tst"; \
|
---|
| 471 | ;; \
|
---|
| 472 | esac; \
|
---|
| 473 | elif test $$? -ne 77; then \
|
---|
| 474 | all=`expr $$all + 1`; \
|
---|
| 475 | case " $(XFAIL_TESTS) " in \
|
---|
| 476 | *" $$tst "*) \
|
---|
| 477 | xfail=`expr $$xfail + 1`; \
|
---|
| 478 | echo "XFAIL: $$tst"; \
|
---|
| 479 | ;; \
|
---|
| 480 | *) \
|
---|
| 481 | failed=`expr $$failed + 1`; \
|
---|
| 482 | echo "FAIL: $$tst"; \
|
---|
| 483 | ;; \
|
---|
| 484 | esac; \
|
---|
| 485 | fi; \
|
---|
| 486 | done; \
|
---|
| 487 | if test "$$failed" -eq 0; then \
|
---|
| 488 | if test "$$xfail" -eq 0; then \
|
---|
| 489 | banner="All $$all tests passed"; \
|
---|
| 490 | else \
|
---|
| 491 | banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
|
---|
| 492 | fi; \
|
---|
| 493 | else \
|
---|
| 494 | if test "$$xpass" -eq 0; then \
|
---|
| 495 | banner="$$failed of $$all tests failed"; \
|
---|
| 496 | else \
|
---|
| 497 | banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
|
---|
| 498 | fi; \
|
---|
| 499 | fi; \
|
---|
| 500 | dashes=`echo "$$banner" | sed s/./=/g`; \
|
---|
| 501 | echo "$$dashes"; \
|
---|
| 502 | echo "$$banner"; \
|
---|
| 503 | echo "$$dashes"; \
|
---|
| 504 | test "$$failed" -eq 0; \
|
---|
| 505 | else :; fi
|
---|
| 506 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
| 507 |
|
---|
| 508 | top_distdir = .
|
---|
| 509 | distdir = $(PACKAGE)-$(VERSION)
|
---|
| 510 |
|
---|
| 511 | am__remove_distdir = \
|
---|
| 512 | { test ! -d $(distdir) \
|
---|
| 513 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
---|
| 514 | && rm -fr $(distdir); }; }
|
---|
| 515 |
|
---|
| 516 | GZIP_ENV = --best
|
---|
| 517 | distcleancheck_listfiles = find . -type f -print
|
---|
| 518 |
|
---|
| 519 | distdir: $(DISTFILES)
|
---|
| 520 | $(am__remove_distdir)
|
---|
| 521 | mkdir $(distdir)
|
---|
| 522 | $(mkinstalldirs) $(distdir)/./src/google/sparsehash $(distdir)/doc $(distdir)/packages $(distdir)/packages/rpm $(distdir)/src $(distdir)/src/google $(distdir)/src/google/sparsehash
|
---|
| 523 | @list='$(DISTFILES)'; for file in $$list; do \
|
---|
| 524 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
---|
| 525 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
| 526 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
---|
| 527 | dir="/$$dir"; \
|
---|
| 528 | $(mkinstalldirs) "$(distdir)$$dir"; \
|
---|
| 529 | else \
|
---|
| 530 | dir=''; \
|
---|
| 531 | fi; \
|
---|
| 532 | if test -d $$d/$$file; then \
|
---|
| 533 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
---|
| 534 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
---|
| 535 | fi; \
|
---|
| 536 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
---|
| 537 | else \
|
---|
| 538 | test -f $(distdir)/$$file \
|
---|
| 539 | || cp -p $$d/$$file $(distdir)/$$file \
|
---|
| 540 | || exit 1; \
|
---|
| 541 | fi; \
|
---|
| 542 | done
|
---|
| 543 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
---|
| 544 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
---|
| 545 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
---|
| 546 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
---|
| 547 | || chmod -R a+r $(distdir)
|
---|
| 548 | dist-gzip: distdir
|
---|
| 549 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
---|
| 550 | $(am__remove_distdir)
|
---|
| 551 |
|
---|
| 552 | dist dist-all: distdir
|
---|
| 553 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
---|
| 554 | $(am__remove_distdir)
|
---|
| 555 |
|
---|
| 556 | # This target untars the dist file and tries a VPATH configuration. Then
|
---|
| 557 | # it guarantees that the distribution is self-contained by making another
|
---|
| 558 | # tarfile.
|
---|
| 559 | distcheck: dist
|
---|
| 560 | $(am__remove_distdir)
|
---|
| 561 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
|
---|
| 562 | chmod -R a-w $(distdir); chmod a+w $(distdir)
|
---|
| 563 | mkdir $(distdir)/=build
|
---|
| 564 | mkdir $(distdir)/=inst
|
---|
| 565 | chmod a-w $(distdir)
|
---|
| 566 | dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
|
---|
| 567 | && cd $(distdir)/=build \
|
---|
| 568 | && ../configure --srcdir=.. --prefix=$$dc_install_base \
|
---|
| 569 | $(DISTCHECK_CONFIGURE_FLAGS) \
|
---|
| 570 | && $(MAKE) $(AM_MAKEFLAGS) \
|
---|
| 571 | && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
---|
| 572 | && $(MAKE) $(AM_MAKEFLAGS) check \
|
---|
| 573 | && $(MAKE) $(AM_MAKEFLAGS) install \
|
---|
| 574 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
---|
| 575 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
---|
| 576 | && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
|
---|
| 577 | || { echo "ERROR: files left after uninstall:" ; \
|
---|
| 578 | find $$dc_install_base -type f -print ; \
|
---|
| 579 | exit 1; } >&2 ) \
|
---|
| 580 | && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
|
---|
| 581 | && rm -f $(distdir).tar.gz \
|
---|
| 582 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
---|
| 583 | $(am__remove_distdir)
|
---|
| 584 | @echo "$(distdir).tar.gz is ready for distribution" | \
|
---|
| 585 | sed 'h;s/./=/g;p;x;p;x'
|
---|
| 586 | distcleancheck: distclean
|
---|
| 587 | if test '$(srcdir)' = . ; then \
|
---|
| 588 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
---|
| 589 | exit 1 ; \
|
---|
| 590 | fi
|
---|
| 591 | test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
---|
| 592 | || { echo "ERROR: files left after distclean:" ; \
|
---|
| 593 | $(distcleancheck_listfiles) ; \
|
---|
| 594 | exit 1; } >&2
|
---|
| 595 | check-am: all-am
|
---|
| 596 | $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
|
---|
| 597 | $(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
---|
| 598 | check: check-am
|
---|
| 599 | all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
|
---|
| 600 |
|
---|
| 601 | installdirs:
|
---|
| 602 | $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(docdir) $(DESTDIR)$(googleincludedir) $(DESTDIR)$(sparsehashincludedir)
|
---|
| 603 |
|
---|
| 604 | install: install-am
|
---|
| 605 | install-exec: install-exec-am
|
---|
| 606 | install-data: install-data-am
|
---|
| 607 | uninstall: uninstall-am
|
---|
| 608 |
|
---|
| 609 | install-am: all-am
|
---|
| 610 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
| 611 |
|
---|
| 612 | installcheck: installcheck-am
|
---|
| 613 | install-strip:
|
---|
| 614 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
| 615 | INSTALL_STRIP_FLAG=-s \
|
---|
| 616 | `test -z '$(STRIP)' || \
|
---|
| 617 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
---|
| 618 | mostlyclean-generic:
|
---|
| 619 |
|
---|
| 620 | clean-generic:
|
---|
| 621 |
|
---|
| 622 | distclean-generic:
|
---|
| 623 | -rm -f Makefile $(CONFIG_CLEAN_FILES)
|
---|
| 624 | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
---|
| 625 |
|
---|
| 626 | maintainer-clean-generic:
|
---|
| 627 | @echo "This command is intended for maintainers to use"
|
---|
| 628 | @echo "it deletes files that may require special tools to rebuild."
|
---|
| 629 | clean: clean-am
|
---|
| 630 |
|
---|
| 631 | clean-am: clean-generic clean-libLTLIBRARIES clean-noinstPROGRAMS \
|
---|
| 632 | mostlyclean-am
|
---|
| 633 |
|
---|
| 634 | distclean: distclean-am
|
---|
| 635 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
| 636 | distclean-am: clean-am distclean-compile distclean-depend \
|
---|
| 637 | distclean-generic distclean-hdr distclean-tags
|
---|
| 638 |
|
---|
| 639 | dvi: dvi-am
|
---|
| 640 |
|
---|
| 641 | dvi-am:
|
---|
| 642 |
|
---|
| 643 | info: info-am
|
---|
| 644 |
|
---|
| 645 | info-am:
|
---|
| 646 |
|
---|
| 647 | install-data-am: install-dist_docDATA install-googleincludeHEADERS \
|
---|
| 648 | install-sparsehashincludeHEADERS
|
---|
| 649 |
|
---|
| 650 | install-exec-am: install-libLTLIBRARIES
|
---|
| 651 |
|
---|
| 652 | install-info: install-info-am
|
---|
| 653 |
|
---|
| 654 | install-man:
|
---|
| 655 |
|
---|
| 656 | installcheck-am:
|
---|
| 657 |
|
---|
| 658 | maintainer-clean: maintainer-clean-am
|
---|
| 659 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
| 660 | -rm -rf autom4te.cache
|
---|
| 661 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
| 662 |
|
---|
| 663 | mostlyclean: mostlyclean-am
|
---|
| 664 |
|
---|
| 665 | mostlyclean-am: mostlyclean-compile mostlyclean-generic
|
---|
| 666 |
|
---|
| 667 | uninstall-am: uninstall-dist_docDATA uninstall-googleincludeHEADERS \
|
---|
| 668 | uninstall-info-am uninstall-libLTLIBRARIES \
|
---|
| 669 | uninstall-sparsehashincludeHEADERS
|
---|
| 670 |
|
---|
| 671 | .PHONY: GTAGS all all-am check check-TESTS check-am clean clean-generic \
|
---|
| 672 | clean-libLTLIBRARIES clean-noinstPROGRAMS dist dist-all \
|
---|
| 673 | dist-gzip distcheck distclean distclean-compile \
|
---|
| 674 | distclean-depend distclean-generic distclean-hdr distclean-tags \
|
---|
| 675 | distcleancheck distdir dvi dvi-am info info-am install \
|
---|
| 676 | install-am install-data install-data-am install-dist_docDATA \
|
---|
| 677 | install-exec install-exec-am install-googleincludeHEADERS \
|
---|
| 678 | install-info install-info-am install-libLTLIBRARIES install-man \
|
---|
| 679 | install-sparsehashincludeHEADERS install-strip installcheck \
|
---|
| 680 | installcheck-am installdirs maintainer-clean \
|
---|
| 681 | maintainer-clean-generic mostlyclean mostlyclean-compile \
|
---|
| 682 | mostlyclean-generic tags uninstall uninstall-am \
|
---|
| 683 | uninstall-dist_docDATA uninstall-googleincludeHEADERS \
|
---|
| 684 | uninstall-info-am uninstall-libLTLIBRARIES \
|
---|
| 685 | uninstall-sparsehashincludeHEADERS
|
---|
| 686 |
|
---|
| 687 |
|
---|
| 688 | rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec
|
---|
| 689 | @cd packages && ./rpm.sh ${PACKAGE} ${VERSION}
|
---|
| 690 |
|
---|
| 691 | deb: dist-gzip packages/deb.sh packages/deb/*
|
---|
| 692 | @cd packages && ./deb.sh ${PACKAGE} ${VERSION}
|
---|
| 693 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
| 694 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
| 695 | .NOEXPORT:
|
---|