melisa 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/ext/extconf.rb +3 -0
  3. data/ext/marisa-0.2.4/Makefile +803 -0
  4. data/ext/marisa-0.2.4/config.log +794 -0
  5. data/ext/marisa-0.2.4/config.status +2150 -0
  6. data/ext/marisa-0.2.4/lib/Makefile +701 -0
  7. data/ext/marisa-0.2.4/lib/agent.lo +12 -0
  8. data/ext/marisa-0.2.4/lib/agent.o +0 -0
  9. data/ext/marisa-0.2.4/lib/bit-vector.lo +12 -0
  10. data/ext/marisa-0.2.4/lib/bit-vector.o +0 -0
  11. data/ext/marisa-0.2.4/lib/keyset.lo +12 -0
  12. data/ext/marisa-0.2.4/lib/keyset.o +0 -0
  13. data/ext/marisa-0.2.4/lib/libmarisa.la +41 -0
  14. data/ext/marisa-0.2.4/lib/louds-trie.lo +12 -0
  15. data/ext/marisa-0.2.4/lib/louds-trie.o +0 -0
  16. data/ext/marisa-0.2.4/lib/mapper.lo +12 -0
  17. data/ext/marisa-0.2.4/lib/mapper.o +0 -0
  18. data/ext/marisa-0.2.4/lib/reader.lo +12 -0
  19. data/ext/marisa-0.2.4/lib/reader.o +0 -0
  20. data/ext/marisa-0.2.4/lib/tail.lo +12 -0
  21. data/ext/marisa-0.2.4/lib/tail.o +0 -0
  22. data/ext/marisa-0.2.4/lib/trie.lo +12 -0
  23. data/ext/marisa-0.2.4/lib/trie.o +0 -0
  24. data/ext/marisa-0.2.4/lib/writer.lo +12 -0
  25. data/ext/marisa-0.2.4/lib/writer.o +0 -0
  26. data/ext/marisa-0.2.4/libtool +10243 -0
  27. data/ext/marisa-0.2.4/marisa.pc +11 -0
  28. data/ext/marisa-0.2.4/mkmf.log +27 -87
  29. data/ext/marisa-0.2.4/tests/Makefile +624 -0
  30. data/ext/marisa-0.2.4/tools/Makefile +616 -0
  31. data/ext/marisa-0.2.4/tools/cmdopt.lo +12 -0
  32. data/ext/marisa-0.2.4/tools/cmdopt.o +0 -0
  33. data/ext/marisa-0.2.4/tools/libcmdopt.la +41 -0
  34. data/ext/marisa-0.2.4/tools/marisa-benchmark +0 -0
  35. data/ext/marisa-0.2.4/tools/marisa-benchmark.o +0 -0
  36. data/ext/marisa-0.2.4/tools/marisa-build +0 -0
  37. data/ext/marisa-0.2.4/tools/marisa-build.o +0 -0
  38. data/ext/marisa-0.2.4/tools/marisa-common-prefix-search +0 -0
  39. data/ext/marisa-0.2.4/tools/marisa-common-prefix-search.o +0 -0
  40. data/ext/marisa-0.2.4/tools/marisa-dump +0 -0
  41. data/ext/marisa-0.2.4/tools/marisa-dump.o +0 -0
  42. data/ext/marisa-0.2.4/tools/marisa-lookup +0 -0
  43. data/ext/marisa-0.2.4/tools/marisa-lookup.o +0 -0
  44. data/ext/marisa-0.2.4/tools/marisa-predictive-search +0 -0
  45. data/ext/marisa-0.2.4/tools/marisa-predictive-search.o +0 -0
  46. data/ext/marisa-0.2.4/tools/marisa-reverse-lookup +0 -0
  47. data/ext/marisa-0.2.4/tools/marisa-reverse-lookup.o +0 -0
  48. data/lib/melisa/version.rb +1 -1
  49. metadata +45 -1
@@ -0,0 +1,616 @@
1
+ # Makefile.in generated by automake 1.11.3 from Makefile.am.
2
+ # tools/Makefile. Generated from Makefile.in by configure.
3
+
4
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+ # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
+ # Foundation, 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
+
17
+
18
+
19
+
20
+
21
+ pkgdatadir = $(datadir)/marisa
22
+ pkgincludedir = $(includedir)/marisa
23
+ pkglibdir = $(libdir)/marisa
24
+ pkglibexecdir = $(libexecdir)/marisa
25
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
+ install_sh_DATA = $(install_sh) -c -m 644
27
+ install_sh_PROGRAM = $(install_sh) -c
28
+ install_sh_SCRIPT = $(install_sh) -c
29
+ INSTALL_HEADER = $(INSTALL_DATA)
30
+ transform = $(program_transform_name)
31
+ NORMAL_INSTALL = :
32
+ PRE_INSTALL = :
33
+ POST_INSTALL = :
34
+ NORMAL_UNINSTALL = :
35
+ PRE_UNINSTALL = :
36
+ POST_UNINSTALL = :
37
+ build_triplet = x86_64-apple-darwin13.3.0
38
+ host_triplet = x86_64-apple-darwin13.3.0
39
+ bin_PROGRAMS = marisa-build$(EXEEXT) marisa-lookup$(EXEEXT) \
40
+ marisa-reverse-lookup$(EXEEXT) \
41
+ marisa-common-prefix-search$(EXEEXT) \
42
+ marisa-predictive-search$(EXEEXT) marisa-dump$(EXEEXT) \
43
+ marisa-benchmark$(EXEEXT)
44
+ subdir = tools
45
+ DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
46
+ $(srcdir)/Makefile.in
47
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48
+ am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
49
+ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
50
+ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
51
+ $(top_srcdir)/configure.ac
52
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
+ $(ACLOCAL_M4)
54
+ mkinstalldirs = $(install_sh) -d
55
+ CONFIG_CLEAN_FILES =
56
+ CONFIG_CLEAN_VPATH_FILES =
57
+ LTLIBRARIES = $(noinst_LTLIBRARIES)
58
+ libcmdopt_la_LIBADD =
59
+ am_libcmdopt_la_OBJECTS = cmdopt.lo
60
+ libcmdopt_la_OBJECTS = $(am_libcmdopt_la_OBJECTS)
61
+ am__installdirs = "$(DESTDIR)$(bindir)"
62
+ PROGRAMS = $(bin_PROGRAMS)
63
+ am_marisa_benchmark_OBJECTS = marisa-benchmark.$(OBJEXT)
64
+ marisa_benchmark_OBJECTS = $(am_marisa_benchmark_OBJECTS)
65
+ marisa_benchmark_DEPENDENCIES = ../lib/libmarisa.la libcmdopt.la
66
+ am_marisa_build_OBJECTS = marisa-build.$(OBJEXT)
67
+ marisa_build_OBJECTS = $(am_marisa_build_OBJECTS)
68
+ marisa_build_DEPENDENCIES = ../lib/libmarisa.la libcmdopt.la
69
+ am_marisa_common_prefix_search_OBJECTS = \
70
+ marisa-common-prefix-search.$(OBJEXT)
71
+ marisa_common_prefix_search_OBJECTS = \
72
+ $(am_marisa_common_prefix_search_OBJECTS)
73
+ marisa_common_prefix_search_DEPENDENCIES = ../lib/libmarisa.la \
74
+ libcmdopt.la
75
+ am_marisa_dump_OBJECTS = marisa-dump.$(OBJEXT)
76
+ marisa_dump_OBJECTS = $(am_marisa_dump_OBJECTS)
77
+ marisa_dump_DEPENDENCIES = ../lib/libmarisa.la libcmdopt.la
78
+ am_marisa_lookup_OBJECTS = marisa-lookup.$(OBJEXT)
79
+ marisa_lookup_OBJECTS = $(am_marisa_lookup_OBJECTS)
80
+ marisa_lookup_DEPENDENCIES = ../lib/libmarisa.la libcmdopt.la
81
+ am_marisa_predictive_search_OBJECTS = \
82
+ marisa-predictive-search.$(OBJEXT)
83
+ marisa_predictive_search_OBJECTS = \
84
+ $(am_marisa_predictive_search_OBJECTS)
85
+ marisa_predictive_search_DEPENDENCIES = ../lib/libmarisa.la \
86
+ libcmdopt.la
87
+ am_marisa_reverse_lookup_OBJECTS = marisa-reverse-lookup.$(OBJEXT)
88
+ marisa_reverse_lookup_OBJECTS = $(am_marisa_reverse_lookup_OBJECTS)
89
+ marisa_reverse_lookup_DEPENDENCIES = ../lib/libmarisa.la libcmdopt.la
90
+ DEFAULT_INCLUDES = -I.
91
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
92
+ am__depfiles_maybe = depfiles
93
+ am__mv = mv -f
94
+ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
95
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
96
+ LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97
+ --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
98
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
99
+ CXXLD = $(CXX)
100
+ CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
101
+ --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
102
+ $(LDFLAGS) -o $@
103
+ SOURCES = $(libcmdopt_la_SOURCES) $(marisa_benchmark_SOURCES) \
104
+ $(marisa_build_SOURCES) $(marisa_common_prefix_search_SOURCES) \
105
+ $(marisa_dump_SOURCES) $(marisa_lookup_SOURCES) \
106
+ $(marisa_predictive_search_SOURCES) \
107
+ $(marisa_reverse_lookup_SOURCES)
108
+ DIST_SOURCES = $(libcmdopt_la_SOURCES) $(marisa_benchmark_SOURCES) \
109
+ $(marisa_build_SOURCES) $(marisa_common_prefix_search_SOURCES) \
110
+ $(marisa_dump_SOURCES) $(marisa_lookup_SOURCES) \
111
+ $(marisa_predictive_search_SOURCES) \
112
+ $(marisa_reverse_lookup_SOURCES)
113
+ HEADERS = $(noinst_HEADERS)
114
+ ETAGS = etags
115
+ CTAGS = ctags
116
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117
+ ACLOCAL = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run aclocal-1.11
118
+ AMTAR = $${TAR-tar}
119
+ AR = ar
120
+ AUTOCONF = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run autoconf
121
+ AUTOHEADER = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run autoheader
122
+ AUTOMAKE = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run automake-1.11
123
+ AWK = awk
124
+ CC = gcc
125
+ CCDEPMODE = depmode=gcc3
126
+ CFLAGS = -g -O2
127
+ CPP = gcc -E
128
+ CPPFLAGS =
129
+ CXX = g++
130
+ CXXCPP = g++ -E
131
+ CXXDEPMODE = depmode=gcc3
132
+ CXXFLAGS = -g -O2 -DMARISA_USE_SSE3 -msse3
133
+ CYGPATH_W = echo
134
+ DEFS = -DPACKAGE_NAME=\"marisa\" -DPACKAGE_TARNAME=\"marisa\" -DPACKAGE_VERSION=\"0.2.4\" -DPACKAGE_STRING=\"marisa\ 0.2.4\" -DPACKAGE_BUGREPORT=\"syata@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"marisa\" -DVERSION=\"0.2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
135
+ DEPDIR = .deps
136
+ DLLTOOL = false
137
+ DSYMUTIL = dsymutil
138
+ DUMPBIN =
139
+ ECHO_C = \c
140
+ ECHO_N =
141
+ ECHO_T =
142
+ EGREP = /usr/bin/grep -E
143
+ EXEEXT =
144
+ FGREP = /usr/bin/grep -F
145
+ GREP = /usr/bin/grep
146
+ INSTALL = /usr/bin/install -c
147
+ INSTALL_DATA = ${INSTALL} -m 644
148
+ INSTALL_PROGRAM = ${INSTALL}
149
+ INSTALL_SCRIPT = ${INSTALL}
150
+ INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
151
+ LD = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
152
+ LDFLAGS =
153
+ LIBOBJS =
154
+ LIBS =
155
+ LIBTOOL = $(SHELL) $(top_builddir)/libtool
156
+ LIPO = lipo
157
+ LN_S = ln -s
158
+ LTLIBOBJS =
159
+ MAKEINFO = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run makeinfo
160
+ MANIFEST_TOOL = :
161
+ MKDIR_P = .././install-sh -c -d
162
+ NM = /usr/bin/nm
163
+ NMEDIT = nmedit
164
+ OBJDUMP = false
165
+ OBJEXT = o
166
+ OTOOL = otool
167
+ OTOOL64 = :
168
+ PACKAGE = marisa
169
+ PACKAGE_BUGREPORT = syata@acm.org
170
+ PACKAGE_NAME = marisa
171
+ PACKAGE_STRING = marisa 0.2.4
172
+ PACKAGE_TARNAME = marisa
173
+ PACKAGE_URL =
174
+ PACKAGE_VERSION = 0.2.4
175
+ PATH_SEPARATOR = :
176
+ RANLIB = ranlib
177
+ SED = /usr/bin/sed
178
+ SET_MAKE =
179
+ SHELL = /bin/sh
180
+ STRIP = strip
181
+ VERSION = 0.2.4
182
+ abs_builddir = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/tools
183
+ abs_srcdir = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/tools
184
+ abs_top_builddir = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4
185
+ abs_top_srcdir = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4
186
+ ac_ct_AR = ar
187
+ ac_ct_CC = gcc
188
+ ac_ct_CXX = g++
189
+ ac_ct_DUMPBIN =
190
+ am__include = include
191
+ am__leading_dot = .
192
+ am__quote =
193
+ am__tar = $${TAR-tar} chof - "$$tardir"
194
+ am__untar = $${TAR-tar} xf -
195
+ bindir = ${exec_prefix}/bin
196
+ build = x86_64-apple-darwin13.3.0
197
+ build_alias =
198
+ build_cpu = x86_64
199
+ build_os = darwin13.3.0
200
+ build_vendor = apple
201
+ builddir = .
202
+ datadir = ${datarootdir}
203
+ datarootdir = ${prefix}/share
204
+ docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
205
+ dvidir = ${docdir}
206
+ exec_prefix = ${prefix}
207
+ host = x86_64-apple-darwin13.3.0
208
+ host_alias =
209
+ host_cpu = x86_64
210
+ host_os = darwin13.3.0
211
+ host_vendor = apple
212
+ htmldir = ${docdir}
213
+ includedir = ${prefix}/include
214
+ infodir = ${datarootdir}/info
215
+ install_sh = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/install-sh
216
+ libdir = ${exec_prefix}/lib
217
+ libexecdir = ${exec_prefix}/libexec
218
+ localedir = ${datarootdir}/locale
219
+ localstatedir = ${prefix}/var
220
+ mandir = ${datarootdir}/man
221
+ mkdir_p = $(top_builddir)/./install-sh -c -d
222
+ oldincludedir = /usr/include
223
+ pdfdir = ${docdir}
224
+ prefix = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg
225
+ program_transform_name = s,x,x,
226
+ psdir = ${docdir}
227
+ sbindir = ${exec_prefix}/sbin
228
+ sharedstatedir = ${prefix}/com
229
+ srcdir = .
230
+ sysconfdir = ${prefix}/etc
231
+ target_alias =
232
+ top_build_prefix = ../
233
+ top_builddir = ..
234
+ top_srcdir = ..
235
+ AM_CFLAGS = -Wall -Wextra
236
+ AM_CXXFLAGS = -Wall -Weffc++ -Wextra -I${top_srcdir}/lib
237
+ #AM_CXXFLAGS = -Wall -Weffc++ -Wextra -D_DEBUG -I${top_srcdir}/lib
238
+ noinst_LTLIBRARIES = libcmdopt.la
239
+ libcmdopt_la_SOURCES = cmdopt.cc
240
+ noinst_HEADERS = cmdopt.h
241
+ marisa_build_SOURCES = marisa-build.cc
242
+ marisa_build_LDADD = ../lib/libmarisa.la libcmdopt.la
243
+ marisa_lookup_SOURCES = marisa-lookup.cc
244
+ marisa_lookup_LDADD = ../lib/libmarisa.la libcmdopt.la
245
+ marisa_reverse_lookup_SOURCES = marisa-reverse-lookup.cc
246
+ marisa_reverse_lookup_LDADD = ../lib/libmarisa.la libcmdopt.la
247
+ marisa_common_prefix_search_SOURCES = marisa-common-prefix-search.cc
248
+ marisa_common_prefix_search_LDADD = ../lib/libmarisa.la libcmdopt.la
249
+ marisa_predictive_search_SOURCES = marisa-predictive-search.cc
250
+ marisa_predictive_search_LDADD = ../lib/libmarisa.la libcmdopt.la
251
+ marisa_dump_SOURCES = marisa-dump.cc
252
+ marisa_dump_LDADD = ../lib/libmarisa.la libcmdopt.la
253
+ marisa_benchmark_SOURCES = marisa-benchmark.cc
254
+ marisa_benchmark_LDADD = ../lib/libmarisa.la libcmdopt.la
255
+ all: all-am
256
+
257
+ .SUFFIXES:
258
+ .SUFFIXES: .cc .lo .o .obj
259
+ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
260
+ @for dep in $?; do \
261
+ case '$(am__configure_deps)' in \
262
+ *$$dep*) \
263
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
264
+ && { if test -f $@; then exit 0; else break; fi; }; \
265
+ exit 1;; \
266
+ esac; \
267
+ done; \
268
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \
269
+ $(am__cd) $(top_srcdir) && \
270
+ $(AUTOMAKE) --gnu tools/Makefile
271
+ .PRECIOUS: Makefile
272
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
273
+ @case '$?' in \
274
+ *config.status*) \
275
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
276
+ *) \
277
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
278
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
279
+ esac;
280
+
281
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
282
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283
+
284
+ $(top_srcdir)/configure: $(am__configure_deps)
285
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286
+ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
287
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288
+ $(am__aclocal_m4_deps):
289
+
290
+ clean-noinstLTLIBRARIES:
291
+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
292
+ @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
293
+ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
294
+ test "$$dir" != "$$p" || dir=.; \
295
+ echo "rm -f \"$${dir}/so_locations\""; \
296
+ rm -f "$${dir}/so_locations"; \
297
+ done
298
+ libcmdopt.la: $(libcmdopt_la_OBJECTS) $(libcmdopt_la_DEPENDENCIES) $(EXTRA_libcmdopt_la_DEPENDENCIES)
299
+ $(CXXLINK) $(libcmdopt_la_OBJECTS) $(libcmdopt_la_LIBADD) $(LIBS)
300
+ install-binPROGRAMS: $(bin_PROGRAMS)
301
+ @$(NORMAL_INSTALL)
302
+ test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
303
+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
304
+ for p in $$list; do echo "$$p $$p"; done | \
305
+ sed 's/$(EXEEXT)$$//' | \
306
+ while read p p1; do if test -f $$p || test -f $$p1; \
307
+ then echo "$$p"; echo "$$p"; else :; fi; \
308
+ done | \
309
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
310
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
311
+ sed 'N;N;N;s,\n, ,g' | \
312
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
313
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
314
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
315
+ else { print "f", $$3 "/" $$4, $$1; } } \
316
+ END { for (d in files) print "f", d, files[d] }' | \
317
+ while read type dir files; do \
318
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
319
+ test -z "$$files" || { \
320
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
321
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
322
+ } \
323
+ ; done
324
+
325
+ uninstall-binPROGRAMS:
326
+ @$(NORMAL_UNINSTALL)
327
+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
328
+ files=`for p in $$list; do echo "$$p"; done | \
329
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
330
+ -e 's/$$/$(EXEEXT)/' `; \
331
+ test -n "$$list" || exit 0; \
332
+ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
333
+ cd "$(DESTDIR)$(bindir)" && rm -f $$files
334
+
335
+ clean-binPROGRAMS:
336
+ @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
337
+ echo " rm -f" $$list; \
338
+ rm -f $$list || exit $$?; \
339
+ test -n "$(EXEEXT)" || exit 0; \
340
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
341
+ echo " rm -f" $$list; \
342
+ rm -f $$list
343
+ marisa-benchmark$(EXEEXT): $(marisa_benchmark_OBJECTS) $(marisa_benchmark_DEPENDENCIES) $(EXTRA_marisa_benchmark_DEPENDENCIES)
344
+ @rm -f marisa-benchmark$(EXEEXT)
345
+ $(CXXLINK) $(marisa_benchmark_OBJECTS) $(marisa_benchmark_LDADD) $(LIBS)
346
+ marisa-build$(EXEEXT): $(marisa_build_OBJECTS) $(marisa_build_DEPENDENCIES) $(EXTRA_marisa_build_DEPENDENCIES)
347
+ @rm -f marisa-build$(EXEEXT)
348
+ $(CXXLINK) $(marisa_build_OBJECTS) $(marisa_build_LDADD) $(LIBS)
349
+ marisa-common-prefix-search$(EXEEXT): $(marisa_common_prefix_search_OBJECTS) $(marisa_common_prefix_search_DEPENDENCIES) $(EXTRA_marisa_common_prefix_search_DEPENDENCIES)
350
+ @rm -f marisa-common-prefix-search$(EXEEXT)
351
+ $(CXXLINK) $(marisa_common_prefix_search_OBJECTS) $(marisa_common_prefix_search_LDADD) $(LIBS)
352
+ marisa-dump$(EXEEXT): $(marisa_dump_OBJECTS) $(marisa_dump_DEPENDENCIES) $(EXTRA_marisa_dump_DEPENDENCIES)
353
+ @rm -f marisa-dump$(EXEEXT)
354
+ $(CXXLINK) $(marisa_dump_OBJECTS) $(marisa_dump_LDADD) $(LIBS)
355
+ marisa-lookup$(EXEEXT): $(marisa_lookup_OBJECTS) $(marisa_lookup_DEPENDENCIES) $(EXTRA_marisa_lookup_DEPENDENCIES)
356
+ @rm -f marisa-lookup$(EXEEXT)
357
+ $(CXXLINK) $(marisa_lookup_OBJECTS) $(marisa_lookup_LDADD) $(LIBS)
358
+ marisa-predictive-search$(EXEEXT): $(marisa_predictive_search_OBJECTS) $(marisa_predictive_search_DEPENDENCIES) $(EXTRA_marisa_predictive_search_DEPENDENCIES)
359
+ @rm -f marisa-predictive-search$(EXEEXT)
360
+ $(CXXLINK) $(marisa_predictive_search_OBJECTS) $(marisa_predictive_search_LDADD) $(LIBS)
361
+ marisa-reverse-lookup$(EXEEXT): $(marisa_reverse_lookup_OBJECTS) $(marisa_reverse_lookup_DEPENDENCIES) $(EXTRA_marisa_reverse_lookup_DEPENDENCIES)
362
+ @rm -f marisa-reverse-lookup$(EXEEXT)
363
+ $(CXXLINK) $(marisa_reverse_lookup_OBJECTS) $(marisa_reverse_lookup_LDADD) $(LIBS)
364
+
365
+ mostlyclean-compile:
366
+ -rm -f *.$(OBJEXT)
367
+
368
+ distclean-compile:
369
+ -rm -f *.tab.c
370
+
371
+ include ./$(DEPDIR)/cmdopt.Plo
372
+ include ./$(DEPDIR)/marisa-benchmark.Po
373
+ include ./$(DEPDIR)/marisa-build.Po
374
+ include ./$(DEPDIR)/marisa-common-prefix-search.Po
375
+ include ./$(DEPDIR)/marisa-dump.Po
376
+ include ./$(DEPDIR)/marisa-lookup.Po
377
+ include ./$(DEPDIR)/marisa-predictive-search.Po
378
+ include ./$(DEPDIR)/marisa-reverse-lookup.Po
379
+
380
+ .cc.o:
381
+ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
382
+ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
383
+ # source='$<' object='$@' libtool=no \
384
+ # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
385
+ # $(CXXCOMPILE) -c -o $@ $<
386
+
387
+ .cc.obj:
388
+ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
389
+ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
390
+ # source='$<' object='$@' libtool=no \
391
+ # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
392
+ # $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
393
+
394
+ .cc.lo:
395
+ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
396
+ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
397
+ # source='$<' object='$@' libtool=yes \
398
+ # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
399
+ # $(LTCXXCOMPILE) -c -o $@ $<
400
+
401
+ mostlyclean-libtool:
402
+ -rm -f *.lo
403
+
404
+ clean-libtool:
405
+ -rm -rf .libs _libs
406
+
407
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
408
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
409
+ unique=`for i in $$list; do \
410
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411
+ done | \
412
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
414
+ mkid -fID $$unique
415
+ tags: TAGS
416
+
417
+ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
418
+ $(TAGS_FILES) $(LISP)
419
+ set x; \
420
+ here=`pwd`; \
421
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422
+ unique=`for i in $$list; do \
423
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
+ done | \
425
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
427
+ shift; \
428
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
429
+ test -n "$$unique" || unique=$$empty_fix; \
430
+ if test $$# -gt 0; then \
431
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
432
+ "$$@" $$unique; \
433
+ else \
434
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435
+ $$unique; \
436
+ fi; \
437
+ fi
438
+ ctags: CTAGS
439
+ CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
440
+ $(TAGS_FILES) $(LISP)
441
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
442
+ unique=`for i in $$list; do \
443
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444
+ done | \
445
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
447
+ test -z "$(CTAGS_ARGS)$$unique" \
448
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
449
+ $$unique
450
+
451
+ GTAGS:
452
+ here=`$(am__cd) $(top_builddir) && pwd` \
453
+ && $(am__cd) $(top_srcdir) \
454
+ && gtags -i $(GTAGS_ARGS) "$$here"
455
+
456
+ distclean-tags:
457
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458
+
459
+ distdir: $(DISTFILES)
460
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462
+ list='$(DISTFILES)'; \
463
+ dist_files=`for file in $$list; do echo $$file; done | \
464
+ sed -e "s|^$$srcdirstrip/||;t" \
465
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
466
+ case $$dist_files in \
467
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
468
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
469
+ sort -u` ;; \
470
+ esac; \
471
+ for file in $$dist_files; do \
472
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473
+ if test -d $$d/$$file; then \
474
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
475
+ if test -d "$(distdir)/$$file"; then \
476
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477
+ fi; \
478
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
480
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481
+ fi; \
482
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
483
+ else \
484
+ test -f "$(distdir)/$$file" \
485
+ || cp -p $$d/$$file "$(distdir)/$$file" \
486
+ || exit 1; \
487
+ fi; \
488
+ done
489
+ check-am: all-am
490
+ check: check-am
491
+ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
492
+ installdirs:
493
+ for dir in "$(DESTDIR)$(bindir)"; do \
494
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
495
+ done
496
+ install: install-am
497
+ install-exec: install-exec-am
498
+ install-data: install-data-am
499
+ uninstall: uninstall-am
500
+
501
+ install-am: all-am
502
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
503
+
504
+ installcheck: installcheck-am
505
+ install-strip:
506
+ if test -z '$(STRIP)'; then \
507
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509
+ install; \
510
+ else \
511
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
514
+ fi
515
+ mostlyclean-generic:
516
+
517
+ clean-generic:
518
+
519
+ distclean-generic:
520
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
521
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
522
+
523
+ maintainer-clean-generic:
524
+ @echo "This command is intended for maintainers to use"
525
+ @echo "it deletes files that may require special tools to rebuild."
526
+ clean: clean-am
527
+
528
+ clean-am: clean-binPROGRAMS clean-generic clean-libtool \
529
+ clean-noinstLTLIBRARIES mostlyclean-am
530
+
531
+ distclean: distclean-am
532
+ -rm -rf ./$(DEPDIR)
533
+ -rm -f Makefile
534
+ distclean-am: clean-am distclean-compile distclean-generic \
535
+ distclean-tags
536
+
537
+ dvi: dvi-am
538
+
539
+ dvi-am:
540
+
541
+ html: html-am
542
+
543
+ html-am:
544
+
545
+ info: info-am
546
+
547
+ info-am:
548
+
549
+ install-data-am:
550
+
551
+ install-dvi: install-dvi-am
552
+
553
+ install-dvi-am:
554
+
555
+ install-exec-am: install-binPROGRAMS
556
+
557
+ install-html: install-html-am
558
+
559
+ install-html-am:
560
+
561
+ install-info: install-info-am
562
+
563
+ install-info-am:
564
+
565
+ install-man:
566
+
567
+ install-pdf: install-pdf-am
568
+
569
+ install-pdf-am:
570
+
571
+ install-ps: install-ps-am
572
+
573
+ install-ps-am:
574
+
575
+ installcheck-am:
576
+
577
+ maintainer-clean: maintainer-clean-am
578
+ -rm -rf ./$(DEPDIR)
579
+ -rm -f Makefile
580
+ maintainer-clean-am: distclean-am maintainer-clean-generic
581
+
582
+ mostlyclean: mostlyclean-am
583
+
584
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
585
+ mostlyclean-libtool
586
+
587
+ pdf: pdf-am
588
+
589
+ pdf-am:
590
+
591
+ ps: ps-am
592
+
593
+ ps-am:
594
+
595
+ uninstall-am: uninstall-binPROGRAMS
596
+
597
+ .MAKE: install-am install-strip
598
+
599
+ .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
600
+ clean-generic clean-libtool clean-noinstLTLIBRARIES ctags \
601
+ distclean distclean-compile distclean-generic \
602
+ distclean-libtool distclean-tags distdir dvi dvi-am html \
603
+ html-am info info-am install install-am install-binPROGRAMS \
604
+ install-data install-data-am install-dvi install-dvi-am \
605
+ install-exec install-exec-am install-html install-html-am \
606
+ install-info install-info-am install-man install-pdf \
607
+ install-pdf-am install-ps install-ps-am install-strip \
608
+ installcheck installcheck-am installdirs maintainer-clean \
609
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
610
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
611
+ tags uninstall uninstall-am uninstall-binPROGRAMS
612
+
613
+
614
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
615
+ # Otherwise a system limit (for SysV at least) may be exceeded.
616
+ .NOEXPORT: