snappy_ext 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. data/ext/snappy/extconf.rb +36 -0
  2. data/ext/snappy/snappy_ext.cc +131 -0
  3. data/ext/snappy/vendor/snappy-1.0.0/AUTHORS +1 -0
  4. data/ext/snappy/vendor/snappy-1.0.0/COPYING +28 -0
  5. data/ext/snappy/vendor/snappy-1.0.0/ChangeLog +3 -0
  6. data/ext/snappy/vendor/snappy-1.0.0/INSTALL +230 -0
  7. data/ext/snappy/vendor/snappy-1.0.0/Makefile.am +24 -0
  8. data/ext/snappy/vendor/snappy-1.0.0/Makefile.in +926 -0
  9. data/ext/snappy/vendor/snappy-1.0.0/NEWS +3 -0
  10. data/ext/snappy/vendor/snappy-1.0.0/README +132 -0
  11. data/ext/snappy/vendor/snappy-1.0.0/aclocal.m4 +9076 -0
  12. data/ext/snappy/vendor/snappy-1.0.0/autogen.sh +8 -0
  13. data/ext/snappy/vendor/snappy-1.0.0/compile +99 -0
  14. data/ext/snappy/vendor/snappy-1.0.0/config.guess +1466 -0
  15. data/ext/snappy/vendor/snappy-1.0.0/config.h.in +107 -0
  16. data/ext/snappy/vendor/snappy-1.0.0/config.sub +1579 -0
  17. data/ext/snappy/vendor/snappy-1.0.0/configure +17962 -0
  18. data/ext/snappy/vendor/snappy-1.0.0/configure.ac +99 -0
  19. data/ext/snappy/vendor/snappy-1.0.0/depcomp +530 -0
  20. data/ext/snappy/vendor/snappy-1.0.0/install-sh +323 -0
  21. data/ext/snappy/vendor/snappy-1.0.0/ltmain.sh +8413 -0
  22. data/ext/snappy/vendor/snappy-1.0.0/m4/gtest.m4 +74 -0
  23. data/ext/snappy/vendor/snappy-1.0.0/missing +360 -0
  24. data/ext/snappy/vendor/snappy-1.0.0/mkinstalldirs +158 -0
  25. data/ext/snappy/vendor/snappy-1.0.0/snappy-internal.h +136 -0
  26. data/ext/snappy/vendor/snappy-1.0.0/snappy-sinksource.cc +46 -0
  27. data/ext/snappy/vendor/snappy-1.0.0/snappy-sinksource.h +110 -0
  28. data/ext/snappy/vendor/snappy-1.0.0/snappy-stubs-internal.cc +28 -0
  29. data/ext/snappy/vendor/snappy-1.0.0/snappy-stubs-internal.h +457 -0
  30. data/ext/snappy/vendor/snappy-1.0.0/snappy-stubs-public.h +59 -0
  31. data/ext/snappy/vendor/snappy-1.0.0/snappy-stubs-public.h.in +59 -0
  32. data/ext/snappy/vendor/snappy-1.0.0/snappy-test.cc +523 -0
  33. data/ext/snappy/vendor/snappy-1.0.0/snappy-test.h +458 -0
  34. data/ext/snappy/vendor/snappy-1.0.0/snappy.cc +1001 -0
  35. data/ext/snappy/vendor/snappy-1.0.0/snappy.h +141 -0
  36. data/ext/snappy/vendor/snappy-1.0.0/snappy_unittest.cc +1073 -0
  37. data/ext/snappy/version.h +4 -0
  38. data/snappy_ext.gemspec +58 -0
  39. metadata +99 -0
@@ -0,0 +1,926 @@
1
+ # Makefile.in generated by automake 1.11.1 from Makefile.am.
2
+ # @configure_input@
3
+
4
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+ # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6
+ # Inc.
7
+ # This Makefile.in is free software; the Free Software Foundation
8
+ # gives unlimited permission to copy and/or distribute it,
9
+ # with or without modifications, as long as this notice is preserved.
10
+
11
+ # This program is distributed in the hope that it will be useful,
12
+ # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
+ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
+ # PARTICULAR PURPOSE.
15
+
16
+ @SET_MAKE@
17
+
18
+
19
+
20
+
21
+ VPATH = @srcdir@
22
+ pkgdatadir = $(datadir)/@PACKAGE@
23
+ pkgincludedir = $(includedir)/@PACKAGE@
24
+ pkglibdir = $(libdir)/@PACKAGE@
25
+ pkglibexecdir = $(libexecdir)/@PACKAGE@
26
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
+ install_sh_DATA = $(install_sh) -c -m 644
28
+ install_sh_PROGRAM = $(install_sh) -c
29
+ install_sh_SCRIPT = $(install_sh) -c
30
+ INSTALL_HEADER = $(INSTALL_DATA)
31
+ transform = $(program_transform_name)
32
+ NORMAL_INSTALL = :
33
+ PRE_INSTALL = :
34
+ POST_INSTALL = :
35
+ NORMAL_UNINSTALL = :
36
+ PRE_UNINSTALL = :
37
+ POST_UNINSTALL = :
38
+ build_triplet = @build@
39
+ host_triplet = @host@
40
+ TESTS = snappy_unittest$(EXEEXT)
41
+ noinst_PROGRAMS = $(am__EXEEXT_1)
42
+ subdir = .
43
+ DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
44
+ $(include_HEADERS) $(noinst_HEADERS) $(srcdir)/Makefile.am \
45
+ $(srcdir)/Makefile.in $(srcdir)/config.h.in \
46
+ $(srcdir)/snappy-stubs-public.h.in $(top_srcdir)/configure \
47
+ AUTHORS COPYING ChangeLog INSTALL NEWS compile config.guess \
48
+ config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
49
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50
+ am__aclocal_m4_deps = $(top_srcdir)/m4/gtest.m4 \
51
+ $(top_srcdir)/configure.ac
52
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
+ $(ACLOCAL_M4)
54
+ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
55
+ configure.lineno config.status.lineno
56
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
57
+ CONFIG_HEADER = config.h
58
+ CONFIG_CLEAN_FILES = snappy-stubs-public.h
59
+ CONFIG_CLEAN_VPATH_FILES =
60
+ am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61
+ am__vpath_adj = case $$p in \
62
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63
+ *) f=$$p;; \
64
+ esac;
65
+ am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
66
+ am__install_max = 40
67
+ am__nobase_strip_setup = \
68
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
69
+ am__nobase_strip = \
70
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
71
+ am__nobase_list = $(am__nobase_strip_setup); \
72
+ for p in $$list; do echo "$$p $$p"; done | \
73
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
74
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
75
+ if (++n[$$2] == $(am__install_max)) \
76
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
77
+ END { for (dir in files) print dir, files[dir] }'
78
+ am__base_list = \
79
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
80
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
81
+ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \
82
+ "$(DESTDIR)$(includedir)"
83
+ LTLIBRARIES = $(lib_LTLIBRARIES)
84
+ libsnappy_la_LIBADD =
85
+ am_libsnappy_la_OBJECTS = snappy.lo snappy-sinksource.lo \
86
+ snappy-stubs-internal.lo
87
+ libsnappy_la_OBJECTS = $(am_libsnappy_la_OBJECTS)
88
+ libsnappy_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
89
+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
90
+ $(CXXFLAGS) $(libsnappy_la_LDFLAGS) $(LDFLAGS) -o $@
91
+ am__EXEEXT_1 = snappy_unittest$(EXEEXT)
92
+ PROGRAMS = $(noinst_PROGRAMS)
93
+ am_snappy_unittest_OBJECTS = \
94
+ snappy_unittest-snappy_unittest.$(OBJEXT) \
95
+ snappy_unittest-snappy-test.$(OBJEXT)
96
+ snappy_unittest_OBJECTS = $(am_snappy_unittest_OBJECTS)
97
+ am__DEPENDENCIES_1 =
98
+ snappy_unittest_DEPENDENCIES = libsnappy.la $(am__DEPENDENCIES_1) \
99
+ $(am__DEPENDENCIES_1)
100
+ snappy_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
101
+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
102
+ $(snappy_unittest_CXXFLAGS) $(CXXFLAGS) \
103
+ $(snappy_unittest_LDFLAGS) $(LDFLAGS) -o $@
104
+ DEFAULT_INCLUDES = -I.@am__isrc@
105
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
106
+ am__depfiles_maybe = depfiles
107
+ am__mv = mv -f
108
+ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
109
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
110
+ LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
111
+ --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
112
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
113
+ CXXLD = $(CXX)
114
+ CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
115
+ --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
116
+ $(LDFLAGS) -o $@
117
+ SOURCES = $(libsnappy_la_SOURCES) $(snappy_unittest_SOURCES)
118
+ DIST_SOURCES = $(libsnappy_la_SOURCES) $(snappy_unittest_SOURCES)
119
+ DATA = $(dist_doc_DATA)
120
+ HEADERS = $(include_HEADERS) $(noinst_HEADERS)
121
+ ETAGS = etags
122
+ CTAGS = ctags
123
+ am__tty_colors = \
124
+ red=; grn=; lgn=; blu=; std=
125
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126
+ distdir = $(PACKAGE)-$(VERSION)
127
+ top_distdir = $(distdir)
128
+ am__remove_distdir = \
129
+ { test ! -d "$(distdir)" \
130
+ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
131
+ && rm -fr "$(distdir)"; }; }
132
+ DIST_ARCHIVES = $(distdir).tar.gz
133
+ GZIP_ENV = --best
134
+ distuninstallcheck_listfiles = find . -type f -print
135
+ distcleancheck_listfiles = find . -type f -print
136
+ ACLOCAL = @ACLOCAL@
137
+ AMTAR = @AMTAR@
138
+ AR = @AR@
139
+ AUTOCONF = @AUTOCONF@
140
+ AUTOHEADER = @AUTOHEADER@
141
+ AUTOMAKE = @AUTOMAKE@
142
+ AWK = @AWK@
143
+ CC = @CC@
144
+ CCDEPMODE = @CCDEPMODE@
145
+ CFLAGS = @CFLAGS@
146
+ CPP = @CPP@
147
+ CPPFLAGS = @CPPFLAGS@
148
+ CXX = @CXX@
149
+ CXXCPP = @CXXCPP@
150
+ CXXDEPMODE = @CXXDEPMODE@
151
+ CXXFLAGS = @CXXFLAGS@
152
+ CYGPATH_W = @CYGPATH_W@
153
+ DEFS = @DEFS@
154
+ DEPDIR = @DEPDIR@
155
+ DSYMUTIL = @DSYMUTIL@
156
+ DUMPBIN = @DUMPBIN@
157
+ ECHO_C = @ECHO_C@
158
+ ECHO_N = @ECHO_N@
159
+ ECHO_T = @ECHO_T@
160
+ EGREP = @EGREP@
161
+ EXEEXT = @EXEEXT@
162
+ EXTRA_LIBSNAPPY_LDFLAGS = @EXTRA_LIBSNAPPY_LDFLAGS@
163
+ FGREP = @FGREP@
164
+ GREP = @GREP@
165
+ GTEST_CONFIG = @GTEST_CONFIG@
166
+ GTEST_CPPFLAGS = @GTEST_CPPFLAGS@
167
+ GTEST_CXXFLAGS = @GTEST_CXXFLAGS@
168
+ GTEST_LDFLAGS = @GTEST_LDFLAGS@
169
+ GTEST_LIBS = @GTEST_LIBS@
170
+ GTEST_VERSION = @GTEST_VERSION@
171
+ HAVE_GTEST = @HAVE_GTEST@
172
+ INSTALL = @INSTALL@
173
+ INSTALL_DATA = @INSTALL_DATA@
174
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
175
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
176
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177
+ LD = @LD@
178
+ LDFLAGS = @LDFLAGS@
179
+ LIBOBJS = @LIBOBJS@
180
+ LIBS = @LIBS@
181
+ LIBTOOL = @LIBTOOL@
182
+ LIPO = @LIPO@
183
+ LN_S = @LN_S@
184
+ LTLIBOBJS = @LTLIBOBJS@
185
+ MAKEINFO = @MAKEINFO@
186
+ MKDIR_P = @MKDIR_P@
187
+ NM = @NM@
188
+ NMEDIT = @NMEDIT@
189
+ OBJDUMP = @OBJDUMP@
190
+ OBJEXT = @OBJEXT@
191
+ OTOOL = @OTOOL@
192
+ OTOOL64 = @OTOOL64@
193
+ PACKAGE = @PACKAGE@
194
+ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
195
+ PACKAGE_NAME = @PACKAGE_NAME@
196
+ PACKAGE_STRING = @PACKAGE_STRING@
197
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
198
+ PACKAGE_URL = @PACKAGE_URL@
199
+ PACKAGE_VERSION = @PACKAGE_VERSION@
200
+ PATH_SEPARATOR = @PATH_SEPARATOR@
201
+ PKG_CONFIG = @PKG_CONFIG@
202
+ RANLIB = @RANLIB@
203
+ SED = @SED@
204
+ SET_MAKE = @SET_MAKE@
205
+ SHELL = @SHELL@
206
+ SNAPPY_MAJOR = @SNAPPY_MAJOR@
207
+ SNAPPY_MINOR = @SNAPPY_MINOR@
208
+ SNAPPY_PATCHLEVEL = @SNAPPY_PATCHLEVEL@
209
+ STRIP = @STRIP@
210
+ VERSION = @VERSION@
211
+ abs_builddir = @abs_builddir@
212
+ abs_srcdir = @abs_srcdir@
213
+ abs_top_builddir = @abs_top_builddir@
214
+ abs_top_srcdir = @abs_top_srcdir@
215
+ ac_ct_CC = @ac_ct_CC@
216
+ ac_ct_CXX = @ac_ct_CXX@
217
+ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
218
+ ac_cv_have_stddef_h = @ac_cv_have_stddef_h@
219
+ ac_cv_have_stdint_h = @ac_cv_have_stdint_h@
220
+ am__include = @am__include@
221
+ am__leading_dot = @am__leading_dot@
222
+ am__quote = @am__quote@
223
+ am__tar = @am__tar@
224
+ am__untar = @am__untar@
225
+ bindir = @bindir@
226
+ build = @build@
227
+ build_alias = @build_alias@
228
+ build_cpu = @build_cpu@
229
+ build_os = @build_os@
230
+ build_vendor = @build_vendor@
231
+ builddir = @builddir@
232
+ datadir = @datadir@
233
+ datarootdir = @datarootdir@
234
+ docdir = @docdir@
235
+ dvidir = @dvidir@
236
+ exec_prefix = @exec_prefix@
237
+ gflags_CFLAGS = @gflags_CFLAGS@
238
+ gflags_LIBS = @gflags_LIBS@
239
+ host = @host@
240
+ host_alias = @host_alias@
241
+ host_cpu = @host_cpu@
242
+ host_os = @host_os@
243
+ host_vendor = @host_vendor@
244
+ htmldir = @htmldir@
245
+ includedir = @includedir@
246
+ infodir = @infodir@
247
+ install_sh = @install_sh@
248
+ libdir = @libdir@
249
+ libexecdir = @libexecdir@
250
+ localedir = @localedir@
251
+ localstatedir = @localstatedir@
252
+ lt_ECHO = @lt_ECHO@
253
+ mandir = @mandir@
254
+ mkdir_p = @mkdir_p@
255
+ oldincludedir = @oldincludedir@
256
+ pdfdir = @pdfdir@
257
+ prefix = @prefix@
258
+ program_transform_name = @program_transform_name@
259
+ psdir = @psdir@
260
+ sbindir = @sbindir@
261
+ sharedstatedir = @sharedstatedir@
262
+ srcdir = @srcdir@
263
+ sysconfdir = @sysconfdir@
264
+ target_alias = @target_alias@
265
+ top_build_prefix = @top_build_prefix@
266
+ top_builddir = @top_builddir@
267
+ top_srcdir = @top_srcdir@
268
+ ACLOCAL_AMFLAGS = -I m4
269
+
270
+ # Library.
271
+ lib_LTLIBRARIES = libsnappy.la
272
+ libsnappy_la_SOURCES = snappy.cc snappy-sinksource.cc snappy-stubs-internal.cc
273
+ libsnappy_la_LDFLAGS = $(EXTRA_LIBSNAPPY_LDFLAGS)
274
+ include_HEADERS = snappy.h snappy-sinksource.h snappy-stubs-public.h
275
+ noinst_HEADERS = snappy-internal.h snappy-stubs-internal.h snappy-test.h
276
+
277
+ # Unit tests and benchmarks.
278
+ snappy_unittest_CPPFLAGS = $(gflags_CFLAGS) $(GTEST_CPPFLAGS)
279
+ snappy_unittest_CXXFLAGS = $(GTEST_CPPFLAGS)
280
+ snappy_unittest_SOURCES = snappy_unittest.cc snappy-test.cc
281
+ snappy_unittest_LDFLAGS = $(GTEST_LDFLAGS)
282
+ snappy_unittest_LDADD = libsnappy.la $(gflags_LIBS) $(GTEST_LIBS)
283
+ EXTRA_DIST = autogen.sh testdata/alice29.txt testdata/asyoulik.txt testdata/baddata1.snappy testdata/baddata2.snappy testdata/baddata3.snappy testdata/cp.html testdata/fields.c testdata/geo.protodata testdata/grammar.lsp testdata/house.jpg testdata/html testdata/html_x_4 testdata/kennedy.xls testdata/kppkn.gtb testdata/lcet10.txt testdata/mapreduce-osdi-1.pdf testdata/plrabn12.txt testdata/ptt5 testdata/sum testdata/urls.10K testdata/xargs.1
284
+ dist_doc_DATA = ChangeLog COPYING INSTALL NEWS README
285
+ all: config.h
286
+ $(MAKE) $(AM_MAKEFLAGS) all-am
287
+
288
+ .SUFFIXES:
289
+ .SUFFIXES: .cc .lo .o .obj
290
+ am--refresh:
291
+ @:
292
+ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
293
+ @for dep in $?; do \
294
+ case '$(am__configure_deps)' in \
295
+ *$$dep*) \
296
+ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
297
+ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
298
+ && exit 0; \
299
+ exit 1;; \
300
+ esac; \
301
+ done; \
302
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
303
+ $(am__cd) $(top_srcdir) && \
304
+ $(AUTOMAKE) --gnu Makefile
305
+ .PRECIOUS: Makefile
306
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307
+ @case '$?' in \
308
+ *config.status*) \
309
+ echo ' $(SHELL) ./config.status'; \
310
+ $(SHELL) ./config.status;; \
311
+ *) \
312
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
313
+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
314
+ esac;
315
+
316
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
317
+ $(SHELL) ./config.status --recheck
318
+
319
+ $(top_srcdir)/configure: $(am__configure_deps)
320
+ $(am__cd) $(srcdir) && $(AUTOCONF)
321
+ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
322
+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
323
+ $(am__aclocal_m4_deps):
324
+
325
+ config.h: stamp-h1
326
+ @if test ! -f $@; then \
327
+ rm -f stamp-h1; \
328
+ $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
329
+ else :; fi
330
+
331
+ stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
332
+ @rm -f stamp-h1
333
+ cd $(top_builddir) && $(SHELL) ./config.status config.h
334
+ $(srcdir)/config.h.in: $(am__configure_deps)
335
+ ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
336
+ rm -f stamp-h1
337
+ touch $@
338
+
339
+ distclean-hdr:
340
+ -rm -f config.h stamp-h1
341
+ snappy-stubs-public.h: $(top_builddir)/config.status $(srcdir)/snappy-stubs-public.h.in
342
+ cd $(top_builddir) && $(SHELL) ./config.status $@
343
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
344
+ @$(NORMAL_INSTALL)
345
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
346
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
347
+ list2=; for p in $$list; do \
348
+ if test -f $$p; then \
349
+ list2="$$list2 $$p"; \
350
+ else :; fi; \
351
+ done; \
352
+ test -z "$$list2" || { \
353
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
354
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
355
+ }
356
+
357
+ uninstall-libLTLIBRARIES:
358
+ @$(NORMAL_UNINSTALL)
359
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
360
+ for p in $$list; do \
361
+ $(am__strip_dir) \
362
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
363
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
364
+ done
365
+
366
+ clean-libLTLIBRARIES:
367
+ -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
368
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
369
+ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
370
+ test "$$dir" != "$$p" || dir=.; \
371
+ echo "rm -f \"$${dir}/so_locations\""; \
372
+ rm -f "$${dir}/so_locations"; \
373
+ done
374
+ libsnappy.la: $(libsnappy_la_OBJECTS) $(libsnappy_la_DEPENDENCIES)
375
+ $(libsnappy_la_LINK) -rpath $(libdir) $(libsnappy_la_OBJECTS) $(libsnappy_la_LIBADD) $(LIBS)
376
+
377
+ clean-noinstPROGRAMS:
378
+ @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
379
+ echo " rm -f" $$list; \
380
+ rm -f $$list || exit $$?; \
381
+ test -n "$(EXEEXT)" || exit 0; \
382
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
383
+ echo " rm -f" $$list; \
384
+ rm -f $$list
385
+ snappy_unittest$(EXEEXT): $(snappy_unittest_OBJECTS) $(snappy_unittest_DEPENDENCIES)
386
+ @rm -f snappy_unittest$(EXEEXT)
387
+ $(snappy_unittest_LINK) $(snappy_unittest_OBJECTS) $(snappy_unittest_LDADD) $(LIBS)
388
+
389
+ mostlyclean-compile:
390
+ -rm -f *.$(OBJEXT)
391
+
392
+ distclean-compile:
393
+ -rm -f *.tab.c
394
+
395
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snappy-sinksource.Plo@am__quote@
396
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snappy-stubs-internal.Plo@am__quote@
397
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snappy.Plo@am__quote@
398
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snappy_unittest-snappy-test.Po@am__quote@
399
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snappy_unittest-snappy_unittest.Po@am__quote@
400
+
401
+ .cc.o:
402
+ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
403
+ @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
404
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
405
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406
+ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
407
+
408
+ .cc.obj:
409
+ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
410
+ @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
411
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
412
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413
+ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
414
+
415
+ .cc.lo:
416
+ @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417
+ @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
418
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
419
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420
+ @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
421
+
422
+ snappy_unittest-snappy_unittest.o: snappy_unittest.cc
423
+ @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(snappy_unittest_CPPFLAGS) $(CPPFLAGS) $(snappy_unittest_CXXFLAGS) $(CXXFLAGS) -MT snappy_unittest-snappy_unittest.o -MD -MP -MF $(DEPDIR)/snappy_unittest-snappy_unittest.Tpo -c -o snappy_unittest-snappy_unittest.o `test -f 'snappy_unittest.cc' || echo '$(srcdir)/'`snappy_unittest.cc
424
+ @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/snappy_unittest-snappy_unittest.Tpo $(DEPDIR)/snappy_unittest-snappy_unittest.Po
425
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='snappy_unittest.cc' object='snappy_unittest-snappy_unittest.o' libtool=no @AMDEPBACKSLASH@
426
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427
+ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(snappy_unittest_CPPFLAGS) $(CPPFLAGS) $(snappy_unittest_CXXFLAGS) $(CXXFLAGS) -c -o snappy_unittest-snappy_unittest.o `test -f 'snappy_unittest.cc' || echo '$(srcdir)/'`snappy_unittest.cc
428
+
429
+ snappy_unittest-snappy_unittest.obj: snappy_unittest.cc
430
+ @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(snappy_unittest_CPPFLAGS) $(CPPFLAGS) $(snappy_unittest_CXXFLAGS) $(CXXFLAGS) -MT snappy_unittest-snappy_unittest.obj -MD -MP -MF $(DEPDIR)/snappy_unittest-snappy_unittest.Tpo -c -o snappy_unittest-snappy_unittest.obj `if test -f 'snappy_unittest.cc'; then $(CYGPATH_W) 'snappy_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/snappy_unittest.cc'; fi`
431
+ @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/snappy_unittest-snappy_unittest.Tpo $(DEPDIR)/snappy_unittest-snappy_unittest.Po
432
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='snappy_unittest.cc' object='snappy_unittest-snappy_unittest.obj' libtool=no @AMDEPBACKSLASH@
433
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434
+ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(snappy_unittest_CPPFLAGS) $(CPPFLAGS) $(snappy_unittest_CXXFLAGS) $(CXXFLAGS) -c -o snappy_unittest-snappy_unittest.obj `if test -f 'snappy_unittest.cc'; then $(CYGPATH_W) 'snappy_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/snappy_unittest.cc'; fi`
435
+
436
+ snappy_unittest-snappy-test.o: snappy-test.cc
437
+ @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(snappy_unittest_CPPFLAGS) $(CPPFLAGS) $(snappy_unittest_CXXFLAGS) $(CXXFLAGS) -MT snappy_unittest-snappy-test.o -MD -MP -MF $(DEPDIR)/snappy_unittest-snappy-test.Tpo -c -o snappy_unittest-snappy-test.o `test -f 'snappy-test.cc' || echo '$(srcdir)/'`snappy-test.cc
438
+ @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/snappy_unittest-snappy-test.Tpo $(DEPDIR)/snappy_unittest-snappy-test.Po
439
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='snappy-test.cc' object='snappy_unittest-snappy-test.o' libtool=no @AMDEPBACKSLASH@
440
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441
+ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(snappy_unittest_CPPFLAGS) $(CPPFLAGS) $(snappy_unittest_CXXFLAGS) $(CXXFLAGS) -c -o snappy_unittest-snappy-test.o `test -f 'snappy-test.cc' || echo '$(srcdir)/'`snappy-test.cc
442
+
443
+ snappy_unittest-snappy-test.obj: snappy-test.cc
444
+ @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(snappy_unittest_CPPFLAGS) $(CPPFLAGS) $(snappy_unittest_CXXFLAGS) $(CXXFLAGS) -MT snappy_unittest-snappy-test.obj -MD -MP -MF $(DEPDIR)/snappy_unittest-snappy-test.Tpo -c -o snappy_unittest-snappy-test.obj `if test -f 'snappy-test.cc'; then $(CYGPATH_W) 'snappy-test.cc'; else $(CYGPATH_W) '$(srcdir)/snappy-test.cc'; fi`
445
+ @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/snappy_unittest-snappy-test.Tpo $(DEPDIR)/snappy_unittest-snappy-test.Po
446
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='snappy-test.cc' object='snappy_unittest-snappy-test.obj' libtool=no @AMDEPBACKSLASH@
447
+ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448
+ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(snappy_unittest_CPPFLAGS) $(CPPFLAGS) $(snappy_unittest_CXXFLAGS) $(CXXFLAGS) -c -o snappy_unittest-snappy-test.obj `if test -f 'snappy-test.cc'; then $(CYGPATH_W) 'snappy-test.cc'; else $(CYGPATH_W) '$(srcdir)/snappy-test.cc'; fi`
449
+
450
+ mostlyclean-libtool:
451
+ -rm -f *.lo
452
+
453
+ clean-libtool:
454
+ -rm -rf .libs _libs
455
+
456
+ distclean-libtool:
457
+ -rm -f libtool config.lt
458
+ install-dist_docDATA: $(dist_doc_DATA)
459
+ @$(NORMAL_INSTALL)
460
+ test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
461
+ @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
462
+ for p in $$list; do \
463
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
464
+ echo "$$d$$p"; \
465
+ done | $(am__base_list) | \
466
+ while read files; do \
467
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
468
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
469
+ done
470
+
471
+ uninstall-dist_docDATA:
472
+ @$(NORMAL_UNINSTALL)
473
+ @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
474
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
475
+ test -n "$$files" || exit 0; \
476
+ echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
477
+ cd "$(DESTDIR)$(docdir)" && rm -f $$files
478
+ install-includeHEADERS: $(include_HEADERS)
479
+ @$(NORMAL_INSTALL)
480
+ test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
481
+ @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
482
+ for p in $$list; do \
483
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
484
+ echo "$$d$$p"; \
485
+ done | $(am__base_list) | \
486
+ while read files; do \
487
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
488
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
489
+ done
490
+
491
+ uninstall-includeHEADERS:
492
+ @$(NORMAL_UNINSTALL)
493
+ @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
494
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
495
+ test -n "$$files" || exit 0; \
496
+ echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
497
+ cd "$(DESTDIR)$(includedir)" && rm -f $$files
498
+
499
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
500
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
501
+ unique=`for i in $$list; do \
502
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503
+ done | \
504
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
505
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
506
+ mkid -fID $$unique
507
+ tags: TAGS
508
+
509
+ TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
510
+ $(TAGS_FILES) $(LISP)
511
+ set x; \
512
+ here=`pwd`; \
513
+ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
514
+ unique=`for i in $$list; do \
515
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
516
+ done | \
517
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
518
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
519
+ shift; \
520
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
521
+ test -n "$$unique" || unique=$$empty_fix; \
522
+ if test $$# -gt 0; then \
523
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524
+ "$$@" $$unique; \
525
+ else \
526
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
527
+ $$unique; \
528
+ fi; \
529
+ fi
530
+ ctags: CTAGS
531
+ CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
532
+ $(TAGS_FILES) $(LISP)
533
+ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
534
+ unique=`for i in $$list; do \
535
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
536
+ done | \
537
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
538
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
539
+ test -z "$(CTAGS_ARGS)$$unique" \
540
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
541
+ $$unique
542
+
543
+ GTAGS:
544
+ here=`$(am__cd) $(top_builddir) && pwd` \
545
+ && $(am__cd) $(top_srcdir) \
546
+ && gtags -i $(GTAGS_ARGS) "$$here"
547
+
548
+ distclean-tags:
549
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
550
+
551
+ check-TESTS: $(TESTS)
552
+ @failed=0; all=0; xfail=0; xpass=0; skip=0; \
553
+ srcdir=$(srcdir); export srcdir; \
554
+ list=' $(TESTS) '; \
555
+ $(am__tty_colors); \
556
+ if test -n "$$list"; then \
557
+ for tst in $$list; do \
558
+ if test -f ./$$tst; then dir=./; \
559
+ elif test -f $$tst; then dir=; \
560
+ else dir="$(srcdir)/"; fi; \
561
+ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
562
+ all=`expr $$all + 1`; \
563
+ case " $(XFAIL_TESTS) " in \
564
+ *[\ \ ]$$tst[\ \ ]*) \
565
+ xpass=`expr $$xpass + 1`; \
566
+ failed=`expr $$failed + 1`; \
567
+ col=$$red; res=XPASS; \
568
+ ;; \
569
+ *) \
570
+ col=$$grn; res=PASS; \
571
+ ;; \
572
+ esac; \
573
+ elif test $$? -ne 77; then \
574
+ all=`expr $$all + 1`; \
575
+ case " $(XFAIL_TESTS) " in \
576
+ *[\ \ ]$$tst[\ \ ]*) \
577
+ xfail=`expr $$xfail + 1`; \
578
+ col=$$lgn; res=XFAIL; \
579
+ ;; \
580
+ *) \
581
+ failed=`expr $$failed + 1`; \
582
+ col=$$red; res=FAIL; \
583
+ ;; \
584
+ esac; \
585
+ else \
586
+ skip=`expr $$skip + 1`; \
587
+ col=$$blu; res=SKIP; \
588
+ fi; \
589
+ echo "$${col}$$res$${std}: $$tst"; \
590
+ done; \
591
+ if test "$$all" -eq 1; then \
592
+ tests="test"; \
593
+ All=""; \
594
+ else \
595
+ tests="tests"; \
596
+ All="All "; \
597
+ fi; \
598
+ if test "$$failed" -eq 0; then \
599
+ if test "$$xfail" -eq 0; then \
600
+ banner="$$All$$all $$tests passed"; \
601
+ else \
602
+ if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
603
+ banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
604
+ fi; \
605
+ else \
606
+ if test "$$xpass" -eq 0; then \
607
+ banner="$$failed of $$all $$tests failed"; \
608
+ else \
609
+ if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
610
+ banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
611
+ fi; \
612
+ fi; \
613
+ dashes="$$banner"; \
614
+ skipped=""; \
615
+ if test "$$skip" -ne 0; then \
616
+ if test "$$skip" -eq 1; then \
617
+ skipped="($$skip test was not run)"; \
618
+ else \
619
+ skipped="($$skip tests were not run)"; \
620
+ fi; \
621
+ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
622
+ dashes="$$skipped"; \
623
+ fi; \
624
+ report=""; \
625
+ if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
626
+ report="Please report to $(PACKAGE_BUGREPORT)"; \
627
+ test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
628
+ dashes="$$report"; \
629
+ fi; \
630
+ dashes=`echo "$$dashes" | sed s/./=/g`; \
631
+ if test "$$failed" -eq 0; then \
632
+ echo "$$grn$$dashes"; \
633
+ else \
634
+ echo "$$red$$dashes"; \
635
+ fi; \
636
+ echo "$$banner"; \
637
+ test -z "$$skipped" || echo "$$skipped"; \
638
+ test -z "$$report" || echo "$$report"; \
639
+ echo "$$dashes$$std"; \
640
+ test "$$failed" -eq 0; \
641
+ else :; fi
642
+
643
+ distdir: $(DISTFILES)
644
+ $(am__remove_distdir)
645
+ test -d "$(distdir)" || mkdir "$(distdir)"
646
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
647
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
648
+ list='$(DISTFILES)'; \
649
+ dist_files=`for file in $$list; do echo $$file; done | \
650
+ sed -e "s|^$$srcdirstrip/||;t" \
651
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
652
+ case $$dist_files in \
653
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
654
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
655
+ sort -u` ;; \
656
+ esac; \
657
+ for file in $$dist_files; do \
658
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
659
+ if test -d $$d/$$file; then \
660
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
661
+ if test -d "$(distdir)/$$file"; then \
662
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
663
+ fi; \
664
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
665
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
666
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
667
+ fi; \
668
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
669
+ else \
670
+ test -f "$(distdir)/$$file" \
671
+ || cp -p $$d/$$file "$(distdir)/$$file" \
672
+ || exit 1; \
673
+ fi; \
674
+ done
675
+ -test -n "$(am__skip_mode_fix)" \
676
+ || find "$(distdir)" -type d ! -perm -755 \
677
+ -exec chmod u+rwx,go+rx {} \; -o \
678
+ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
679
+ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
680
+ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
681
+ || chmod -R a+r "$(distdir)"
682
+ dist-gzip: distdir
683
+ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
684
+ $(am__remove_distdir)
685
+
686
+ dist-bzip2: distdir
687
+ tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
688
+ $(am__remove_distdir)
689
+
690
+ dist-lzma: distdir
691
+ tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
692
+ $(am__remove_distdir)
693
+
694
+ dist-xz: distdir
695
+ tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
696
+ $(am__remove_distdir)
697
+
698
+ dist-tarZ: distdir
699
+ tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
700
+ $(am__remove_distdir)
701
+
702
+ dist-shar: distdir
703
+ shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
704
+ $(am__remove_distdir)
705
+
706
+ dist-zip: distdir
707
+ -rm -f $(distdir).zip
708
+ zip -rq $(distdir).zip $(distdir)
709
+ $(am__remove_distdir)
710
+
711
+ dist dist-all: distdir
712
+ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
713
+ $(am__remove_distdir)
714
+
715
+ # This target untars the dist file and tries a VPATH configuration. Then
716
+ # it guarantees that the distribution is self-contained by making another
717
+ # tarfile.
718
+ distcheck: dist
719
+ case '$(DIST_ARCHIVES)' in \
720
+ *.tar.gz*) \
721
+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
722
+ *.tar.bz2*) \
723
+ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
724
+ *.tar.lzma*) \
725
+ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
726
+ *.tar.xz*) \
727
+ xz -dc $(distdir).tar.xz | $(am__untar) ;;\
728
+ *.tar.Z*) \
729
+ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
730
+ *.shar.gz*) \
731
+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
732
+ *.zip*) \
733
+ unzip $(distdir).zip ;;\
734
+ esac
735
+ chmod -R a-w $(distdir); chmod a+w $(distdir)
736
+ mkdir $(distdir)/_build
737
+ mkdir $(distdir)/_inst
738
+ chmod a-w $(distdir)
739
+ test -d $(distdir)/_build || exit 0; \
740
+ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
741
+ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
742
+ && am__cwd=`pwd` \
743
+ && $(am__cd) $(distdir)/_build \
744
+ && ../configure --srcdir=.. --prefix="$$dc_install_base" \
745
+ $(DISTCHECK_CONFIGURE_FLAGS) \
746
+ && $(MAKE) $(AM_MAKEFLAGS) \
747
+ && $(MAKE) $(AM_MAKEFLAGS) dvi \
748
+ && $(MAKE) $(AM_MAKEFLAGS) check \
749
+ && $(MAKE) $(AM_MAKEFLAGS) install \
750
+ && $(MAKE) $(AM_MAKEFLAGS) installcheck \
751
+ && $(MAKE) $(AM_MAKEFLAGS) uninstall \
752
+ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
753
+ distuninstallcheck \
754
+ && chmod -R a-w "$$dc_install_base" \
755
+ && ({ \
756
+ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
757
+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
758
+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
759
+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
760
+ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
761
+ } || { rm -rf "$$dc_destdir"; exit 1; }) \
762
+ && rm -rf "$$dc_destdir" \
763
+ && $(MAKE) $(AM_MAKEFLAGS) dist \
764
+ && rm -rf $(DIST_ARCHIVES) \
765
+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
766
+ && cd "$$am__cwd" \
767
+ || exit 1
768
+ $(am__remove_distdir)
769
+ @(echo "$(distdir) archives ready for distribution: "; \
770
+ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
771
+ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
772
+ distuninstallcheck:
773
+ @$(am__cd) '$(distuninstallcheck_dir)' \
774
+ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
775
+ || { echo "ERROR: files left after uninstall:" ; \
776
+ if test -n "$(DESTDIR)"; then \
777
+ echo " (check DESTDIR support)"; \
778
+ fi ; \
779
+ $(distuninstallcheck_listfiles) ; \
780
+ exit 1; } >&2
781
+ distcleancheck: distclean
782
+ @if test '$(srcdir)' = . ; then \
783
+ echo "ERROR: distcleancheck can only run from a VPATH build" ; \
784
+ exit 1 ; \
785
+ fi
786
+ @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
787
+ || { echo "ERROR: files left in build directory after distclean:" ; \
788
+ $(distcleancheck_listfiles) ; \
789
+ exit 1; } >&2
790
+ check-am: all-am
791
+ $(MAKE) $(AM_MAKEFLAGS) check-TESTS
792
+ check: check-am
793
+ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) \
794
+ config.h
795
+ installdirs:
796
+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)"; do \
797
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
798
+ done
799
+ install: install-am
800
+ install-exec: install-exec-am
801
+ install-data: install-data-am
802
+ uninstall: uninstall-am
803
+
804
+ install-am: all-am
805
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
806
+
807
+ installcheck: installcheck-am
808
+ install-strip:
809
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
810
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
811
+ `test -z '$(STRIP)' || \
812
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
813
+ mostlyclean-generic:
814
+
815
+ clean-generic:
816
+
817
+ distclean-generic:
818
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
819
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
820
+
821
+ maintainer-clean-generic:
822
+ @echo "This command is intended for maintainers to use"
823
+ @echo "it deletes files that may require special tools to rebuild."
824
+ clean: clean-am
825
+
826
+ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
827
+ clean-noinstPROGRAMS mostlyclean-am
828
+
829
+ distclean: distclean-am
830
+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
831
+ -rm -rf ./$(DEPDIR)
832
+ -rm -f Makefile
833
+ distclean-am: clean-am distclean-compile distclean-generic \
834
+ distclean-hdr distclean-libtool distclean-tags
835
+
836
+ dvi: dvi-am
837
+
838
+ dvi-am:
839
+
840
+ html: html-am
841
+
842
+ html-am:
843
+
844
+ info: info-am
845
+
846
+ info-am:
847
+
848
+ install-data-am: install-dist_docDATA install-includeHEADERS
849
+
850
+ install-dvi: install-dvi-am
851
+
852
+ install-dvi-am:
853
+
854
+ install-exec-am: install-libLTLIBRARIES
855
+
856
+ install-html: install-html-am
857
+
858
+ install-html-am:
859
+
860
+ install-info: install-info-am
861
+
862
+ install-info-am:
863
+
864
+ install-man:
865
+
866
+ install-pdf: install-pdf-am
867
+
868
+ install-pdf-am:
869
+
870
+ install-ps: install-ps-am
871
+
872
+ install-ps-am:
873
+
874
+ installcheck-am:
875
+
876
+ maintainer-clean: maintainer-clean-am
877
+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
878
+ -rm -rf $(top_srcdir)/autom4te.cache
879
+ -rm -rf ./$(DEPDIR)
880
+ -rm -f Makefile
881
+ maintainer-clean-am: distclean-am maintainer-clean-generic
882
+
883
+ mostlyclean: mostlyclean-am
884
+
885
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
886
+ mostlyclean-libtool
887
+
888
+ pdf: pdf-am
889
+
890
+ pdf-am:
891
+
892
+ ps: ps-am
893
+
894
+ ps-am:
895
+
896
+ uninstall-am: uninstall-dist_docDATA uninstall-includeHEADERS \
897
+ uninstall-libLTLIBRARIES
898
+
899
+ .MAKE: all check-am install-am install-strip
900
+
901
+ .PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
902
+ clean clean-generic clean-libLTLIBRARIES clean-libtool \
903
+ clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
904
+ dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
905
+ distclean distclean-compile distclean-generic distclean-hdr \
906
+ distclean-libtool distclean-tags distcleancheck distdir \
907
+ distuninstallcheck dvi dvi-am html html-am info info-am \
908
+ install install-am install-data install-data-am \
909
+ install-dist_docDATA install-dvi install-dvi-am install-exec \
910
+ install-exec-am install-html install-html-am \
911
+ install-includeHEADERS install-info install-info-am \
912
+ install-libLTLIBRARIES install-man install-pdf install-pdf-am \
913
+ install-ps install-ps-am install-strip installcheck \
914
+ installcheck-am installdirs maintainer-clean \
915
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
916
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
917
+ tags uninstall uninstall-am uninstall-dist_docDATA \
918
+ uninstall-includeHEADERS uninstall-libLTLIBRARIES
919
+
920
+
921
+ libtool: $(LIBTOOL_DEPS)
922
+ $(SHELL) ./config.status --recheck
923
+
924
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
925
+ # Otherwise a system limit (for SysV at least) may be exceeded.
926
+ .NOEXPORT: