melisa 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/extconf.rb +3 -0
- data/ext/marisa-0.2.4/Makefile +803 -0
- data/ext/marisa-0.2.4/config.log +794 -0
- data/ext/marisa-0.2.4/config.status +2150 -0
- data/ext/marisa-0.2.4/lib/Makefile +701 -0
- data/ext/marisa-0.2.4/lib/agent.lo +12 -0
- data/ext/marisa-0.2.4/lib/agent.o +0 -0
- data/ext/marisa-0.2.4/lib/bit-vector.lo +12 -0
- data/ext/marisa-0.2.4/lib/bit-vector.o +0 -0
- data/ext/marisa-0.2.4/lib/keyset.lo +12 -0
- data/ext/marisa-0.2.4/lib/keyset.o +0 -0
- data/ext/marisa-0.2.4/lib/libmarisa.la +41 -0
- data/ext/marisa-0.2.4/lib/louds-trie.lo +12 -0
- data/ext/marisa-0.2.4/lib/louds-trie.o +0 -0
- data/ext/marisa-0.2.4/lib/mapper.lo +12 -0
- data/ext/marisa-0.2.4/lib/mapper.o +0 -0
- data/ext/marisa-0.2.4/lib/reader.lo +12 -0
- data/ext/marisa-0.2.4/lib/reader.o +0 -0
- data/ext/marisa-0.2.4/lib/tail.lo +12 -0
- data/ext/marisa-0.2.4/lib/tail.o +0 -0
- data/ext/marisa-0.2.4/lib/trie.lo +12 -0
- data/ext/marisa-0.2.4/lib/trie.o +0 -0
- data/ext/marisa-0.2.4/lib/writer.lo +12 -0
- data/ext/marisa-0.2.4/lib/writer.o +0 -0
- data/ext/marisa-0.2.4/libtool +10243 -0
- data/ext/marisa-0.2.4/marisa.pc +11 -0
- data/ext/marisa-0.2.4/mkmf.log +27 -87
- data/ext/marisa-0.2.4/tests/Makefile +624 -0
- data/ext/marisa-0.2.4/tools/Makefile +616 -0
- data/ext/marisa-0.2.4/tools/cmdopt.lo +12 -0
- data/ext/marisa-0.2.4/tools/cmdopt.o +0 -0
- data/ext/marisa-0.2.4/tools/libcmdopt.la +41 -0
- data/ext/marisa-0.2.4/tools/marisa-benchmark +0 -0
- data/ext/marisa-0.2.4/tools/marisa-benchmark.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-build +0 -0
- data/ext/marisa-0.2.4/tools/marisa-build.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-common-prefix-search +0 -0
- data/ext/marisa-0.2.4/tools/marisa-common-prefix-search.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-dump +0 -0
- data/ext/marisa-0.2.4/tools/marisa-dump.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-lookup +0 -0
- data/ext/marisa-0.2.4/tools/marisa-lookup.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-predictive-search +0 -0
- data/ext/marisa-0.2.4/tools/marisa-predictive-search.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-reverse-lookup +0 -0
- data/ext/marisa-0.2.4/tools/marisa-reverse-lookup.o +0 -0
- data/lib/melisa/version.rb +1 -1
- metadata +45 -1
|
@@ -0,0 +1,701 @@
|
|
|
1
|
+
# Makefile.in generated by automake 1.11.3 from Makefile.am.
|
|
2
|
+
# lib/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
|
+
pkgdatadir = $(datadir)/marisa
|
|
21
|
+
pkgincludedir = $(includedir)/marisa
|
|
22
|
+
pkglibdir = $(libdir)/marisa
|
|
23
|
+
pkglibexecdir = $(libexecdir)/marisa
|
|
24
|
+
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
25
|
+
install_sh_DATA = $(install_sh) -c -m 644
|
|
26
|
+
install_sh_PROGRAM = $(install_sh) -c
|
|
27
|
+
install_sh_SCRIPT = $(install_sh) -c
|
|
28
|
+
INSTALL_HEADER = $(INSTALL_DATA)
|
|
29
|
+
transform = $(program_transform_name)
|
|
30
|
+
NORMAL_INSTALL = :
|
|
31
|
+
PRE_INSTALL = :
|
|
32
|
+
POST_INSTALL = :
|
|
33
|
+
NORMAL_UNINSTALL = :
|
|
34
|
+
PRE_UNINSTALL = :
|
|
35
|
+
POST_UNINSTALL = :
|
|
36
|
+
build_triplet = x86_64-apple-darwin13.3.0
|
|
37
|
+
host_triplet = x86_64-apple-darwin13.3.0
|
|
38
|
+
subdir = lib
|
|
39
|
+
DIST_COMMON = $(include_HEADERS) $(libmarisa_include_HEADERS) \
|
|
40
|
+
$(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|
41
|
+
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
42
|
+
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
|
43
|
+
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
|
44
|
+
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
|
45
|
+
$(top_srcdir)/configure.ac
|
|
46
|
+
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
47
|
+
$(ACLOCAL_M4)
|
|
48
|
+
mkinstalldirs = $(install_sh) -d
|
|
49
|
+
CONFIG_CLEAN_FILES =
|
|
50
|
+
CONFIG_CLEAN_VPATH_FILES =
|
|
51
|
+
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
52
|
+
am__vpath_adj = case $$p in \
|
|
53
|
+
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
54
|
+
*) f=$$p;; \
|
|
55
|
+
esac;
|
|
56
|
+
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
|
57
|
+
am__install_max = 40
|
|
58
|
+
am__nobase_strip_setup = \
|
|
59
|
+
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
|
60
|
+
am__nobase_strip = \
|
|
61
|
+
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
|
62
|
+
am__nobase_list = $(am__nobase_strip_setup); \
|
|
63
|
+
for p in $$list; do echo "$$p $$p"; done | \
|
|
64
|
+
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
|
65
|
+
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
|
66
|
+
if (++n[$$2] == $(am__install_max)) \
|
|
67
|
+
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
|
68
|
+
END { for (dir in files) print dir, files[dir] }'
|
|
69
|
+
am__base_list = \
|
|
70
|
+
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
|
71
|
+
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
72
|
+
am__uninstall_files_from_dir = { \
|
|
73
|
+
test -z "$$files" \
|
|
74
|
+
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
|
75
|
+
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
|
76
|
+
$(am__cd) "$$dir" && rm -f $$files; }; \
|
|
77
|
+
}
|
|
78
|
+
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \
|
|
79
|
+
"$(DESTDIR)$(libmarisa_includedir)"
|
|
80
|
+
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
81
|
+
libmarisa_la_LIBADD =
|
|
82
|
+
am_libmarisa_la_OBJECTS = keyset.lo agent.lo trie.lo mapper.lo \
|
|
83
|
+
reader.lo writer.lo bit-vector.lo tail.lo louds-trie.lo
|
|
84
|
+
libmarisa_la_OBJECTS = $(am_libmarisa_la_OBJECTS)
|
|
85
|
+
DEFAULT_INCLUDES = -I.
|
|
86
|
+
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
87
|
+
am__depfiles_maybe = depfiles
|
|
88
|
+
am__mv = mv -f
|
|
89
|
+
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
90
|
+
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
91
|
+
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
92
|
+
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
93
|
+
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
94
|
+
CXXLD = $(CXX)
|
|
95
|
+
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
96
|
+
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
|
|
97
|
+
$(LDFLAGS) -o $@
|
|
98
|
+
SOURCES = $(libmarisa_la_SOURCES)
|
|
99
|
+
DIST_SOURCES = $(libmarisa_la_SOURCES)
|
|
100
|
+
HEADERS = $(include_HEADERS) $(libmarisa_include_HEADERS) \
|
|
101
|
+
$(noinst_HEADERS)
|
|
102
|
+
ETAGS = etags
|
|
103
|
+
CTAGS = ctags
|
|
104
|
+
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
105
|
+
ACLOCAL = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run aclocal-1.11
|
|
106
|
+
AMTAR = $${TAR-tar}
|
|
107
|
+
AR = ar
|
|
108
|
+
AUTOCONF = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run autoconf
|
|
109
|
+
AUTOHEADER = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run autoheader
|
|
110
|
+
AUTOMAKE = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run automake-1.11
|
|
111
|
+
AWK = awk
|
|
112
|
+
CC = gcc
|
|
113
|
+
CCDEPMODE = depmode=gcc3
|
|
114
|
+
CFLAGS = -g -O2
|
|
115
|
+
CPP = gcc -E
|
|
116
|
+
CPPFLAGS =
|
|
117
|
+
CXX = g++
|
|
118
|
+
CXXCPP = g++ -E
|
|
119
|
+
CXXDEPMODE = depmode=gcc3
|
|
120
|
+
CXXFLAGS = -g -O2 -DMARISA_USE_SSE3 -msse3
|
|
121
|
+
CYGPATH_W = echo
|
|
122
|
+
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/\"
|
|
123
|
+
DEPDIR = .deps
|
|
124
|
+
DLLTOOL = false
|
|
125
|
+
DSYMUTIL = dsymutil
|
|
126
|
+
DUMPBIN =
|
|
127
|
+
ECHO_C = \c
|
|
128
|
+
ECHO_N =
|
|
129
|
+
ECHO_T =
|
|
130
|
+
EGREP = /usr/bin/grep -E
|
|
131
|
+
EXEEXT =
|
|
132
|
+
FGREP = /usr/bin/grep -F
|
|
133
|
+
GREP = /usr/bin/grep
|
|
134
|
+
INSTALL = /usr/bin/install -c
|
|
135
|
+
INSTALL_DATA = ${INSTALL} -m 644
|
|
136
|
+
INSTALL_PROGRAM = ${INSTALL}
|
|
137
|
+
INSTALL_SCRIPT = ${INSTALL}
|
|
138
|
+
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
|
139
|
+
LD = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
|
140
|
+
LDFLAGS =
|
|
141
|
+
LIBOBJS =
|
|
142
|
+
LIBS =
|
|
143
|
+
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
|
144
|
+
LIPO = lipo
|
|
145
|
+
LN_S = ln -s
|
|
146
|
+
LTLIBOBJS =
|
|
147
|
+
MAKEINFO = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run makeinfo
|
|
148
|
+
MANIFEST_TOOL = :
|
|
149
|
+
MKDIR_P = .././install-sh -c -d
|
|
150
|
+
NM = /usr/bin/nm
|
|
151
|
+
NMEDIT = nmedit
|
|
152
|
+
OBJDUMP = false
|
|
153
|
+
OBJEXT = o
|
|
154
|
+
OTOOL = otool
|
|
155
|
+
OTOOL64 = :
|
|
156
|
+
PACKAGE = marisa
|
|
157
|
+
PACKAGE_BUGREPORT = syata@acm.org
|
|
158
|
+
PACKAGE_NAME = marisa
|
|
159
|
+
PACKAGE_STRING = marisa 0.2.4
|
|
160
|
+
PACKAGE_TARNAME = marisa
|
|
161
|
+
PACKAGE_URL =
|
|
162
|
+
PACKAGE_VERSION = 0.2.4
|
|
163
|
+
PATH_SEPARATOR = :
|
|
164
|
+
RANLIB = ranlib
|
|
165
|
+
SED = /usr/bin/sed
|
|
166
|
+
SET_MAKE =
|
|
167
|
+
SHELL = /bin/sh
|
|
168
|
+
STRIP = strip
|
|
169
|
+
VERSION = 0.2.4
|
|
170
|
+
abs_builddir = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/lib
|
|
171
|
+
abs_srcdir = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/lib
|
|
172
|
+
abs_top_builddir = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4
|
|
173
|
+
abs_top_srcdir = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4
|
|
174
|
+
ac_ct_AR = ar
|
|
175
|
+
ac_ct_CC = gcc
|
|
176
|
+
ac_ct_CXX = g++
|
|
177
|
+
ac_ct_DUMPBIN =
|
|
178
|
+
am__include = include
|
|
179
|
+
am__leading_dot = .
|
|
180
|
+
am__quote =
|
|
181
|
+
am__tar = $${TAR-tar} chof - "$$tardir"
|
|
182
|
+
am__untar = $${TAR-tar} xf -
|
|
183
|
+
bindir = ${exec_prefix}/bin
|
|
184
|
+
build = x86_64-apple-darwin13.3.0
|
|
185
|
+
build_alias =
|
|
186
|
+
build_cpu = x86_64
|
|
187
|
+
build_os = darwin13.3.0
|
|
188
|
+
build_vendor = apple
|
|
189
|
+
builddir = .
|
|
190
|
+
datadir = ${datarootdir}
|
|
191
|
+
datarootdir = ${prefix}/share
|
|
192
|
+
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
|
193
|
+
dvidir = ${docdir}
|
|
194
|
+
exec_prefix = ${prefix}
|
|
195
|
+
host = x86_64-apple-darwin13.3.0
|
|
196
|
+
host_alias =
|
|
197
|
+
host_cpu = x86_64
|
|
198
|
+
host_os = darwin13.3.0
|
|
199
|
+
host_vendor = apple
|
|
200
|
+
htmldir = ${docdir}
|
|
201
|
+
includedir = ${prefix}/include
|
|
202
|
+
infodir = ${datarootdir}/info
|
|
203
|
+
install_sh = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/install-sh
|
|
204
|
+
libdir = ${exec_prefix}/lib
|
|
205
|
+
libexecdir = ${exec_prefix}/libexec
|
|
206
|
+
localedir = ${datarootdir}/locale
|
|
207
|
+
localstatedir = ${prefix}/var
|
|
208
|
+
mandir = ${datarootdir}/man
|
|
209
|
+
mkdir_p = $(top_builddir)/./install-sh -c -d
|
|
210
|
+
oldincludedir = /usr/include
|
|
211
|
+
pdfdir = ${docdir}
|
|
212
|
+
prefix = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg
|
|
213
|
+
program_transform_name = s,x,x,
|
|
214
|
+
psdir = ${docdir}
|
|
215
|
+
sbindir = ${exec_prefix}/sbin
|
|
216
|
+
sharedstatedir = ${prefix}/com
|
|
217
|
+
srcdir = .
|
|
218
|
+
sysconfdir = ${prefix}/etc
|
|
219
|
+
target_alias =
|
|
220
|
+
top_build_prefix = ../
|
|
221
|
+
top_builddir = ..
|
|
222
|
+
top_srcdir = ..
|
|
223
|
+
AM_CXXFLAGS = -Wall -Weffc++ -Wextra
|
|
224
|
+
#AM_CXXFLAGS = -Wall -Weffc++ -Wextra -D_DEBUG
|
|
225
|
+
lib_LTLIBRARIES = libmarisa.la
|
|
226
|
+
libmarisa_la_SOURCES = \
|
|
227
|
+
marisa/keyset.cc \
|
|
228
|
+
marisa/agent.cc \
|
|
229
|
+
marisa/trie.cc \
|
|
230
|
+
marisa/grimoire/io/mapper.cc \
|
|
231
|
+
marisa/grimoire/io/reader.cc \
|
|
232
|
+
marisa/grimoire/io/writer.cc \
|
|
233
|
+
marisa/grimoire/vector/bit-vector.cc \
|
|
234
|
+
marisa/grimoire/trie/tail.cc \
|
|
235
|
+
marisa/grimoire/trie/louds-trie.cc
|
|
236
|
+
|
|
237
|
+
include_HEADERS = marisa.h
|
|
238
|
+
libmarisa_includedir = ${includedir}/marisa
|
|
239
|
+
libmarisa_include_HEADERS = \
|
|
240
|
+
marisa/base.h \
|
|
241
|
+
marisa/exception.h \
|
|
242
|
+
marisa/scoped-ptr.h \
|
|
243
|
+
marisa/scoped-array.h \
|
|
244
|
+
marisa/key.h \
|
|
245
|
+
marisa/keyset.h \
|
|
246
|
+
marisa/query.h \
|
|
247
|
+
marisa/agent.h \
|
|
248
|
+
marisa/stdio.h \
|
|
249
|
+
marisa/iostream.h \
|
|
250
|
+
marisa/trie.h
|
|
251
|
+
|
|
252
|
+
noinst_HEADERS = \
|
|
253
|
+
marisa/grimoire/intrin.h \
|
|
254
|
+
marisa/grimoire/io.h \
|
|
255
|
+
marisa/grimoire/io/mapper.h \
|
|
256
|
+
marisa/grimoire/io/reader.h \
|
|
257
|
+
marisa/grimoire/io/writer.h \
|
|
258
|
+
marisa/grimoire/vector.h \
|
|
259
|
+
marisa/grimoire/vector/pop-count.h \
|
|
260
|
+
marisa/grimoire/vector/rank-index.h \
|
|
261
|
+
marisa/grimoire/vector/vector.h \
|
|
262
|
+
marisa/grimoire/vector/flat-vector.h \
|
|
263
|
+
marisa/grimoire/vector/bit-vector.h \
|
|
264
|
+
marisa/grimoire/algorithm.h \
|
|
265
|
+
marisa/grimoire/algorithm/sort.h \
|
|
266
|
+
marisa/grimoire/trie.h \
|
|
267
|
+
marisa/grimoire/trie/config.h \
|
|
268
|
+
marisa/grimoire/trie/header.h \
|
|
269
|
+
marisa/grimoire/trie/key.h \
|
|
270
|
+
marisa/grimoire/trie/range.h \
|
|
271
|
+
marisa/grimoire/trie/entry.h \
|
|
272
|
+
marisa/grimoire/trie/tail.h \
|
|
273
|
+
marisa/grimoire/trie/cache.h \
|
|
274
|
+
marisa/grimoire/trie/history.h \
|
|
275
|
+
marisa/grimoire/trie/state.h \
|
|
276
|
+
marisa/grimoire/trie/louds-trie.h
|
|
277
|
+
|
|
278
|
+
all: all-am
|
|
279
|
+
|
|
280
|
+
.SUFFIXES:
|
|
281
|
+
.SUFFIXES: .cc .lo .o .obj
|
|
282
|
+
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
283
|
+
@for dep in $?; do \
|
|
284
|
+
case '$(am__configure_deps)' in \
|
|
285
|
+
*$$dep*) \
|
|
286
|
+
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
287
|
+
&& { if test -f $@; then exit 0; else break; fi; }; \
|
|
288
|
+
exit 1;; \
|
|
289
|
+
esac; \
|
|
290
|
+
done; \
|
|
291
|
+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
|
|
292
|
+
$(am__cd) $(top_srcdir) && \
|
|
293
|
+
$(AUTOMAKE) --gnu lib/Makefile
|
|
294
|
+
.PRECIOUS: Makefile
|
|
295
|
+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
296
|
+
@case '$?' in \
|
|
297
|
+
*config.status*) \
|
|
298
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
299
|
+
*) \
|
|
300
|
+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
301
|
+
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
302
|
+
esac;
|
|
303
|
+
|
|
304
|
+
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
305
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
306
|
+
|
|
307
|
+
$(top_srcdir)/configure: $(am__configure_deps)
|
|
308
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
309
|
+
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
310
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
311
|
+
$(am__aclocal_m4_deps):
|
|
312
|
+
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|
313
|
+
@$(NORMAL_INSTALL)
|
|
314
|
+
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
|
315
|
+
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
|
316
|
+
list2=; for p in $$list; do \
|
|
317
|
+
if test -f $$p; then \
|
|
318
|
+
list2="$$list2 $$p"; \
|
|
319
|
+
else :; fi; \
|
|
320
|
+
done; \
|
|
321
|
+
test -z "$$list2" || { \
|
|
322
|
+
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
|
|
323
|
+
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
uninstall-libLTLIBRARIES:
|
|
327
|
+
@$(NORMAL_UNINSTALL)
|
|
328
|
+
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
|
329
|
+
for p in $$list; do \
|
|
330
|
+
$(am__strip_dir) \
|
|
331
|
+
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
|
|
332
|
+
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
|
|
333
|
+
done
|
|
334
|
+
|
|
335
|
+
clean-libLTLIBRARIES:
|
|
336
|
+
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
|
337
|
+
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
338
|
+
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
|
339
|
+
test "$$dir" != "$$p" || dir=.; \
|
|
340
|
+
echo "rm -f \"$${dir}/so_locations\""; \
|
|
341
|
+
rm -f "$${dir}/so_locations"; \
|
|
342
|
+
done
|
|
343
|
+
libmarisa.la: $(libmarisa_la_OBJECTS) $(libmarisa_la_DEPENDENCIES) $(EXTRA_libmarisa_la_DEPENDENCIES)
|
|
344
|
+
$(CXXLINK) -rpath $(libdir) $(libmarisa_la_OBJECTS) $(libmarisa_la_LIBADD) $(LIBS)
|
|
345
|
+
|
|
346
|
+
mostlyclean-compile:
|
|
347
|
+
-rm -f *.$(OBJEXT)
|
|
348
|
+
|
|
349
|
+
distclean-compile:
|
|
350
|
+
-rm -f *.tab.c
|
|
351
|
+
|
|
352
|
+
include ./$(DEPDIR)/agent.Plo
|
|
353
|
+
include ./$(DEPDIR)/bit-vector.Plo
|
|
354
|
+
include ./$(DEPDIR)/keyset.Plo
|
|
355
|
+
include ./$(DEPDIR)/louds-trie.Plo
|
|
356
|
+
include ./$(DEPDIR)/mapper.Plo
|
|
357
|
+
include ./$(DEPDIR)/reader.Plo
|
|
358
|
+
include ./$(DEPDIR)/tail.Plo
|
|
359
|
+
include ./$(DEPDIR)/trie.Plo
|
|
360
|
+
include ./$(DEPDIR)/writer.Plo
|
|
361
|
+
|
|
362
|
+
.cc.o:
|
|
363
|
+
$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
364
|
+
$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
365
|
+
# source='$<' object='$@' libtool=no \
|
|
366
|
+
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
367
|
+
# $(CXXCOMPILE) -c -o $@ $<
|
|
368
|
+
|
|
369
|
+
.cc.obj:
|
|
370
|
+
$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
|
371
|
+
$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
372
|
+
# source='$<' object='$@' libtool=no \
|
|
373
|
+
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
374
|
+
# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
375
|
+
|
|
376
|
+
.cc.lo:
|
|
377
|
+
$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
378
|
+
$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
|
379
|
+
# source='$<' object='$@' libtool=yes \
|
|
380
|
+
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
381
|
+
# $(LTCXXCOMPILE) -c -o $@ $<
|
|
382
|
+
|
|
383
|
+
keyset.lo: marisa/keyset.cc
|
|
384
|
+
$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT keyset.lo -MD -MP -MF $(DEPDIR)/keyset.Tpo -c -o keyset.lo `test -f 'marisa/keyset.cc' || echo '$(srcdir)/'`marisa/keyset.cc
|
|
385
|
+
$(am__mv) $(DEPDIR)/keyset.Tpo $(DEPDIR)/keyset.Plo
|
|
386
|
+
# source='marisa/keyset.cc' object='keyset.lo' libtool=yes \
|
|
387
|
+
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
388
|
+
# $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o keyset.lo `test -f 'marisa/keyset.cc' || echo '$(srcdir)/'`marisa/keyset.cc
|
|
389
|
+
|
|
390
|
+
agent.lo: marisa/agent.cc
|
|
391
|
+
$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT agent.lo -MD -MP -MF $(DEPDIR)/agent.Tpo -c -o agent.lo `test -f 'marisa/agent.cc' || echo '$(srcdir)/'`marisa/agent.cc
|
|
392
|
+
$(am__mv) $(DEPDIR)/agent.Tpo $(DEPDIR)/agent.Plo
|
|
393
|
+
# source='marisa/agent.cc' object='agent.lo' libtool=yes \
|
|
394
|
+
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
395
|
+
# $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o agent.lo `test -f 'marisa/agent.cc' || echo '$(srcdir)/'`marisa/agent.cc
|
|
396
|
+
|
|
397
|
+
trie.lo: marisa/trie.cc
|
|
398
|
+
$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT trie.lo -MD -MP -MF $(DEPDIR)/trie.Tpo -c -o trie.lo `test -f 'marisa/trie.cc' || echo '$(srcdir)/'`marisa/trie.cc
|
|
399
|
+
$(am__mv) $(DEPDIR)/trie.Tpo $(DEPDIR)/trie.Plo
|
|
400
|
+
# source='marisa/trie.cc' object='trie.lo' libtool=yes \
|
|
401
|
+
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
402
|
+
# $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o trie.lo `test -f 'marisa/trie.cc' || echo '$(srcdir)/'`marisa/trie.cc
|
|
403
|
+
|
|
404
|
+
mapper.lo: marisa/grimoire/io/mapper.cc
|
|
405
|
+
$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mapper.lo -MD -MP -MF $(DEPDIR)/mapper.Tpo -c -o mapper.lo `test -f 'marisa/grimoire/io/mapper.cc' || echo '$(srcdir)/'`marisa/grimoire/io/mapper.cc
|
|
406
|
+
$(am__mv) $(DEPDIR)/mapper.Tpo $(DEPDIR)/mapper.Plo
|
|
407
|
+
# source='marisa/grimoire/io/mapper.cc' object='mapper.lo' libtool=yes \
|
|
408
|
+
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
409
|
+
# $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mapper.lo `test -f 'marisa/grimoire/io/mapper.cc' || echo '$(srcdir)/'`marisa/grimoire/io/mapper.cc
|
|
410
|
+
|
|
411
|
+
reader.lo: marisa/grimoire/io/reader.cc
|
|
412
|
+
$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT reader.lo -MD -MP -MF $(DEPDIR)/reader.Tpo -c -o reader.lo `test -f 'marisa/grimoire/io/reader.cc' || echo '$(srcdir)/'`marisa/grimoire/io/reader.cc
|
|
413
|
+
$(am__mv) $(DEPDIR)/reader.Tpo $(DEPDIR)/reader.Plo
|
|
414
|
+
# source='marisa/grimoire/io/reader.cc' object='reader.lo' libtool=yes \
|
|
415
|
+
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
416
|
+
# $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o reader.lo `test -f 'marisa/grimoire/io/reader.cc' || echo '$(srcdir)/'`marisa/grimoire/io/reader.cc
|
|
417
|
+
|
|
418
|
+
writer.lo: marisa/grimoire/io/writer.cc
|
|
419
|
+
$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT writer.lo -MD -MP -MF $(DEPDIR)/writer.Tpo -c -o writer.lo `test -f 'marisa/grimoire/io/writer.cc' || echo '$(srcdir)/'`marisa/grimoire/io/writer.cc
|
|
420
|
+
$(am__mv) $(DEPDIR)/writer.Tpo $(DEPDIR)/writer.Plo
|
|
421
|
+
# source='marisa/grimoire/io/writer.cc' object='writer.lo' libtool=yes \
|
|
422
|
+
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
423
|
+
# $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o writer.lo `test -f 'marisa/grimoire/io/writer.cc' || echo '$(srcdir)/'`marisa/grimoire/io/writer.cc
|
|
424
|
+
|
|
425
|
+
bit-vector.lo: marisa/grimoire/vector/bit-vector.cc
|
|
426
|
+
$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bit-vector.lo -MD -MP -MF $(DEPDIR)/bit-vector.Tpo -c -o bit-vector.lo `test -f 'marisa/grimoire/vector/bit-vector.cc' || echo '$(srcdir)/'`marisa/grimoire/vector/bit-vector.cc
|
|
427
|
+
$(am__mv) $(DEPDIR)/bit-vector.Tpo $(DEPDIR)/bit-vector.Plo
|
|
428
|
+
# source='marisa/grimoire/vector/bit-vector.cc' object='bit-vector.lo' libtool=yes \
|
|
429
|
+
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
430
|
+
# $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bit-vector.lo `test -f 'marisa/grimoire/vector/bit-vector.cc' || echo '$(srcdir)/'`marisa/grimoire/vector/bit-vector.cc
|
|
431
|
+
|
|
432
|
+
tail.lo: marisa/grimoire/trie/tail.cc
|
|
433
|
+
$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tail.lo -MD -MP -MF $(DEPDIR)/tail.Tpo -c -o tail.lo `test -f 'marisa/grimoire/trie/tail.cc' || echo '$(srcdir)/'`marisa/grimoire/trie/tail.cc
|
|
434
|
+
$(am__mv) $(DEPDIR)/tail.Tpo $(DEPDIR)/tail.Plo
|
|
435
|
+
# source='marisa/grimoire/trie/tail.cc' object='tail.lo' libtool=yes \
|
|
436
|
+
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
437
|
+
# $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tail.lo `test -f 'marisa/grimoire/trie/tail.cc' || echo '$(srcdir)/'`marisa/grimoire/trie/tail.cc
|
|
438
|
+
|
|
439
|
+
louds-trie.lo: marisa/grimoire/trie/louds-trie.cc
|
|
440
|
+
$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT louds-trie.lo -MD -MP -MF $(DEPDIR)/louds-trie.Tpo -c -o louds-trie.lo `test -f 'marisa/grimoire/trie/louds-trie.cc' || echo '$(srcdir)/'`marisa/grimoire/trie/louds-trie.cc
|
|
441
|
+
$(am__mv) $(DEPDIR)/louds-trie.Tpo $(DEPDIR)/louds-trie.Plo
|
|
442
|
+
# source='marisa/grimoire/trie/louds-trie.cc' object='louds-trie.lo' libtool=yes \
|
|
443
|
+
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
444
|
+
# $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o louds-trie.lo `test -f 'marisa/grimoire/trie/louds-trie.cc' || echo '$(srcdir)/'`marisa/grimoire/trie/louds-trie.cc
|
|
445
|
+
|
|
446
|
+
mostlyclean-libtool:
|
|
447
|
+
-rm -f *.lo
|
|
448
|
+
|
|
449
|
+
clean-libtool:
|
|
450
|
+
-rm -rf .libs _libs
|
|
451
|
+
install-includeHEADERS: $(include_HEADERS)
|
|
452
|
+
@$(NORMAL_INSTALL)
|
|
453
|
+
test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
|
|
454
|
+
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
|
455
|
+
for p in $$list; do \
|
|
456
|
+
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
457
|
+
echo "$$d$$p"; \
|
|
458
|
+
done | $(am__base_list) | \
|
|
459
|
+
while read files; do \
|
|
460
|
+
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
|
|
461
|
+
$(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
|
|
462
|
+
done
|
|
463
|
+
|
|
464
|
+
uninstall-includeHEADERS:
|
|
465
|
+
@$(NORMAL_UNINSTALL)
|
|
466
|
+
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
|
467
|
+
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
468
|
+
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
|
|
469
|
+
install-libmarisa_includeHEADERS: $(libmarisa_include_HEADERS)
|
|
470
|
+
@$(NORMAL_INSTALL)
|
|
471
|
+
test -z "$(libmarisa_includedir)" || $(MKDIR_P) "$(DESTDIR)$(libmarisa_includedir)"
|
|
472
|
+
@list='$(libmarisa_include_HEADERS)'; test -n "$(libmarisa_includedir)" || list=; \
|
|
473
|
+
for p in $$list; do \
|
|
474
|
+
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
475
|
+
echo "$$d$$p"; \
|
|
476
|
+
done | $(am__base_list) | \
|
|
477
|
+
while read files; do \
|
|
478
|
+
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libmarisa_includedir)'"; \
|
|
479
|
+
$(INSTALL_HEADER) $$files "$(DESTDIR)$(libmarisa_includedir)" || exit $$?; \
|
|
480
|
+
done
|
|
481
|
+
|
|
482
|
+
uninstall-libmarisa_includeHEADERS:
|
|
483
|
+
@$(NORMAL_UNINSTALL)
|
|
484
|
+
@list='$(libmarisa_include_HEADERS)'; test -n "$(libmarisa_includedir)" || list=; \
|
|
485
|
+
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
486
|
+
dir='$(DESTDIR)$(libmarisa_includedir)'; $(am__uninstall_files_from_dir)
|
|
487
|
+
|
|
488
|
+
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
489
|
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
490
|
+
unique=`for i in $$list; do \
|
|
491
|
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
492
|
+
done | \
|
|
493
|
+
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
494
|
+
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
495
|
+
mkid -fID $$unique
|
|
496
|
+
tags: TAGS
|
|
497
|
+
|
|
498
|
+
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
499
|
+
$(TAGS_FILES) $(LISP)
|
|
500
|
+
set x; \
|
|
501
|
+
here=`pwd`; \
|
|
502
|
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
503
|
+
unique=`for i in $$list; do \
|
|
504
|
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
505
|
+
done | \
|
|
506
|
+
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
507
|
+
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
508
|
+
shift; \
|
|
509
|
+
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
|
510
|
+
test -n "$$unique" || unique=$$empty_fix; \
|
|
511
|
+
if test $$# -gt 0; then \
|
|
512
|
+
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
513
|
+
"$$@" $$unique; \
|
|
514
|
+
else \
|
|
515
|
+
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
516
|
+
$$unique; \
|
|
517
|
+
fi; \
|
|
518
|
+
fi
|
|
519
|
+
ctags: CTAGS
|
|
520
|
+
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
521
|
+
$(TAGS_FILES) $(LISP)
|
|
522
|
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
523
|
+
unique=`for i in $$list; do \
|
|
524
|
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
525
|
+
done | \
|
|
526
|
+
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
527
|
+
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
528
|
+
test -z "$(CTAGS_ARGS)$$unique" \
|
|
529
|
+
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
530
|
+
$$unique
|
|
531
|
+
|
|
532
|
+
GTAGS:
|
|
533
|
+
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
534
|
+
&& $(am__cd) $(top_srcdir) \
|
|
535
|
+
&& gtags -i $(GTAGS_ARGS) "$$here"
|
|
536
|
+
|
|
537
|
+
distclean-tags:
|
|
538
|
+
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
539
|
+
|
|
540
|
+
distdir: $(DISTFILES)
|
|
541
|
+
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
542
|
+
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
543
|
+
list='$(DISTFILES)'; \
|
|
544
|
+
dist_files=`for file in $$list; do echo $$file; done | \
|
|
545
|
+
sed -e "s|^$$srcdirstrip/||;t" \
|
|
546
|
+
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
547
|
+
case $$dist_files in \
|
|
548
|
+
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
549
|
+
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
550
|
+
sort -u` ;; \
|
|
551
|
+
esac; \
|
|
552
|
+
for file in $$dist_files; do \
|
|
553
|
+
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
554
|
+
if test -d $$d/$$file; then \
|
|
555
|
+
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
556
|
+
if test -d "$(distdir)/$$file"; then \
|
|
557
|
+
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
558
|
+
fi; \
|
|
559
|
+
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
560
|
+
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
561
|
+
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
562
|
+
fi; \
|
|
563
|
+
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
|
564
|
+
else \
|
|
565
|
+
test -f "$(distdir)/$$file" \
|
|
566
|
+
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
|
567
|
+
|| exit 1; \
|
|
568
|
+
fi; \
|
|
569
|
+
done
|
|
570
|
+
check-am: all-am
|
|
571
|
+
check: check-am
|
|
572
|
+
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
|
|
573
|
+
installdirs:
|
|
574
|
+
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(libmarisa_includedir)"; do \
|
|
575
|
+
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
576
|
+
done
|
|
577
|
+
install: install-am
|
|
578
|
+
install-exec: install-exec-am
|
|
579
|
+
install-data: install-data-am
|
|
580
|
+
uninstall: uninstall-am
|
|
581
|
+
|
|
582
|
+
install-am: all-am
|
|
583
|
+
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
584
|
+
|
|
585
|
+
installcheck: installcheck-am
|
|
586
|
+
install-strip:
|
|
587
|
+
if test -z '$(STRIP)'; then \
|
|
588
|
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
589
|
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
590
|
+
install; \
|
|
591
|
+
else \
|
|
592
|
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
593
|
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
594
|
+
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
|
595
|
+
fi
|
|
596
|
+
mostlyclean-generic:
|
|
597
|
+
|
|
598
|
+
clean-generic:
|
|
599
|
+
|
|
600
|
+
distclean-generic:
|
|
601
|
+
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
602
|
+
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
603
|
+
|
|
604
|
+
maintainer-clean-generic:
|
|
605
|
+
@echo "This command is intended for maintainers to use"
|
|
606
|
+
@echo "it deletes files that may require special tools to rebuild."
|
|
607
|
+
clean: clean-am
|
|
608
|
+
|
|
609
|
+
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
|
|
610
|
+
mostlyclean-am
|
|
611
|
+
|
|
612
|
+
distclean: distclean-am
|
|
613
|
+
-rm -rf ./$(DEPDIR)
|
|
614
|
+
-rm -f Makefile
|
|
615
|
+
distclean-am: clean-am distclean-compile distclean-generic \
|
|
616
|
+
distclean-tags
|
|
617
|
+
|
|
618
|
+
dvi: dvi-am
|
|
619
|
+
|
|
620
|
+
dvi-am:
|
|
621
|
+
|
|
622
|
+
html: html-am
|
|
623
|
+
|
|
624
|
+
html-am:
|
|
625
|
+
|
|
626
|
+
info: info-am
|
|
627
|
+
|
|
628
|
+
info-am:
|
|
629
|
+
|
|
630
|
+
install-data-am: install-includeHEADERS \
|
|
631
|
+
install-libmarisa_includeHEADERS
|
|
632
|
+
|
|
633
|
+
install-dvi: install-dvi-am
|
|
634
|
+
|
|
635
|
+
install-dvi-am:
|
|
636
|
+
|
|
637
|
+
install-exec-am: install-libLTLIBRARIES
|
|
638
|
+
|
|
639
|
+
install-html: install-html-am
|
|
640
|
+
|
|
641
|
+
install-html-am:
|
|
642
|
+
|
|
643
|
+
install-info: install-info-am
|
|
644
|
+
|
|
645
|
+
install-info-am:
|
|
646
|
+
|
|
647
|
+
install-man:
|
|
648
|
+
|
|
649
|
+
install-pdf: install-pdf-am
|
|
650
|
+
|
|
651
|
+
install-pdf-am:
|
|
652
|
+
|
|
653
|
+
install-ps: install-ps-am
|
|
654
|
+
|
|
655
|
+
install-ps-am:
|
|
656
|
+
|
|
657
|
+
installcheck-am:
|
|
658
|
+
|
|
659
|
+
maintainer-clean: maintainer-clean-am
|
|
660
|
+
-rm -rf ./$(DEPDIR)
|
|
661
|
+
-rm -f Makefile
|
|
662
|
+
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
663
|
+
|
|
664
|
+
mostlyclean: mostlyclean-am
|
|
665
|
+
|
|
666
|
+
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
667
|
+
mostlyclean-libtool
|
|
668
|
+
|
|
669
|
+
pdf: pdf-am
|
|
670
|
+
|
|
671
|
+
pdf-am:
|
|
672
|
+
|
|
673
|
+
ps: ps-am
|
|
674
|
+
|
|
675
|
+
ps-am:
|
|
676
|
+
|
|
677
|
+
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
|
|
678
|
+
uninstall-libmarisa_includeHEADERS
|
|
679
|
+
|
|
680
|
+
.MAKE: install-am install-strip
|
|
681
|
+
|
|
682
|
+
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
|
683
|
+
clean-libLTLIBRARIES clean-libtool ctags distclean \
|
|
684
|
+
distclean-compile distclean-generic distclean-libtool \
|
|
685
|
+
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
|
686
|
+
install install-am install-data install-data-am install-dvi \
|
|
687
|
+
install-dvi-am install-exec install-exec-am install-html \
|
|
688
|
+
install-html-am install-includeHEADERS install-info \
|
|
689
|
+
install-info-am install-libLTLIBRARIES \
|
|
690
|
+
install-libmarisa_includeHEADERS install-man install-pdf \
|
|
691
|
+
install-pdf-am install-ps install-ps-am install-strip \
|
|
692
|
+
installcheck installcheck-am installdirs maintainer-clean \
|
|
693
|
+
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
694
|
+
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
695
|
+
tags uninstall uninstall-am uninstall-includeHEADERS \
|
|
696
|
+
uninstall-libLTLIBRARIES uninstall-libmarisa_includeHEADERS
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
700
|
+
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
701
|
+
.NOEXPORT:
|