opener-opinion-detector-basic 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (148) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/ext/hack/Rakefile +0 -2
  4. data/lib/opener/opinion_detector_basic/version.rb +1 -1
  5. data/opener-opinion-detector-basic.gemspec +0 -1
  6. data/task/compile.rake +1 -1
  7. data/task/requirements.rake +0 -1
  8. metadata +2 -142
  9. data/core/vendor/src/crfsuite/AUTHORS +0 -1
  10. data/core/vendor/src/crfsuite/COPYING +0 -27
  11. data/core/vendor/src/crfsuite/ChangeLog +0 -103
  12. data/core/vendor/src/crfsuite/INSTALL +0 -236
  13. data/core/vendor/src/crfsuite/Makefile.am +0 -19
  14. data/core/vendor/src/crfsuite/Makefile.in +0 -783
  15. data/core/vendor/src/crfsuite/README +0 -183
  16. data/core/vendor/src/crfsuite/aclocal.m4 +0 -9018
  17. data/core/vendor/src/crfsuite/autogen.sh +0 -38
  18. data/core/vendor/src/crfsuite/compile +0 -143
  19. data/core/vendor/src/crfsuite/config.guess +0 -1502
  20. data/core/vendor/src/crfsuite/config.h.in +0 -198
  21. data/core/vendor/src/crfsuite/config.sub +0 -1714
  22. data/core/vendor/src/crfsuite/configure +0 -14273
  23. data/core/vendor/src/crfsuite/configure.in +0 -149
  24. data/core/vendor/src/crfsuite/crfsuite.sln +0 -42
  25. data/core/vendor/src/crfsuite/depcomp +0 -630
  26. data/core/vendor/src/crfsuite/example/chunking.py +0 -49
  27. data/core/vendor/src/crfsuite/example/crfutils.py +0 -179
  28. data/core/vendor/src/crfsuite/example/ner.py +0 -270
  29. data/core/vendor/src/crfsuite/example/pos.py +0 -78
  30. data/core/vendor/src/crfsuite/example/template.py +0 -88
  31. data/core/vendor/src/crfsuite/frontend/Makefile.am +0 -29
  32. data/core/vendor/src/crfsuite/frontend/Makefile.in +0 -640
  33. data/core/vendor/src/crfsuite/frontend/dump.c +0 -116
  34. data/core/vendor/src/crfsuite/frontend/frontend.vcxproj +0 -129
  35. data/core/vendor/src/crfsuite/frontend/iwa.c +0 -273
  36. data/core/vendor/src/crfsuite/frontend/iwa.h +0 -65
  37. data/core/vendor/src/crfsuite/frontend/learn.c +0 -439
  38. data/core/vendor/src/crfsuite/frontend/main.c +0 -137
  39. data/core/vendor/src/crfsuite/frontend/option.c +0 -93
  40. data/core/vendor/src/crfsuite/frontend/option.h +0 -86
  41. data/core/vendor/src/crfsuite/frontend/readdata.h +0 -38
  42. data/core/vendor/src/crfsuite/frontend/reader.c +0 -136
  43. data/core/vendor/src/crfsuite/frontend/tag.c +0 -427
  44. data/core/vendor/src/crfsuite/genbinary.sh.in +0 -15
  45. data/core/vendor/src/crfsuite/include/Makefile.am +0 -11
  46. data/core/vendor/src/crfsuite/include/Makefile.in +0 -461
  47. data/core/vendor/src/crfsuite/include/crfsuite.h +0 -1063
  48. data/core/vendor/src/crfsuite/include/crfsuite.hpp +0 -555
  49. data/core/vendor/src/crfsuite/include/crfsuite_api.hpp +0 -400
  50. data/core/vendor/src/crfsuite/include/os.h +0 -61
  51. data/core/vendor/src/crfsuite/install-sh +0 -520
  52. data/core/vendor/src/crfsuite/lib/cqdb/COPYING +0 -28
  53. data/core/vendor/src/crfsuite/lib/cqdb/Makefile.am +0 -21
  54. data/core/vendor/src/crfsuite/lib/cqdb/Makefile.in +0 -549
  55. data/core/vendor/src/crfsuite/lib/cqdb/cqdb.vcxproj +0 -86
  56. data/core/vendor/src/crfsuite/lib/cqdb/include/cqdb.h +0 -524
  57. data/core/vendor/src/crfsuite/lib/cqdb/src/cqdb.c +0 -587
  58. data/core/vendor/src/crfsuite/lib/cqdb/src/lookup3.c +0 -976
  59. data/core/vendor/src/crfsuite/lib/crf/Makefile.am +0 -46
  60. data/core/vendor/src/crfsuite/lib/crf/Makefile.in +0 -721
  61. data/core/vendor/src/crfsuite/lib/crf/crf.vcxproj +0 -216
  62. data/core/vendor/src/crfsuite/lib/crf/src/crf1d.h +0 -353
  63. data/core/vendor/src/crfsuite/lib/crf/src/crf1d_context.c +0 -705
  64. data/core/vendor/src/crfsuite/lib/crf/src/crf1d_encode.c +0 -943
  65. data/core/vendor/src/crfsuite/lib/crf/src/crf1d_feature.c +0 -352
  66. data/core/vendor/src/crfsuite/lib/crf/src/crf1d_model.c +0 -994
  67. data/core/vendor/src/crfsuite/lib/crf/src/crf1d_tag.c +0 -550
  68. data/core/vendor/src/crfsuite/lib/crf/src/crfsuite.c +0 -492
  69. data/core/vendor/src/crfsuite/lib/crf/src/crfsuite_internal.h +0 -236
  70. data/core/vendor/src/crfsuite/lib/crf/src/crfsuite_train.c +0 -272
  71. data/core/vendor/src/crfsuite/lib/crf/src/dataset.c +0 -106
  72. data/core/vendor/src/crfsuite/lib/crf/src/dictionary.c +0 -118
  73. data/core/vendor/src/crfsuite/lib/crf/src/holdout.c +0 -80
  74. data/core/vendor/src/crfsuite/lib/crf/src/logging.c +0 -91
  75. data/core/vendor/src/crfsuite/lib/crf/src/logging.h +0 -48
  76. data/core/vendor/src/crfsuite/lib/crf/src/params.c +0 -335
  77. data/core/vendor/src/crfsuite/lib/crf/src/params.h +0 -80
  78. data/core/vendor/src/crfsuite/lib/crf/src/quark.c +0 -172
  79. data/core/vendor/src/crfsuite/lib/crf/src/quark.h +0 -46
  80. data/core/vendor/src/crfsuite/lib/crf/src/rumavl.c +0 -1107
  81. data/core/vendor/src/crfsuite/lib/crf/src/rumavl.h +0 -160
  82. data/core/vendor/src/crfsuite/lib/crf/src/train_arow.c +0 -408
  83. data/core/vendor/src/crfsuite/lib/crf/src/train_averaged_perceptron.c +0 -242
  84. data/core/vendor/src/crfsuite/lib/crf/src/train_l2sgd.c +0 -507
  85. data/core/vendor/src/crfsuite/lib/crf/src/train_lbfgs.c +0 -338
  86. data/core/vendor/src/crfsuite/lib/crf/src/train_passive_aggressive.c +0 -435
  87. data/core/vendor/src/crfsuite/lib/crf/src/vecmath.h +0 -341
  88. data/core/vendor/src/crfsuite/ltmain.sh +0 -8413
  89. data/core/vendor/src/crfsuite/missing +0 -376
  90. data/core/vendor/src/crfsuite/swig/Makefile.am +0 -13
  91. data/core/vendor/src/crfsuite/swig/Makefile.in +0 -365
  92. data/core/vendor/src/crfsuite/swig/crfsuite.cpp +0 -2
  93. data/core/vendor/src/crfsuite/swig/export.i +0 -32
  94. data/core/vendor/src/crfsuite/swig/python/README +0 -92
  95. data/core/vendor/src/crfsuite/swig/python/crfsuite.py +0 -329
  96. data/core/vendor/src/crfsuite/swig/python/export_wrap.cpp +0 -14355
  97. data/core/vendor/src/crfsuite/swig/python/export_wrap.h +0 -63
  98. data/core/vendor/src/crfsuite/swig/python/prepare.sh +0 -9
  99. data/core/vendor/src/crfsuite/swig/python/sample_tag.py +0 -52
  100. data/core/vendor/src/crfsuite/swig/python/sample_train.py +0 -68
  101. data/core/vendor/src/crfsuite/swig/python/setup.py +0 -44
  102. data/core/vendor/src/crfsuite/win32/stdint.h +0 -679
  103. data/core/vendor/src/liblbfgs/AUTHORS +0 -1
  104. data/core/vendor/src/liblbfgs/COPYING +0 -22
  105. data/core/vendor/src/liblbfgs/ChangeLog +0 -120
  106. data/core/vendor/src/liblbfgs/INSTALL +0 -231
  107. data/core/vendor/src/liblbfgs/Makefile.am +0 -10
  108. data/core/vendor/src/liblbfgs/Makefile.in +0 -638
  109. data/core/vendor/src/liblbfgs/NEWS +0 -0
  110. data/core/vendor/src/liblbfgs/README +0 -71
  111. data/core/vendor/src/liblbfgs/aclocal.m4 +0 -6985
  112. data/core/vendor/src/liblbfgs/autogen.sh +0 -38
  113. data/core/vendor/src/liblbfgs/config.guess +0 -1411
  114. data/core/vendor/src/liblbfgs/config.h.in +0 -64
  115. data/core/vendor/src/liblbfgs/config.sub +0 -1500
  116. data/core/vendor/src/liblbfgs/configure +0 -21146
  117. data/core/vendor/src/liblbfgs/configure.in +0 -107
  118. data/core/vendor/src/liblbfgs/depcomp +0 -522
  119. data/core/vendor/src/liblbfgs/include/lbfgs.h +0 -745
  120. data/core/vendor/src/liblbfgs/install-sh +0 -322
  121. data/core/vendor/src/liblbfgs/lbfgs.sln +0 -26
  122. data/core/vendor/src/liblbfgs/lib/Makefile.am +0 -24
  123. data/core/vendor/src/liblbfgs/lib/Makefile.in +0 -499
  124. data/core/vendor/src/liblbfgs/lib/arithmetic_ansi.h +0 -133
  125. data/core/vendor/src/liblbfgs/lib/arithmetic_sse_double.h +0 -294
  126. data/core/vendor/src/liblbfgs/lib/arithmetic_sse_float.h +0 -298
  127. data/core/vendor/src/liblbfgs/lib/lbfgs.c +0 -1371
  128. data/core/vendor/src/liblbfgs/lib/lib.vcxproj +0 -95
  129. data/core/vendor/src/liblbfgs/ltmain.sh +0 -6426
  130. data/core/vendor/src/liblbfgs/missing +0 -353
  131. data/core/vendor/src/liblbfgs/sample/Makefile.am +0 -15
  132. data/core/vendor/src/liblbfgs/sample/Makefile.in +0 -433
  133. data/core/vendor/src/liblbfgs/sample/sample.c +0 -81
  134. data/core/vendor/src/liblbfgs/sample/sample.cpp +0 -126
  135. data/core/vendor/src/liblbfgs/sample/sample.vcxproj +0 -105
  136. data/core/vendor/src/svm_light/LICENSE.txt +0 -59
  137. data/core/vendor/src/svm_light/Makefile +0 -105
  138. data/core/vendor/src/svm_light/kernel.h +0 -40
  139. data/core/vendor/src/svm_light/svm_classify.c +0 -197
  140. data/core/vendor/src/svm_light/svm_common.c +0 -985
  141. data/core/vendor/src/svm_light/svm_common.h +0 -301
  142. data/core/vendor/src/svm_light/svm_hideo.c +0 -1062
  143. data/core/vendor/src/svm_light/svm_learn.c +0 -4147
  144. data/core/vendor/src/svm_light/svm_learn.h +0 -169
  145. data/core/vendor/src/svm_light/svm_learn_main.c +0 -397
  146. data/core/vendor/src/svm_light/svm_loqo.c +0 -211
  147. data/task/c.rake +0 -36
  148. data/task/submodules.rake +0 -5
@@ -1,783 +0,0 @@
1
- # Makefile.in generated by automake 1.11.1 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, 2009 Free Software Foundation,
6
- # Inc.
7
- # This Makefile.in is free software; the Free Software Foundation
8
- # gives unlimited permission to copy and/or distribute it,
9
- # with or without modifications, as long as this notice is preserved.
10
-
11
- # This program is distributed in the hope that it will be useful,
12
- # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
- # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
- # PARTICULAR PURPOSE.
15
-
16
- @SET_MAKE@
17
-
18
- # $Id$
19
-
20
- VPATH = @srcdir@
21
- pkgdatadir = $(datadir)/@PACKAGE@
22
- pkgincludedir = $(includedir)/@PACKAGE@
23
- pkglibdir = $(libdir)/@PACKAGE@
24
- pkglibexecdir = $(libexecdir)/@PACKAGE@
25
- am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
- install_sh_DATA = $(install_sh) -c -m 644
27
- install_sh_PROGRAM = $(install_sh) -c
28
- install_sh_SCRIPT = $(install_sh) -c
29
- INSTALL_HEADER = $(INSTALL_DATA)
30
- transform = $(program_transform_name)
31
- NORMAL_INSTALL = :
32
- PRE_INSTALL = :
33
- POST_INSTALL = :
34
- NORMAL_UNINSTALL = :
35
- PRE_UNINSTALL = :
36
- POST_UNINSTALL = :
37
- build_triplet = @build@
38
- host_triplet = @host@
39
- subdir = .
40
- DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41
- $(srcdir)/Makefile.in $(srcdir)/config.h.in \
42
- $(srcdir)/genbinary.sh.in $(top_srcdir)/configure AUTHORS \
43
- COPYING ChangeLog INSTALL compile config.guess config.sub \
44
- depcomp install-sh ltmain.sh missing
45
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
- am__aclocal_m4_deps = $(top_srcdir)/configure.in
47
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
- $(ACLOCAL_M4)
49
- am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50
- configure.lineno config.status.lineno
51
- mkinstalldirs = $(install_sh) -d
52
- CONFIG_HEADER = config.h
53
- CONFIG_CLEAN_FILES = genbinary.sh
54
- CONFIG_CLEAN_VPATH_FILES =
55
- SOURCES =
56
- DIST_SOURCES =
57
- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58
- html-recursive info-recursive install-data-recursive \
59
- install-dvi-recursive install-exec-recursive \
60
- install-html-recursive install-info-recursive \
61
- install-pdf-recursive install-ps-recursive install-recursive \
62
- installcheck-recursive installdirs-recursive pdf-recursive \
63
- ps-recursive uninstall-recursive
64
- am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65
- am__vpath_adj = case $$p in \
66
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67
- *) f=$$p;; \
68
- esac;
69
- am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
70
- am__install_max = 40
71
- am__nobase_strip_setup = \
72
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
73
- am__nobase_strip = \
74
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
75
- am__nobase_list = $(am__nobase_strip_setup); \
76
- for p in $$list; do echo "$$p $$p"; done | \
77
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
78
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
79
- if (++n[$$2] == $(am__install_max)) \
80
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81
- END { for (dir in files) print dir, files[dir] }'
82
- am__base_list = \
83
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
85
- am__installdirs = "$(DESTDIR)$(docdir)"
86
- DATA = $(doc_DATA)
87
- RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
88
- distclean-recursive maintainer-clean-recursive
89
- AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
90
- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
91
- distdir dist dist-all distcheck
92
- ETAGS = etags
93
- CTAGS = ctags
94
- DIST_SUBDIRS = $(SUBDIRS)
95
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96
- distdir = $(PACKAGE)-$(VERSION)
97
- top_distdir = $(distdir)
98
- am__remove_distdir = \
99
- { test ! -d "$(distdir)" \
100
- || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
101
- && rm -fr "$(distdir)"; }; }
102
- am__relativize = \
103
- dir0=`pwd`; \
104
- sed_first='s,^\([^/]*\)/.*$$,\1,'; \
105
- sed_rest='s,^[^/]*/*,,'; \
106
- sed_last='s,^.*/\([^/]*\)$$,\1,'; \
107
- sed_butlast='s,/*[^/]*$$,,'; \
108
- while test -n "$$dir1"; do \
109
- first=`echo "$$dir1" | sed -e "$$sed_first"`; \
110
- if test "$$first" != "."; then \
111
- if test "$$first" = ".."; then \
112
- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
113
- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
114
- else \
115
- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
116
- if test "$$first2" = "$$first"; then \
117
- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
118
- else \
119
- dir2="../$$dir2"; \
120
- fi; \
121
- dir0="$$dir0"/"$$first"; \
122
- fi; \
123
- fi; \
124
- dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
125
- done; \
126
- reldir="$$dir2"
127
- DIST_ARCHIVES = $(distdir).tar.gz
128
- GZIP_ENV = --best
129
- distuninstallcheck_listfiles = find . -type f -print
130
- distcleancheck_listfiles = find . -type f -print
131
- ACLOCAL = @ACLOCAL@
132
- ALLOCA = @ALLOCA@
133
- AMTAR = @AMTAR@
134
- AR = @AR@
135
- AUTOCONF = @AUTOCONF@
136
- AUTOHEADER = @AUTOHEADER@
137
- AUTOMAKE = @AUTOMAKE@
138
- AWK = @AWK@
139
- CC = @CC@
140
- CCDEPMODE = @CCDEPMODE@
141
- CFLAGS = @CFLAGS@
142
- CPP = @CPP@
143
- CPPFLAGS = @CPPFLAGS@
144
- CYGPATH_W = @CYGPATH_W@
145
- DEFS = @DEFS@
146
- DEPDIR = @DEPDIR@
147
- DSYMUTIL = @DSYMUTIL@
148
- DUMPBIN = @DUMPBIN@
149
- ECHO_C = @ECHO_C@
150
- ECHO_N = @ECHO_N@
151
- ECHO_T = @ECHO_T@
152
- EGREP = @EGREP@
153
- EXEEXT = @EXEEXT@
154
- FGREP = @FGREP@
155
- GREP = @GREP@
156
- INCLUDES = @INCLUDES@
157
- INSTALL = @INSTALL@
158
- INSTALL_DATA = @INSTALL_DATA@
159
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
160
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
161
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162
- LD = @LD@
163
- LDFLAGS = @LDFLAGS@
164
- LIBOBJS = @LIBOBJS@
165
- LIBS = @LIBS@
166
- LIBTOOL = @LIBTOOL@
167
- LIPO = @LIPO@
168
- LN_S = @LN_S@
169
- LTLIBOBJS = @LTLIBOBJS@
170
- MAINT = @MAINT@
171
- MAKEINFO = @MAKEINFO@
172
- MKDIR_P = @MKDIR_P@
173
- NM = @NM@
174
- NMEDIT = @NMEDIT@
175
- OBJDUMP = @OBJDUMP@
176
- OBJEXT = @OBJEXT@
177
- OTOOL = @OTOOL@
178
- OTOOL64 = @OTOOL64@
179
- PACKAGE = @PACKAGE@
180
- PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
181
- PACKAGE_NAME = @PACKAGE_NAME@
182
- PACKAGE_STRING = @PACKAGE_STRING@
183
- PACKAGE_TARNAME = @PACKAGE_TARNAME@
184
- PACKAGE_URL = @PACKAGE_URL@
185
- PACKAGE_VERSION = @PACKAGE_VERSION@
186
- PATH_SEPARATOR = @PATH_SEPARATOR@
187
- RANLIB = @RANLIB@
188
- SED = @SED@
189
- SET_MAKE = @SET_MAKE@
190
- SHELL = @SHELL@
191
- STRIP = @STRIP@
192
- U = @U@
193
- VERSION = @VERSION@
194
- abs_builddir = @abs_builddir@
195
- abs_srcdir = @abs_srcdir@
196
- abs_top_builddir = @abs_top_builddir@
197
- abs_top_srcdir = @abs_top_srcdir@
198
- ac_ct_CC = @ac_ct_CC@
199
- ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
200
- am__include = @am__include@
201
- am__leading_dot = @am__leading_dot@
202
- am__quote = @am__quote@
203
- am__tar = @am__tar@
204
- am__untar = @am__untar@
205
- bindir = @bindir@
206
- build = @build@
207
- build_alias = @build_alias@
208
- build_cpu = @build_cpu@
209
- build_os = @build_os@
210
- build_vendor = @build_vendor@
211
- builddir = @builddir@
212
- datadir = @datadir@
213
- datarootdir = @datarootdir@
214
- docdir = $(prefix)/share/doc/@PACKAGE@
215
- dvidir = @dvidir@
216
- exec_prefix = @exec_prefix@
217
- host = @host@
218
- host_alias = @host_alias@
219
- host_cpu = @host_cpu@
220
- host_os = @host_os@
221
- host_vendor = @host_vendor@
222
- htmldir = @htmldir@
223
- includedir = @includedir@
224
- infodir = @infodir@
225
- install_sh = @install_sh@
226
- libdir = @libdir@
227
- libexecdir = @libexecdir@
228
- localedir = @localedir@
229
- localstatedir = @localstatedir@
230
- lt_ECHO = @lt_ECHO@
231
- mandir = @mandir@
232
- mkdir_p = @mkdir_p@
233
- oldincludedir = @oldincludedir@
234
- pdfdir = @pdfdir@
235
- prefix = @prefix@
236
- program_transform_name = @program_transform_name@
237
- psdir = @psdir@
238
- sbindir = @sbindir@
239
- sharedstatedir = @sharedstatedir@
240
- srcdir = @srcdir@
241
- sysconfdir = @sysconfdir@
242
- target_alias = @target_alias@
243
- top_build_prefix = @top_build_prefix@
244
- top_builddir = @top_builddir@
245
- top_srcdir = @top_srcdir@
246
- SUBDIRS = include lib/cqdb lib/crf frontend swig
247
- doc_DATA = README INSTALL COPYING AUTHORS ChangeLog
248
- EXTRA_DIST = \
249
- crfsuite.sln \
250
- autogen.sh \
251
- win32/stdint.h \
252
- example/crfutils.py \
253
- example/template.py \
254
- example/pos.py \
255
- example/ner.py \
256
- example/chunking.py
257
-
258
- AUTOMAKE_OPTIONS = foreign
259
- ACLOCAL_AMFLAGS = -I m4
260
- all: config.h
261
- $(MAKE) $(AM_MAKEFLAGS) all-recursive
262
-
263
- .SUFFIXES:
264
- am--refresh:
265
- @:
266
- $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
267
- @for dep in $?; do \
268
- case '$(am__configure_deps)' in \
269
- *$$dep*) \
270
- echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
271
- $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
272
- && exit 0; \
273
- exit 1;; \
274
- esac; \
275
- done; \
276
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
277
- $(am__cd) $(top_srcdir) && \
278
- $(AUTOMAKE) --foreign Makefile
279
- .PRECIOUS: Makefile
280
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
281
- @case '$?' in \
282
- *config.status*) \
283
- echo ' $(SHELL) ./config.status'; \
284
- $(SHELL) ./config.status;; \
285
- *) \
286
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
287
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
288
- esac;
289
-
290
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
291
- $(SHELL) ./config.status --recheck
292
-
293
- $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
294
- $(am__cd) $(srcdir) && $(AUTOCONF)
295
- $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
296
- $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
297
- $(am__aclocal_m4_deps):
298
-
299
- config.h: stamp-h1
300
- @if test ! -f $@; then \
301
- rm -f stamp-h1; \
302
- $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
303
- else :; fi
304
-
305
- stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
306
- @rm -f stamp-h1
307
- cd $(top_builddir) && $(SHELL) ./config.status config.h
308
- $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
309
- ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
310
- rm -f stamp-h1
311
- touch $@
312
-
313
- distclean-hdr:
314
- -rm -f config.h stamp-h1
315
- genbinary.sh: $(top_builddir)/config.status $(srcdir)/genbinary.sh.in
316
- cd $(top_builddir) && $(SHELL) ./config.status $@
317
-
318
- mostlyclean-libtool:
319
- -rm -f *.lo
320
-
321
- clean-libtool:
322
- -rm -rf .libs _libs
323
-
324
- distclean-libtool:
325
- -rm -f libtool config.lt
326
- install-docDATA: $(doc_DATA)
327
- @$(NORMAL_INSTALL)
328
- test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
329
- @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
330
- for p in $$list; do \
331
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
332
- echo "$$d$$p"; \
333
- done | $(am__base_list) | \
334
- while read files; do \
335
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
336
- $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
337
- done
338
-
339
- uninstall-docDATA:
340
- @$(NORMAL_UNINSTALL)
341
- @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
342
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
343
- test -n "$$files" || exit 0; \
344
- echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
345
- cd "$(DESTDIR)$(docdir)" && rm -f $$files
346
-
347
- # This directory's subdirectories are mostly independent; you can cd
348
- # into them and run `make' without going through this Makefile.
349
- # To change the values of `make' variables: instead of editing Makefiles,
350
- # (1) if the variable is set in `config.status', edit `config.status'
351
- # (which will cause the Makefiles to be regenerated when you run `make');
352
- # (2) otherwise, pass the desired values on the `make' command line.
353
- $(RECURSIVE_TARGETS):
354
- @fail= failcom='exit 1'; \
355
- for f in x $$MAKEFLAGS; do \
356
- case $$f in \
357
- *=* | --[!k]*);; \
358
- *k*) failcom='fail=yes';; \
359
- esac; \
360
- done; \
361
- dot_seen=no; \
362
- target=`echo $@ | sed s/-recursive//`; \
363
- list='$(SUBDIRS)'; for subdir in $$list; do \
364
- echo "Making $$target in $$subdir"; \
365
- if test "$$subdir" = "."; then \
366
- dot_seen=yes; \
367
- local_target="$$target-am"; \
368
- else \
369
- local_target="$$target"; \
370
- fi; \
371
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
372
- || eval $$failcom; \
373
- done; \
374
- if test "$$dot_seen" = "no"; then \
375
- $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
376
- fi; test -z "$$fail"
377
-
378
- $(RECURSIVE_CLEAN_TARGETS):
379
- @fail= failcom='exit 1'; \
380
- for f in x $$MAKEFLAGS; do \
381
- case $$f in \
382
- *=* | --[!k]*);; \
383
- *k*) failcom='fail=yes';; \
384
- esac; \
385
- done; \
386
- dot_seen=no; \
387
- case "$@" in \
388
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
389
- *) list='$(SUBDIRS)' ;; \
390
- esac; \
391
- rev=''; for subdir in $$list; do \
392
- if test "$$subdir" = "."; then :; else \
393
- rev="$$subdir $$rev"; \
394
- fi; \
395
- done; \
396
- rev="$$rev ."; \
397
- target=`echo $@ | sed s/-recursive//`; \
398
- for subdir in $$rev; do \
399
- echo "Making $$target in $$subdir"; \
400
- if test "$$subdir" = "."; then \
401
- local_target="$$target-am"; \
402
- else \
403
- local_target="$$target"; \
404
- fi; \
405
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
406
- || eval $$failcom; \
407
- done && test -z "$$fail"
408
- tags-recursive:
409
- list='$(SUBDIRS)'; for subdir in $$list; do \
410
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
411
- done
412
- ctags-recursive:
413
- list='$(SUBDIRS)'; for subdir in $$list; do \
414
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
415
- done
416
-
417
- ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
418
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
419
- unique=`for i in $$list; do \
420
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421
- done | \
422
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423
- END { if (nonempty) { for (i in files) print i; }; }'`; \
424
- mkid -fID $$unique
425
- tags: TAGS
426
-
427
- TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
428
- $(TAGS_FILES) $(LISP)
429
- set x; \
430
- here=`pwd`; \
431
- if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
432
- include_option=--etags-include; \
433
- empty_fix=.; \
434
- else \
435
- include_option=--include; \
436
- empty_fix=; \
437
- fi; \
438
- list='$(SUBDIRS)'; for subdir in $$list; do \
439
- if test "$$subdir" = .; then :; else \
440
- test ! -f $$subdir/TAGS || \
441
- set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
442
- fi; \
443
- done; \
444
- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
445
- unique=`for i in $$list; do \
446
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447
- done | \
448
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449
- END { if (nonempty) { for (i in files) print i; }; }'`; \
450
- shift; \
451
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
452
- test -n "$$unique" || unique=$$empty_fix; \
453
- if test $$# -gt 0; then \
454
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455
- "$$@" $$unique; \
456
- else \
457
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458
- $$unique; \
459
- fi; \
460
- fi
461
- ctags: CTAGS
462
- CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
463
- $(TAGS_FILES) $(LISP)
464
- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
465
- unique=`for i in $$list; do \
466
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467
- done | \
468
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
469
- END { if (nonempty) { for (i in files) print i; }; }'`; \
470
- test -z "$(CTAGS_ARGS)$$unique" \
471
- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
472
- $$unique
473
-
474
- GTAGS:
475
- here=`$(am__cd) $(top_builddir) && pwd` \
476
- && $(am__cd) $(top_srcdir) \
477
- && gtags -i $(GTAGS_ARGS) "$$here"
478
-
479
- distclean-tags:
480
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
481
-
482
- distdir: $(DISTFILES)
483
- $(am__remove_distdir)
484
- test -d "$(distdir)" || mkdir "$(distdir)"
485
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487
- list='$(DISTFILES)'; \
488
- dist_files=`for file in $$list; do echo $$file; done | \
489
- sed -e "s|^$$srcdirstrip/||;t" \
490
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
491
- case $$dist_files in \
492
- */*) $(MKDIR_P) `echo "$$dist_files" | \
493
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
494
- sort -u` ;; \
495
- esac; \
496
- for file in $$dist_files; do \
497
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498
- if test -d $$d/$$file; then \
499
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
500
- if test -d "$(distdir)/$$file"; then \
501
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502
- fi; \
503
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506
- fi; \
507
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
508
- else \
509
- test -f "$(distdir)/$$file" \
510
- || cp -p $$d/$$file "$(distdir)/$$file" \
511
- || exit 1; \
512
- fi; \
513
- done
514
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
515
- if test "$$subdir" = .; then :; else \
516
- test -d "$(distdir)/$$subdir" \
517
- || $(MKDIR_P) "$(distdir)/$$subdir" \
518
- || exit 1; \
519
- fi; \
520
- done
521
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
522
- if test "$$subdir" = .; then :; else \
523
- dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
524
- $(am__relativize); \
525
- new_distdir=$$reldir; \
526
- dir1=$$subdir; dir2="$(top_distdir)"; \
527
- $(am__relativize); \
528
- new_top_distdir=$$reldir; \
529
- echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
530
- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
531
- ($(am__cd) $$subdir && \
532
- $(MAKE) $(AM_MAKEFLAGS) \
533
- top_distdir="$$new_top_distdir" \
534
- distdir="$$new_distdir" \
535
- am__remove_distdir=: \
536
- am__skip_length_check=: \
537
- am__skip_mode_fix=: \
538
- distdir) \
539
- || exit 1; \
540
- fi; \
541
- done
542
- -test -n "$(am__skip_mode_fix)" \
543
- || find "$(distdir)" -type d ! -perm -755 \
544
- -exec chmod u+rwx,go+rx {} \; -o \
545
- ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
546
- ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
547
- ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
548
- || chmod -R a+r "$(distdir)"
549
- dist-gzip: distdir
550
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
551
- $(am__remove_distdir)
552
-
553
- dist-bzip2: distdir
554
- tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
555
- $(am__remove_distdir)
556
-
557
- dist-lzma: distdir
558
- tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
559
- $(am__remove_distdir)
560
-
561
- dist-xz: distdir
562
- tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
563
- $(am__remove_distdir)
564
-
565
- dist-tarZ: distdir
566
- tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
567
- $(am__remove_distdir)
568
-
569
- dist-shar: distdir
570
- shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
571
- $(am__remove_distdir)
572
-
573
- dist-zip: distdir
574
- -rm -f $(distdir).zip
575
- zip -rq $(distdir).zip $(distdir)
576
- $(am__remove_distdir)
577
-
578
- dist dist-all: distdir
579
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
580
- $(am__remove_distdir)
581
-
582
- # This target untars the dist file and tries a VPATH configuration. Then
583
- # it guarantees that the distribution is self-contained by making another
584
- # tarfile.
585
- distcheck: dist
586
- case '$(DIST_ARCHIVES)' in \
587
- *.tar.gz*) \
588
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
589
- *.tar.bz2*) \
590
- bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
591
- *.tar.lzma*) \
592
- lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
593
- *.tar.xz*) \
594
- xz -dc $(distdir).tar.xz | $(am__untar) ;;\
595
- *.tar.Z*) \
596
- uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
597
- *.shar.gz*) \
598
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
599
- *.zip*) \
600
- unzip $(distdir).zip ;;\
601
- esac
602
- chmod -R a-w $(distdir); chmod a+w $(distdir)
603
- mkdir $(distdir)/_build
604
- mkdir $(distdir)/_inst
605
- chmod a-w $(distdir)
606
- test -d $(distdir)/_build || exit 0; \
607
- dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
608
- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
609
- && am__cwd=`pwd` \
610
- && $(am__cd) $(distdir)/_build \
611
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
612
- $(DISTCHECK_CONFIGURE_FLAGS) \
613
- && $(MAKE) $(AM_MAKEFLAGS) \
614
- && $(MAKE) $(AM_MAKEFLAGS) dvi \
615
- && $(MAKE) $(AM_MAKEFLAGS) check \
616
- && $(MAKE) $(AM_MAKEFLAGS) install \
617
- && $(MAKE) $(AM_MAKEFLAGS) installcheck \
618
- && $(MAKE) $(AM_MAKEFLAGS) uninstall \
619
- && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
620
- distuninstallcheck \
621
- && chmod -R a-w "$$dc_install_base" \
622
- && ({ \
623
- (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
624
- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
625
- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
626
- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
627
- distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
628
- } || { rm -rf "$$dc_destdir"; exit 1; }) \
629
- && rm -rf "$$dc_destdir" \
630
- && $(MAKE) $(AM_MAKEFLAGS) dist \
631
- && rm -rf $(DIST_ARCHIVES) \
632
- && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
633
- && cd "$$am__cwd" \
634
- || exit 1
635
- $(am__remove_distdir)
636
- @(echo "$(distdir) archives ready for distribution: "; \
637
- list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
638
- sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
639
- distuninstallcheck:
640
- @$(am__cd) '$(distuninstallcheck_dir)' \
641
- && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
642
- || { echo "ERROR: files left after uninstall:" ; \
643
- if test -n "$(DESTDIR)"; then \
644
- echo " (check DESTDIR support)"; \
645
- fi ; \
646
- $(distuninstallcheck_listfiles) ; \
647
- exit 1; } >&2
648
- distcleancheck: distclean
649
- @if test '$(srcdir)' = . ; then \
650
- echo "ERROR: distcleancheck can only run from a VPATH build" ; \
651
- exit 1 ; \
652
- fi
653
- @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
654
- || { echo "ERROR: files left in build directory after distclean:" ; \
655
- $(distcleancheck_listfiles) ; \
656
- exit 1; } >&2
657
- check-am: all-am
658
- check: check-recursive
659
- all-am: Makefile $(DATA) config.h
660
- installdirs: installdirs-recursive
661
- installdirs-am:
662
- for dir in "$(DESTDIR)$(docdir)"; do \
663
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
664
- done
665
- install: install-recursive
666
- install-exec: install-exec-recursive
667
- install-data: install-data-recursive
668
- uninstall: uninstall-recursive
669
-
670
- install-am: all-am
671
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
672
-
673
- installcheck: installcheck-recursive
674
- install-strip:
675
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
676
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
677
- `test -z '$(STRIP)' || \
678
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
679
- mostlyclean-generic:
680
-
681
- clean-generic:
682
-
683
- distclean-generic:
684
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
685
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
686
-
687
- maintainer-clean-generic:
688
- @echo "This command is intended for maintainers to use"
689
- @echo "it deletes files that may require special tools to rebuild."
690
- clean: clean-recursive
691
-
692
- clean-am: clean-generic clean-libtool mostlyclean-am
693
-
694
- distclean: distclean-recursive
695
- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
696
- -rm -f Makefile
697
- distclean-am: clean-am distclean-generic distclean-hdr \
698
- distclean-libtool distclean-tags
699
-
700
- dvi: dvi-recursive
701
-
702
- dvi-am:
703
-
704
- html: html-recursive
705
-
706
- html-am:
707
-
708
- info: info-recursive
709
-
710
- info-am:
711
-
712
- install-data-am: install-docDATA
713
-
714
- install-dvi: install-dvi-recursive
715
-
716
- install-dvi-am:
717
-
718
- install-exec-am:
719
-
720
- install-html: install-html-recursive
721
-
722
- install-html-am:
723
-
724
- install-info: install-info-recursive
725
-
726
- install-info-am:
727
-
728
- install-man:
729
-
730
- install-pdf: install-pdf-recursive
731
-
732
- install-pdf-am:
733
-
734
- install-ps: install-ps-recursive
735
-
736
- install-ps-am:
737
-
738
- installcheck-am:
739
-
740
- maintainer-clean: maintainer-clean-recursive
741
- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
742
- -rm -rf $(top_srcdir)/autom4te.cache
743
- -rm -f Makefile
744
- maintainer-clean-am: distclean-am maintainer-clean-generic
745
-
746
- mostlyclean: mostlyclean-recursive
747
-
748
- mostlyclean-am: mostlyclean-generic mostlyclean-libtool
749
-
750
- pdf: pdf-recursive
751
-
752
- pdf-am:
753
-
754
- ps: ps-recursive
755
-
756
- ps-am:
757
-
758
- uninstall-am: uninstall-docDATA
759
-
760
- .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
761
- ctags-recursive install-am install-strip tags-recursive
762
-
763
- .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
764
- all all-am am--refresh check check-am clean clean-generic \
765
- clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
766
- dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
767
- distcheck distclean distclean-generic distclean-hdr \
768
- distclean-libtool distclean-tags distcleancheck distdir \
769
- distuninstallcheck dvi dvi-am html html-am info info-am \
770
- install install-am install-data install-data-am \
771
- install-docDATA install-dvi install-dvi-am install-exec \
772
- install-exec-am install-html install-html-am install-info \
773
- install-info-am install-man install-pdf install-pdf-am \
774
- install-ps install-ps-am install-strip installcheck \
775
- installcheck-am installdirs installdirs-am maintainer-clean \
776
- maintainer-clean-generic mostlyclean mostlyclean-generic \
777
- mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
778
- uninstall uninstall-am uninstall-docDATA
779
-
780
-
781
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
782
- # Otherwise a system limit (for SysV at least) may be exceeded.
783
- .NOEXPORT: