source: GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/Makefile.in @ 2162

Revision 2162, 25.2 KB checked in by mattausch, 17 years ago (diff)

improved hash performance with google hashmap

Line 
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@
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = .
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62
63EXEEXT = @EXEEXT@
64OBJEXT = @OBJEXT@
65PATH_SEPARATOR = @PATH_SEPARATOR@
66AMTAR = @AMTAR@
67AWK = @AWK@
68CC = @CC@
69CPP = @CPP@
70CXX = @CXX@
71DEPDIR = @DEPDIR@
72INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
73PACKAGE = @PACKAGE@
74STRIP = @STRIP@
75VERSION = @VERSION@
76am__include = @am__include@
77am__quote = @am__quote@
78install_sh = @install_sh@
79
80# Make sure that when we re-make ./configure, we get the macros we need
81ACLOCAL_AMFLAGS = -I `pwd`/../autoconf
82
83# This is so we can #include <google/foo>
84AM_CPPFLAGS = -I$(top_srcdir)/src
85
86googleincludedir = $(includedir)/google
87googleinclude_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
95docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
96dist_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
106lib_LTLIBRARIES =
107
108TESTS = sparsetable_unittest hashtable_unittest
109check_SCRIPTS =
110TESTS_ENVIRONMENT =
111
112noinst_PROGRAMS = $(TESTS) time_hash_map
113
114# This doesn't include the config.h file, but everything else we make
115configure_generated_h_files = \
116   src/google/sparsehash/hash_fun.h             \
117   src/hash_map.h
118
119
120sparsehashincludedir = $(googleincludedir)/sparsehash
121sparsehashinclude_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
128sparsetable_unittest_SOURCES = \
129   src/sparsetable_unittest.cc                  \
130   src/google/sparsehash/config.h               \
131   src/google/sparsetable                       \
132   src/sparsetable_unittest.expected
133
134
135hashtable_unittest_SOURCES = \
136   src/hashtable_unittest.cc                    \
137   $(googleinclude_HEADERS)                     \
138   $(sparsehashinclude_HEADERS)                 \
139   src/words
140
141
142time_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
149EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \
150             src/config.h.include src/windows experimental
151
152
153DISTCLEANFILES = $(configure_generated_h_files)
154subdir = .
155ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
156mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
157CONFIG_HEADER = $(top_builddir)/src/google/sparsehash/config.h
158CONFIG_CLEAN_FILES =
159LTLIBRARIES = $(lib_LTLIBRARIES)
160
161noinst_PROGRAMS = sparsetable_unittest$(EXEEXT) \
162        hashtable_unittest$(EXEEXT) time_hash_map$(EXEEXT)
163PROGRAMS = $(noinst_PROGRAMS)
164
165am__objects_1 =
166am_hashtable_unittest_OBJECTS = hashtable_unittest.$(OBJEXT) \
167        $(am__objects_1) $(am__objects_1)
168hashtable_unittest_OBJECTS = $(am_hashtable_unittest_OBJECTS)
169hashtable_unittest_LDADD = $(LDADD)
170hashtable_unittest_DEPENDENCIES =
171hashtable_unittest_LDFLAGS =
172am_sparsetable_unittest_OBJECTS = sparsetable_unittest.$(OBJEXT)
173sparsetable_unittest_OBJECTS = $(am_sparsetable_unittest_OBJECTS)
174sparsetable_unittest_LDADD = $(LDADD)
175sparsetable_unittest_DEPENDENCIES =
176sparsetable_unittest_LDFLAGS =
177am_time_hash_map_OBJECTS = time_hash_map.$(OBJEXT) $(am__objects_1)
178time_hash_map_OBJECTS = $(am_time_hash_map_OBJECTS)
179time_hash_map_LDADD = $(LDADD)
180time_hash_map_DEPENDENCIES =
181time_hash_map_LDFLAGS =
182
183DEFS = @DEFS@
184DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/src/google/sparsehash
185CPPFLAGS = @CPPFLAGS@
186LDFLAGS = @LDFLAGS@
187LIBS = @LIBS@
188depcomp = $(SHELL) $(top_srcdir)/depcomp
189am__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
193CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
194        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
195CXXLD = $(CXX)
196CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
197        -o $@
198CXXFLAGS = @CXXFLAGS@
199CFLAGS = @CFLAGS@
200COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
201        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
202CCLD = $(CC)
203LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
204DIST_SOURCES = $(hashtable_unittest_SOURCES) \
205        $(sparsetable_unittest_SOURCES) $(time_hash_map_SOURCES)
206DATA = $(dist_doc_DATA)
207
208HEADERS = $(googleinclude_HEADERS) $(sparsehashinclude_HEADERS)
209
210DIST_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
216SOURCES = $(hashtable_unittest_SOURCES) $(sparsetable_unittest_SOURCES) $(time_hash_map_SOURCES)
217
218all: all-am
219
220.SUFFIXES:
221.SUFFIXES: .cc .o .obj
222
223am__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
228Makefile:  $(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
239src/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
245src/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
253distclean-hdr:
254        -rm -f src/google/sparsehash/config.h src/google/sparsehash/stamp-h1
255libLTLIBRARIES_INSTALL = $(INSTALL)
256install-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
267uninstall-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
275clean-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
284clean-noinstPROGRAMS:
285        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
286hashtable_unittest.$(OBJEXT): src/hashtable_unittest.cc
287hashtable_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)
290sparsetable_unittest.$(OBJEXT): src/sparsetable_unittest.cc
291sparsetable_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)
294time_hash_map.$(OBJEXT): src/time_hash_map.cc
295time_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
299mostlyclean-compile:
300        -rm -f *.$(OBJEXT) core *.core
301
302distclean-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
309distclean-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
324hashtable_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
330hashtable_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
336sparsetable_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
342sparsetable_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
348time_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
354time_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`
359CXXDEPMODE = @CXXDEPMODE@
360uninstall-info-am:
361dist_docDATA_INSTALL = $(INSTALL_DATA)
362install-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
372uninstall-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
379googleincludeHEADERS_INSTALL = $(INSTALL_HEADER)
380install-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
390uninstall-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
397sparsehashincludeHEADERS_INSTALL = $(INSTALL_HEADER)
398install-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
408uninstall-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
416ETAGS = etags
417ETAGSFLAGS =
418
419tags: TAGS
420
421ID: $(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
430TAGS:  $(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
444GTAGS:
445        here=`$(am__cd) $(top_builddir) && pwd` \
446          && cd $(top_srcdir) \
447          && gtags -i $(GTAGS_ARGS) $$here
448
449distclean-tags:
450        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
451
452check-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
506DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
507
508top_distdir = .
509distdir = $(PACKAGE)-$(VERSION)
510
511am__remove_distdir = \
512  { test ! -d $(distdir) \
513    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
514         && rm -fr $(distdir); }; }
515
516GZIP_ENV = --best
517distcleancheck_listfiles = find . -type f -print
518
519distdir: $(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)
548dist-gzip: distdir
549        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
550        $(am__remove_distdir)
551
552dist 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.
559distcheck: 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'
586distcleancheck: 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
595check-am: all-am
596        $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
597        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
598check: check-am
599all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
600
601installdirs:
602        $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(docdir) $(DESTDIR)$(googleincludedir) $(DESTDIR)$(sparsehashincludedir)
603
604install: install-am
605install-exec: install-exec-am
606install-data: install-data-am
607uninstall: uninstall-am
608
609install-am: all-am
610        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
611
612installcheck: installcheck-am
613install-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
618mostlyclean-generic:
619
620clean-generic:
621
622distclean-generic:
623        -rm -f Makefile $(CONFIG_CLEAN_FILES)
624        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
625
626maintainer-clean-generic:
627        @echo "This command is intended for maintainers to use"
628        @echo "it deletes files that may require special tools to rebuild."
629clean: clean-am
630
631clean-am: clean-generic clean-libLTLIBRARIES clean-noinstPROGRAMS \
632        mostlyclean-am
633
634distclean: distclean-am
635        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
636distclean-am: clean-am distclean-compile distclean-depend \
637        distclean-generic distclean-hdr distclean-tags
638
639dvi: dvi-am
640
641dvi-am:
642
643info: info-am
644
645info-am:
646
647install-data-am: install-dist_docDATA install-googleincludeHEADERS \
648        install-sparsehashincludeHEADERS
649
650install-exec-am: install-libLTLIBRARIES
651
652install-info: install-info-am
653
654install-man:
655
656installcheck-am:
657
658maintainer-clean: maintainer-clean-am
659        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
660        -rm -rf autom4te.cache
661maintainer-clean-am: distclean-am maintainer-clean-generic
662
663mostlyclean: mostlyclean-am
664
665mostlyclean-am: mostlyclean-compile mostlyclean-generic
666
667uninstall-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
688rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec
689        @cd packages && ./rpm.sh ${PACKAGE} ${VERSION}
690
691deb: 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:
Note: See TracBrowser for help on using the repository browser.