grammar_police 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (345) hide show
  1. data/.DS_Store +0 -0
  2. data/.gitignore +4 -0
  3. data/Gemfile +4 -0
  4. data/Rakefile +2 -0
  5. data/c/.DS_Store +0 -0
  6. data/c/link-grammar.c +65 -0
  7. data/c/link-grammar.h +60 -0
  8. data/c/link-grammar.o +0 -0
  9. data/c/link-grammar.so +0 -0
  10. data/c/link-grammar/.DS_Store +0 -0
  11. data/c/link-grammar/.deps/analyze-linkage.Plo +198 -0
  12. data/c/link-grammar/.deps/and.Plo +202 -0
  13. data/c/link-grammar/.deps/api.Plo +244 -0
  14. data/c/link-grammar/.deps/build-disjuncts.Plo +212 -0
  15. data/c/link-grammar/.deps/command-line.Plo +201 -0
  16. data/c/link-grammar/.deps/constituents.Plo +201 -0
  17. data/c/link-grammar/.deps/count.Plo +202 -0
  18. data/c/link-grammar/.deps/disjunct-utils.Plo +126 -0
  19. data/c/link-grammar/.deps/disjuncts.Plo +123 -0
  20. data/c/link-grammar/.deps/error.Plo +121 -0
  21. data/c/link-grammar/.deps/expand.Plo +133 -0
  22. data/c/link-grammar/.deps/extract-links.Plo +198 -0
  23. data/c/link-grammar/.deps/fast-match.Plo +200 -0
  24. data/c/link-grammar/.deps/idiom.Plo +200 -0
  25. data/c/link-grammar/.deps/jni-client.Plo +217 -0
  26. data/c/link-grammar/.deps/link-parser.Po +1 -0
  27. data/c/link-grammar/.deps/massage.Plo +202 -0
  28. data/c/link-grammar/.deps/post-process.Plo +202 -0
  29. data/c/link-grammar/.deps/pp_knowledge.Plo +202 -0
  30. data/c/link-grammar/.deps/pp_lexer.Plo +201 -0
  31. data/c/link-grammar/.deps/pp_linkset.Plo +200 -0
  32. data/c/link-grammar/.deps/prefix.Plo +102 -0
  33. data/c/link-grammar/.deps/preparation.Plo +202 -0
  34. data/c/link-grammar/.deps/print-util.Plo +200 -0
  35. data/c/link-grammar/.deps/print.Plo +201 -0
  36. data/c/link-grammar/.deps/prune.Plo +202 -0
  37. data/c/link-grammar/.deps/read-dict.Plo +223 -0
  38. data/c/link-grammar/.deps/read-regex.Plo +123 -0
  39. data/c/link-grammar/.deps/regex-morph.Plo +131 -0
  40. data/c/link-grammar/.deps/resources.Plo +203 -0
  41. data/c/link-grammar/.deps/spellcheck-aspell.Plo +1 -0
  42. data/c/link-grammar/.deps/spellcheck-hun.Plo +115 -0
  43. data/c/link-grammar/.deps/string-set.Plo +198 -0
  44. data/c/link-grammar/.deps/tokenize.Plo +160 -0
  45. data/c/link-grammar/.deps/utilities.Plo +222 -0
  46. data/c/link-grammar/.deps/word-file.Plo +201 -0
  47. data/c/link-grammar/.deps/word-utils.Plo +212 -0
  48. data/c/link-grammar/.libs/analyze-linkage.o +0 -0
  49. data/c/link-grammar/.libs/and.o +0 -0
  50. data/c/link-grammar/.libs/api.o +0 -0
  51. data/c/link-grammar/.libs/build-disjuncts.o +0 -0
  52. data/c/link-grammar/.libs/command-line.o +0 -0
  53. data/c/link-grammar/.libs/constituents.o +0 -0
  54. data/c/link-grammar/.libs/count.o +0 -0
  55. data/c/link-grammar/.libs/disjunct-utils.o +0 -0
  56. data/c/link-grammar/.libs/disjuncts.o +0 -0
  57. data/c/link-grammar/.libs/error.o +0 -0
  58. data/c/link-grammar/.libs/expand.o +0 -0
  59. data/c/link-grammar/.libs/extract-links.o +0 -0
  60. data/c/link-grammar/.libs/fast-match.o +0 -0
  61. data/c/link-grammar/.libs/idiom.o +0 -0
  62. data/c/link-grammar/.libs/jni-client.o +0 -0
  63. data/c/link-grammar/.libs/liblink-grammar-java-symbols.expsym +31 -0
  64. data/c/link-grammar/.libs/liblink-grammar-java.4.dylib +0 -0
  65. data/c/link-grammar/.libs/liblink-grammar-java.4.dylib.dSYM/Contents/Info.plist +20 -0
  66. data/c/link-grammar/.libs/liblink-grammar-java.4.dylib.dSYM/Contents/Resources/DWARF/liblink-grammar-java.4.dylib +0 -0
  67. data/c/link-grammar/.libs/liblink-grammar-java.a +0 -0
  68. data/c/link-grammar/.libs/liblink-grammar-java.dylib +0 -0
  69. data/c/link-grammar/.libs/liblink-grammar-symbols.expsym +194 -0
  70. data/c/link-grammar/.libs/liblink-grammar.4.dylib +0 -0
  71. data/c/link-grammar/.libs/liblink-grammar.4.dylib.dSYM/Contents/Info.plist +20 -0
  72. data/c/link-grammar/.libs/liblink-grammar.4.dylib.dSYM/Contents/Resources/DWARF/liblink-grammar.4.dylib +0 -0
  73. data/c/link-grammar/.libs/liblink-grammar.a +0 -0
  74. data/c/link-grammar/.libs/liblink-grammar.dylib +0 -0
  75. data/c/link-grammar/.libs/liblink-grammar.la +41 -0
  76. data/c/link-grammar/.libs/liblink-grammar.lai +41 -0
  77. data/c/link-grammar/.libs/massage.o +0 -0
  78. data/c/link-grammar/.libs/post-process.o +0 -0
  79. data/c/link-grammar/.libs/pp_knowledge.o +0 -0
  80. data/c/link-grammar/.libs/pp_lexer.o +0 -0
  81. data/c/link-grammar/.libs/pp_linkset.o +0 -0
  82. data/c/link-grammar/.libs/prefix.o +0 -0
  83. data/c/link-grammar/.libs/preparation.o +0 -0
  84. data/c/link-grammar/.libs/print-util.o +0 -0
  85. data/c/link-grammar/.libs/print.o +0 -0
  86. data/c/link-grammar/.libs/prune.o +0 -0
  87. data/c/link-grammar/.libs/read-dict.o +0 -0
  88. data/c/link-grammar/.libs/read-regex.o +0 -0
  89. data/c/link-grammar/.libs/regex-morph.o +0 -0
  90. data/c/link-grammar/.libs/resources.o +0 -0
  91. data/c/link-grammar/.libs/spellcheck-aspell.o +0 -0
  92. data/c/link-grammar/.libs/spellcheck-hun.o +0 -0
  93. data/c/link-grammar/.libs/string-set.o +0 -0
  94. data/c/link-grammar/.libs/tokenize.o +0 -0
  95. data/c/link-grammar/.libs/utilities.o +0 -0
  96. data/c/link-grammar/.libs/word-file.o +0 -0
  97. data/c/link-grammar/.libs/word-utils.o +0 -0
  98. data/c/link-grammar/Makefile +900 -0
  99. data/c/link-grammar/Makefile.am +202 -0
  100. data/c/link-grammar/Makefile.in +900 -0
  101. data/c/link-grammar/analyze-linkage.c +1317 -0
  102. data/c/link-grammar/analyze-linkage.h +24 -0
  103. data/c/link-grammar/and.c +1603 -0
  104. data/c/link-grammar/and.h +27 -0
  105. data/c/link-grammar/api-structures.h +362 -0
  106. data/c/link-grammar/api-types.h +72 -0
  107. data/c/link-grammar/api.c +1887 -0
  108. data/c/link-grammar/api.h +96 -0
  109. data/c/link-grammar/autoit/.DS_Store +0 -0
  110. data/c/link-grammar/autoit/README +10 -0
  111. data/c/link-grammar/autoit/_LGTest.au3 +22 -0
  112. data/c/link-grammar/autoit/_LinkGrammar.au3 +545 -0
  113. data/c/link-grammar/build-disjuncts.c +487 -0
  114. data/c/link-grammar/build-disjuncts.h +21 -0
  115. data/c/link-grammar/command-line.c +458 -0
  116. data/c/link-grammar/command-line.h +15 -0
  117. data/c/link-grammar/constituents.c +1836 -0
  118. data/c/link-grammar/constituents.h +26 -0
  119. data/c/link-grammar/corpus/.DS_Store +0 -0
  120. data/c/link-grammar/corpus/.deps/cluster.Plo +1 -0
  121. data/c/link-grammar/corpus/.deps/corpus.Plo +1 -0
  122. data/c/link-grammar/corpus/Makefile +527 -0
  123. data/c/link-grammar/corpus/Makefile.am +46 -0
  124. data/c/link-grammar/corpus/Makefile.in +527 -0
  125. data/c/link-grammar/corpus/README +17 -0
  126. data/c/link-grammar/corpus/cluster.c +286 -0
  127. data/c/link-grammar/corpus/cluster.h +32 -0
  128. data/c/link-grammar/corpus/corpus.c +483 -0
  129. data/c/link-grammar/corpus/corpus.h +46 -0
  130. data/c/link-grammar/count.c +828 -0
  131. data/c/link-grammar/count.h +25 -0
  132. data/c/link-grammar/disjunct-utils.c +261 -0
  133. data/c/link-grammar/disjunct-utils.h +27 -0
  134. data/c/link-grammar/disjuncts.c +138 -0
  135. data/c/link-grammar/disjuncts.h +13 -0
  136. data/c/link-grammar/error.c +92 -0
  137. data/c/link-grammar/error.h +35 -0
  138. data/c/link-grammar/expand.c +67 -0
  139. data/c/link-grammar/expand.h +13 -0
  140. data/c/link-grammar/externs.h +22 -0
  141. data/c/link-grammar/extract-links.c +625 -0
  142. data/c/link-grammar/extract-links.h +16 -0
  143. data/c/link-grammar/fast-match.c +309 -0
  144. data/c/link-grammar/fast-match.h +17 -0
  145. data/c/link-grammar/idiom.c +373 -0
  146. data/c/link-grammar/idiom.h +15 -0
  147. data/c/link-grammar/jni-client.c +779 -0
  148. data/c/link-grammar/jni-client.h +236 -0
  149. data/c/link-grammar/liblink-grammar-java.la +42 -0
  150. data/c/link-grammar/liblink-grammar.la +41 -0
  151. data/c/link-grammar/link-features.h +37 -0
  152. data/c/link-grammar/link-features.h.in +37 -0
  153. data/c/link-grammar/link-grammar-java.def +31 -0
  154. data/c/link-grammar/link-grammar.def +194 -0
  155. data/c/link-grammar/link-includes.h +465 -0
  156. data/c/link-grammar/link-parser.c +849 -0
  157. data/c/link-grammar/massage.c +329 -0
  158. data/c/link-grammar/massage.h +13 -0
  159. data/c/link-grammar/post-process.c +1113 -0
  160. data/c/link-grammar/post-process.h +45 -0
  161. data/c/link-grammar/pp_knowledge.c +376 -0
  162. data/c/link-grammar/pp_knowledge.h +14 -0
  163. data/c/link-grammar/pp_lexer.c +1920 -0
  164. data/c/link-grammar/pp_lexer.h +19 -0
  165. data/c/link-grammar/pp_linkset.c +158 -0
  166. data/c/link-grammar/pp_linkset.h +20 -0
  167. data/c/link-grammar/prefix.c +482 -0
  168. data/c/link-grammar/prefix.h +139 -0
  169. data/c/link-grammar/preparation.c +412 -0
  170. data/c/link-grammar/preparation.h +20 -0
  171. data/c/link-grammar/print-util.c +87 -0
  172. data/c/link-grammar/print-util.h +32 -0
  173. data/c/link-grammar/print.c +1085 -0
  174. data/c/link-grammar/print.h +16 -0
  175. data/c/link-grammar/prune.c +1864 -0
  176. data/c/link-grammar/prune.h +17 -0
  177. data/c/link-grammar/read-dict.c +1785 -0
  178. data/c/link-grammar/read-dict.h +29 -0
  179. data/c/link-grammar/read-regex.c +161 -0
  180. data/c/link-grammar/read-regex.h +12 -0
  181. data/c/link-grammar/regex-morph.c +126 -0
  182. data/c/link-grammar/regex-morph.h +17 -0
  183. data/c/link-grammar/resources.c +180 -0
  184. data/c/link-grammar/resources.h +23 -0
  185. data/c/link-grammar/sat-solver/.DS_Store +0 -0
  186. data/c/link-grammar/sat-solver/.deps/fast-sprintf.Plo +1 -0
  187. data/c/link-grammar/sat-solver/.deps/sat-encoder.Plo +1 -0
  188. data/c/link-grammar/sat-solver/.deps/util.Plo +1 -0
  189. data/c/link-grammar/sat-solver/.deps/variables.Plo +1 -0
  190. data/c/link-grammar/sat-solver/.deps/word-tag.Plo +1 -0
  191. data/c/link-grammar/sat-solver/Makefile +527 -0
  192. data/c/link-grammar/sat-solver/Makefile.am +29 -0
  193. data/c/link-grammar/sat-solver/Makefile.in +527 -0
  194. data/c/link-grammar/sat-solver/clock.hpp +33 -0
  195. data/c/link-grammar/sat-solver/fast-sprintf.cpp +26 -0
  196. data/c/link-grammar/sat-solver/fast-sprintf.hpp +7 -0
  197. data/c/link-grammar/sat-solver/guiding.hpp +244 -0
  198. data/c/link-grammar/sat-solver/matrix-ut.hpp +79 -0
  199. data/c/link-grammar/sat-solver/sat-encoder.cpp +2811 -0
  200. data/c/link-grammar/sat-solver/sat-encoder.h +11 -0
  201. data/c/link-grammar/sat-solver/sat-encoder.hpp +381 -0
  202. data/c/link-grammar/sat-solver/trie.hpp +118 -0
  203. data/c/link-grammar/sat-solver/util.cpp +23 -0
  204. data/c/link-grammar/sat-solver/util.hpp +14 -0
  205. data/c/link-grammar/sat-solver/variables.cpp +5 -0
  206. data/c/link-grammar/sat-solver/variables.hpp +829 -0
  207. data/c/link-grammar/sat-solver/word-tag.cpp +159 -0
  208. data/c/link-grammar/sat-solver/word-tag.hpp +162 -0
  209. data/c/link-grammar/spellcheck-aspell.c +148 -0
  210. data/c/link-grammar/spellcheck-hun.c +136 -0
  211. data/c/link-grammar/spellcheck.h +34 -0
  212. data/c/link-grammar/string-set.c +169 -0
  213. data/c/link-grammar/string-set.h +16 -0
  214. data/c/link-grammar/structures.h +498 -0
  215. data/c/link-grammar/tokenize.c +1049 -0
  216. data/c/link-grammar/tokenize.h +15 -0
  217. data/c/link-grammar/utilities.c +847 -0
  218. data/c/link-grammar/utilities.h +281 -0
  219. data/c/link-grammar/word-file.c +124 -0
  220. data/c/link-grammar/word-file.h +15 -0
  221. data/c/link-grammar/word-utils.c +526 -0
  222. data/c/link-grammar/word-utils.h +152 -0
  223. data/data/.DS_Store +0 -0
  224. data/data/Makefile +511 -0
  225. data/data/Makefile.am +4 -0
  226. data/data/Makefile.in +511 -0
  227. data/data/de/.DS_Store +0 -0
  228. data/data/de/4.0.affix +7 -0
  229. data/data/de/4.0.dict +474 -0
  230. data/data/de/Makefile +387 -0
  231. data/data/de/Makefile.am +9 -0
  232. data/data/de/Makefile.in +387 -0
  233. data/data/en/.DS_Store +0 -0
  234. data/data/en/4.0.affix +26 -0
  235. data/data/en/4.0.batch +1002 -0
  236. data/data/en/4.0.biolg.batch +411 -0
  237. data/data/en/4.0.constituent-knowledge +127 -0
  238. data/data/en/4.0.dict +8759 -0
  239. data/data/en/4.0.dict.m4 +6928 -0
  240. data/data/en/4.0.enwiki.batch +14 -0
  241. data/data/en/4.0.fixes.batch +2776 -0
  242. data/data/en/4.0.knowledge +306 -0
  243. data/data/en/4.0.regex +225 -0
  244. data/data/en/4.0.voa.batch +114 -0
  245. data/data/en/Makefile +554 -0
  246. data/data/en/Makefile.am +19 -0
  247. data/data/en/Makefile.in +554 -0
  248. data/data/en/README +173 -0
  249. data/data/en/tiny.dict +157 -0
  250. data/data/en/words/.DS_Store +0 -0
  251. data/data/en/words/Makefile +456 -0
  252. data/data/en/words/Makefile.am +78 -0
  253. data/data/en/words/Makefile.in +456 -0
  254. data/data/en/words/currency +205 -0
  255. data/data/en/words/currency.p +28 -0
  256. data/data/en/words/entities.given-bisex.sing +39 -0
  257. data/data/en/words/entities.given-female.sing +4141 -0
  258. data/data/en/words/entities.given-male.sing +1633 -0
  259. data/data/en/words/entities.locations.sing +68 -0
  260. data/data/en/words/entities.national.sing +253 -0
  261. data/data/en/words/entities.organizations.sing +7 -0
  262. data/data/en/words/entities.us-states.sing +11 -0
  263. data/data/en/words/units.1 +45 -0
  264. data/data/en/words/units.1.dot +4 -0
  265. data/data/en/words/units.3 +2 -0
  266. data/data/en/words/units.4 +5 -0
  267. data/data/en/words/units.4.dot +1 -0
  268. data/data/en/words/words-medical.adv.1 +1191 -0
  269. data/data/en/words/words-medical.prep.1 +67 -0
  270. data/data/en/words/words-medical.v.4.1 +2835 -0
  271. data/data/en/words/words-medical.v.4.2 +2848 -0
  272. data/data/en/words/words-medical.v.4.3 +3011 -0
  273. data/data/en/words/words-medical.v.4.4 +3036 -0
  274. data/data/en/words/words-medical.v.4.5 +3050 -0
  275. data/data/en/words/words.adj.1 +6794 -0
  276. data/data/en/words/words.adj.2 +638 -0
  277. data/data/en/words/words.adj.3 +667 -0
  278. data/data/en/words/words.adv.1 +1573 -0
  279. data/data/en/words/words.adv.2 +67 -0
  280. data/data/en/words/words.adv.3 +157 -0
  281. data/data/en/words/words.adv.4 +80 -0
  282. data/data/en/words/words.n.1 +11464 -0
  283. data/data/en/words/words.n.1.wiki +264 -0
  284. data/data/en/words/words.n.2.s +2017 -0
  285. data/data/en/words/words.n.2.s.biolg +1 -0
  286. data/data/en/words/words.n.2.s.wiki +298 -0
  287. data/data/en/words/words.n.2.x +65 -0
  288. data/data/en/words/words.n.2.x.wiki +10 -0
  289. data/data/en/words/words.n.3 +5717 -0
  290. data/data/en/words/words.n.t +23 -0
  291. data/data/en/words/words.v.1.1 +1038 -0
  292. data/data/en/words/words.v.1.2 +1043 -0
  293. data/data/en/words/words.v.1.3 +1052 -0
  294. data/data/en/words/words.v.1.4 +1023 -0
  295. data/data/en/words/words.v.1.p +17 -0
  296. data/data/en/words/words.v.10.1 +14 -0
  297. data/data/en/words/words.v.10.2 +15 -0
  298. data/data/en/words/words.v.10.3 +88 -0
  299. data/data/en/words/words.v.10.4 +17 -0
  300. data/data/en/words/words.v.2.1 +1253 -0
  301. data/data/en/words/words.v.2.2 +1304 -0
  302. data/data/en/words/words.v.2.3 +1280 -0
  303. data/data/en/words/words.v.2.4 +1285 -0
  304. data/data/en/words/words.v.2.5 +1287 -0
  305. data/data/en/words/words.v.4.1 +2472 -0
  306. data/data/en/words/words.v.4.2 +2487 -0
  307. data/data/en/words/words.v.4.3 +2441 -0
  308. data/data/en/words/words.v.4.4 +2478 -0
  309. data/data/en/words/words.v.4.5 +2483 -0
  310. data/data/en/words/words.v.5.1 +98 -0
  311. data/data/en/words/words.v.5.2 +98 -0
  312. data/data/en/words/words.v.5.3 +103 -0
  313. data/data/en/words/words.v.5.4 +102 -0
  314. data/data/en/words/words.v.6.1 +388 -0
  315. data/data/en/words/words.v.6.2 +401 -0
  316. data/data/en/words/words.v.6.3 +397 -0
  317. data/data/en/words/words.v.6.4 +405 -0
  318. data/data/en/words/words.v.6.5 +401 -0
  319. data/data/en/words/words.v.8.1 +117 -0
  320. data/data/en/words/words.v.8.2 +118 -0
  321. data/data/en/words/words.v.8.3 +118 -0
  322. data/data/en/words/words.v.8.4 +119 -0
  323. data/data/en/words/words.v.8.5 +119 -0
  324. data/data/en/words/words.y +104 -0
  325. data/data/lt/.DS_Store +0 -0
  326. data/data/lt/4.0.affix +6 -0
  327. data/data/lt/4.0.constituent-knowledge +24 -0
  328. data/data/lt/4.0.dict +135 -0
  329. data/data/lt/4.0.knowledge +38 -0
  330. data/data/lt/Makefile +389 -0
  331. data/data/lt/Makefile.am +11 -0
  332. data/data/lt/Makefile.in +389 -0
  333. data/grammar_police.gemspec +23 -0
  334. data/lib/.DS_Store +0 -0
  335. data/lib/grammar_police.rb +11 -0
  336. data/lib/grammar_police/.DS_Store +0 -0
  337. data/lib/grammar_police/dictionary.rb +30 -0
  338. data/lib/grammar_police/linkage.rb +26 -0
  339. data/lib/grammar_police/parse_options.rb +32 -0
  340. data/lib/grammar_police/sentence.rb +44 -0
  341. data/lib/grammar_police/version.rb +3 -0
  342. data/tests/.DS_Store +0 -0
  343. data/tests/count_linkages.rb +29 -0
  344. data/tests/sentences.txt +86 -0
  345. metadata +408 -0
@@ -0,0 +1,19 @@
1
+ SUBDIRS=words
2
+
3
+ DICTS= \
4
+ 4.0.affix \
5
+ 4.0.batch \
6
+ 4.0.biolg.batch \
7
+ 4.0.enwiki.batch \
8
+ 4.0.fixes.batch \
9
+ 4.0.voa.batch \
10
+ 4.0.constituent-knowledge \
11
+ 4.0.dict \
12
+ 4.0.knowledge \
13
+ 4.0.regex \
14
+ tiny.dict
15
+
16
+ dictdir=$(pkgdatadir)/en
17
+ dict_DATA = $(DICTS)
18
+
19
+ EXTRA_DIST = $(DICTS) 4.0.dict.m4
@@ -0,0 +1,554 @@
1
+ # Makefile.in generated by automake 1.10.2 from Makefile.am.
2
+ # @configure_input@
3
+
4
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+ # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6
+ # This Makefile.in is free software; the Free Software Foundation
7
+ # gives unlimited permission to copy and/or distribute it,
8
+ # with or without modifications, as long as this notice is preserved.
9
+
10
+ # This program is distributed in the hope that it will be useful,
11
+ # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
+ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
+ # PARTICULAR PURPOSE.
14
+
15
+ @SET_MAKE@
16
+
17
+ VPATH = @srcdir@
18
+ pkgdatadir = $(datadir)/@PACKAGE@
19
+ pkglibdir = $(libdir)/@PACKAGE@
20
+ pkgincludedir = $(includedir)/@PACKAGE@
21
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
+ install_sh_DATA = $(install_sh) -c -m 644
23
+ install_sh_PROGRAM = $(install_sh) -c
24
+ install_sh_SCRIPT = $(install_sh) -c
25
+ INSTALL_HEADER = $(INSTALL_DATA)
26
+ transform = $(program_transform_name)
27
+ NORMAL_INSTALL = :
28
+ PRE_INSTALL = :
29
+ POST_INSTALL = :
30
+ NORMAL_UNINSTALL = :
31
+ PRE_UNINSTALL = :
32
+ POST_UNINSTALL = :
33
+ build_triplet = @build@
34
+ host_triplet = @host@
35
+ subdir = data/en
36
+ DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
+ am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/binreloc.m4 \
39
+ $(top_srcdir)/configure.in
40
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
+ $(ACLOCAL_M4)
42
+ mkinstalldirs = $(install_sh) -d
43
+ CONFIG_CLEAN_FILES =
44
+ SOURCES =
45
+ DIST_SOURCES =
46
+ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
47
+ html-recursive info-recursive install-data-recursive \
48
+ install-dvi-recursive install-exec-recursive \
49
+ install-html-recursive install-info-recursive \
50
+ install-pdf-recursive install-ps-recursive install-recursive \
51
+ installcheck-recursive installdirs-recursive pdf-recursive \
52
+ ps-recursive uninstall-recursive
53
+ am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54
+ am__vpath_adj = case $$p in \
55
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56
+ *) f=$$p;; \
57
+ esac;
58
+ am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
59
+ am__installdirs = "$(DESTDIR)$(dictdir)"
60
+ dictDATA_INSTALL = $(INSTALL_DATA)
61
+ DATA = $(dict_DATA)
62
+ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63
+ distclean-recursive maintainer-clean-recursive
64
+ ETAGS = etags
65
+ CTAGS = ctags
66
+ DIST_SUBDIRS = $(SUBDIRS)
67
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
+ ACLOCAL = @ACLOCAL@
69
+ AMTAR = @AMTAR@
70
+ AR = @AR@
71
+ AS = @AS@
72
+ ASPELL_CFLAGS = @ASPELL_CFLAGS@
73
+ ASPELL_LIBS = @ASPELL_LIBS@
74
+ AUTOCONF = @AUTOCONF@
75
+ AUTOHEADER = @AUTOHEADER@
76
+ AUTOMAKE = @AUTOMAKE@
77
+ AWK = @AWK@
78
+ BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
79
+ BINRELOC_LIBS = @BINRELOC_LIBS@
80
+ CC = @CC@
81
+ CCDEPMODE = @CCDEPMODE@
82
+ CFLAGS = @CFLAGS@
83
+ CPP = @CPP@
84
+ CPPFLAGS = @CPPFLAGS@
85
+ CXX = @CXX@
86
+ CXXCPP = @CXXCPP@
87
+ CXXDEPMODE = @CXXDEPMODE@
88
+ CXXFLAGS = @CXXFLAGS@
89
+ CYGPATH_W = @CYGPATH_W@
90
+ DEFS = @DEFS@
91
+ DEPDIR = @DEPDIR@
92
+ DLLTOOL = @DLLTOOL@
93
+ DSYMUTIL = @DSYMUTIL@
94
+ DUMPBIN = @DUMPBIN@
95
+ ECHO_C = @ECHO_C@
96
+ ECHO_N = @ECHO_N@
97
+ ECHO_T = @ECHO_T@
98
+ EGREP = @EGREP@
99
+ EXEEXT = @EXEEXT@
100
+ FGREP = @FGREP@
101
+ GREP = @GREP@
102
+ HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@
103
+ HUNSPELL_LIBS = @HUNSPELL_LIBS@
104
+ INSTALL = @INSTALL@
105
+ INSTALL_DATA = @INSTALL_DATA@
106
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
107
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
108
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109
+ LD = @LD@
110
+ LDFLAGS = @LDFLAGS@
111
+ LIBEDIT_CFLAGS = @LIBEDIT_CFLAGS@
112
+ LIBEDIT_LIBS = @LIBEDIT_LIBS@
113
+ LIBOBJS = @LIBOBJS@
114
+ LIBS = @LIBS@
115
+ LIBTOOL = @LIBTOOL@
116
+ LINK_CFLAGS = @LINK_CFLAGS@
117
+ LINK_MAJOR_VERSION = @LINK_MAJOR_VERSION@
118
+ LINK_MICRO_VERSION = @LINK_MICRO_VERSION@
119
+ LINK_MINOR_VERSION = @LINK_MINOR_VERSION@
120
+ LIPO = @LIPO@
121
+ LN_S = @LN_S@
122
+ LTLIBOBJS = @LTLIBOBJS@
123
+ MAINT = @MAINT@
124
+ MAKEINFO = @MAKEINFO@
125
+ MKDIR_P = @MKDIR_P@
126
+ NM = @NM@
127
+ NMEDIT = @NMEDIT@
128
+ OBJDUMP = @OBJDUMP@
129
+ OBJEXT = @OBJEXT@
130
+ OTOOL = @OTOOL@
131
+ OTOOL64 = @OTOOL64@
132
+ PACKAGE = @PACKAGE@
133
+ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134
+ PACKAGE_NAME = @PACKAGE_NAME@
135
+ PACKAGE_STRING = @PACKAGE_STRING@
136
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
137
+ PACKAGE_VERSION = @PACKAGE_VERSION@
138
+ PATH_SEPARATOR = @PATH_SEPARATOR@
139
+ PKG_CONFIG = @PKG_CONFIG@
140
+ RANLIB = @RANLIB@
141
+ REGEX_LIBS = @REGEX_LIBS@
142
+ SED = @SED@
143
+ SET_MAKE = @SET_MAKE@
144
+ SHELL = @SHELL@
145
+ SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
146
+ SQLITE3_LIBS = @SQLITE3_LIBS@
147
+ STRIP = @STRIP@
148
+ VERSION = @VERSION@
149
+ VERSION_INFO = @VERSION_INFO@
150
+ abs_builddir = @abs_builddir@
151
+ abs_srcdir = @abs_srcdir@
152
+ abs_top_builddir = @abs_top_builddir@
153
+ abs_top_srcdir = @abs_top_srcdir@
154
+ ac_ct_CC = @ac_ct_CC@
155
+ ac_ct_CXX = @ac_ct_CXX@
156
+ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
157
+ am__include = @am__include@
158
+ am__leading_dot = @am__leading_dot@
159
+ am__quote = @am__quote@
160
+ am__tar = @am__tar@
161
+ am__untar = @am__untar@
162
+ bindir = @bindir@
163
+ build = @build@
164
+ build_alias = @build_alias@
165
+ build_cpu = @build_cpu@
166
+ build_os = @build_os@
167
+ build_vendor = @build_vendor@
168
+ builddir = @builddir@
169
+ datadir = @datadir@
170
+ datarootdir = @datarootdir@
171
+ docdir = @docdir@
172
+ dvidir = @dvidir@
173
+ exec_prefix = @exec_prefix@
174
+ host = @host@
175
+ host_alias = @host_alias@
176
+ host_cpu = @host_cpu@
177
+ host_os = @host_os@
178
+ host_vendor = @host_vendor@
179
+ htmldir = @htmldir@
180
+ includedir = @includedir@
181
+ infodir = @infodir@
182
+ install_sh = @install_sh@
183
+ libdir = @libdir@
184
+ libexecdir = @libexecdir@
185
+ localedir = @localedir@
186
+ localstatedir = @localstatedir@
187
+ lt_ECHO = @lt_ECHO@
188
+ mandir = @mandir@
189
+ mkdir_p = @mkdir_p@
190
+ oldincludedir = @oldincludedir@
191
+ pdfdir = @pdfdir@
192
+ prefix = @prefix@
193
+ program_transform_name = @program_transform_name@
194
+ psdir = @psdir@
195
+ sbindir = @sbindir@
196
+ sharedstatedir = @sharedstatedir@
197
+ srcdir = @srcdir@
198
+ sysconfdir = @sysconfdir@
199
+ target_alias = @target_alias@
200
+ top_build_prefix = @top_build_prefix@
201
+ top_builddir = @top_builddir@
202
+ top_srcdir = @top_srcdir@
203
+ SUBDIRS = words
204
+ DICTS = \
205
+ 4.0.affix \
206
+ 4.0.batch \
207
+ 4.0.biolg.batch \
208
+ 4.0.enwiki.batch \
209
+ 4.0.fixes.batch \
210
+ 4.0.voa.batch \
211
+ 4.0.constituent-knowledge \
212
+ 4.0.dict \
213
+ 4.0.knowledge \
214
+ 4.0.regex \
215
+ tiny.dict
216
+
217
+ dictdir = $(pkgdatadir)/en
218
+ dict_DATA = $(DICTS)
219
+ EXTRA_DIST = $(DICTS) 4.0.dict.m4
220
+ all: all-recursive
221
+
222
+ .SUFFIXES:
223
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
224
+ @for dep in $?; do \
225
+ case '$(am__configure_deps)' in \
226
+ *$$dep*) \
227
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
228
+ && { if test -f $@; then exit 0; else break; fi; }; \
229
+ exit 1;; \
230
+ esac; \
231
+ done; \
232
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/en/Makefile'; \
233
+ cd $(top_srcdir) && \
234
+ $(AUTOMAKE) --foreign data/en/Makefile
235
+ .PRECIOUS: Makefile
236
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237
+ @case '$?' in \
238
+ *config.status*) \
239
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
240
+ *) \
241
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
242
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
243
+ esac;
244
+
245
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
246
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
+
248
+ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
249
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
+ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
251
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
+
253
+ mostlyclean-libtool:
254
+ -rm -f *.lo
255
+
256
+ clean-libtool:
257
+ -rm -rf .libs _libs
258
+ install-dictDATA: $(dict_DATA)
259
+ @$(NORMAL_INSTALL)
260
+ test -z "$(dictdir)" || $(MKDIR_P) "$(DESTDIR)$(dictdir)"
261
+ @list='$(dict_DATA)'; for p in $$list; do \
262
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
263
+ f=$(am__strip_dir) \
264
+ echo " $(dictDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dictdir)/$$f'"; \
265
+ $(dictDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dictdir)/$$f"; \
266
+ done
267
+
268
+ uninstall-dictDATA:
269
+ @$(NORMAL_UNINSTALL)
270
+ @list='$(dict_DATA)'; for p in $$list; do \
271
+ f=$(am__strip_dir) \
272
+ echo " rm -f '$(DESTDIR)$(dictdir)/$$f'"; \
273
+ rm -f "$(DESTDIR)$(dictdir)/$$f"; \
274
+ done
275
+
276
+ # This directory's subdirectories are mostly independent; you can cd
277
+ # into them and run `make' without going through this Makefile.
278
+ # To change the values of `make' variables: instead of editing Makefiles,
279
+ # (1) if the variable is set in `config.status', edit `config.status'
280
+ # (which will cause the Makefiles to be regenerated when you run `make');
281
+ # (2) otherwise, pass the desired values on the `make' command line.
282
+ $(RECURSIVE_TARGETS):
283
+ @failcom='exit 1'; \
284
+ for f in x $$MAKEFLAGS; do \
285
+ case $$f in \
286
+ *=* | --[!k]*);; \
287
+ *k*) failcom='fail=yes';; \
288
+ esac; \
289
+ done; \
290
+ dot_seen=no; \
291
+ target=`echo $@ | sed s/-recursive//`; \
292
+ list='$(SUBDIRS)'; for subdir in $$list; do \
293
+ echo "Making $$target in $$subdir"; \
294
+ if test "$$subdir" = "."; then \
295
+ dot_seen=yes; \
296
+ local_target="$$target-am"; \
297
+ else \
298
+ local_target="$$target"; \
299
+ fi; \
300
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
301
+ || eval $$failcom; \
302
+ done; \
303
+ if test "$$dot_seen" = "no"; then \
304
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
305
+ fi; test -z "$$fail"
306
+
307
+ $(RECURSIVE_CLEAN_TARGETS):
308
+ @failcom='exit 1'; \
309
+ for f in x $$MAKEFLAGS; do \
310
+ case $$f in \
311
+ *=* | --[!k]*);; \
312
+ *k*) failcom='fail=yes';; \
313
+ esac; \
314
+ done; \
315
+ dot_seen=no; \
316
+ case "$@" in \
317
+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
318
+ *) list='$(SUBDIRS)' ;; \
319
+ esac; \
320
+ rev=''; for subdir in $$list; do \
321
+ if test "$$subdir" = "."; then :; else \
322
+ rev="$$subdir $$rev"; \
323
+ fi; \
324
+ done; \
325
+ rev="$$rev ."; \
326
+ target=`echo $@ | sed s/-recursive//`; \
327
+ for subdir in $$rev; do \
328
+ echo "Making $$target in $$subdir"; \
329
+ if test "$$subdir" = "."; then \
330
+ local_target="$$target-am"; \
331
+ else \
332
+ local_target="$$target"; \
333
+ fi; \
334
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
335
+ || eval $$failcom; \
336
+ done && test -z "$$fail"
337
+ tags-recursive:
338
+ list='$(SUBDIRS)'; for subdir in $$list; do \
339
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
340
+ done
341
+ ctags-recursive:
342
+ list='$(SUBDIRS)'; for subdir in $$list; do \
343
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
344
+ done
345
+
346
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
347
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
348
+ unique=`for i in $$list; do \
349
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350
+ done | \
351
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
353
+ mkid -fID $$unique
354
+ tags: TAGS
355
+
356
+ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
357
+ $(TAGS_FILES) $(LISP)
358
+ tags=; \
359
+ here=`pwd`; \
360
+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
361
+ include_option=--etags-include; \
362
+ empty_fix=.; \
363
+ else \
364
+ include_option=--include; \
365
+ empty_fix=; \
366
+ fi; \
367
+ list='$(SUBDIRS)'; for subdir in $$list; do \
368
+ if test "$$subdir" = .; then :; else \
369
+ test ! -f $$subdir/TAGS || \
370
+ tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
371
+ fi; \
372
+ done; \
373
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
374
+ unique=`for i in $$list; do \
375
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376
+ done | \
377
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
378
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
379
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
380
+ test -n "$$unique" || unique=$$empty_fix; \
381
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382
+ $$tags $$unique; \
383
+ fi
384
+ ctags: CTAGS
385
+ CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
386
+ $(TAGS_FILES) $(LISP)
387
+ tags=; \
388
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
389
+ unique=`for i in $$list; do \
390
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391
+ done | \
392
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
394
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
395
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
396
+ $$tags $$unique
397
+
398
+ GTAGS:
399
+ here=`$(am__cd) $(top_builddir) && pwd` \
400
+ && cd $(top_srcdir) \
401
+ && gtags -i $(GTAGS_ARGS) $$here
402
+
403
+ distclean-tags:
404
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
405
+
406
+ distdir: $(DISTFILES)
407
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
408
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
409
+ list='$(DISTFILES)'; \
410
+ dist_files=`for file in $$list; do echo $$file; done | \
411
+ sed -e "s|^$$srcdirstrip/||;t" \
412
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
413
+ case $$dist_files in \
414
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
415
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
416
+ sort -u` ;; \
417
+ esac; \
418
+ for file in $$dist_files; do \
419
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
420
+ if test -d $$d/$$file; then \
421
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
422
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
423
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
424
+ fi; \
425
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
426
+ else \
427
+ test -f $(distdir)/$$file \
428
+ || cp -p $$d/$$file $(distdir)/$$file \
429
+ || exit 1; \
430
+ fi; \
431
+ done
432
+ list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
433
+ if test "$$subdir" = .; then :; else \
434
+ test -d "$(distdir)/$$subdir" \
435
+ || $(MKDIR_P) "$(distdir)/$$subdir" \
436
+ || exit 1; \
437
+ distdir=`$(am__cd) $(distdir) && pwd`; \
438
+ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
439
+ (cd $$subdir && \
440
+ $(MAKE) $(AM_MAKEFLAGS) \
441
+ top_distdir="$$top_distdir" \
442
+ distdir="$$distdir/$$subdir" \
443
+ am__remove_distdir=: \
444
+ am__skip_length_check=: \
445
+ distdir) \
446
+ || exit 1; \
447
+ fi; \
448
+ done
449
+ check-am: all-am
450
+ check: check-recursive
451
+ all-am: Makefile $(DATA)
452
+ installdirs: installdirs-recursive
453
+ installdirs-am:
454
+ for dir in "$(DESTDIR)$(dictdir)"; do \
455
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
456
+ done
457
+ install: install-recursive
458
+ install-exec: install-exec-recursive
459
+ install-data: install-data-recursive
460
+ uninstall: uninstall-recursive
461
+
462
+ install-am: all-am
463
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
464
+
465
+ installcheck: installcheck-recursive
466
+ install-strip:
467
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469
+ `test -z '$(STRIP)' || \
470
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
471
+ mostlyclean-generic:
472
+
473
+ clean-generic:
474
+
475
+ distclean-generic:
476
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
477
+
478
+ maintainer-clean-generic:
479
+ @echo "This command is intended for maintainers to use"
480
+ @echo "it deletes files that may require special tools to rebuild."
481
+ clean: clean-recursive
482
+
483
+ clean-am: clean-generic clean-libtool mostlyclean-am
484
+
485
+ distclean: distclean-recursive
486
+ -rm -f Makefile
487
+ distclean-am: clean-am distclean-generic distclean-tags
488
+
489
+ dvi: dvi-recursive
490
+
491
+ dvi-am:
492
+
493
+ html: html-recursive
494
+
495
+ info: info-recursive
496
+
497
+ info-am:
498
+
499
+ install-data-am: install-dictDATA
500
+
501
+ install-dvi: install-dvi-recursive
502
+
503
+ install-exec-am:
504
+
505
+ install-html: install-html-recursive
506
+
507
+ install-info: install-info-recursive
508
+
509
+ install-man:
510
+
511
+ install-pdf: install-pdf-recursive
512
+
513
+ install-ps: install-ps-recursive
514
+
515
+ installcheck-am:
516
+
517
+ maintainer-clean: maintainer-clean-recursive
518
+ -rm -f Makefile
519
+ maintainer-clean-am: distclean-am maintainer-clean-generic
520
+
521
+ mostlyclean: mostlyclean-recursive
522
+
523
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
524
+
525
+ pdf: pdf-recursive
526
+
527
+ pdf-am:
528
+
529
+ ps: ps-recursive
530
+
531
+ ps-am:
532
+
533
+ uninstall-am: uninstall-dictDATA
534
+
535
+ .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
536
+ install-strip
537
+
538
+ .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
539
+ all all-am check check-am clean clean-generic clean-libtool \
540
+ ctags ctags-recursive distclean distclean-generic \
541
+ distclean-libtool distclean-tags distdir dvi dvi-am html \
542
+ html-am info info-am install install-am install-data \
543
+ install-data-am install-dictDATA install-dvi install-dvi-am \
544
+ install-exec install-exec-am install-html install-html-am \
545
+ install-info install-info-am install-man install-pdf \
546
+ install-pdf-am install-ps install-ps-am install-strip \
547
+ installcheck installcheck-am installdirs installdirs-am \
548
+ maintainer-clean maintainer-clean-generic mostlyclean \
549
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
550
+ tags tags-recursive uninstall uninstall-am uninstall-dictDATA
551
+
552
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
553
+ # Otherwise a system limit (for SysV at least) may be exceeded.
554
+ .NOEXPORT: