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,11 @@
1
+ prefix=/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg
2
+ exec_prefix=${prefix}
3
+ bindir=${exec_prefix}/bin
4
+ libdir=${exec_prefix}/lib
5
+ includedir=${prefix}/include
6
+
7
+ Name: Marisa
8
+ Description: Matching Algorithm with Recursively Implemented StorAge
9
+ Version: 0.2.4
10
+ Cflags: -I${includedir}
11
+ Libs: -L${libdir} -lmarisa
@@ -1,4 +1,4 @@
1
- "./configure --enable-sse3 --prefix='/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg'"
1
+ "./configure --enable-sse3 --disable-shared --prefix='/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg'"
2
2
  checking for a BSD-compatible install... /usr/bin/install -c
3
3
  checking whether build environment is sane... yes
4
4
  checking for a thread-safe mkdir -p... ./install-sh -c -d
@@ -80,7 +80,7 @@ checking dynamic linker characteristics... darwin13.3.0 dyld
80
80
  checking how to hardcode library paths into programs... immediate
81
81
  checking whether stripping libraries is possible... yes
82
82
  checking if libtool supports shared libraries... yes
83
- checking whether to build shared libraries... yes
83
+ checking whether to build shared libraries... no
84
84
  checking whether to build static libraries... yes
85
85
  checking for g++... g++
86
86
  checking whether we are using the GNU C++ compiler... yes
@@ -134,51 +134,38 @@ marisa 0.2.4 configuration:
134
134
  "make install"
135
135
  Making install in lib
136
136
  /bin/sh ../libtool --tag=CXX --mode=compile g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT keyset.lo -MD -MP -MF .deps/keyset.Tpo -c -o keyset.lo `test -f 'marisa/keyset.cc' || echo './'`marisa/keyset.cc
137
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT keyset.lo -MD -MP -MF .deps/keyset.Tpo -c marisa/keyset.cc -fno-common -DPIC -o .libs/keyset.o
138
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT keyset.lo -MD -MP -MF .deps/keyset.Tpo -c marisa/keyset.cc -o keyset.o >/dev/null 2>&1
137
+ libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT keyset.lo -MD -MP -MF .deps/keyset.Tpo -c marisa/keyset.cc -o keyset.o
139
138
  mv -f .deps/keyset.Tpo .deps/keyset.Plo
140
139
  /bin/sh ../libtool --tag=CXX --mode=compile g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT agent.lo -MD -MP -MF .deps/agent.Tpo -c -o agent.lo `test -f 'marisa/agent.cc' || echo './'`marisa/agent.cc
141
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT agent.lo -MD -MP -MF .deps/agent.Tpo -c marisa/agent.cc -fno-common -DPIC -o .libs/agent.o
142
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT agent.lo -MD -MP -MF .deps/agent.Tpo -c marisa/agent.cc -o agent.o >/dev/null 2>&1
140
+ libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT agent.lo -MD -MP -MF .deps/agent.Tpo -c marisa/agent.cc -o agent.o
143
141
  mv -f .deps/agent.Tpo .deps/agent.Plo
144
142
  /bin/sh ../libtool --tag=CXX --mode=compile g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c -o trie.lo `test -f 'marisa/trie.cc' || echo './'`marisa/trie.cc
145
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c marisa/trie.cc -fno-common -DPIC -o .libs/trie.o
146
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c marisa/trie.cc -o trie.o >/dev/null 2>&1
143
+ libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c marisa/trie.cc -o trie.o
147
144
  mv -f .deps/trie.Tpo .deps/trie.Plo
148
145
  /bin/sh ../libtool --tag=CXX --mode=compile g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT mapper.lo -MD -MP -MF .deps/mapper.Tpo -c -o mapper.lo `test -f 'marisa/grimoire/io/mapper.cc' || echo './'`marisa/grimoire/io/mapper.cc
149
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT mapper.lo -MD -MP -MF .deps/mapper.Tpo -c marisa/grimoire/io/mapper.cc -fno-common -DPIC -o .libs/mapper.o
150
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT mapper.lo -MD -MP -MF .deps/mapper.Tpo -c marisa/grimoire/io/mapper.cc -o mapper.o >/dev/null 2>&1
146
+ libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT mapper.lo -MD -MP -MF .deps/mapper.Tpo -c marisa/grimoire/io/mapper.cc -o mapper.o
151
147
  mv -f .deps/mapper.Tpo .deps/mapper.Plo
152
148
  /bin/sh ../libtool --tag=CXX --mode=compile g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c -o reader.lo `test -f 'marisa/grimoire/io/reader.cc' || echo './'`marisa/grimoire/io/reader.cc
153
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c marisa/grimoire/io/reader.cc -fno-common -DPIC -o .libs/reader.o
154
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c marisa/grimoire/io/reader.cc -o reader.o >/dev/null 2>&1
149
+ libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c marisa/grimoire/io/reader.cc -o reader.o
155
150
  mv -f .deps/reader.Tpo .deps/reader.Plo
156
151
  /bin/sh ../libtool --tag=CXX --mode=compile g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT writer.lo -MD -MP -MF .deps/writer.Tpo -c -o writer.lo `test -f 'marisa/grimoire/io/writer.cc' || echo './'`marisa/grimoire/io/writer.cc
157
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT writer.lo -MD -MP -MF .deps/writer.Tpo -c marisa/grimoire/io/writer.cc -fno-common -DPIC -o .libs/writer.o
158
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT writer.lo -MD -MP -MF .deps/writer.Tpo -c marisa/grimoire/io/writer.cc -o writer.o >/dev/null 2>&1
152
+ libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT writer.lo -MD -MP -MF .deps/writer.Tpo -c marisa/grimoire/io/writer.cc -o writer.o
159
153
  mv -f .deps/writer.Tpo .deps/writer.Plo
160
154
  /bin/sh ../libtool --tag=CXX --mode=compile g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT bit-vector.lo -MD -MP -MF .deps/bit-vector.Tpo -c -o bit-vector.lo `test -f 'marisa/grimoire/vector/bit-vector.cc' || echo './'`marisa/grimoire/vector/bit-vector.cc
161
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT bit-vector.lo -MD -MP -MF .deps/bit-vector.Tpo -c marisa/grimoire/vector/bit-vector.cc -fno-common -DPIC -o .libs/bit-vector.o
162
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT bit-vector.lo -MD -MP -MF .deps/bit-vector.Tpo -c marisa/grimoire/vector/bit-vector.cc -o bit-vector.o >/dev/null 2>&1
155
+ libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT bit-vector.lo -MD -MP -MF .deps/bit-vector.Tpo -c marisa/grimoire/vector/bit-vector.cc -o bit-vector.o
163
156
  mv -f .deps/bit-vector.Tpo .deps/bit-vector.Plo
164
157
  /bin/sh ../libtool --tag=CXX --mode=compile g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT tail.lo -MD -MP -MF .deps/tail.Tpo -c -o tail.lo `test -f 'marisa/grimoire/trie/tail.cc' || echo './'`marisa/grimoire/trie/tail.cc
165
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT tail.lo -MD -MP -MF .deps/tail.Tpo -c marisa/grimoire/trie/tail.cc -fno-common -DPIC -o .libs/tail.o
166
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT tail.lo -MD -MP -MF .deps/tail.Tpo -c marisa/grimoire/trie/tail.cc -o tail.o >/dev/null 2>&1
158
+ libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT tail.lo -MD -MP -MF .deps/tail.Tpo -c marisa/grimoire/trie/tail.cc -o tail.o
167
159
  mv -f .deps/tail.Tpo .deps/tail.Plo
168
160
  /bin/sh ../libtool --tag=CXX --mode=compile g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT louds-trie.lo -MD -MP -MF .deps/louds-trie.Tpo -c -o louds-trie.lo `test -f 'marisa/grimoire/trie/louds-trie.cc' || echo './'`marisa/grimoire/trie/louds-trie.cc
169
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT louds-trie.lo -MD -MP -MF .deps/louds-trie.Tpo -c marisa/grimoire/trie/louds-trie.cc -fno-common -DPIC -o .libs/louds-trie.o
170
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT louds-trie.lo -MD -MP -MF .deps/louds-trie.Tpo -c marisa/grimoire/trie/louds-trie.cc -o louds-trie.o >/dev/null 2>&1
161
+ libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -MT louds-trie.lo -MD -MP -MF .deps/louds-trie.Tpo -c marisa/grimoire/trie/louds-trie.cc -o louds-trie.o
171
162
  mv -f .deps/louds-trie.Tpo .deps/louds-trie.Plo
172
163
  /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Weffc++ -Wextra -g -O2 -DMARISA_USE_SSE3 -msse3 -o libmarisa.la -rpath /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/lib keyset.lo agent.lo trie.lo mapper.lo reader.lo writer.lo bit-vector.lo tail.lo louds-trie.lo
173
- libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libmarisa.0.dylib .libs/keyset.o .libs/agent.o .libs/trie.o .libs/mapper.o .libs/reader.o .libs/writer.o .libs/bit-vector.o .libs/tail.o .libs/louds-trie.o -O2 -msse3 -install_name /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/lib/libmarisa.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module
174
- libtool: link: (cd ".libs" && rm -f "libmarisa.dylib" && ln -s "libmarisa.0.dylib" "libmarisa.dylib")
175
164
  libtool: link: ar cru .libs/libmarisa.a keyset.o agent.o trie.o mapper.o reader.o writer.o bit-vector.o tail.o louds-trie.o
176
165
  libtool: link: ranlib .libs/libmarisa.a
177
166
  libtool: link: ( cd ".libs" && rm -f "libmarisa.la" && ln -s "../libmarisa.la" "libmarisa.la" )
178
167
  test -z "/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/lib" || .././install-sh -c -d "/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/lib"
179
168
  /bin/sh ../libtool --mode=install /usr/bin/install -c libmarisa.la '/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/lib'
180
- libtool: install: /usr/bin/install -c .libs/libmarisa.0.dylib /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/lib/libmarisa.0.dylib
181
- libtool: install: (cd /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/lib && { ln -s -f libmarisa.0.dylib libmarisa.dylib || { rm -f libmarisa.dylib && ln -s libmarisa.0.dylib libmarisa.dylib; }; })
182
169
  libtool: install: /usr/bin/install -c .libs/libmarisa.lai /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/lib/libmarisa.la
183
170
  libtool: install: /usr/bin/install -c .libs/libmarisa.a /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/lib/libmarisa.a
184
171
  libtool: install: chmod 644 /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/lib/libmarisa.a
@@ -189,50 +176,49 @@ test -z "/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/include/marisa" |
189
176
  /usr/bin/install -c -m 644 marisa/base.h marisa/exception.h marisa/scoped-ptr.h marisa/scoped-array.h marisa/key.h marisa/keyset.h marisa/query.h marisa/agent.h marisa/stdio.h marisa/iostream.h marisa/trie.h '/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/include/marisa'
190
177
  Making install in tools
191
178
  /bin/sh ../libtool --tag=CXX --mode=compile g++ -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/\" -I. -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -MT cmdopt.lo -MD -MP -MF .deps/cmdopt.Tpo -c -o cmdopt.lo cmdopt.cc
192
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -MT cmdopt.lo -MD -MP -MF .deps/cmdopt.Tpo -c cmdopt.cc -fno-common -DPIC -o .libs/cmdopt.o
193
- libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -MT cmdopt.lo -MD -MP -MF .deps/cmdopt.Tpo -c cmdopt.cc -o cmdopt.o >/dev/null 2>&1
179
+ libtool: compile: g++ -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/\" -I. -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -MT cmdopt.lo -MD -MP -MF .deps/cmdopt.Tpo -c cmdopt.cc -o cmdopt.o
194
180
  mv -f .deps/cmdopt.Tpo .deps/cmdopt.Plo
195
181
  /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o libcmdopt.la cmdopt.lo
196
- libtool: link: ar cru .libs/libcmdopt.a .libs/cmdopt.o
182
+ libtool: link: ar cru .libs/libcmdopt.a cmdopt.o
197
183
  libtool: link: ranlib .libs/libcmdopt.a
198
184
  libtool: link: ( cd ".libs" && rm -f "libcmdopt.la" && ln -s "../libcmdopt.la" "libcmdopt.la" )
199
185
  g++ -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/\" -I. -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -MT marisa-build.o -MD -MP -MF .deps/marisa-build.Tpo -c -o marisa-build.o marisa-build.cc
200
186
  mv -f .deps/marisa-build.Tpo .deps/marisa-build.Po
201
187
  /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-build marisa-build.o ../lib/libmarisa.la libcmdopt.la
202
- libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o .libs/marisa-build marisa-build.o -Wl,-bind_at_load ../lib/.libs/libmarisa.dylib ./.libs/libcmdopt.a
188
+ libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-build marisa-build.o -Wl,-bind_at_load ../lib/.libs/libmarisa.a ./.libs/libcmdopt.a
203
189
  g++ -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/\" -I. -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -MT marisa-lookup.o -MD -MP -MF .deps/marisa-lookup.Tpo -c -o marisa-lookup.o marisa-lookup.cc
204
190
  mv -f .deps/marisa-lookup.Tpo .deps/marisa-lookup.Po
205
191
  /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-lookup marisa-lookup.o ../lib/libmarisa.la libcmdopt.la
206
- libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o .libs/marisa-lookup marisa-lookup.o -Wl,-bind_at_load ../lib/.libs/libmarisa.dylib ./.libs/libcmdopt.a
192
+ libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-lookup marisa-lookup.o -Wl,-bind_at_load ../lib/.libs/libmarisa.a ./.libs/libcmdopt.a
207
193
  g++ -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/\" -I. -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -MT marisa-reverse-lookup.o -MD -MP -MF .deps/marisa-reverse-lookup.Tpo -c -o marisa-reverse-lookup.o marisa-reverse-lookup.cc
208
194
  mv -f .deps/marisa-reverse-lookup.Tpo .deps/marisa-reverse-lookup.Po
209
195
  /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-reverse-lookup marisa-reverse-lookup.o ../lib/libmarisa.la libcmdopt.la
210
- libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o .libs/marisa-reverse-lookup marisa-reverse-lookup.o -Wl,-bind_at_load ../lib/.libs/libmarisa.dylib ./.libs/libcmdopt.a
196
+ libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-reverse-lookup marisa-reverse-lookup.o -Wl,-bind_at_load ../lib/.libs/libmarisa.a ./.libs/libcmdopt.a
211
197
  g++ -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/\" -I. -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -MT marisa-common-prefix-search.o -MD -MP -MF .deps/marisa-common-prefix-search.Tpo -c -o marisa-common-prefix-search.o marisa-common-prefix-search.cc
212
198
  mv -f .deps/marisa-common-prefix-search.Tpo .deps/marisa-common-prefix-search.Po
213
199
  /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-common-prefix-search marisa-common-prefix-search.o ../lib/libmarisa.la libcmdopt.la
214
- libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o .libs/marisa-common-prefix-search marisa-common-prefix-search.o -Wl,-bind_at_load ../lib/.libs/libmarisa.dylib ./.libs/libcmdopt.a
200
+ libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-common-prefix-search marisa-common-prefix-search.o -Wl,-bind_at_load ../lib/.libs/libmarisa.a ./.libs/libcmdopt.a
215
201
  g++ -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/\" -I. -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -MT marisa-predictive-search.o -MD -MP -MF .deps/marisa-predictive-search.Tpo -c -o marisa-predictive-search.o marisa-predictive-search.cc
216
202
  mv -f .deps/marisa-predictive-search.Tpo .deps/marisa-predictive-search.Po
217
203
  /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-predictive-search marisa-predictive-search.o ../lib/libmarisa.la libcmdopt.la
218
- libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o .libs/marisa-predictive-search marisa-predictive-search.o -Wl,-bind_at_load ../lib/.libs/libmarisa.dylib ./.libs/libcmdopt.a
204
+ libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-predictive-search marisa-predictive-search.o -Wl,-bind_at_load ../lib/.libs/libmarisa.a ./.libs/libcmdopt.a
219
205
  g++ -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/\" -I. -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -MT marisa-dump.o -MD -MP -MF .deps/marisa-dump.Tpo -c -o marisa-dump.o marisa-dump.cc
220
206
  mv -f .deps/marisa-dump.Tpo .deps/marisa-dump.Po
221
207
  /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-dump marisa-dump.o ../lib/libmarisa.la libcmdopt.la
222
- libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o .libs/marisa-dump marisa-dump.o -Wl,-bind_at_load ../lib/.libs/libmarisa.dylib ./.libs/libcmdopt.a
208
+ libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-dump marisa-dump.o -Wl,-bind_at_load ../lib/.libs/libmarisa.a ./.libs/libcmdopt.a
223
209
  g++ -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/\" -I. -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -MT marisa-benchmark.o -MD -MP -MF .deps/marisa-benchmark.Tpo -c -o marisa-benchmark.o marisa-benchmark.cc
224
210
  mv -f .deps/marisa-benchmark.Tpo .deps/marisa-benchmark.Po
225
211
  /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-benchmark marisa-benchmark.o ../lib/libmarisa.la libcmdopt.la
226
- libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o .libs/marisa-benchmark marisa-benchmark.o -Wl,-bind_at_load ../lib/.libs/libmarisa.dylib ./.libs/libcmdopt.a
212
+ libtool: link: g++ -Wall -Weffc++ -Wextra -I../lib -g -O2 -DMARISA_USE_SSE3 -msse3 -o marisa-benchmark marisa-benchmark.o -Wl,-bind_at_load ../lib/.libs/libmarisa.a ./.libs/libcmdopt.a
227
213
  test -z "/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin" || .././install-sh -c -d "/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin"
228
214
  /bin/sh ../libtool --mode=install /usr/bin/install -c marisa-build marisa-lookup marisa-reverse-lookup marisa-common-prefix-search marisa-predictive-search marisa-dump marisa-benchmark '/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin'
229
- libtool: install: /usr/bin/install -c .libs/marisa-build /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-build
230
- libtool: install: /usr/bin/install -c .libs/marisa-lookup /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-lookup
231
- libtool: install: /usr/bin/install -c .libs/marisa-reverse-lookup /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-reverse-lookup
232
- libtool: install: /usr/bin/install -c .libs/marisa-common-prefix-search /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-common-prefix-search
233
- libtool: install: /usr/bin/install -c .libs/marisa-predictive-search /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-predictive-search
234
- libtool: install: /usr/bin/install -c .libs/marisa-dump /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-dump
235
- libtool: install: /usr/bin/install -c .libs/marisa-benchmark /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-benchmark
215
+ libtool: install: /usr/bin/install -c marisa-build /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-build
216
+ libtool: install: /usr/bin/install -c marisa-lookup /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-lookup
217
+ libtool: install: /usr/bin/install -c marisa-reverse-lookup /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-reverse-lookup
218
+ libtool: install: /usr/bin/install -c marisa-common-prefix-search /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-common-prefix-search
219
+ libtool: install: /usr/bin/install -c marisa-predictive-search /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-predictive-search
220
+ libtool: install: /usr/bin/install -c marisa-dump /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-dump
221
+ libtool: install: /usr/bin/install -c marisa-benchmark /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/bin/marisa-benchmark
236
222
  make[2]: Nothing to be done for `install-data-am'.
237
223
  Making install in tests
238
224
  make[2]: Nothing to be done for `install-exec-am'.
@@ -240,49 +226,3 @@ make[2]: Nothing to be done for `install-data-am'.
240
226
  make[2]: Nothing to be done for `install-exec-am'.
241
227
  test -z "/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/lib/pkgconfig" || ./install-sh -c -d "/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/lib/pkgconfig"
242
228
  /usr/bin/install -c -m 644 marisa.pc '/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg/lib/pkgconfig'
243
- "make distclean"
244
- Making distclean in tests
245
- rm -f base-test io-test vector-test trie-test marisa-test
246
- rm -rf .libs _libs
247
- rm -f *.o
248
- rm -f *.lo
249
- rm -f *.tab.c
250
- test -z "" || rm -f
251
- test . = "." || test -z "" || rm -f
252
- rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
253
- rm -rf ./.deps
254
- rm -f Makefile
255
- Making distclean in tools
256
- rm -f marisa-build marisa-lookup marisa-reverse-lookup marisa-common-prefix-search marisa-predictive-search marisa-dump marisa-benchmark
257
- rm -rf .libs _libs
258
- test -z "libcmdopt.la" || rm -f libcmdopt.la
259
- rm -f "./so_locations"
260
- rm -f *.o
261
- rm -f *.lo
262
- rm -f *.tab.c
263
- test -z "" || rm -f
264
- test . = "." || test -z "" || rm -f
265
- rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
266
- rm -rf ./.deps
267
- rm -f Makefile
268
- Making distclean in lib
269
- test -z "libmarisa.la" || rm -f libmarisa.la
270
- rm -f "./so_locations"
271
- rm -rf .libs _libs
272
- rm -f *.o
273
- rm -f *.lo
274
- rm -f *.tab.c
275
- test -z "" || rm -f
276
- test . = "." || test -z "" || rm -f
277
- rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
278
- rm -rf ./.deps
279
- rm -f Makefile
280
- Making distclean in .
281
- rm -rf .libs _libs
282
- rm -f *.lo
283
- test -z "marisa.pc" || rm -f marisa.pc
284
- test . = "." || test -z "" || rm -f
285
- rm -f libtool config.lt
286
- rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
287
- rm -f config.status config.cache config.log configure.lineno config.status.lineno
288
- rm -f Makefile
@@ -0,0 +1,624 @@
1
+ # Makefile.in generated by automake 1.11.3 from Makefile.am.
2
+ # tests/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
+ pkgdatadir = $(datadir)/marisa
20
+ pkgincludedir = $(includedir)/marisa
21
+ pkglibdir = $(libdir)/marisa
22
+ pkglibexecdir = $(libexecdir)/marisa
23
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
+ install_sh_DATA = $(install_sh) -c -m 644
25
+ install_sh_PROGRAM = $(install_sh) -c
26
+ install_sh_SCRIPT = $(install_sh) -c
27
+ INSTALL_HEADER = $(INSTALL_DATA)
28
+ transform = $(program_transform_name)
29
+ NORMAL_INSTALL = :
30
+ PRE_INSTALL = :
31
+ POST_INSTALL = :
32
+ NORMAL_UNINSTALL = :
33
+ PRE_UNINSTALL = :
34
+ POST_UNINSTALL = :
35
+ build_triplet = x86_64-apple-darwin13.3.0
36
+ host_triplet = x86_64-apple-darwin13.3.0
37
+ TESTS = base-test$(EXEEXT) io-test$(EXEEXT) vector-test$(EXEEXT) \
38
+ trie-test$(EXEEXT) marisa-test$(EXEEXT)
39
+ check_PROGRAMS = $(am__EXEEXT_1)
40
+ subdir = tests
41
+ DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
42
+ $(srcdir)/Makefile.in
43
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
+ am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
45
+ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46
+ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
47
+ $(top_srcdir)/configure.ac
48
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
+ $(ACLOCAL_M4)
50
+ mkinstalldirs = $(install_sh) -d
51
+ CONFIG_CLEAN_FILES =
52
+ CONFIG_CLEAN_VPATH_FILES =
53
+ am__EXEEXT_1 = base-test$(EXEEXT) io-test$(EXEEXT) \
54
+ vector-test$(EXEEXT) trie-test$(EXEEXT) marisa-test$(EXEEXT)
55
+ am_base_test_OBJECTS = base-test.$(OBJEXT)
56
+ base_test_OBJECTS = $(am_base_test_OBJECTS)
57
+ base_test_DEPENDENCIES = ../lib/libmarisa.la
58
+ am_io_test_OBJECTS = io-test.$(OBJEXT)
59
+ io_test_OBJECTS = $(am_io_test_OBJECTS)
60
+ io_test_DEPENDENCIES = ../lib/libmarisa.la
61
+ am_marisa_test_OBJECTS = marisa-test.$(OBJEXT)
62
+ marisa_test_OBJECTS = $(am_marisa_test_OBJECTS)
63
+ marisa_test_DEPENDENCIES = ../lib/libmarisa.la
64
+ am_trie_test_OBJECTS = trie-test.$(OBJEXT)
65
+ trie_test_OBJECTS = $(am_trie_test_OBJECTS)
66
+ trie_test_DEPENDENCIES = ../lib/libmarisa.la
67
+ am_vector_test_OBJECTS = vector-test.$(OBJEXT)
68
+ vector_test_OBJECTS = $(am_vector_test_OBJECTS)
69
+ vector_test_DEPENDENCIES = ../lib/libmarisa.la
70
+ DEFAULT_INCLUDES = -I.
71
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
72
+ am__depfiles_maybe = depfiles
73
+ am__mv = mv -f
74
+ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
75
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
76
+ LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77
+ --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
78
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
79
+ CXXLD = $(CXX)
80
+ CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
+ --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
82
+ $(LDFLAGS) -o $@
83
+ SOURCES = $(base_test_SOURCES) $(io_test_SOURCES) \
84
+ $(marisa_test_SOURCES) $(trie_test_SOURCES) \
85
+ $(vector_test_SOURCES)
86
+ DIST_SOURCES = $(base_test_SOURCES) $(io_test_SOURCES) \
87
+ $(marisa_test_SOURCES) $(trie_test_SOURCES) \
88
+ $(vector_test_SOURCES)
89
+ HEADERS = $(noinst_HEADERS)
90
+ ETAGS = etags
91
+ CTAGS = ctags
92
+ am__tty_colors = \
93
+ red=; grn=; lgn=; blu=; std=
94
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95
+ ACLOCAL = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run aclocal-1.11
96
+ AMTAR = $${TAR-tar}
97
+ AR = ar
98
+ AUTOCONF = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run autoconf
99
+ AUTOHEADER = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run autoheader
100
+ AUTOMAKE = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run automake-1.11
101
+ AWK = awk
102
+ CC = gcc
103
+ CCDEPMODE = depmode=gcc3
104
+ CFLAGS = -g -O2
105
+ CPP = gcc -E
106
+ CPPFLAGS =
107
+ CXX = g++
108
+ CXXCPP = g++ -E
109
+ CXXDEPMODE = depmode=gcc3
110
+ CXXFLAGS = -g -O2 -DMARISA_USE_SSE3 -msse3
111
+ CYGPATH_W = echo
112
+ 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/\"
113
+ DEPDIR = .deps
114
+ DLLTOOL = false
115
+ DSYMUTIL = dsymutil
116
+ DUMPBIN =
117
+ ECHO_C = \c
118
+ ECHO_N =
119
+ ECHO_T =
120
+ EGREP = /usr/bin/grep -E
121
+ EXEEXT =
122
+ FGREP = /usr/bin/grep -F
123
+ GREP = /usr/bin/grep
124
+ INSTALL = /usr/bin/install -c
125
+ INSTALL_DATA = ${INSTALL} -m 644
126
+ INSTALL_PROGRAM = ${INSTALL}
127
+ INSTALL_SCRIPT = ${INSTALL}
128
+ INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
129
+ LD = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
130
+ LDFLAGS =
131
+ LIBOBJS =
132
+ LIBS =
133
+ LIBTOOL = $(SHELL) $(top_builddir)/libtool
134
+ LIPO = lipo
135
+ LN_S = ln -s
136
+ LTLIBOBJS =
137
+ MAKEINFO = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run makeinfo
138
+ MANIFEST_TOOL = :
139
+ MKDIR_P = .././install-sh -c -d
140
+ NM = /usr/bin/nm
141
+ NMEDIT = nmedit
142
+ OBJDUMP = false
143
+ OBJEXT = o
144
+ OTOOL = otool
145
+ OTOOL64 = :
146
+ PACKAGE = marisa
147
+ PACKAGE_BUGREPORT = syata@acm.org
148
+ PACKAGE_NAME = marisa
149
+ PACKAGE_STRING = marisa 0.2.4
150
+ PACKAGE_TARNAME = marisa
151
+ PACKAGE_URL =
152
+ PACKAGE_VERSION = 0.2.4
153
+ PATH_SEPARATOR = :
154
+ RANLIB = ranlib
155
+ SED = /usr/bin/sed
156
+ SET_MAKE =
157
+ SHELL = /bin/sh
158
+ STRIP = strip
159
+ VERSION = 0.2.4
160
+ abs_builddir = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/tests
161
+ abs_srcdir = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/tests
162
+ abs_top_builddir = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4
163
+ abs_top_srcdir = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4
164
+ ac_ct_AR = ar
165
+ ac_ct_CC = gcc
166
+ ac_ct_CXX = g++
167
+ ac_ct_DUMPBIN =
168
+ am__include = include
169
+ am__leading_dot = .
170
+ am__quote =
171
+ am__tar = $${TAR-tar} chof - "$$tardir"
172
+ am__untar = $${TAR-tar} xf -
173
+ bindir = ${exec_prefix}/bin
174
+ build = x86_64-apple-darwin13.3.0
175
+ build_alias =
176
+ build_cpu = x86_64
177
+ build_os = darwin13.3.0
178
+ build_vendor = apple
179
+ builddir = .
180
+ datadir = ${datarootdir}
181
+ datarootdir = ${prefix}/share
182
+ docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
183
+ dvidir = ${docdir}
184
+ exec_prefix = ${prefix}
185
+ host = x86_64-apple-darwin13.3.0
186
+ host_alias =
187
+ host_cpu = x86_64
188
+ host_os = darwin13.3.0
189
+ host_vendor = apple
190
+ htmldir = ${docdir}
191
+ includedir = ${prefix}/include
192
+ infodir = ${datarootdir}/info
193
+ install_sh = ${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/install-sh
194
+ libdir = ${exec_prefix}/lib
195
+ libexecdir = ${exec_prefix}/libexec
196
+ localedir = ${datarootdir}/locale
197
+ localstatedir = ${prefix}/var
198
+ mandir = ${datarootdir}/man
199
+ mkdir_p = $(top_builddir)/./install-sh -c -d
200
+ oldincludedir = /usr/include
201
+ pdfdir = ${docdir}
202
+ prefix = /Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg
203
+ program_transform_name = s,x,x,
204
+ psdir = ${docdir}
205
+ sbindir = ${exec_prefix}/sbin
206
+ sharedstatedir = ${prefix}/com
207
+ srcdir = .
208
+ sysconfdir = ${prefix}/etc
209
+ target_alias =
210
+ top_build_prefix = ../
211
+ top_builddir = ..
212
+ top_srcdir = ..
213
+ AM_CXXFLAGS = -Wall -Weffc++ -Wextra -D_DEBUG -I${top_srcdir}/lib
214
+ noinst_HEADERS = marisa-assert.h
215
+ base_test_SOURCES = base-test.cc
216
+ base_test_LDADD = ../lib/libmarisa.la
217
+ io_test_SOURCES = io-test.cc
218
+ io_test_LDADD = ../lib/libmarisa.la
219
+ vector_test_SOURCES = vector-test.cc
220
+ vector_test_LDADD = ../lib/libmarisa.la
221
+ trie_test_SOURCES = trie-test.cc
222
+ trie_test_LDADD = ../lib/libmarisa.la
223
+ marisa_test_SOURCES = marisa-test.cc
224
+ marisa_test_LDADD = ../lib/libmarisa.la
225
+ all: all-am
226
+
227
+ .SUFFIXES:
228
+ .SUFFIXES: .cc .lo .o .obj
229
+ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
230
+ @for dep in $?; do \
231
+ case '$(am__configure_deps)' in \
232
+ *$$dep*) \
233
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
234
+ && { if test -f $@; then exit 0; else break; fi; }; \
235
+ exit 1;; \
236
+ esac; \
237
+ done; \
238
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
239
+ $(am__cd) $(top_srcdir) && \
240
+ $(AUTOMAKE) --gnu tests/Makefile
241
+ .PRECIOUS: Makefile
242
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243
+ @case '$?' in \
244
+ *config.status*) \
245
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
246
+ *) \
247
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
248
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
249
+ esac;
250
+
251
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
+
254
+ $(top_srcdir)/configure: $(am__configure_deps)
255
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
+ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
257
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
+ $(am__aclocal_m4_deps):
259
+
260
+ clean-checkPROGRAMS:
261
+ @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
262
+ echo " rm -f" $$list; \
263
+ rm -f $$list || exit $$?; \
264
+ test -n "$(EXEEXT)" || exit 0; \
265
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
266
+ echo " rm -f" $$list; \
267
+ rm -f $$list
268
+ base-test$(EXEEXT): $(base_test_OBJECTS) $(base_test_DEPENDENCIES) $(EXTRA_base_test_DEPENDENCIES)
269
+ @rm -f base-test$(EXEEXT)
270
+ $(CXXLINK) $(base_test_OBJECTS) $(base_test_LDADD) $(LIBS)
271
+ io-test$(EXEEXT): $(io_test_OBJECTS) $(io_test_DEPENDENCIES) $(EXTRA_io_test_DEPENDENCIES)
272
+ @rm -f io-test$(EXEEXT)
273
+ $(CXXLINK) $(io_test_OBJECTS) $(io_test_LDADD) $(LIBS)
274
+ marisa-test$(EXEEXT): $(marisa_test_OBJECTS) $(marisa_test_DEPENDENCIES) $(EXTRA_marisa_test_DEPENDENCIES)
275
+ @rm -f marisa-test$(EXEEXT)
276
+ $(CXXLINK) $(marisa_test_OBJECTS) $(marisa_test_LDADD) $(LIBS)
277
+ trie-test$(EXEEXT): $(trie_test_OBJECTS) $(trie_test_DEPENDENCIES) $(EXTRA_trie_test_DEPENDENCIES)
278
+ @rm -f trie-test$(EXEEXT)
279
+ $(CXXLINK) $(trie_test_OBJECTS) $(trie_test_LDADD) $(LIBS)
280
+ vector-test$(EXEEXT): $(vector_test_OBJECTS) $(vector_test_DEPENDENCIES) $(EXTRA_vector_test_DEPENDENCIES)
281
+ @rm -f vector-test$(EXEEXT)
282
+ $(CXXLINK) $(vector_test_OBJECTS) $(vector_test_LDADD) $(LIBS)
283
+
284
+ mostlyclean-compile:
285
+ -rm -f *.$(OBJEXT)
286
+
287
+ distclean-compile:
288
+ -rm -f *.tab.c
289
+
290
+ include ./$(DEPDIR)/base-test.Po
291
+ include ./$(DEPDIR)/io-test.Po
292
+ include ./$(DEPDIR)/marisa-test.Po
293
+ include ./$(DEPDIR)/trie-test.Po
294
+ include ./$(DEPDIR)/vector-test.Po
295
+
296
+ .cc.o:
297
+ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
298
+ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
299
+ # source='$<' object='$@' libtool=no \
300
+ # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
301
+ # $(CXXCOMPILE) -c -o $@ $<
302
+
303
+ .cc.obj:
304
+ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
305
+ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
306
+ # source='$<' object='$@' libtool=no \
307
+ # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
308
+ # $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
309
+
310
+ .cc.lo:
311
+ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
312
+ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
313
+ # source='$<' object='$@' libtool=yes \
314
+ # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
315
+ # $(LTCXXCOMPILE) -c -o $@ $<
316
+
317
+ mostlyclean-libtool:
318
+ -rm -f *.lo
319
+
320
+ clean-libtool:
321
+ -rm -rf .libs _libs
322
+
323
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
324
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
325
+ unique=`for i in $$list; do \
326
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327
+ done | \
328
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
329
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
330
+ mkid -fID $$unique
331
+ tags: TAGS
332
+
333
+ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
334
+ $(TAGS_FILES) $(LISP)
335
+ set x; \
336
+ here=`pwd`; \
337
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
338
+ unique=`for i in $$list; do \
339
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340
+ done | \
341
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
342
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
343
+ shift; \
344
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
345
+ test -n "$$unique" || unique=$$empty_fix; \
346
+ if test $$# -gt 0; then \
347
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
348
+ "$$@" $$unique; \
349
+ else \
350
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
351
+ $$unique; \
352
+ fi; \
353
+ fi
354
+ ctags: CTAGS
355
+ CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
356
+ $(TAGS_FILES) $(LISP)
357
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
358
+ unique=`for i in $$list; do \
359
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360
+ done | \
361
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
362
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
363
+ test -z "$(CTAGS_ARGS)$$unique" \
364
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
365
+ $$unique
366
+
367
+ GTAGS:
368
+ here=`$(am__cd) $(top_builddir) && pwd` \
369
+ && $(am__cd) $(top_srcdir) \
370
+ && gtags -i $(GTAGS_ARGS) "$$here"
371
+
372
+ distclean-tags:
373
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
374
+
375
+ check-TESTS: $(TESTS)
376
+ @failed=0; all=0; xfail=0; xpass=0; skip=0; \
377
+ srcdir=$(srcdir); export srcdir; \
378
+ list=' $(TESTS) '; \
379
+ $(am__tty_colors); \
380
+ if test -n "$$list"; then \
381
+ for tst in $$list; do \
382
+ if test -f ./$$tst; then dir=./; \
383
+ elif test -f $$tst; then dir=; \
384
+ else dir="$(srcdir)/"; fi; \
385
+ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
386
+ all=`expr $$all + 1`; \
387
+ case " $(XFAIL_TESTS) " in \
388
+ *[\ \ ]$$tst[\ \ ]*) \
389
+ xpass=`expr $$xpass + 1`; \
390
+ failed=`expr $$failed + 1`; \
391
+ col=$$red; res=XPASS; \
392
+ ;; \
393
+ *) \
394
+ col=$$grn; res=PASS; \
395
+ ;; \
396
+ esac; \
397
+ elif test $$? -ne 77; then \
398
+ all=`expr $$all + 1`; \
399
+ case " $(XFAIL_TESTS) " in \
400
+ *[\ \ ]$$tst[\ \ ]*) \
401
+ xfail=`expr $$xfail + 1`; \
402
+ col=$$lgn; res=XFAIL; \
403
+ ;; \
404
+ *) \
405
+ failed=`expr $$failed + 1`; \
406
+ col=$$red; res=FAIL; \
407
+ ;; \
408
+ esac; \
409
+ else \
410
+ skip=`expr $$skip + 1`; \
411
+ col=$$blu; res=SKIP; \
412
+ fi; \
413
+ echo "$${col}$$res$${std}: $$tst"; \
414
+ done; \
415
+ if test "$$all" -eq 1; then \
416
+ tests="test"; \
417
+ All=""; \
418
+ else \
419
+ tests="tests"; \
420
+ All="All "; \
421
+ fi; \
422
+ if test "$$failed" -eq 0; then \
423
+ if test "$$xfail" -eq 0; then \
424
+ banner="$$All$$all $$tests passed"; \
425
+ else \
426
+ if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
427
+ banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
428
+ fi; \
429
+ else \
430
+ if test "$$xpass" -eq 0; then \
431
+ banner="$$failed of $$all $$tests failed"; \
432
+ else \
433
+ if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
434
+ banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
435
+ fi; \
436
+ fi; \
437
+ dashes="$$banner"; \
438
+ skipped=""; \
439
+ if test "$$skip" -ne 0; then \
440
+ if test "$$skip" -eq 1; then \
441
+ skipped="($$skip test was not run)"; \
442
+ else \
443
+ skipped="($$skip tests were not run)"; \
444
+ fi; \
445
+ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
446
+ dashes="$$skipped"; \
447
+ fi; \
448
+ report=""; \
449
+ if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
450
+ report="Please report to $(PACKAGE_BUGREPORT)"; \
451
+ test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
452
+ dashes="$$report"; \
453
+ fi; \
454
+ dashes=`echo "$$dashes" | sed s/./=/g`; \
455
+ if test "$$failed" -eq 0; then \
456
+ col="$$grn"; \
457
+ else \
458
+ col="$$red"; \
459
+ fi; \
460
+ echo "$${col}$$dashes$${std}"; \
461
+ echo "$${col}$$banner$${std}"; \
462
+ test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
463
+ test -z "$$report" || echo "$${col}$$report$${std}"; \
464
+ echo "$${col}$$dashes$${std}"; \
465
+ test "$$failed" -eq 0; \
466
+ else :; fi
467
+
468
+ distdir: $(DISTFILES)
469
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471
+ list='$(DISTFILES)'; \
472
+ dist_files=`for file in $$list; do echo $$file; done | \
473
+ sed -e "s|^$$srcdirstrip/||;t" \
474
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
475
+ case $$dist_files in \
476
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
477
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
478
+ sort -u` ;; \
479
+ esac; \
480
+ for file in $$dist_files; do \
481
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
482
+ if test -d $$d/$$file; then \
483
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
484
+ if test -d "$(distdir)/$$file"; then \
485
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486
+ fi; \
487
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
488
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
489
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490
+ fi; \
491
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
492
+ else \
493
+ test -f "$(distdir)/$$file" \
494
+ || cp -p $$d/$$file "$(distdir)/$$file" \
495
+ || exit 1; \
496
+ fi; \
497
+ done
498
+ check-am: all-am
499
+ $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
500
+ $(MAKE) $(AM_MAKEFLAGS) check-TESTS
501
+ check: check-am
502
+ all-am: Makefile $(HEADERS)
503
+ installdirs:
504
+ install: install-am
505
+ install-exec: install-exec-am
506
+ install-data: install-data-am
507
+ uninstall: uninstall-am
508
+
509
+ install-am: all-am
510
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
511
+
512
+ installcheck: installcheck-am
513
+ install-strip:
514
+ if test -z '$(STRIP)'; then \
515
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517
+ install; \
518
+ else \
519
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
520
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
521
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
522
+ fi
523
+ mostlyclean-generic:
524
+
525
+ clean-generic:
526
+
527
+ distclean-generic:
528
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
529
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
530
+
531
+ maintainer-clean-generic:
532
+ @echo "This command is intended for maintainers to use"
533
+ @echo "it deletes files that may require special tools to rebuild."
534
+ clean: clean-am
535
+
536
+ clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
537
+ mostlyclean-am
538
+
539
+ distclean: distclean-am
540
+ -rm -rf ./$(DEPDIR)
541
+ -rm -f Makefile
542
+ distclean-am: clean-am distclean-compile distclean-generic \
543
+ distclean-tags
544
+
545
+ dvi: dvi-am
546
+
547
+ dvi-am:
548
+
549
+ html: html-am
550
+
551
+ html-am:
552
+
553
+ info: info-am
554
+
555
+ info-am:
556
+
557
+ install-data-am:
558
+
559
+ install-dvi: install-dvi-am
560
+
561
+ install-dvi-am:
562
+
563
+ install-exec-am:
564
+
565
+ install-html: install-html-am
566
+
567
+ install-html-am:
568
+
569
+ install-info: install-info-am
570
+
571
+ install-info-am:
572
+
573
+ install-man:
574
+
575
+ install-pdf: install-pdf-am
576
+
577
+ install-pdf-am:
578
+
579
+ install-ps: install-ps-am
580
+
581
+ install-ps-am:
582
+
583
+ installcheck-am:
584
+
585
+ maintainer-clean: maintainer-clean-am
586
+ -rm -rf ./$(DEPDIR)
587
+ -rm -f Makefile
588
+ maintainer-clean-am: distclean-am maintainer-clean-generic
589
+
590
+ mostlyclean: mostlyclean-am
591
+
592
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
593
+ mostlyclean-libtool
594
+
595
+ pdf: pdf-am
596
+
597
+ pdf-am:
598
+
599
+ ps: ps-am
600
+
601
+ ps-am:
602
+
603
+ uninstall-am:
604
+
605
+ .MAKE: check-am install-am install-strip
606
+
607
+ .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
608
+ clean-checkPROGRAMS clean-generic clean-libtool ctags \
609
+ distclean distclean-compile distclean-generic \
610
+ distclean-libtool distclean-tags distdir dvi dvi-am html \
611
+ html-am info info-am install install-am install-data \
612
+ install-data-am install-dvi install-dvi-am install-exec \
613
+ install-exec-am install-html install-html-am install-info \
614
+ install-info-am install-man install-pdf install-pdf-am \
615
+ install-ps install-ps-am install-strip installcheck \
616
+ installcheck-am installdirs maintainer-clean \
617
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
618
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
619
+ tags uninstall uninstall-am
620
+
621
+
622
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
623
+ # Otherwise a system limit (for SysV at least) may be exceeded.
624
+ .NOEXPORT: