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,11 +0,0 @@
1
- # $Id:$
2
-
3
- EXTRA_DIST = \
4
- os.h
5
-
6
- crfsuiteincludedir = $(includedir)
7
- crfsuiteinclude_HEADERS = \
8
- crfsuite.h \
9
- crfsuite_api.hpp \
10
- crfsuite.hpp
11
-
@@ -1,461 +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 = include
40
- DIST_COMMON = $(crfsuiteinclude_HEADERS) $(srcdir)/Makefile.am \
41
- $(srcdir)/Makefile.in
42
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
- am__aclocal_m4_deps = $(top_srcdir)/configure.in
44
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
- $(ACLOCAL_M4)
46
- mkinstalldirs = $(install_sh) -d
47
- CONFIG_HEADER = $(top_builddir)/config.h
48
- CONFIG_CLEAN_FILES =
49
- CONFIG_CLEAN_VPATH_FILES =
50
- SOURCES =
51
- DIST_SOURCES =
52
- am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
- am__vpath_adj = case $$p in \
54
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55
- *) f=$$p;; \
56
- esac;
57
- am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
58
- am__install_max = 40
59
- am__nobase_strip_setup = \
60
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
61
- am__nobase_strip = \
62
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
63
- am__nobase_list = $(am__nobase_strip_setup); \
64
- for p in $$list; do echo "$$p $$p"; done | \
65
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
66
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
67
- if (++n[$$2] == $(am__install_max)) \
68
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
69
- END { for (dir in files) print dir, files[dir] }'
70
- am__base_list = \
71
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
72
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
73
- am__installdirs = "$(DESTDIR)$(crfsuiteincludedir)"
74
- HEADERS = $(crfsuiteinclude_HEADERS)
75
- ETAGS = etags
76
- CTAGS = ctags
77
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78
- ACLOCAL = @ACLOCAL@
79
- ALLOCA = @ALLOCA@
80
- AMTAR = @AMTAR@
81
- AR = @AR@
82
- AUTOCONF = @AUTOCONF@
83
- AUTOHEADER = @AUTOHEADER@
84
- AUTOMAKE = @AUTOMAKE@
85
- AWK = @AWK@
86
- CC = @CC@
87
- CCDEPMODE = @CCDEPMODE@
88
- CFLAGS = @CFLAGS@
89
- CPP = @CPP@
90
- CPPFLAGS = @CPPFLAGS@
91
- CYGPATH_W = @CYGPATH_W@
92
- DEFS = @DEFS@
93
- DEPDIR = @DEPDIR@
94
- DSYMUTIL = @DSYMUTIL@
95
- DUMPBIN = @DUMPBIN@
96
- ECHO_C = @ECHO_C@
97
- ECHO_N = @ECHO_N@
98
- ECHO_T = @ECHO_T@
99
- EGREP = @EGREP@
100
- EXEEXT = @EXEEXT@
101
- FGREP = @FGREP@
102
- GREP = @GREP@
103
- INCLUDES = @INCLUDES@
104
- INSTALL = @INSTALL@
105
- INSTALL_DATA = @INSTALL_DATA@
106
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
107
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
108
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109
- LD = @LD@
110
- LDFLAGS = @LDFLAGS@
111
- LIBOBJS = @LIBOBJS@
112
- LIBS = @LIBS@
113
- LIBTOOL = @LIBTOOL@
114
- LIPO = @LIPO@
115
- LN_S = @LN_S@
116
- LTLIBOBJS = @LTLIBOBJS@
117
- MAINT = @MAINT@
118
- MAKEINFO = @MAKEINFO@
119
- MKDIR_P = @MKDIR_P@
120
- NM = @NM@
121
- NMEDIT = @NMEDIT@
122
- OBJDUMP = @OBJDUMP@
123
- OBJEXT = @OBJEXT@
124
- OTOOL = @OTOOL@
125
- OTOOL64 = @OTOOL64@
126
- PACKAGE = @PACKAGE@
127
- PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
128
- PACKAGE_NAME = @PACKAGE_NAME@
129
- PACKAGE_STRING = @PACKAGE_STRING@
130
- PACKAGE_TARNAME = @PACKAGE_TARNAME@
131
- PACKAGE_URL = @PACKAGE_URL@
132
- PACKAGE_VERSION = @PACKAGE_VERSION@
133
- PATH_SEPARATOR = @PATH_SEPARATOR@
134
- RANLIB = @RANLIB@
135
- SED = @SED@
136
- SET_MAKE = @SET_MAKE@
137
- SHELL = @SHELL@
138
- STRIP = @STRIP@
139
- U = @U@
140
- VERSION = @VERSION@
141
- abs_builddir = @abs_builddir@
142
- abs_srcdir = @abs_srcdir@
143
- abs_top_builddir = @abs_top_builddir@
144
- abs_top_srcdir = @abs_top_srcdir@
145
- ac_ct_CC = @ac_ct_CC@
146
- ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
147
- am__include = @am__include@
148
- am__leading_dot = @am__leading_dot@
149
- am__quote = @am__quote@
150
- am__tar = @am__tar@
151
- am__untar = @am__untar@
152
- bindir = @bindir@
153
- build = @build@
154
- build_alias = @build_alias@
155
- build_cpu = @build_cpu@
156
- build_os = @build_os@
157
- build_vendor = @build_vendor@
158
- builddir = @builddir@
159
- datadir = @datadir@
160
- datarootdir = @datarootdir@
161
- docdir = @docdir@
162
- dvidir = @dvidir@
163
- exec_prefix = @exec_prefix@
164
- host = @host@
165
- host_alias = @host_alias@
166
- host_cpu = @host_cpu@
167
- host_os = @host_os@
168
- host_vendor = @host_vendor@
169
- htmldir = @htmldir@
170
- includedir = @includedir@
171
- infodir = @infodir@
172
- install_sh = @install_sh@
173
- libdir = @libdir@
174
- libexecdir = @libexecdir@
175
- localedir = @localedir@
176
- localstatedir = @localstatedir@
177
- lt_ECHO = @lt_ECHO@
178
- mandir = @mandir@
179
- mkdir_p = @mkdir_p@
180
- oldincludedir = @oldincludedir@
181
- pdfdir = @pdfdir@
182
- prefix = @prefix@
183
- program_transform_name = @program_transform_name@
184
- psdir = @psdir@
185
- sbindir = @sbindir@
186
- sharedstatedir = @sharedstatedir@
187
- srcdir = @srcdir@
188
- sysconfdir = @sysconfdir@
189
- target_alias = @target_alias@
190
- top_build_prefix = @top_build_prefix@
191
- top_builddir = @top_builddir@
192
- top_srcdir = @top_srcdir@
193
- EXTRA_DIST = \
194
- os.h
195
-
196
- crfsuiteincludedir = $(includedir)
197
- crfsuiteinclude_HEADERS = \
198
- crfsuite.h \
199
- crfsuite_api.hpp \
200
- crfsuite.hpp
201
-
202
- all: all-am
203
-
204
- .SUFFIXES:
205
- $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
206
- @for dep in $?; do \
207
- case '$(am__configure_deps)' in \
208
- *$$dep*) \
209
- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
210
- && { if test -f $@; then exit 0; else break; fi; }; \
211
- exit 1;; \
212
- esac; \
213
- done; \
214
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
215
- $(am__cd) $(top_srcdir) && \
216
- $(AUTOMAKE) --gnu include/Makefile
217
- .PRECIOUS: Makefile
218
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
219
- @case '$?' in \
220
- *config.status*) \
221
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
222
- *) \
223
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
224
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
225
- esac;
226
-
227
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
228
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229
-
230
- $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
231
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232
- $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
233
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234
- $(am__aclocal_m4_deps):
235
-
236
- mostlyclean-libtool:
237
- -rm -f *.lo
238
-
239
- clean-libtool:
240
- -rm -rf .libs _libs
241
- install-crfsuiteincludeHEADERS: $(crfsuiteinclude_HEADERS)
242
- @$(NORMAL_INSTALL)
243
- test -z "$(crfsuiteincludedir)" || $(MKDIR_P) "$(DESTDIR)$(crfsuiteincludedir)"
244
- @list='$(crfsuiteinclude_HEADERS)'; test -n "$(crfsuiteincludedir)" || list=; \
245
- for p in $$list; do \
246
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
247
- echo "$$d$$p"; \
248
- done | $(am__base_list) | \
249
- while read files; do \
250
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(crfsuiteincludedir)'"; \
251
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(crfsuiteincludedir)" || exit $$?; \
252
- done
253
-
254
- uninstall-crfsuiteincludeHEADERS:
255
- @$(NORMAL_UNINSTALL)
256
- @list='$(crfsuiteinclude_HEADERS)'; test -n "$(crfsuiteincludedir)" || list=; \
257
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
258
- test -n "$$files" || exit 0; \
259
- echo " ( cd '$(DESTDIR)$(crfsuiteincludedir)' && rm -f" $$files ")"; \
260
- cd "$(DESTDIR)$(crfsuiteincludedir)" && rm -f $$files
261
-
262
- ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
263
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
264
- unique=`for i in $$list; do \
265
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
266
- done | \
267
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
268
- END { if (nonempty) { for (i in files) print i; }; }'`; \
269
- mkid -fID $$unique
270
- tags: TAGS
271
-
272
- TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
273
- $(TAGS_FILES) $(LISP)
274
- set x; \
275
- here=`pwd`; \
276
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
277
- unique=`for i in $$list; do \
278
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279
- done | \
280
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
281
- END { if (nonempty) { for (i in files) print i; }; }'`; \
282
- shift; \
283
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
284
- test -n "$$unique" || unique=$$empty_fix; \
285
- if test $$# -gt 0; then \
286
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
287
- "$$@" $$unique; \
288
- else \
289
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
290
- $$unique; \
291
- fi; \
292
- fi
293
- ctags: CTAGS
294
- CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
295
- $(TAGS_FILES) $(LISP)
296
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
297
- unique=`for i in $$list; do \
298
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299
- done | \
300
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
301
- END { if (nonempty) { for (i in files) print i; }; }'`; \
302
- test -z "$(CTAGS_ARGS)$$unique" \
303
- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
304
- $$unique
305
-
306
- GTAGS:
307
- here=`$(am__cd) $(top_builddir) && pwd` \
308
- && $(am__cd) $(top_srcdir) \
309
- && gtags -i $(GTAGS_ARGS) "$$here"
310
-
311
- distclean-tags:
312
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
313
-
314
- distdir: $(DISTFILES)
315
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
316
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
317
- list='$(DISTFILES)'; \
318
- dist_files=`for file in $$list; do echo $$file; done | \
319
- sed -e "s|^$$srcdirstrip/||;t" \
320
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
321
- case $$dist_files in \
322
- */*) $(MKDIR_P) `echo "$$dist_files" | \
323
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
324
- sort -u` ;; \
325
- esac; \
326
- for file in $$dist_files; do \
327
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
328
- if test -d $$d/$$file; then \
329
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
330
- if test -d "$(distdir)/$$file"; then \
331
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
332
- fi; \
333
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
334
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
335
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
336
- fi; \
337
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
338
- else \
339
- test -f "$(distdir)/$$file" \
340
- || cp -p $$d/$$file "$(distdir)/$$file" \
341
- || exit 1; \
342
- fi; \
343
- done
344
- check-am: all-am
345
- check: check-am
346
- all-am: Makefile $(HEADERS)
347
- installdirs:
348
- for dir in "$(DESTDIR)$(crfsuiteincludedir)"; do \
349
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
350
- done
351
- install: install-am
352
- install-exec: install-exec-am
353
- install-data: install-data-am
354
- uninstall: uninstall-am
355
-
356
- install-am: all-am
357
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
358
-
359
- installcheck: installcheck-am
360
- install-strip:
361
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
362
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
363
- `test -z '$(STRIP)' || \
364
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
365
- mostlyclean-generic:
366
-
367
- clean-generic:
368
-
369
- distclean-generic:
370
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
371
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
372
-
373
- maintainer-clean-generic:
374
- @echo "This command is intended for maintainers to use"
375
- @echo "it deletes files that may require special tools to rebuild."
376
- clean: clean-am
377
-
378
- clean-am: clean-generic clean-libtool mostlyclean-am
379
-
380
- distclean: distclean-am
381
- -rm -f Makefile
382
- distclean-am: clean-am distclean-generic distclean-tags
383
-
384
- dvi: dvi-am
385
-
386
- dvi-am:
387
-
388
- html: html-am
389
-
390
- html-am:
391
-
392
- info: info-am
393
-
394
- info-am:
395
-
396
- install-data-am: install-crfsuiteincludeHEADERS
397
-
398
- install-dvi: install-dvi-am
399
-
400
- install-dvi-am:
401
-
402
- install-exec-am:
403
-
404
- install-html: install-html-am
405
-
406
- install-html-am:
407
-
408
- install-info: install-info-am
409
-
410
- install-info-am:
411
-
412
- install-man:
413
-
414
- install-pdf: install-pdf-am
415
-
416
- install-pdf-am:
417
-
418
- install-ps: install-ps-am
419
-
420
- install-ps-am:
421
-
422
- installcheck-am:
423
-
424
- maintainer-clean: maintainer-clean-am
425
- -rm -f Makefile
426
- maintainer-clean-am: distclean-am maintainer-clean-generic
427
-
428
- mostlyclean: mostlyclean-am
429
-
430
- mostlyclean-am: mostlyclean-generic mostlyclean-libtool
431
-
432
- pdf: pdf-am
433
-
434
- pdf-am:
435
-
436
- ps: ps-am
437
-
438
- ps-am:
439
-
440
- uninstall-am: uninstall-crfsuiteincludeHEADERS
441
-
442
- .MAKE: install-am install-strip
443
-
444
- .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
445
- clean-libtool ctags distclean distclean-generic \
446
- distclean-libtool distclean-tags distdir dvi dvi-am html \
447
- html-am info info-am install install-am \
448
- install-crfsuiteincludeHEADERS install-data install-data-am \
449
- install-dvi install-dvi-am install-exec install-exec-am \
450
- install-html install-html-am install-info install-info-am \
451
- install-man install-pdf install-pdf-am install-ps \
452
- install-ps-am install-strip installcheck installcheck-am \
453
- installdirs maintainer-clean maintainer-clean-generic \
454
- mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
455
- ps ps-am tags uninstall uninstall-am \
456
- uninstall-crfsuiteincludeHEADERS
457
-
458
-
459
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
460
- # Otherwise a system limit (for SysV at least) may be exceeded.
461
- .NOEXPORT: