mathematical 1.2.2 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +24 -45
  3. data/Rakefile +6 -0
  4. data/ext/mathematical/extconf.rb +1 -1
  5. data/ext/mathematical/lasem/Makefile +1037 -0
  6. data/ext/mathematical/lasem/config.h +87 -0
  7. data/ext/mathematical/lasem/docs/Makefile +793 -0
  8. data/ext/mathematical/lasem/docs/reference/Makefile +735 -0
  9. data/ext/mathematical/lasem/docs/reference/lasem/Makefile +1023 -0
  10. data/ext/mathematical/lasem/itex2mml/Makefile +742 -0
  11. data/ext/mathematical/lasem/itex2mml/lex.yy.c +6294 -0
  12. data/ext/mathematical/lasem/itex2mml/y.tab.c +5796 -0
  13. data/ext/mathematical/lasem/itex2mml/y.tab.h +378 -0
  14. data/ext/mathematical/lasem/po/Makefile +413 -0
  15. data/ext/mathematical/lasem/src/Makefile +1322 -0
  16. data/ext/mathematical/lasem/src/lsmdomenumtypes.c +99 -0
  17. data/ext/mathematical/lasem/src/lsmdomenumtypes.h +26 -0
  18. data/ext/mathematical/lasem/src/lsmmathmlattributes.c +22 -0
  19. data/ext/mathematical/lasem/src/lsmmathmlenums.c +8 -0
  20. data/ext/mathematical/lasem/src/lsmmathmlenums.h +7 -0
  21. data/ext/mathematical/lasem/src/lsmmathmlenumtypes.c +737 -0
  22. data/ext/mathematical/lasem/src/lsmmathmlenumtypes.h +93 -0
  23. data/ext/mathematical/lasem/src/lsmmathmlmathelement.c +9 -1
  24. data/ext/mathematical/lasem/src/lsmmathmlstyle.h +8 -0
  25. data/ext/mathematical/lasem/src/lsmmathmlstyleelement.c +78 -0
  26. data/ext/mathematical/lasem/src/lsmmathmlstyleelement.h +7 -0
  27. data/ext/mathematical/lasem/src/lsmmathmltablerowelement.c +2 -2
  28. data/ext/mathematical/lasem/src/lsmmathmltraits.h +8 -0
  29. data/ext/mathematical/lasem/src/lsmsvgenumtypes.c +1083 -0
  30. data/ext/mathematical/lasem/src/lsmsvgenumtypes.h +111 -0
  31. data/ext/mathematical/lasem/tests/Makefile +765 -0
  32. data/ext/mathematical/mtex2MML/Makefile +25 -16
  33. data/ext/mathematical/mtex2MML/build/libmtex2MML.a +0 -0
  34. data/ext/mathematical/mtex2MML/build/mtex2MML.h +1 -1
  35. data/ext/mathematical/mtex2MML/src/lex.yy.c +3140 -3130
  36. data/ext/mathematical/mtex2MML/src/main.c +1 -1
  37. data/ext/mathematical/mtex2MML/src/mtex2MML.h +1 -1
  38. data/ext/mathematical/mtex2MML/src/mtex2MML.l +4 -1
  39. data/ext/mathematical/mtex2MML/src/mtex2MML.y +41 -42
  40. data/ext/mathematical/mtex2MML/src/parse_extras.c +148 -58
  41. data/ext/mathematical/mtex2MML/src/parse_extras.h +11 -3
  42. data/ext/mathematical/mtex2MML/src/y.tab.c +5902 -6075
  43. data/ext/mathematical/mtex2MML/src/y.tab.h +306 -313
  44. data/ext/mathematical/mtex2MML/tests/basic.c +2 -2
  45. data/ext/mathematical/mtex2MML/tests/deps/trim/trim.h +1 -1
  46. data/ext/mathematical/mtex2MML/tests/maliciousness.c +0 -1
  47. data/ext/mathematical/mtex2MML/tests/mathjax.c +11 -1
  48. data/ext/mathematical/mtex2MML/tests/numbered_equations.c +28 -1
  49. data/lib/mathematical/version.rb +1 -1
  50. data/mathematical.gemspec +3 -3
  51. data/test/mathematical/fixtures/png/numeric_test_1.png +0 -0
  52. data/test/mathematical/fixtures/png/numeric_test_3.png +0 -0
  53. data/test/mathematical/fixtures_test.rb +1 -6
  54. data/test/mathematical/mathjax_test.rb +2 -0
  55. data/test/test_helper.rb +10 -0
  56. metadata +28 -11
@@ -0,0 +1,742 @@
1
+ # Makefile.in generated by automake 1.15 from Makefile.am.
2
+ # itex2mml/Makefile. Generated from Makefile.in by configure.
3
+
4
+ # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
+
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
+
16
+
17
+ # GLIB - Library of useful C routines
18
+
19
+
20
+ am__is_gnu_make = { \
21
+ if test -z '$(MAKELEVEL)'; then \
22
+ false; \
23
+ elif test -n '$(MAKE_HOST)'; then \
24
+ true; \
25
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26
+ true; \
27
+ else \
28
+ false; \
29
+ fi; \
30
+ }
31
+ am__make_running_with_option = \
32
+ case $${target_option-} in \
33
+ ?) ;; \
34
+ *) echo "am__make_running_with_option: internal error: invalid" \
35
+ "target option '$${target_option-}' specified" >&2; \
36
+ exit 1;; \
37
+ esac; \
38
+ has_opt=no; \
39
+ sane_makeflags=$$MAKEFLAGS; \
40
+ if $(am__is_gnu_make); then \
41
+ sane_makeflags=$$MFLAGS; \
42
+ else \
43
+ case $$MAKEFLAGS in \
44
+ *\\[\ \ ]*) \
45
+ bs=\\; \
46
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
48
+ esac; \
49
+ fi; \
50
+ skip_next=no; \
51
+ strip_trailopt () \
52
+ { \
53
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54
+ }; \
55
+ for flg in $$sane_makeflags; do \
56
+ test $$skip_next = yes && { skip_next=no; continue; }; \
57
+ case $$flg in \
58
+ *=*|--*) continue;; \
59
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
60
+ -*I?*) strip_trailopt 'I';; \
61
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
62
+ -*O?*) strip_trailopt 'O';; \
63
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
64
+ -*l?*) strip_trailopt 'l';; \
65
+ -[dEDm]) skip_next=yes;; \
66
+ -[JT]) skip_next=yes;; \
67
+ esac; \
68
+ case $$flg in \
69
+ *$$target_option*) has_opt=yes; break;; \
70
+ esac; \
71
+ done; \
72
+ test $$has_opt = yes
73
+ am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74
+ am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75
+ pkgdatadir = $(datadir)/lasem
76
+ pkgincludedir = $(includedir)/lasem
77
+ pkglibdir = $(libdir)/lasem
78
+ pkglibexecdir = $(libexecdir)/lasem
79
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80
+ install_sh_DATA = $(install_sh) -c -m 644
81
+ install_sh_PROGRAM = $(install_sh) -c
82
+ install_sh_SCRIPT = $(install_sh) -c
83
+ INSTALL_HEADER = $(INSTALL_DATA)
84
+ transform = $(program_transform_name)
85
+ NORMAL_INSTALL = :
86
+ PRE_INSTALL = :
87
+ POST_INSTALL = :
88
+ NORMAL_UNINSTALL = :
89
+ PRE_UNINSTALL = :
90
+ POST_UNINSTALL = :
91
+ build_triplet = x86_64-apple-darwin14.3.0
92
+ host_triplet = x86_64-apple-darwin14.3.0
93
+ subdir = itex2mml
94
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95
+ am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
96
+ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
97
+ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98
+ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99
+ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
100
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101
+ $(ACLOCAL_M4)
102
+ DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
103
+ mkinstalldirs = $(install_sh) -d
104
+ CONFIG_HEADER = $(top_builddir)/config.h
105
+ CONFIG_CLEAN_FILES =
106
+ CONFIG_CLEAN_VPATH_FILES =
107
+ LTLIBRARIES = $(noinst_LTLIBRARIES)
108
+ libitex2mml_la_LIBADD =
109
+ am__objects_1 = lex.yy.lo
110
+ am__objects_2 = y.tab.lo
111
+ am__objects_3 =
112
+ am_libitex2mml_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
113
+ $(am__objects_3)
114
+ libitex2mml_la_OBJECTS = $(am_libitex2mml_la_OBJECTS)
115
+ AM_V_lt = $(am__v_lt_$(V))
116
+ am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
117
+ am__v_lt_0 = --silent
118
+ am__v_lt_1 =
119
+ AM_V_P = $(am__v_P_$(V))
120
+ am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
121
+ am__v_P_0 = false
122
+ am__v_P_1 = :
123
+ AM_V_GEN = $(am__v_GEN_$(V))
124
+ am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
125
+ am__v_GEN_0 = @echo " GEN " $@;
126
+ am__v_GEN_1 =
127
+ AM_V_at = $(am__v_at_$(V))
128
+ am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
129
+ am__v_at_0 = @
130
+ am__v_at_1 =
131
+ DEFAULT_INCLUDES = -I. -I$(top_builddir)
132
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
133
+ am__depfiles_maybe = depfiles
134
+ am__mv = mv -f
135
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137
+ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
138
+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
139
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
140
+ $(AM_CFLAGS) $(CFLAGS)
141
+ AM_V_CC = $(am__v_CC_$(V))
142
+ am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
143
+ am__v_CC_0 = @echo " CC " $@;
144
+ am__v_CC_1 =
145
+ CCLD = $(CC)
146
+ LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
148
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
149
+ AM_V_CCLD = $(am__v_CCLD_$(V))
150
+ am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
151
+ am__v_CCLD_0 = @echo " CCLD " $@;
152
+ am__v_CCLD_1 =
153
+ SOURCES = $(libitex2mml_la_SOURCES)
154
+ DIST_SOURCES = $(libitex2mml_la_SOURCES)
155
+ am__can_run_installinfo = \
156
+ case $$AM_UPDATE_INFO_DIR in \
157
+ n|no|NO) false;; \
158
+ *) (install-info --version) >/dev/null 2>&1;; \
159
+ esac
160
+ am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
161
+ # Read a list of newline-separated strings from the standard input,
162
+ # and print each of them once, without duplicates. Input order is
163
+ # *not* preserved.
164
+ am__uniquify_input = $(AWK) '\
165
+ BEGIN { nonempty = 0; } \
166
+ { items[$$0] = 1; nonempty = 1; } \
167
+ END { if (nonempty) { for (i in items) print i; }; } \
168
+ '
169
+ # Make sure the list of sources is unique. This is necessary because,
170
+ # e.g., the same source file might be shared among _SOURCES variables
171
+ # for different programs/libraries.
172
+ am__define_uniq_tagged_files = \
173
+ list='$(am__tagged_files)'; \
174
+ unique=`for i in $$list; do \
175
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
176
+ done | $(am__uniquify_input)`
177
+ ETAGS = etags
178
+ CTAGS = ctags
179
+ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.decl \
180
+ $(top_srcdir)/depcomp
181
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
182
+ ACLOCAL = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing aclocal-1.15
183
+ ALL_LINGUAS =
184
+ AMTAR = $${TAR-tar}
185
+ AM_DEFAULT_VERBOSITY = 0
186
+ AR = ar
187
+ AUTOCONF = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing autoconf
188
+ AUTOHEADER = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing autoheader
189
+ AUTOMAKE = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing automake-1.15
190
+ AWK = awk
191
+ CATALOGS =
192
+ CATOBJEXT = .gmo
193
+ CC = gcc
194
+ CCDEPMODE = depmode=gcc3
195
+ CFLAGS = -I/usr/local/include -Wformat=2 -Wmissing-format-attribute -Wextra -Wundef -Wstrict-prototypes -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wmissing-noreturn -Wmissing-declarations -Wcast-align -Winline -Waddress-space -Wbitwise -Wcast-to-as -Wno-pointer-sign -Wdefault-bitfield-sign -Wdo-while -Wparen-string -Wptr-subtraction-blows -Wreturn-void -Wtypesign -Wno-unused-parameter -Wno-sign-compare
196
+ CPP = gcc -E
197
+ CPPFLAGS =
198
+ CYGPATH_W = echo
199
+ DATADIRNAME = share
200
+ DEFS = -DHAVE_CONFIG_H
201
+ DEPDIR = .deps
202
+ DLLTOOL = false
203
+ DSYMUTIL = dsymutil
204
+ DUMPBIN =
205
+ ECHO_C = \c
206
+ ECHO_N =
207
+ ECHO_T =
208
+ EGREP = /usr/bin/grep -E
209
+ EXEEXT =
210
+ FGREP = /usr/bin/grep -F
211
+ GETTEXT_PACKAGE = lasem-0.6
212
+ GLIB_MKENUMS = /usr/local/bin/glib-mkenums
213
+ GMOFILES =
214
+ GMSGFMT = /usr/local/bin/msgfmt
215
+ GREP = /usr/bin/grep
216
+ GTKDOC_CHECK = gtkdoc-check.test
217
+ GTKDOC_CHECK_PATH = /usr/local/bin/gtkdoc-check
218
+ GTKDOC_DEPS_CFLAGS = -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include
219
+ GTKDOC_DEPS_LIBS = -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lglib-2.0 -lintl
220
+ GTKDOC_MKPDF = /usr/local/bin/gtkdoc-mkpdf
221
+ GTKDOC_REBASE = /usr/local/bin/gtkdoc-rebase
222
+ HTML_DIR = ${datadir}/gtk-doc/html
223
+ INSTALL = /usr/bin/install -c
224
+ INSTALL_DATA = ${INSTALL} -m 644
225
+ INSTALL_PROGRAM = ${INSTALL}
226
+ INSTALL_SCRIPT = ${INSTALL}
227
+ INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
228
+ INSTOBJEXT = .mo
229
+ INTLLIBS = -lintl
230
+ INTLTOOL_EXTRACT = /usr/local/bin/intltool-extract
231
+ INTLTOOL_MERGE = /usr/local/bin/intltool-merge
232
+ INTLTOOL_PERL = /usr/bin/perl
233
+ INTLTOOL_UPDATE = /usr/local/bin/intltool-update
234
+ INTLTOOL_V_MERGE = $(INTLTOOL__v_MERGE_$(V))
235
+ INTLTOOL_V_MERGE_OPTIONS = $(intltool__v_merge_options_$(V))
236
+ INTLTOOL__v_MERGE_ = $(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))
237
+ INTLTOOL__v_MERGE_0 = @echo " ITMRG " $@;
238
+ INTROSPECTION_CFLAGS =
239
+ INTROSPECTION_COMPILER =
240
+ INTROSPECTION_GENERATE =
241
+ INTROSPECTION_GIRDIR =
242
+ INTROSPECTION_LIBS =
243
+ INTROSPECTION_MAKEFILE =
244
+ INTROSPECTION_SCANNER =
245
+ INTROSPECTION_TYPELIBDIR =
246
+ LASEM_API_VERSION = 0.6
247
+ LASEM_API_VERSION_U = 0_6
248
+ LASEM_CFLAGS = -D_REENTRANT -I/usr/local/Cellar/gdk-pixbuf/2.30.8/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libpng/1.6.17/include/libpng16 -I/usr/local/Cellar/pango/1.36.8/include/pango-1.0 -I/usr/local/Cellar/cairo/1.12.16_1/include/cairo -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/libpng/1.6.17/include/libpng16 -I/opt/X11/include -I/usr/include/libxml2
249
+ LASEM_LIBS = -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/Cellar/gdk-pixbuf/2.30.8/lib -L/usr/local/Cellar/pango/1.36.8/lib -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.12.16_1/lib -lgio-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo -lxml2 -lm
250
+ LASEM_LIBTOOL_VERSION = 5:1:0
251
+ LD = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
252
+ LDFLAGS = -L/usr/local/lib
253
+ LEX = flex
254
+ LEXLIB = -ll
255
+ LEX_OUTPUT_ROOT = lex.yy
256
+ LIBOBJS =
257
+ LIBS =
258
+ LIBTOOL = $(SHELL) $(top_builddir)/libtool
259
+ LIPO = lipo
260
+ LN_S = ln -s
261
+ LTLIBOBJS =
262
+ LT_SYS_LIBRARY_PATH =
263
+ MAINT =
264
+ MAKEINFO = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing makeinfo
265
+ MANIFEST_TOOL = :
266
+ MKDIR_P = .././install-sh -c -d
267
+ MKINSTALLDIRS = ./mkinstalldirs
268
+ MSGFMT = /usr/local/bin/msgfmt
269
+ MSGFMT_OPTS = -c
270
+ MSGMERGE = /usr/local/bin/msgmerge
271
+ NM = /usr/bin/nm
272
+ NMEDIT = nmedit
273
+ OBJDUMP = false
274
+ OBJEXT = o
275
+ OTOOL = otool
276
+ OTOOL64 = :
277
+ PACKAGE = lasem
278
+ PACKAGE_BUGREPORT = http://bugzilla.gnome.org/
279
+ PACKAGE_NAME = lasem
280
+ PACKAGE_STRING = lasem 0.5.1
281
+ PACKAGE_TARNAME = lasem
282
+ PACKAGE_URL =
283
+ PACKAGE_VERSION = 0.5.1
284
+ PATH_SEPARATOR = :
285
+ PKG_CONFIG = /usr/local/bin/pkg-config
286
+ PKG_CONFIG_LIBDIR =
287
+ PKG_CONFIG_PATH =
288
+ POFILES =
289
+ POSUB = po
290
+ PO_IN_DATADIR_FALSE =
291
+ PO_IN_DATADIR_TRUE =
292
+ RANLIB = ranlib
293
+ SED = /usr/bin/sed
294
+ SET_MAKE =
295
+ SHELL = /bin/sh
296
+ STRIP = strip
297
+ USE_NLS = yes
298
+ VERSION = 0.5.1
299
+ XGETTEXT = /usr/local/bin/xgettext
300
+ YACC = bison -y
301
+ YFLAGS =
302
+ abs_builddir = /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/itex2mml
303
+ abs_srcdir = /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/itex2mml
304
+ abs_top_builddir = /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem
305
+ abs_top_srcdir = /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem
306
+ ac_ct_AR = ar
307
+ ac_ct_CC = gcc
308
+ ac_ct_DUMPBIN =
309
+ am__include = include
310
+ am__leading_dot = .
311
+ am__quote =
312
+ am__tar = $${TAR-tar} chof - "$$tardir"
313
+ am__untar = $${TAR-tar} xf -
314
+ bindir = ${exec_prefix}/bin
315
+ build = x86_64-apple-darwin14.3.0
316
+ build_alias =
317
+ build_cpu = x86_64
318
+ build_os = darwin14.3.0
319
+ build_vendor = apple
320
+ builddir = .
321
+ datadir = ${datarootdir}
322
+ datarootdir = ${prefix}/share
323
+ docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
324
+ dvidir = ${docdir}
325
+ exec_prefix = ${prefix}
326
+ host = x86_64-apple-darwin14.3.0
327
+ host_alias =
328
+ host_cpu = x86_64
329
+ host_os = darwin14.3.0
330
+ host_vendor = apple
331
+ htmldir = ${docdir}
332
+ includedir = ${prefix}/include
333
+ infodir = ${datarootdir}/info
334
+ install_sh = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/install-sh
335
+ intltool__v_merge_options_ = $(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))
336
+ intltool__v_merge_options_0 = -q
337
+ libdir = ${exec_prefix}/lib
338
+ libexecdir = ${exec_prefix}/libexec
339
+ localedir = ${datarootdir}/locale
340
+ localstatedir = ${prefix}/var
341
+ mandir = ${datarootdir}/man
342
+ mkdir_p = $(MKDIR_P)
343
+ oldincludedir = /usr/include
344
+ pdfdir = ${docdir}
345
+ prefix = /usr/local
346
+ program_transform_name = s,x,x,
347
+ psdir = ${docdir}
348
+ sbindir = ${exec_prefix}/sbin
349
+ sharedstatedir = ${prefix}/com
350
+ srcdir = .
351
+ sysconfdir = ${prefix}/etc
352
+ target_alias =
353
+ top_build_prefix = ../
354
+ top_builddir = ..
355
+ top_srcdir = ..
356
+ GTESTER = gtester
357
+ GTESTER_REPORT = gtester-report
358
+
359
+ # initialize variables for unconditional += appending
360
+ TEST_PROGS =
361
+ noinst_LTLIBRARIES = libitex2mml.la
362
+ AM_CPPFLAGS =
363
+ LEX_YY_C = lex.yy.c
364
+ Y_TAB_C = y.tab.c
365
+ Y_TAB_H = y.tab.h
366
+ libitex2mml_la_SOURCES = \
367
+ itex2MML.h \
368
+ $(LEX_YY_C) \
369
+ $(Y_TAB_C) \
370
+ $(Y_TAB_H)
371
+
372
+ YYPREFIX = itex2MML_yy
373
+ BUILT_SOURCES = \
374
+ $(LEX_YY_C) \
375
+ $(Y_TAB_C)
376
+
377
+ EXTRA_DIST = \
378
+ itex2MML.l \
379
+ itex2MML.y \
380
+ README.itex2MML \
381
+ COPYING.itex2MML
382
+
383
+ DISTCLEANFILES = \
384
+ $(BUILT_SOURCES) \
385
+ $(Y_TAB_H)
386
+
387
+ all: $(BUILT_SOURCES)
388
+ $(MAKE) $(AM_MAKEFLAGS) all-am
389
+
390
+ .SUFFIXES:
391
+ .SUFFIXES: .c .lo .o .obj
392
+ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Makefile.decl $(am__configure_deps)
393
+ @for dep in $?; do \
394
+ case '$(am__configure_deps)' in \
395
+ *$$dep*) \
396
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
397
+ && { if test -f $@; then exit 0; else break; fi; }; \
398
+ exit 1;; \
399
+ esac; \
400
+ done; \
401
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu itex2mml/Makefile'; \
402
+ $(am__cd) $(top_srcdir) && \
403
+ $(AUTOMAKE) --gnu itex2mml/Makefile
404
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
405
+ @case '$?' in \
406
+ *config.status*) \
407
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
408
+ *) \
409
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
410
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
411
+ esac;
412
+ $(top_srcdir)/Makefile.decl $(am__empty):
413
+
414
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
415
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
416
+
417
+ $(top_srcdir)/configure: $(am__configure_deps)
418
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
419
+ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
420
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
421
+ $(am__aclocal_m4_deps):
422
+
423
+ clean-noinstLTLIBRARIES:
424
+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
425
+ @list='$(noinst_LTLIBRARIES)'; \
426
+ locs=`for p in $$list; do echo $$p; done | \
427
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
428
+ sort -u`; \
429
+ test -z "$$locs" || { \
430
+ echo rm -f $${locs}; \
431
+ rm -f $${locs}; \
432
+ }
433
+
434
+ libitex2mml.la: $(libitex2mml_la_OBJECTS) $(libitex2mml_la_DEPENDENCIES) $(EXTRA_libitex2mml_la_DEPENDENCIES)
435
+ $(AM_V_CCLD)$(LINK) $(libitex2mml_la_OBJECTS) $(libitex2mml_la_LIBADD) $(LIBS)
436
+
437
+ mostlyclean-compile:
438
+ -rm -f *.$(OBJEXT)
439
+
440
+ distclean-compile:
441
+ -rm -f *.tab.c
442
+
443
+ include ./$(DEPDIR)/lex.yy.Plo
444
+ include ./$(DEPDIR)/y.tab.Plo
445
+
446
+ .c.o:
447
+ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
448
+ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
449
+ # $(AM_V_CC)source='$<' object='$@' libtool=no \
450
+ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
451
+ # $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
452
+
453
+ .c.obj:
454
+ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
455
+ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
456
+ # $(AM_V_CC)source='$<' object='$@' libtool=no \
457
+ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
458
+ # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
459
+
460
+ .c.lo:
461
+ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
462
+ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
463
+ # $(AM_V_CC)source='$<' object='$@' libtool=yes \
464
+ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
465
+ # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
466
+
467
+ mostlyclean-libtool:
468
+ -rm -f *.lo
469
+
470
+ clean-libtool:
471
+ -rm -rf .libs _libs
472
+
473
+ ID: $(am__tagged_files)
474
+ $(am__define_uniq_tagged_files); mkid -fID $$unique
475
+ tags: tags-am
476
+ TAGS: tags
477
+
478
+ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479
+ set x; \
480
+ here=`pwd`; \
481
+ $(am__define_uniq_tagged_files); \
482
+ shift; \
483
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
484
+ test -n "$$unique" || unique=$$empty_fix; \
485
+ if test $$# -gt 0; then \
486
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487
+ "$$@" $$unique; \
488
+ else \
489
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490
+ $$unique; \
491
+ fi; \
492
+ fi
493
+ ctags: ctags-am
494
+
495
+ CTAGS: ctags
496
+ ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
497
+ $(am__define_uniq_tagged_files); \
498
+ test -z "$(CTAGS_ARGS)$$unique" \
499
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
500
+ $$unique
501
+
502
+ GTAGS:
503
+ here=`$(am__cd) $(top_builddir) && pwd` \
504
+ && $(am__cd) $(top_srcdir) \
505
+ && gtags -i $(GTAGS_ARGS) "$$here"
506
+ cscopelist: cscopelist-am
507
+
508
+ cscopelist-am: $(am__tagged_files)
509
+ list='$(am__tagged_files)'; \
510
+ case "$(srcdir)" in \
511
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
512
+ *) sdir=$(subdir)/$(srcdir) ;; \
513
+ esac; \
514
+ for i in $$list; do \
515
+ if test -f "$$i"; then \
516
+ echo "$(subdir)/$$i"; \
517
+ else \
518
+ echo "$$sdir/$$i"; \
519
+ fi; \
520
+ done >> $(top_builddir)/cscope.files
521
+
522
+ distclean-tags:
523
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
524
+
525
+ distdir: $(DISTFILES)
526
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528
+ list='$(DISTFILES)'; \
529
+ dist_files=`for file in $$list; do echo $$file; done | \
530
+ sed -e "s|^$$srcdirstrip/||;t" \
531
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
532
+ case $$dist_files in \
533
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
534
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535
+ sort -u` ;; \
536
+ esac; \
537
+ for file in $$dist_files; do \
538
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
539
+ if test -d $$d/$$file; then \
540
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
541
+ if test -d "$(distdir)/$$file"; then \
542
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543
+ fi; \
544
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
545
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
546
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547
+ fi; \
548
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
549
+ else \
550
+ test -f "$(distdir)/$$file" \
551
+ || cp -p $$d/$$file "$(distdir)/$$file" \
552
+ || exit 1; \
553
+ fi; \
554
+ done
555
+ check-am: all-am
556
+ $(MAKE) $(AM_MAKEFLAGS) check-local
557
+ check: $(BUILT_SOURCES)
558
+ $(MAKE) $(AM_MAKEFLAGS) check-am
559
+ all-am: Makefile $(LTLIBRARIES)
560
+ installdirs:
561
+ install: $(BUILT_SOURCES)
562
+ $(MAKE) $(AM_MAKEFLAGS) install-am
563
+ install-exec: install-exec-am
564
+ install-data: install-data-am
565
+ uninstall: uninstall-am
566
+
567
+ install-am: all-am
568
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
569
+
570
+ installcheck: installcheck-am
571
+ install-strip:
572
+ if test -z '$(STRIP)'; then \
573
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
574
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
575
+ install; \
576
+ else \
577
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
578
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
579
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
580
+ fi
581
+ mostlyclean-generic:
582
+
583
+ clean-generic:
584
+
585
+ distclean-generic:
586
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
587
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
588
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
589
+
590
+ maintainer-clean-generic:
591
+ @echo "This command is intended for maintainers to use"
592
+ @echo "it deletes files that may require special tools to rebuild."
593
+ -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
594
+ clean: clean-am
595
+
596
+ clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
597
+ mostlyclean-am
598
+
599
+ distclean: distclean-am
600
+ -rm -rf ./$(DEPDIR)
601
+ -rm -f Makefile
602
+ distclean-am: clean-am distclean-compile distclean-generic \
603
+ distclean-tags
604
+
605
+ dvi: dvi-am
606
+
607
+ dvi-am:
608
+
609
+ html: html-am
610
+
611
+ html-am:
612
+
613
+ info: info-am
614
+
615
+ info-am:
616
+
617
+ install-data-am:
618
+
619
+ install-dvi: install-dvi-am
620
+
621
+ install-dvi-am:
622
+
623
+ install-exec-am:
624
+
625
+ install-html: install-html-am
626
+
627
+ install-html-am:
628
+
629
+ install-info: install-info-am
630
+
631
+ install-info-am:
632
+
633
+ install-man:
634
+
635
+ install-pdf: install-pdf-am
636
+
637
+ install-pdf-am:
638
+
639
+ install-ps: install-ps-am
640
+
641
+ install-ps-am:
642
+
643
+ installcheck-am:
644
+
645
+ maintainer-clean: maintainer-clean-am
646
+ -rm -rf ./$(DEPDIR)
647
+ -rm -f Makefile
648
+ maintainer-clean-am: distclean-am maintainer-clean-generic
649
+
650
+ mostlyclean: mostlyclean-am
651
+
652
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
653
+ mostlyclean-libtool
654
+
655
+ pdf: pdf-am
656
+
657
+ pdf-am:
658
+
659
+ ps: ps-am
660
+
661
+ ps-am:
662
+
663
+ uninstall-am:
664
+
665
+ .MAKE: all check check-am install install-am install-strip
666
+
667
+ .PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \
668
+ clean-generic clean-libtool clean-noinstLTLIBRARIES \
669
+ cscopelist-am ctags ctags-am distclean distclean-compile \
670
+ distclean-generic distclean-libtool distclean-tags distdir dvi \
671
+ dvi-am html html-am info info-am install install-am \
672
+ install-data install-data-am install-dvi install-dvi-am \
673
+ install-exec install-exec-am install-html install-html-am \
674
+ install-info install-info-am install-man install-pdf \
675
+ install-pdf-am install-ps install-ps-am install-strip \
676
+ installcheck installcheck-am installdirs maintainer-clean \
677
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
678
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
679
+ tags tags-am uninstall uninstall-am
680
+
681
+ .PRECIOUS: Makefile
682
+
683
+
684
+ ### testing rules
685
+
686
+ # test: run all tests in cwd and subdirs
687
+ test: ${TEST_PROGS}
688
+ @test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS}
689
+ @ for subdir in $(SUBDIRS) . ; do \
690
+ test "$$subdir" = "." -o "$$subdir" = "po" || \
691
+ ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
692
+ done
693
+
694
+ # test-report: run tests in subdirs and generate report
695
+ # perf-report: run tests in subdirs with -m perf and generate report
696
+ # full-report: like test-report: with -m perf and -m slow
697
+ test-report perf-report full-report: ${TEST_PROGS}
698
+ @test -z "${TEST_PROGS}" || { \
699
+ case $@ in \
700
+ test-report) test_options="-k";; \
701
+ perf-report) test_options="-k -m=perf";; \
702
+ full-report) test_options="-k -m=perf -m=slow";; \
703
+ esac ; \
704
+ if test -z "$$GTESTER_LOGDIR" ; then \
705
+ ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
706
+ elif test -n "${TEST_PROGS}" ; then \
707
+ ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
708
+ fi ; \
709
+ }
710
+ @ ignore_logdir=true ; \
711
+ if test -z "$$GTESTER_LOGDIR" ; then \
712
+ GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
713
+ ignore_logdir=false ; \
714
+ fi ; \
715
+ for subdir in $(SUBDIRS) . ; do \
716
+ test "$$subdir" = "." -o "$$subdir" = "po" || \
717
+ ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
718
+ done ; \
719
+ $$ignore_logdir || { \
720
+ echo '<?xml version="1.0"?>' > $@.xml ; \
721
+ echo '<report-collection>' >> $@.xml ; \
722
+ for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
723
+ sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
724
+ done ; \
725
+ echo >> $@.xml ; \
726
+ echo '</report-collection>' >> $@.xml ; \
727
+ rm -rf "$$GTESTER_LOGDIR"/ ; \
728
+ ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
729
+ }
730
+ .PHONY: test test-report perf-report full-report
731
+ # run make test as part of make check
732
+ check-local: test
733
+
734
+ $(Y_TAB_C): itex2MML.y
735
+ $(YACC) -v -p $(YYPREFIX) -d $<
736
+
737
+ $(LEX_YY_C): itex2MML.l
738
+ $(LEX) -P$(YYPREFIX) -o$@ $<
739
+
740
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
741
+ # Otherwise a system limit (for SysV at least) may be exceeded.
742
+ .NOEXPORT: