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,202 @@
1
+ #
2
+ # Automake file for building both liblink-grammar.so and
3
+ # the command line application link-parser.
4
+ #
5
+
6
+ if WITH_SAT_SOLVER
7
+ SUBDIRS=minisat sat-solver
8
+ endif
9
+
10
+ if WITH_CORPUS
11
+ SUBDIRS=corpus
12
+ endif
13
+
14
+ if OS_WIN32
15
+
16
+ install-libtool-import-lib:
17
+ $(INSTALL) .libs/liblink-grammar.dll.a $(DESTDIR)$(libdir)
18
+
19
+ uninstall-libtool-import-lib:
20
+ -rm $(DESTDIR)$(libdir)/liblink-grammar.dll.a
21
+ else
22
+ install-libtool-import-lib:
23
+ uninstall-libtool-import-lib:
24
+ endif
25
+
26
+ DEFS = @DEFS@ -DVERSION=\"@VERSION@\" -DDICTIONARY_DIR=\"$(pkgdatadir)\"
27
+
28
+ INCLUDES = -I$(top_srcdir) $(ANSI_CFLAGS) $(LINK_CFLAGS) $(HUNSPELL_CFLAGS)
29
+
30
+ lib_LTLIBRARIES = liblink-grammar.la
31
+
32
+ if HAVE_JAVA
33
+ lib_LTLIBRARIES += liblink-grammar-java.la
34
+ endif
35
+
36
+ liblink_grammar_la_LDFLAGS = -version-info @VERSION_INFO@ -export-dynamic -no-undefined -export-symbols $(srcdir)/link-grammar.def
37
+
38
+ liblink_grammar_java_la_LDFLAGS = -version-info @VERSION_INFO@ -export-dynamic -no-undefined -export-symbols $(srcdir)/link-grammar-java.def
39
+
40
+ if OS_WIN32
41
+ liblink_grammar_la_LDFLAGS += -D_JNI_IMPLEMENTATION_ -Wl,--kill-at
42
+ liblink_grammar_java_la_LDFLAGS += -D_JNI_IMPLEMENTATION_ -Wl,--kill-at
43
+ endif
44
+
45
+ liblink_grammar_la_LIBADD = ${REGEX_LIBS}
46
+ liblink_grammar_java_la_LIBADD = liblink-grammar.la ${REGEX_LIBS}
47
+
48
+ if HAVE_HUNSPELL
49
+ liblink_grammar_la_LIBADD += ${HUNSPELL_LIBS}
50
+ liblink_grammar_java_la_LIBADD += ${HUNSPELL_LIBS}
51
+ endif
52
+
53
+ if HAVE_ASPELL
54
+ liblink_grammar_la_LIBADD += ${ASPELL_LIBS}
55
+ liblink_grammar_java_la_LIBADD += ${ASPELL_LIBS}
56
+ endif
57
+
58
+ if WITH_SAT_SOLVER
59
+ liblink_grammar_la_LIBADD += $(top_builddir)/link-grammar/sat-solver/libsat-solver.la
60
+ liblink_grammar_la_LIBADD += $(top_builddir)/link-grammar/minisat/libminisat.la
61
+ liblink_grammar_java_la_LIBADD += $(top_builddir)/link-grammar/sat-solver/libsat-solver.la
62
+ liblink_grammar_java_la_LIBADD += $(top_builddir)/link-grammar/minisat/libminisat.la
63
+ endif
64
+
65
+ if WITH_CORPUS
66
+ liblink_grammar_la_LIBADD += $(top_builddir)/link-grammar/corpus/liblink-corpus.la ${SQLITE3_LIBS}
67
+ liblink_grammar_java_la_LIBADD += $(top_builddir)/link-grammar/corpus/liblink-corpus.la ${SQLITE3_LIBS}
68
+ endif
69
+
70
+ if WITH_BINRELOC
71
+ liblink_grammar_la_LIBADD += -lpthread
72
+ liblink_grammar_java_la_LIBADD += -lpthread
73
+ endif
74
+
75
+ if WITH_PTHREADS
76
+ liblink_grammar_la_LIBADD += -lpthread
77
+ liblink_grammar_java_la_LIBADD += -lpthread
78
+ endif
79
+
80
+ # Math libraries are needed for floorf, etc.
81
+ liblink_grammar_la_LIBADD += -lm
82
+ liblink_grammar_java_la_LIBADD += -lm
83
+
84
+ liblink_grammar_la_SOURCES = \
85
+ analyze-linkage.c \
86
+ and.c \
87
+ api.c \
88
+ build-disjuncts.c \
89
+ command-line.c \
90
+ constituents.c \
91
+ count.c \
92
+ disjunct-utils.c \
93
+ disjuncts.c \
94
+ error.c \
95
+ expand.c \
96
+ extract-links.c \
97
+ fast-match.c \
98
+ idiom.c \
99
+ massage.c \
100
+ post-process.c \
101
+ pp_knowledge.c \
102
+ pp_lexer.c \
103
+ pp_linkset.c \
104
+ preparation.c \
105
+ print.c \
106
+ print-util.c \
107
+ prune.c \
108
+ read-dict.c \
109
+ read-regex.c \
110
+ regex-morph.c \
111
+ resources.c \
112
+ spellcheck-aspell.c \
113
+ spellcheck-hun.c \
114
+ string-set.c \
115
+ tokenize.c \
116
+ utilities.c \
117
+ word-file.c \
118
+ word-utils.c \
119
+ prefix.c \
120
+ api.h \
121
+ api-structures.h \
122
+ api-types.h \
123
+ analyze-linkage.h \
124
+ and.h \
125
+ build-disjuncts.h \
126
+ command-line.h \
127
+ constituents.h \
128
+ count.h \
129
+ disjunct-utils.h \
130
+ disjuncts.h \
131
+ error.h \
132
+ expand.h \
133
+ externs.h \
134
+ extract-links.h \
135
+ fast-match.h \
136
+ idiom.h \
137
+ link-includes.h \
138
+ massage.h \
139
+ post-process.h \
140
+ pp_knowledge.h \
141
+ pp_lexer.h \
142
+ pp_linkset.h \
143
+ preparation.h \
144
+ print.h \
145
+ print-util.h \
146
+ prune.h \
147
+ read-dict.h \
148
+ read-regex.h \
149
+ regex-morph.h \
150
+ resources.h \
151
+ spellcheck.h \
152
+ string-set.h \
153
+ structures.h \
154
+ tokenize.h \
155
+ utilities.h \
156
+ word-file.h \
157
+ word-utils.h
158
+
159
+ liblink_grammar_includedir = $(includedir)/link-grammar
160
+ liblink_grammar_include_HEADERS = \
161
+ link-includes.h \
162
+ link-features.h
163
+
164
+ liblink_grammar_java_la_SOURCES = \
165
+ jni-client.h \
166
+ jni-client.c
167
+
168
+ EXTRA_DIST= \
169
+ prefix.h \
170
+ autoit/_LGTest.au3 \
171
+ autoit/_LinkGrammar.au3 \
172
+ autoit/README \
173
+ java/README \
174
+ java/org/linkgrammar/JSONReader.java \
175
+ java/org/linkgrammar/LGConfig.java \
176
+ java/org/linkgrammar/LGRemoteClient.java \
177
+ java/org/linkgrammar/LGService.java \
178
+ java/org/linkgrammar/Linkage.java \
179
+ java/org/linkgrammar/LinkGrammar.java \
180
+ java/org/linkgrammar/Link.java \
181
+ java/org/linkgrammar/ParseResult.java \
182
+ link-grammar.def \
183
+ link-grammar-java.def
184
+
185
+
186
+ # -----------------------------------------------------------
187
+ # Directives to build the link-parser command-line application
188
+ bin_PROGRAMS=link-parser
189
+ link_parser_SOURCES = link-parser.c
190
+ link_parser_LDADD = $(LIBEDIT_LIBS)
191
+
192
+ if WITH_SAT_SOLVER
193
+ link_parser_LDADD += $(top_builddir)/link-grammar/sat-solver/libsat-solver.la
194
+ link_parser_LDADD += $(top_builddir)/link-grammar/minisat/libminisat.la
195
+ endif
196
+
197
+ link_parser_LDADD += liblink-grammar.la
198
+
199
+ # -----------------------------------------------------------
200
+ install-data-local: install-libtool-import-lib
201
+
202
+ uninstall-local: uninstall-libtool-import-lib
@@ -0,0 +1,900 @@
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
+ #
18
+ # Automake file for building both liblink-grammar.so and
19
+ # the command line application link-parser.
20
+ #
21
+
22
+
23
+
24
+ VPATH = @srcdir@
25
+ pkgdatadir = $(datadir)/@PACKAGE@
26
+ pkglibdir = $(libdir)/@PACKAGE@
27
+ pkgincludedir = $(includedir)/@PACKAGE@
28
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29
+ install_sh_DATA = $(install_sh) -c -m 644
30
+ install_sh_PROGRAM = $(install_sh) -c
31
+ install_sh_SCRIPT = $(install_sh) -c
32
+ INSTALL_HEADER = $(INSTALL_DATA)
33
+ transform = $(program_transform_name)
34
+ NORMAL_INSTALL = :
35
+ PRE_INSTALL = :
36
+ POST_INSTALL = :
37
+ NORMAL_UNINSTALL = :
38
+ PRE_UNINSTALL = :
39
+ POST_UNINSTALL = :
40
+ build_triplet = @build@
41
+ host_triplet = @host@
42
+ @HAVE_JAVA_TRUE@am__append_1 = liblink-grammar-java.la
43
+ @OS_WIN32_TRUE@am__append_2 = -D_JNI_IMPLEMENTATION_ -Wl,--kill-at
44
+ @OS_WIN32_TRUE@am__append_3 = -D_JNI_IMPLEMENTATION_ -Wl,--kill-at
45
+ @HAVE_HUNSPELL_TRUE@am__append_4 = ${HUNSPELL_LIBS}
46
+ @HAVE_HUNSPELL_TRUE@am__append_5 = ${HUNSPELL_LIBS}
47
+ @HAVE_ASPELL_TRUE@am__append_6 = ${ASPELL_LIBS}
48
+ @HAVE_ASPELL_TRUE@am__append_7 = ${ASPELL_LIBS}
49
+ @WITH_SAT_SOLVER_TRUE@am__append_8 = $(top_builddir)/link-grammar/sat-solver/libsat-solver.la \
50
+ @WITH_SAT_SOLVER_TRUE@ $(top_builddir)/link-grammar/minisat/libminisat.la
51
+ @WITH_SAT_SOLVER_TRUE@am__append_9 = $(top_builddir)/link-grammar/sat-solver/libsat-solver.la \
52
+ @WITH_SAT_SOLVER_TRUE@ $(top_builddir)/link-grammar/minisat/libminisat.la
53
+ @WITH_CORPUS_TRUE@am__append_10 = $(top_builddir)/link-grammar/corpus/liblink-corpus.la ${SQLITE3_LIBS}
54
+ @WITH_CORPUS_TRUE@am__append_11 = $(top_builddir)/link-grammar/corpus/liblink-corpus.la ${SQLITE3_LIBS}
55
+ @WITH_BINRELOC_TRUE@am__append_12 = -lpthread
56
+ @WITH_BINRELOC_TRUE@am__append_13 = -lpthread
57
+ @WITH_PTHREADS_TRUE@am__append_14 = -lpthread
58
+ @WITH_PTHREADS_TRUE@am__append_15 = -lpthread
59
+ bin_PROGRAMS = link-parser$(EXEEXT)
60
+ @WITH_SAT_SOLVER_TRUE@am__append_16 = $(top_builddir)/link-grammar/sat-solver/libsat-solver.la \
61
+ @WITH_SAT_SOLVER_TRUE@ $(top_builddir)/link-grammar/minisat/libminisat.la
62
+ subdir = link-grammar
63
+ DIST_COMMON = $(liblink_grammar_include_HEADERS) $(srcdir)/Makefile.am \
64
+ $(srcdir)/Makefile.in $(srcdir)/link-features.h.in
65
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66
+ am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/binreloc.m4 \
67
+ $(top_srcdir)/configure.in
68
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69
+ $(ACLOCAL_M4)
70
+ mkinstalldirs = $(install_sh) -d
71
+ CONFIG_CLEAN_FILES = link-features.h
72
+ am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73
+ am__vpath_adj = case $$p in \
74
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75
+ *) f=$$p;; \
76
+ esac;
77
+ am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
78
+ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
79
+ "$(DESTDIR)$(liblink_grammar_includedir)"
80
+ libLTLIBRARIES_INSTALL = $(INSTALL)
81
+ LTLIBRARIES = $(lib_LTLIBRARIES)
82
+ am__DEPENDENCIES_1 =
83
+ @HAVE_HUNSPELL_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
84
+ @HAVE_ASPELL_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1)
85
+ @WITH_CORPUS_TRUE@am__DEPENDENCIES_4 = $(top_builddir)/link-grammar/corpus/liblink-corpus.la \
86
+ @WITH_CORPUS_TRUE@ $(am__DEPENDENCIES_1)
87
+ liblink_grammar_java_la_DEPENDENCIES = liblink-grammar.la \
88
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
89
+ $(am__DEPENDENCIES_3) $(am__append_9) $(am__DEPENDENCIES_4) \
90
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
91
+ am_liblink_grammar_java_la_OBJECTS = jni-client.lo
92
+ liblink_grammar_java_la_OBJECTS = \
93
+ $(am_liblink_grammar_java_la_OBJECTS)
94
+ liblink_grammar_java_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
95
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
96
+ $(liblink_grammar_java_la_LDFLAGS) $(LDFLAGS) -o $@
97
+ @HAVE_JAVA_TRUE@am_liblink_grammar_java_la_rpath = -rpath $(libdir)
98
+ liblink_grammar_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
99
+ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_3) $(am__append_8) \
100
+ $(am__DEPENDENCIES_4) $(am__DEPENDENCIES_1) \
101
+ $(am__DEPENDENCIES_1)
102
+ am_liblink_grammar_la_OBJECTS = analyze-linkage.lo and.lo api.lo \
103
+ build-disjuncts.lo command-line.lo constituents.lo count.lo \
104
+ disjunct-utils.lo disjuncts.lo error.lo expand.lo \
105
+ extract-links.lo fast-match.lo idiom.lo massage.lo \
106
+ post-process.lo pp_knowledge.lo pp_lexer.lo pp_linkset.lo \
107
+ preparation.lo print.lo print-util.lo prune.lo read-dict.lo \
108
+ read-regex.lo regex-morph.lo resources.lo spellcheck-aspell.lo \
109
+ spellcheck-hun.lo string-set.lo tokenize.lo utilities.lo \
110
+ word-file.lo word-utils.lo prefix.lo
111
+ liblink_grammar_la_OBJECTS = $(am_liblink_grammar_la_OBJECTS)
112
+ liblink_grammar_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
113
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
114
+ $(liblink_grammar_la_LDFLAGS) $(LDFLAGS) -o $@
115
+ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
116
+ PROGRAMS = $(bin_PROGRAMS)
117
+ am_link_parser_OBJECTS = link-parser.$(OBJEXT)
118
+ link_parser_OBJECTS = $(am_link_parser_OBJECTS)
119
+ link_parser_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__append_16) \
120
+ liblink-grammar.la
121
+ DEFAULT_INCLUDES = -I.@am__isrc@
122
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
123
+ am__depfiles_maybe = depfiles
124
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
125
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
126
+ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
127
+ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
128
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129
+ CCLD = $(CC)
130
+ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
131
+ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
132
+ $(LDFLAGS) -o $@
133
+ SOURCES = $(liblink_grammar_java_la_SOURCES) \
134
+ $(liblink_grammar_la_SOURCES) $(link_parser_SOURCES)
135
+ DIST_SOURCES = $(liblink_grammar_java_la_SOURCES) \
136
+ $(liblink_grammar_la_SOURCES) $(link_parser_SOURCES)
137
+ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
138
+ html-recursive info-recursive install-data-recursive \
139
+ install-dvi-recursive install-exec-recursive \
140
+ install-html-recursive install-info-recursive \
141
+ install-pdf-recursive install-ps-recursive install-recursive \
142
+ installcheck-recursive installdirs-recursive pdf-recursive \
143
+ ps-recursive uninstall-recursive
144
+ liblink_grammar_includeHEADERS_INSTALL = $(INSTALL_HEADER)
145
+ HEADERS = $(liblink_grammar_include_HEADERS)
146
+ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
147
+ distclean-recursive maintainer-clean-recursive
148
+ ETAGS = etags
149
+ CTAGS = ctags
150
+ DIST_SUBDIRS = corpus minisat sat-solver
151
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
152
+ ACLOCAL = @ACLOCAL@
153
+ AMTAR = @AMTAR@
154
+ AR = @AR@
155
+ AS = @AS@
156
+ ASPELL_CFLAGS = @ASPELL_CFLAGS@
157
+ ASPELL_LIBS = @ASPELL_LIBS@
158
+ AUTOCONF = @AUTOCONF@
159
+ AUTOHEADER = @AUTOHEADER@
160
+ AUTOMAKE = @AUTOMAKE@
161
+ AWK = @AWK@
162
+ BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
163
+ BINRELOC_LIBS = @BINRELOC_LIBS@
164
+ CC = @CC@
165
+ CCDEPMODE = @CCDEPMODE@
166
+ CFLAGS = @CFLAGS@
167
+ CPP = @CPP@
168
+ CPPFLAGS = @CPPFLAGS@
169
+ CXX = @CXX@
170
+ CXXCPP = @CXXCPP@
171
+ CXXDEPMODE = @CXXDEPMODE@
172
+ CXXFLAGS = @CXXFLAGS@
173
+ CYGPATH_W = @CYGPATH_W@
174
+ DEFS = @DEFS@ -DVERSION=\"@VERSION@\" -DDICTIONARY_DIR=\"$(pkgdatadir)\"
175
+ DEPDIR = @DEPDIR@
176
+ DLLTOOL = @DLLTOOL@
177
+ DSYMUTIL = @DSYMUTIL@
178
+ DUMPBIN = @DUMPBIN@
179
+ ECHO_C = @ECHO_C@
180
+ ECHO_N = @ECHO_N@
181
+ ECHO_T = @ECHO_T@
182
+ EGREP = @EGREP@
183
+ EXEEXT = @EXEEXT@
184
+ FGREP = @FGREP@
185
+ GREP = @GREP@
186
+ HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@
187
+ HUNSPELL_LIBS = @HUNSPELL_LIBS@
188
+ INSTALL = @INSTALL@
189
+ INSTALL_DATA = @INSTALL_DATA@
190
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
191
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
192
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
193
+ LD = @LD@
194
+ LDFLAGS = @LDFLAGS@
195
+ LIBEDIT_CFLAGS = @LIBEDIT_CFLAGS@
196
+ LIBEDIT_LIBS = @LIBEDIT_LIBS@
197
+ LIBOBJS = @LIBOBJS@
198
+ LIBS = @LIBS@
199
+ LIBTOOL = @LIBTOOL@
200
+ LINK_CFLAGS = @LINK_CFLAGS@
201
+ LINK_MAJOR_VERSION = @LINK_MAJOR_VERSION@
202
+ LINK_MICRO_VERSION = @LINK_MICRO_VERSION@
203
+ LINK_MINOR_VERSION = @LINK_MINOR_VERSION@
204
+ LIPO = @LIPO@
205
+ LN_S = @LN_S@
206
+ LTLIBOBJS = @LTLIBOBJS@
207
+ MAINT = @MAINT@
208
+ MAKEINFO = @MAKEINFO@
209
+ MKDIR_P = @MKDIR_P@
210
+ NM = @NM@
211
+ NMEDIT = @NMEDIT@
212
+ OBJDUMP = @OBJDUMP@
213
+ OBJEXT = @OBJEXT@
214
+ OTOOL = @OTOOL@
215
+ OTOOL64 = @OTOOL64@
216
+ PACKAGE = @PACKAGE@
217
+ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
218
+ PACKAGE_NAME = @PACKAGE_NAME@
219
+ PACKAGE_STRING = @PACKAGE_STRING@
220
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
221
+ PACKAGE_VERSION = @PACKAGE_VERSION@
222
+ PATH_SEPARATOR = @PATH_SEPARATOR@
223
+ PKG_CONFIG = @PKG_CONFIG@
224
+ RANLIB = @RANLIB@
225
+ REGEX_LIBS = @REGEX_LIBS@
226
+ SED = @SED@
227
+ SET_MAKE = @SET_MAKE@
228
+ SHELL = @SHELL@
229
+ SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
230
+ SQLITE3_LIBS = @SQLITE3_LIBS@
231
+ STRIP = @STRIP@
232
+ VERSION = @VERSION@
233
+ VERSION_INFO = @VERSION_INFO@
234
+ abs_builddir = @abs_builddir@
235
+ abs_srcdir = @abs_srcdir@
236
+ abs_top_builddir = @abs_top_builddir@
237
+ abs_top_srcdir = @abs_top_srcdir@
238
+ ac_ct_CC = @ac_ct_CC@
239
+ ac_ct_CXX = @ac_ct_CXX@
240
+ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
241
+ am__include = @am__include@
242
+ am__leading_dot = @am__leading_dot@
243
+ am__quote = @am__quote@
244
+ am__tar = @am__tar@
245
+ am__untar = @am__untar@
246
+ bindir = @bindir@
247
+ build = @build@
248
+ build_alias = @build_alias@
249
+ build_cpu = @build_cpu@
250
+ build_os = @build_os@
251
+ build_vendor = @build_vendor@
252
+ builddir = @builddir@
253
+ datadir = @datadir@
254
+ datarootdir = @datarootdir@
255
+ docdir = @docdir@
256
+ dvidir = @dvidir@
257
+ exec_prefix = @exec_prefix@
258
+ host = @host@
259
+ host_alias = @host_alias@
260
+ host_cpu = @host_cpu@
261
+ host_os = @host_os@
262
+ host_vendor = @host_vendor@
263
+ htmldir = @htmldir@
264
+ includedir = @includedir@
265
+ infodir = @infodir@
266
+ install_sh = @install_sh@
267
+ libdir = @libdir@
268
+ libexecdir = @libexecdir@
269
+ localedir = @localedir@
270
+ localstatedir = @localstatedir@
271
+ lt_ECHO = @lt_ECHO@
272
+ mandir = @mandir@
273
+ mkdir_p = @mkdir_p@
274
+ oldincludedir = @oldincludedir@
275
+ pdfdir = @pdfdir@
276
+ prefix = @prefix@
277
+ program_transform_name = @program_transform_name@
278
+ psdir = @psdir@
279
+ sbindir = @sbindir@
280
+ sharedstatedir = @sharedstatedir@
281
+ srcdir = @srcdir@
282
+ sysconfdir = @sysconfdir@
283
+ target_alias = @target_alias@
284
+ top_build_prefix = @top_build_prefix@
285
+ top_builddir = @top_builddir@
286
+ top_srcdir = @top_srcdir@
287
+ @WITH_CORPUS_TRUE@SUBDIRS = corpus
288
+ @WITH_SAT_SOLVER_TRUE@SUBDIRS = minisat sat-solver
289
+ INCLUDES = -I$(top_srcdir) $(ANSI_CFLAGS) $(LINK_CFLAGS) $(HUNSPELL_CFLAGS)
290
+ lib_LTLIBRARIES = liblink-grammar.la $(am__append_1)
291
+ liblink_grammar_la_LDFLAGS = -version-info @VERSION_INFO@ \
292
+ -export-dynamic -no-undefined -export-symbols \
293
+ $(srcdir)/link-grammar.def $(am__append_2)
294
+ liblink_grammar_java_la_LDFLAGS = -version-info @VERSION_INFO@ \
295
+ -export-dynamic -no-undefined -export-symbols \
296
+ $(srcdir)/link-grammar-java.def $(am__append_3)
297
+
298
+ # Math libraries are needed for floorf, etc.
299
+ liblink_grammar_la_LIBADD = ${REGEX_LIBS} $(am__append_4) \
300
+ $(am__append_6) $(am__append_8) $(am__append_10) \
301
+ $(am__append_12) $(am__append_14) -lm
302
+ liblink_grammar_java_la_LIBADD = liblink-grammar.la ${REGEX_LIBS} \
303
+ $(am__append_5) $(am__append_7) $(am__append_9) \
304
+ $(am__append_11) $(am__append_13) $(am__append_15) -lm
305
+ liblink_grammar_la_SOURCES = \
306
+ analyze-linkage.c \
307
+ and.c \
308
+ api.c \
309
+ build-disjuncts.c \
310
+ command-line.c \
311
+ constituents.c \
312
+ count.c \
313
+ disjunct-utils.c \
314
+ disjuncts.c \
315
+ error.c \
316
+ expand.c \
317
+ extract-links.c \
318
+ fast-match.c \
319
+ idiom.c \
320
+ massage.c \
321
+ post-process.c \
322
+ pp_knowledge.c \
323
+ pp_lexer.c \
324
+ pp_linkset.c \
325
+ preparation.c \
326
+ print.c \
327
+ print-util.c \
328
+ prune.c \
329
+ read-dict.c \
330
+ read-regex.c \
331
+ regex-morph.c \
332
+ resources.c \
333
+ spellcheck-aspell.c \
334
+ spellcheck-hun.c \
335
+ string-set.c \
336
+ tokenize.c \
337
+ utilities.c \
338
+ word-file.c \
339
+ word-utils.c \
340
+ prefix.c \
341
+ api.h \
342
+ api-structures.h \
343
+ api-types.h \
344
+ analyze-linkage.h \
345
+ and.h \
346
+ build-disjuncts.h \
347
+ command-line.h \
348
+ constituents.h \
349
+ count.h \
350
+ disjunct-utils.h \
351
+ disjuncts.h \
352
+ error.h \
353
+ expand.h \
354
+ externs.h \
355
+ extract-links.h \
356
+ fast-match.h \
357
+ idiom.h \
358
+ link-includes.h \
359
+ massage.h \
360
+ post-process.h \
361
+ pp_knowledge.h \
362
+ pp_lexer.h \
363
+ pp_linkset.h \
364
+ preparation.h \
365
+ print.h \
366
+ print-util.h \
367
+ prune.h \
368
+ read-dict.h \
369
+ read-regex.h \
370
+ regex-morph.h \
371
+ resources.h \
372
+ spellcheck.h \
373
+ string-set.h \
374
+ structures.h \
375
+ tokenize.h \
376
+ utilities.h \
377
+ word-file.h \
378
+ word-utils.h
379
+
380
+ liblink_grammar_includedir = $(includedir)/link-grammar
381
+ liblink_grammar_include_HEADERS = \
382
+ link-includes.h \
383
+ link-features.h
384
+
385
+ liblink_grammar_java_la_SOURCES = \
386
+ jni-client.h \
387
+ jni-client.c
388
+
389
+ EXTRA_DIST = \
390
+ prefix.h \
391
+ autoit/_LGTest.au3 \
392
+ autoit/_LinkGrammar.au3 \
393
+ autoit/README \
394
+ java/README \
395
+ java/org/linkgrammar/JSONReader.java \
396
+ java/org/linkgrammar/LGConfig.java \
397
+ java/org/linkgrammar/LGRemoteClient.java \
398
+ java/org/linkgrammar/LGService.java \
399
+ java/org/linkgrammar/Linkage.java \
400
+ java/org/linkgrammar/LinkGrammar.java \
401
+ java/org/linkgrammar/Link.java \
402
+ java/org/linkgrammar/ParseResult.java \
403
+ link-grammar.def \
404
+ link-grammar-java.def
405
+
406
+ link_parser_SOURCES = link-parser.c
407
+ link_parser_LDADD = $(LIBEDIT_LIBS) $(am__append_16) \
408
+ liblink-grammar.la
409
+ all: all-recursive
410
+
411
+ .SUFFIXES:
412
+ .SUFFIXES: .c .lo .o .obj
413
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
414
+ @for dep in $?; do \
415
+ case '$(am__configure_deps)' in \
416
+ *$$dep*) \
417
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
418
+ && { if test -f $@; then exit 0; else break; fi; }; \
419
+ exit 1;; \
420
+ esac; \
421
+ done; \
422
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign link-grammar/Makefile'; \
423
+ cd $(top_srcdir) && \
424
+ $(AUTOMAKE) --foreign link-grammar/Makefile
425
+ .PRECIOUS: Makefile
426
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
427
+ @case '$?' in \
428
+ *config.status*) \
429
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
430
+ *) \
431
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
432
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
433
+ esac;
434
+
435
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
436
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437
+
438
+ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
439
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
440
+ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
441
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
442
+ link-features.h: $(top_builddir)/config.status $(srcdir)/link-features.h.in
443
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
444
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
445
+ @$(NORMAL_INSTALL)
446
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
447
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
448
+ if test -f $$p; then \
449
+ f=$(am__strip_dir) \
450
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
451
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
452
+ else :; fi; \
453
+ done
454
+
455
+ uninstall-libLTLIBRARIES:
456
+ @$(NORMAL_UNINSTALL)
457
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
458
+ p=$(am__strip_dir) \
459
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
460
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
461
+ done
462
+
463
+ clean-libLTLIBRARIES:
464
+ -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
465
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
466
+ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
467
+ test "$$dir" != "$$p" || dir=.; \
468
+ echo "rm -f \"$${dir}/so_locations\""; \
469
+ rm -f "$${dir}/so_locations"; \
470
+ done
471
+ liblink-grammar-java.la: $(liblink_grammar_java_la_OBJECTS) $(liblink_grammar_java_la_DEPENDENCIES)
472
+ $(liblink_grammar_java_la_LINK) $(am_liblink_grammar_java_la_rpath) $(liblink_grammar_java_la_OBJECTS) $(liblink_grammar_java_la_LIBADD) $(LIBS)
473
+ liblink-grammar.la: $(liblink_grammar_la_OBJECTS) $(liblink_grammar_la_DEPENDENCIES)
474
+ $(liblink_grammar_la_LINK) -rpath $(libdir) $(liblink_grammar_la_OBJECTS) $(liblink_grammar_la_LIBADD) $(LIBS)
475
+ install-binPROGRAMS: $(bin_PROGRAMS)
476
+ @$(NORMAL_INSTALL)
477
+ test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
478
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
479
+ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
480
+ if test -f $$p \
481
+ || test -f $$p1 \
482
+ ; then \
483
+ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
484
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
485
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
486
+ else :; fi; \
487
+ done
488
+
489
+ uninstall-binPROGRAMS:
490
+ @$(NORMAL_UNINSTALL)
491
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
492
+ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
493
+ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
494
+ rm -f "$(DESTDIR)$(bindir)/$$f"; \
495
+ done
496
+
497
+ clean-binPROGRAMS:
498
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
499
+ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
500
+ echo " rm -f $$p $$f"; \
501
+ rm -f $$p $$f ; \
502
+ done
503
+ link-parser$(EXEEXT): $(link_parser_OBJECTS) $(link_parser_DEPENDENCIES)
504
+ @rm -f link-parser$(EXEEXT)
505
+ $(LINK) $(link_parser_OBJECTS) $(link_parser_LDADD) $(LIBS)
506
+
507
+ mostlyclean-compile:
508
+ -rm -f *.$(OBJEXT)
509
+
510
+ distclean-compile:
511
+ -rm -f *.tab.c
512
+
513
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/analyze-linkage.Plo@am__quote@
514
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/and.Plo@am__quote@
515
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api.Plo@am__quote@
516
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build-disjuncts.Plo@am__quote@
517
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command-line.Plo@am__quote@
518
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constituents.Plo@am__quote@
519
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/count.Plo@am__quote@
520
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disjunct-utils.Plo@am__quote@
521
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disjuncts.Plo@am__quote@
522
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
523
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expand.Plo@am__quote@
524
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extract-links.Plo@am__quote@
525
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast-match.Plo@am__quote@
526
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idiom.Plo@am__quote@
527
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jni-client.Plo@am__quote@
528
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/link-parser.Po@am__quote@
529
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/massage.Plo@am__quote@
530
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/post-process.Plo@am__quote@
531
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pp_knowledge.Plo@am__quote@
532
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pp_lexer.Plo@am__quote@
533
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pp_linkset.Plo@am__quote@
534
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefix.Plo@am__quote@
535
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preparation.Plo@am__quote@
536
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print-util.Plo@am__quote@
537
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@
538
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prune.Plo@am__quote@
539
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read-dict.Plo@am__quote@
540
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read-regex.Plo@am__quote@
541
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex-morph.Plo@am__quote@
542
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resources.Plo@am__quote@
543
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spellcheck-aspell.Plo@am__quote@
544
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spellcheck-hun.Plo@am__quote@
545
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string-set.Plo@am__quote@
546
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tokenize.Plo@am__quote@
547
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utilities.Plo@am__quote@
548
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/word-file.Plo@am__quote@
549
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/word-utils.Plo@am__quote@
550
+
551
+ .c.o:
552
+ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
553
+ @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
554
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
555
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556
+ @am__fastdepCC_FALSE@ $(COMPILE) -c $<
557
+
558
+ .c.obj:
559
+ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
560
+ @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
561
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
562
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563
+ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
564
+
565
+ .c.lo:
566
+ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
567
+ @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
568
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
569
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570
+ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
571
+
572
+ mostlyclean-libtool:
573
+ -rm -f *.lo
574
+
575
+ clean-libtool:
576
+ -rm -rf .libs _libs
577
+ install-liblink_grammar_includeHEADERS: $(liblink_grammar_include_HEADERS)
578
+ @$(NORMAL_INSTALL)
579
+ test -z "$(liblink_grammar_includedir)" || $(MKDIR_P) "$(DESTDIR)$(liblink_grammar_includedir)"
580
+ @list='$(liblink_grammar_include_HEADERS)'; for p in $$list; do \
581
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
582
+ f=$(am__strip_dir) \
583
+ echo " $(liblink_grammar_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(liblink_grammar_includedir)/$$f'"; \
584
+ $(liblink_grammar_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(liblink_grammar_includedir)/$$f"; \
585
+ done
586
+
587
+ uninstall-liblink_grammar_includeHEADERS:
588
+ @$(NORMAL_UNINSTALL)
589
+ @list='$(liblink_grammar_include_HEADERS)'; for p in $$list; do \
590
+ f=$(am__strip_dir) \
591
+ echo " rm -f '$(DESTDIR)$(liblink_grammar_includedir)/$$f'"; \
592
+ rm -f "$(DESTDIR)$(liblink_grammar_includedir)/$$f"; \
593
+ done
594
+
595
+ # This directory's subdirectories are mostly independent; you can cd
596
+ # into them and run `make' without going through this Makefile.
597
+ # To change the values of `make' variables: instead of editing Makefiles,
598
+ # (1) if the variable is set in `config.status', edit `config.status'
599
+ # (which will cause the Makefiles to be regenerated when you run `make');
600
+ # (2) otherwise, pass the desired values on the `make' command line.
601
+ $(RECURSIVE_TARGETS):
602
+ @failcom='exit 1'; \
603
+ for f in x $$MAKEFLAGS; do \
604
+ case $$f in \
605
+ *=* | --[!k]*);; \
606
+ *k*) failcom='fail=yes';; \
607
+ esac; \
608
+ done; \
609
+ dot_seen=no; \
610
+ target=`echo $@ | sed s/-recursive//`; \
611
+ list='$(SUBDIRS)'; for subdir in $$list; do \
612
+ echo "Making $$target in $$subdir"; \
613
+ if test "$$subdir" = "."; then \
614
+ dot_seen=yes; \
615
+ local_target="$$target-am"; \
616
+ else \
617
+ local_target="$$target"; \
618
+ fi; \
619
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
620
+ || eval $$failcom; \
621
+ done; \
622
+ if test "$$dot_seen" = "no"; then \
623
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
624
+ fi; test -z "$$fail"
625
+
626
+ $(RECURSIVE_CLEAN_TARGETS):
627
+ @failcom='exit 1'; \
628
+ for f in x $$MAKEFLAGS; do \
629
+ case $$f in \
630
+ *=* | --[!k]*);; \
631
+ *k*) failcom='fail=yes';; \
632
+ esac; \
633
+ done; \
634
+ dot_seen=no; \
635
+ case "$@" in \
636
+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
637
+ *) list='$(SUBDIRS)' ;; \
638
+ esac; \
639
+ rev=''; for subdir in $$list; do \
640
+ if test "$$subdir" = "."; then :; else \
641
+ rev="$$subdir $$rev"; \
642
+ fi; \
643
+ done; \
644
+ rev="$$rev ."; \
645
+ target=`echo $@ | sed s/-recursive//`; \
646
+ for subdir in $$rev; do \
647
+ echo "Making $$target in $$subdir"; \
648
+ if test "$$subdir" = "."; then \
649
+ local_target="$$target-am"; \
650
+ else \
651
+ local_target="$$target"; \
652
+ fi; \
653
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
654
+ || eval $$failcom; \
655
+ done && test -z "$$fail"
656
+ tags-recursive:
657
+ list='$(SUBDIRS)'; for subdir in $$list; do \
658
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
659
+ done
660
+ ctags-recursive:
661
+ list='$(SUBDIRS)'; for subdir in $$list; do \
662
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
663
+ done
664
+
665
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
666
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
667
+ unique=`for i in $$list; do \
668
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
669
+ done | \
670
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
671
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
672
+ mkid -fID $$unique
673
+ tags: TAGS
674
+
675
+ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
676
+ $(TAGS_FILES) $(LISP)
677
+ tags=; \
678
+ here=`pwd`; \
679
+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
680
+ include_option=--etags-include; \
681
+ empty_fix=.; \
682
+ else \
683
+ include_option=--include; \
684
+ empty_fix=; \
685
+ fi; \
686
+ list='$(SUBDIRS)'; for subdir in $$list; do \
687
+ if test "$$subdir" = .; then :; else \
688
+ test ! -f $$subdir/TAGS || \
689
+ tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
690
+ fi; \
691
+ done; \
692
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
693
+ unique=`for i in $$list; do \
694
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
695
+ done | \
696
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
697
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
698
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
699
+ test -n "$$unique" || unique=$$empty_fix; \
700
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
701
+ $$tags $$unique; \
702
+ fi
703
+ ctags: CTAGS
704
+ CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
705
+ $(TAGS_FILES) $(LISP)
706
+ tags=; \
707
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
708
+ unique=`for i in $$list; do \
709
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
710
+ done | \
711
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
712
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
713
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
714
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
715
+ $$tags $$unique
716
+
717
+ GTAGS:
718
+ here=`$(am__cd) $(top_builddir) && pwd` \
719
+ && cd $(top_srcdir) \
720
+ && gtags -i $(GTAGS_ARGS) $$here
721
+
722
+ distclean-tags:
723
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
724
+
725
+ distdir: $(DISTFILES)
726
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
727
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
728
+ list='$(DISTFILES)'; \
729
+ dist_files=`for file in $$list; do echo $$file; done | \
730
+ sed -e "s|^$$srcdirstrip/||;t" \
731
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
732
+ case $$dist_files in \
733
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
734
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
735
+ sort -u` ;; \
736
+ esac; \
737
+ for file in $$dist_files; do \
738
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
739
+ if test -d $$d/$$file; then \
740
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
741
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
742
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
743
+ fi; \
744
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
745
+ else \
746
+ test -f $(distdir)/$$file \
747
+ || cp -p $$d/$$file $(distdir)/$$file \
748
+ || exit 1; \
749
+ fi; \
750
+ done
751
+ list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
752
+ if test "$$subdir" = .; then :; else \
753
+ test -d "$(distdir)/$$subdir" \
754
+ || $(MKDIR_P) "$(distdir)/$$subdir" \
755
+ || exit 1; \
756
+ distdir=`$(am__cd) $(distdir) && pwd`; \
757
+ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
758
+ (cd $$subdir && \
759
+ $(MAKE) $(AM_MAKEFLAGS) \
760
+ top_distdir="$$top_distdir" \
761
+ distdir="$$distdir/$$subdir" \
762
+ am__remove_distdir=: \
763
+ am__skip_length_check=: \
764
+ distdir) \
765
+ || exit 1; \
766
+ fi; \
767
+ done
768
+ check-am: all-am
769
+ check: check-recursive
770
+ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
771
+ install-binPROGRAMS: install-libLTLIBRARIES
772
+
773
+ installdirs: installdirs-recursive
774
+ installdirs-am:
775
+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(liblink_grammar_includedir)"; do \
776
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
777
+ done
778
+ install: install-recursive
779
+ install-exec: install-exec-recursive
780
+ install-data: install-data-recursive
781
+ uninstall: uninstall-recursive
782
+
783
+ install-am: all-am
784
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
785
+
786
+ installcheck: installcheck-recursive
787
+ install-strip:
788
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
789
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
790
+ `test -z '$(STRIP)' || \
791
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
792
+ mostlyclean-generic:
793
+
794
+ clean-generic:
795
+
796
+ distclean-generic:
797
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
798
+
799
+ maintainer-clean-generic:
800
+ @echo "This command is intended for maintainers to use"
801
+ @echo "it deletes files that may require special tools to rebuild."
802
+ clean: clean-recursive
803
+
804
+ clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
805
+ clean-libtool mostlyclean-am
806
+
807
+ distclean: distclean-recursive
808
+ -rm -rf ./$(DEPDIR)
809
+ -rm -f Makefile
810
+ distclean-am: clean-am distclean-compile distclean-generic \
811
+ distclean-tags
812
+
813
+ dvi: dvi-recursive
814
+
815
+ dvi-am:
816
+
817
+ html: html-recursive
818
+
819
+ info: info-recursive
820
+
821
+ info-am:
822
+
823
+ install-data-am: install-data-local \
824
+ install-liblink_grammar_includeHEADERS
825
+
826
+ install-dvi: install-dvi-recursive
827
+
828
+ install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
829
+
830
+ install-html: install-html-recursive
831
+
832
+ install-info: install-info-recursive
833
+
834
+ install-man:
835
+
836
+ install-pdf: install-pdf-recursive
837
+
838
+ install-ps: install-ps-recursive
839
+
840
+ installcheck-am:
841
+
842
+ maintainer-clean: maintainer-clean-recursive
843
+ -rm -rf ./$(DEPDIR)
844
+ -rm -f Makefile
845
+ maintainer-clean-am: distclean-am maintainer-clean-generic
846
+
847
+ mostlyclean: mostlyclean-recursive
848
+
849
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
850
+ mostlyclean-libtool
851
+
852
+ pdf: pdf-recursive
853
+
854
+ pdf-am:
855
+
856
+ ps: ps-recursive
857
+
858
+ ps-am:
859
+
860
+ uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
861
+ uninstall-liblink_grammar_includeHEADERS uninstall-local
862
+
863
+ .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
864
+ install-strip
865
+
866
+ .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
867
+ all all-am check check-am clean clean-binPROGRAMS \
868
+ clean-generic clean-libLTLIBRARIES clean-libtool ctags \
869
+ ctags-recursive distclean distclean-compile distclean-generic \
870
+ distclean-libtool distclean-tags distdir dvi dvi-am html \
871
+ html-am info info-am install install-am install-binPROGRAMS \
872
+ install-data install-data-am install-data-local install-dvi \
873
+ install-dvi-am install-exec install-exec-am install-html \
874
+ install-html-am install-info install-info-am \
875
+ install-libLTLIBRARIES install-liblink_grammar_includeHEADERS \
876
+ install-man install-pdf install-pdf-am install-ps \
877
+ install-ps-am install-strip installcheck installcheck-am \
878
+ installdirs installdirs-am maintainer-clean \
879
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
880
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
881
+ tags tags-recursive uninstall uninstall-am \
882
+ uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
883
+ uninstall-liblink_grammar_includeHEADERS uninstall-local
884
+
885
+
886
+ @OS_WIN32_TRUE@install-libtool-import-lib:
887
+ @OS_WIN32_TRUE@ $(INSTALL) .libs/liblink-grammar.dll.a $(DESTDIR)$(libdir)
888
+
889
+ @OS_WIN32_TRUE@uninstall-libtool-import-lib:
890
+ @OS_WIN32_TRUE@ -rm $(DESTDIR)$(libdir)/liblink-grammar.dll.a
891
+ @OS_WIN32_FALSE@install-libtool-import-lib:
892
+ @OS_WIN32_FALSE@uninstall-libtool-import-lib:
893
+
894
+ # -----------------------------------------------------------
895
+ install-data-local: install-libtool-import-lib
896
+
897
+ uninstall-local: uninstall-libtool-import-lib
898
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
899
+ # Otherwise a system limit (for SysV at least) may be exceeded.
900
+ .NOEXPORT: