mathematical 1.2.2 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
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,1322 @@
1
+ # Makefile.in generated by automake 1.15 from Makefile.am.
2
+ # src/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
+
21
+
22
+
23
+ am__is_gnu_make = { \
24
+ if test -z '$(MAKELEVEL)'; then \
25
+ false; \
26
+ elif test -n '$(MAKE_HOST)'; then \
27
+ true; \
28
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29
+ true; \
30
+ else \
31
+ false; \
32
+ fi; \
33
+ }
34
+ am__make_running_with_option = \
35
+ case $${target_option-} in \
36
+ ?) ;; \
37
+ *) echo "am__make_running_with_option: internal error: invalid" \
38
+ "target option '$${target_option-}' specified" >&2; \
39
+ exit 1;; \
40
+ esac; \
41
+ has_opt=no; \
42
+ sane_makeflags=$$MAKEFLAGS; \
43
+ if $(am__is_gnu_make); then \
44
+ sane_makeflags=$$MFLAGS; \
45
+ else \
46
+ case $$MAKEFLAGS in \
47
+ *\\[\ \ ]*) \
48
+ bs=\\; \
49
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
51
+ esac; \
52
+ fi; \
53
+ skip_next=no; \
54
+ strip_trailopt () \
55
+ { \
56
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57
+ }; \
58
+ for flg in $$sane_makeflags; do \
59
+ test $$skip_next = yes && { skip_next=no; continue; }; \
60
+ case $$flg in \
61
+ *=*|--*) continue;; \
62
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
63
+ -*I?*) strip_trailopt 'I';; \
64
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
65
+ -*O?*) strip_trailopt 'O';; \
66
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
67
+ -*l?*) strip_trailopt 'l';; \
68
+ -[dEDm]) skip_next=yes;; \
69
+ -[JT]) skip_next=yes;; \
70
+ esac; \
71
+ case $$flg in \
72
+ *$$target_option*) has_opt=yes; break;; \
73
+ esac; \
74
+ done; \
75
+ test $$has_opt = yes
76
+ am__make_dryrun = (target_option=n; $(am__make_running_with_option))
77
+ am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
78
+ pkgdatadir = $(datadir)/lasem
79
+ pkgincludedir = $(includedir)/lasem
80
+ pkglibdir = $(libdir)/lasem
81
+ pkglibexecdir = $(libexecdir)/lasem
82
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83
+ install_sh_DATA = $(install_sh) -c -m 644
84
+ install_sh_PROGRAM = $(install_sh) -c
85
+ install_sh_SCRIPT = $(install_sh) -c
86
+ INSTALL_HEADER = $(INSTALL_DATA)
87
+ transform = $(program_transform_name)
88
+ NORMAL_INSTALL = :
89
+ PRE_INSTALL = :
90
+ POST_INSTALL = :
91
+ NORMAL_UNINSTALL = :
92
+ PRE_UNINSTALL = :
93
+ POST_UNINSTALL = :
94
+ build_triplet = x86_64-apple-darwin14.3.0
95
+ host_triplet = x86_64-apple-darwin14.3.0
96
+ bin_PROGRAMS = lasem-render-0.6$(EXEEXT)
97
+ #am__append_1 = Lasem-0.6.gir
98
+ #am__append_2 = $(gir_DATA) $(typelib_DATA)
99
+ subdir = src
100
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101
+ am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
102
+ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
103
+ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
104
+ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
105
+ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
106
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107
+ $(ACLOCAL_M4)
108
+ DIST_COMMON = $(srcdir)/Makefile.am \
109
+ $(liblasem_0.6_la_HEADERS) $(am__DIST_COMMON)
110
+ mkinstalldirs = $(install_sh) -d
111
+ CONFIG_HEADER = $(top_builddir)/config.h
112
+ CONFIG_CLEAN_FILES =
113
+ CONFIG_CLEAN_VPATH_FILES =
114
+ am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
115
+ am__vpath_adj = case $$p in \
116
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
117
+ *) f=$$p;; \
118
+ esac;
119
+ am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
120
+ am__install_max = 40
121
+ am__nobase_strip_setup = \
122
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
123
+ am__nobase_strip = \
124
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
125
+ am__nobase_list = $(am__nobase_strip_setup); \
126
+ for p in $$list; do echo "$$p $$p"; done | \
127
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
128
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
129
+ if (++n[$$2] == $(am__install_max)) \
130
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
131
+ END { for (dir in files) print dir, files[dir] }'
132
+ am__base_list = \
133
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
134
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
135
+ am__uninstall_files_from_dir = { \
136
+ test -z "$$files" \
137
+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
138
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
139
+ $(am__cd) "$$dir" && rm -f $$files; }; \
140
+ }
141
+ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
142
+ "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibdir)" \
143
+ "$(DESTDIR)$(liblasem_0.6_ladir)"
144
+ LTLIBRARIES = $(lib_LTLIBRARIES)
145
+ am__DEPENDENCIES_1 =
146
+ liblasem_0.6_la_DEPENDENCIES = \
147
+ ../itex2mml/libitex2mml.la $(am__DEPENDENCIES_1)
148
+ am__objects_1 = lsm.lo lsmdebug.lo lsmstr.lo lsmutils.lo lsmtraits.lo \
149
+ lsmproperties.lo lsmattributes.lo lsmcairo.lo lsmitex.lo \
150
+ lsmdomentities.lo lsmdomnode.lo lsmdomnodelist.lo \
151
+ lsmdomnamednodemap.lo lsmdomdocument.lo \
152
+ lsmdomdocumentfragment.lo lsmdomelement.lo \
153
+ lsmdomcharacterdata.lo lsmdomtext.lo lsmdomview.lo \
154
+ lsmdomparser.lo lsmdomimplementation.lo
155
+ am__objects_2 = lsmdomenumtypes.lo
156
+ am__objects_3 = lsmmathmlenumtypes.lo lsmmathmlenums.lo \
157
+ lsmmathmltraits.lo lsmmathmlattributes.lo \
158
+ lsmmathmloperatordictionary.lo lsmmathmldocument.lo \
159
+ lsmmathmlelement.lo lsmmathmlsemanticselement.lo \
160
+ lsmmathmlphantomelement.lo lsmmathmlmathelement.lo \
161
+ lsmmathmltableelement.lo lsmmathmltablerowelement.lo \
162
+ lsmmathmltablecellelement.lo lsmmathmlspaceelement.lo \
163
+ lsmmathmlradicalelement.lo lsmmathmlscriptelement.lo \
164
+ lsmmathmlfractionelement.lo lsmmathmlunderoverelement.lo \
165
+ lsmmathmlpresentationtoken.lo lsmmathmloperatorelement.lo \
166
+ lsmmathmlstringelement.lo lsmmathmlpresentationcontainer.lo \
167
+ lsmmathmlstyleelement.lo lsmmathmlrowelement.lo \
168
+ lsmmathmlencloseelement.lo lsmmathmlfencedelement.lo \
169
+ lsmmathmlpaddedelement.lo lsmmathmlerrorelement.lo \
170
+ lsmmathmlactionelement.lo lsmmathmlstyle.lo lsmmathmlview.lo \
171
+ lsmmathmlglyphtableams.lo lsmmathmlalignmarkelement.lo \
172
+ lsmmathmlaligngroupelement.lo lsmmathmlitexelement.lo \
173
+ lsmmathmlutils.lo lsmmathmllayoututils.lo
174
+ am__objects_4 = lsmsvgenumtypes.lo lsmsvgenums.lo lsmsvgtraits.lo \
175
+ lsmsvgstyle.lo lsmsvgcolors.lo lsmsvglength.lo lsmsvgview.lo \
176
+ lsmsvgmatrix.lo lsmsvgdocument.lo lsmsvgelement.lo \
177
+ lsmsvgtransformable.lo lsmsvgclippathelement.lo \
178
+ lsmsvgsvgelement.lo lsmsvguseelement.lo lsmsvgimageelement.lo \
179
+ lsmsvgsymbolelement.lo lsmsvgmarkerelement.lo \
180
+ lsmsvgaelement.lo lsmsvggelement.lo lsmsvgdefselement.lo \
181
+ lsmsvgrectelement.lo lsmsvgcircleelement.lo \
182
+ lsmsvgellipseelement.lo lsmsvglineelement.lo \
183
+ lsmsvgpolylineelement.lo lsmsvgpolygonelement.lo \
184
+ lsmsvgpathelement.lo lsmsvgtextelement.lo \
185
+ lsmsvgtspanelement.lo lsmsvggradientelement.lo \
186
+ lsmsvglineargradientelement.lo lsmsvgradialgradientelement.lo \
187
+ lsmsvgstopelement.lo lsmsvgswitchelement.lo \
188
+ lsmsvgpatternelement.lo lsmsvgmaskelement.lo \
189
+ lsmsvgfilterelement.lo lsmsvgfilterprimitive.lo \
190
+ lsmsvgfilterblend.lo lsmsvgfiltercomposite.lo \
191
+ lsmsvgfilterflood.lo lsmsvgfiltergaussianblur.lo \
192
+ lsmsvgfilteroffset.lo lsmsvgfiltermerge.lo \
193
+ lsmsvgfiltermergenode.lo lsmsvgfilterspecularlighting.lo \
194
+ lsmsvgfiltertile.lo lsmsvgfiltersurface.lo
195
+ am__objects_5 =
196
+ am_liblasem_0.6_la_OBJECTS = $(am__objects_1) \
197
+ $(am__objects_2) $(am__objects_3) $(am__objects_4) \
198
+ $(am__objects_5) $(am__objects_5)
199
+ liblasem_0.6_la_OBJECTS = \
200
+ $(am_liblasem_0.6_la_OBJECTS)
201
+ AM_V_lt = $(am__v_lt_$(V))
202
+ am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
203
+ am__v_lt_0 = --silent
204
+ am__v_lt_1 =
205
+ liblasem_0.6_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
206
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
207
+ $(AM_CFLAGS) $(CFLAGS) \
208
+ $(liblasem_0.6_la_LDFLAGS) $(LDFLAGS) -o $@
209
+ PROGRAMS = $(bin_PROGRAMS)
210
+ am_lasem_render_0.6_OBJECTS = lasemrender.$(OBJEXT)
211
+ lasem_render_0.6_OBJECTS = \
212
+ $(am_lasem_render_0.6_OBJECTS)
213
+ lasem_render_0.6_DEPENDENCIES = $(am__DEPENDENCIES_1) \
214
+ liblasem-0.6.la ../itex2mml/libitex2mml.la
215
+ lasem_render_0.6_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
216
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
217
+ $(AM_CFLAGS) $(CFLAGS) \
218
+ $(lasem_render_0.6_LDFLAGS) $(LDFLAGS) -o $@
219
+ AM_V_P = $(am__v_P_$(V))
220
+ am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
221
+ am__v_P_0 = false
222
+ am__v_P_1 = :
223
+ AM_V_GEN = $(am__v_GEN_$(V))
224
+ am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
225
+ am__v_GEN_0 = @echo " GEN " $@;
226
+ am__v_GEN_1 =
227
+ AM_V_at = $(am__v_at_$(V))
228
+ am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
229
+ am__v_at_0 = @
230
+ am__v_at_1 =
231
+ DEFAULT_INCLUDES = -I. -I$(top_builddir)
232
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
233
+ am__depfiles_maybe = depfiles
234
+ am__mv = mv -f
235
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
236
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
237
+ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
238
+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
239
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
240
+ $(AM_CFLAGS) $(CFLAGS)
241
+ AM_V_CC = $(am__v_CC_$(V))
242
+ am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
243
+ am__v_CC_0 = @echo " CC " $@;
244
+ am__v_CC_1 =
245
+ CCLD = $(CC)
246
+ LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
247
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
248
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
249
+ AM_V_CCLD = $(am__v_CCLD_$(V))
250
+ am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
251
+ am__v_CCLD_0 = @echo " CCLD " $@;
252
+ am__v_CCLD_1 =
253
+ SOURCES = $(liblasem_0.6_la_SOURCES) \
254
+ $(lasem_render_0.6_SOURCES)
255
+ DIST_SOURCES = $(liblasem_0.6_la_SOURCES) \
256
+ $(lasem_render_0.6_SOURCES)
257
+ am__can_run_installinfo = \
258
+ case $$AM_UPDATE_INFO_DIR in \
259
+ n|no|NO) false;; \
260
+ *) (install-info --version) >/dev/null 2>&1;; \
261
+ esac
262
+ DATA = $(gir_DATA) $(typelib_DATA)
263
+ HEADERS = $(liblasem_0.6_la_HEADERS)
264
+ am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
265
+ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.decl \
266
+ $(top_srcdir)/depcomp
267
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
268
+ ACLOCAL = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing aclocal-1.15
269
+ ALL_LINGUAS =
270
+ AMTAR = $${TAR-tar}
271
+ AM_DEFAULT_VERBOSITY = 0
272
+ AR = ar
273
+ AUTOCONF = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing autoconf
274
+ AUTOHEADER = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing autoheader
275
+ AUTOMAKE = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing automake-1.15
276
+ AWK = awk
277
+ CATALOGS =
278
+ CATOBJEXT = .gmo
279
+ CC = gcc
280
+ CCDEPMODE = depmode=gcc3
281
+ 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
282
+ CPP = gcc -E
283
+ CPPFLAGS =
284
+ CYGPATH_W = echo
285
+ DATADIRNAME = share
286
+ DEFS = -DHAVE_CONFIG_H
287
+ DEPDIR = .deps
288
+ DLLTOOL = false
289
+ DSYMUTIL = dsymutil
290
+ DUMPBIN =
291
+ ECHO_C = \c
292
+ ECHO_N =
293
+ ECHO_T =
294
+ EGREP = /usr/bin/grep -E
295
+ EXEEXT =
296
+ FGREP = /usr/bin/grep -F
297
+ GETTEXT_PACKAGE = lasem-0.6
298
+ GLIB_MKENUMS = /usr/local/bin/glib-mkenums
299
+ GMOFILES =
300
+ GMSGFMT = /usr/local/bin/msgfmt
301
+ GREP = /usr/bin/grep
302
+ GTKDOC_CHECK = gtkdoc-check.test
303
+ GTKDOC_CHECK_PATH = /usr/local/bin/gtkdoc-check
304
+ 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
305
+ 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
306
+ GTKDOC_MKPDF = /usr/local/bin/gtkdoc-mkpdf
307
+ GTKDOC_REBASE = /usr/local/bin/gtkdoc-rebase
308
+ HTML_DIR = ${datadir}/gtk-doc/html
309
+ INSTALL = /usr/bin/install -c
310
+ INSTALL_DATA = ${INSTALL} -m 644
311
+ INSTALL_PROGRAM = ${INSTALL}
312
+ INSTALL_SCRIPT = ${INSTALL}
313
+ INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
314
+ INSTOBJEXT = .mo
315
+ INTLLIBS = -lintl
316
+ INTLTOOL_EXTRACT = /usr/local/bin/intltool-extract
317
+ INTLTOOL_MERGE = /usr/local/bin/intltool-merge
318
+ INTLTOOL_PERL = /usr/bin/perl
319
+ INTLTOOL_UPDATE = /usr/local/bin/intltool-update
320
+ INTLTOOL_V_MERGE = $(INTLTOOL__v_MERGE_$(V))
321
+ INTLTOOL_V_MERGE_OPTIONS = $(intltool__v_merge_options_$(V))
322
+ INTLTOOL__v_MERGE_ = $(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))
323
+ INTLTOOL__v_MERGE_0 = @echo " ITMRG " $@;
324
+ INTROSPECTION_CFLAGS =
325
+ INTROSPECTION_COMPILER =
326
+ INTROSPECTION_GENERATE =
327
+ INTROSPECTION_GIRDIR =
328
+ INTROSPECTION_LIBS =
329
+ INTROSPECTION_MAKEFILE =
330
+ INTROSPECTION_SCANNER =
331
+ INTROSPECTION_TYPELIBDIR =
332
+ LASEM_API_VERSION = 0.6
333
+ LASEM_API_VERSION_U = 0_6
334
+ 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
335
+ 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
336
+ LASEM_LIBTOOL_VERSION = 5:1:0
337
+ LD = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
338
+ LDFLAGS = -L/usr/local/lib
339
+ LEX = flex
340
+ LEXLIB = -ll
341
+ LEX_OUTPUT_ROOT = lex.yy
342
+ LIBOBJS =
343
+ LIBS =
344
+ LIBTOOL = $(SHELL) $(top_builddir)/libtool
345
+ LIPO = lipo
346
+ LN_S = ln -s
347
+ LTLIBOBJS =
348
+ LT_SYS_LIBRARY_PATH =
349
+ MAINT =
350
+ MAKEINFO = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/missing makeinfo
351
+ MANIFEST_TOOL = :
352
+ MKDIR_P = .././install-sh -c -d
353
+ MKINSTALLDIRS = ./mkinstalldirs
354
+ MSGFMT = /usr/local/bin/msgfmt
355
+ MSGFMT_OPTS = -c
356
+ MSGMERGE = /usr/local/bin/msgmerge
357
+ NM = /usr/bin/nm
358
+ NMEDIT = nmedit
359
+ OBJDUMP = false
360
+ OBJEXT = o
361
+ OTOOL = otool
362
+ OTOOL64 = :
363
+ PACKAGE = lasem
364
+ PACKAGE_BUGREPORT = http://bugzilla.gnome.org/
365
+ PACKAGE_NAME = lasem
366
+ PACKAGE_STRING = lasem 0.5.1
367
+ PACKAGE_TARNAME = lasem
368
+ PACKAGE_URL =
369
+ PACKAGE_VERSION = 0.5.1
370
+ PATH_SEPARATOR = :
371
+ PKG_CONFIG = /usr/local/bin/pkg-config
372
+ PKG_CONFIG_LIBDIR =
373
+ PKG_CONFIG_PATH =
374
+ POFILES =
375
+ POSUB = po
376
+ PO_IN_DATADIR_FALSE =
377
+ PO_IN_DATADIR_TRUE =
378
+ RANLIB = ranlib
379
+ SED = /usr/bin/sed
380
+ SET_MAKE =
381
+ SHELL = /bin/sh
382
+ STRIP = strip
383
+ USE_NLS = yes
384
+ VERSION = 0.5.1
385
+ XGETTEXT = /usr/local/bin/xgettext
386
+ YACC = bison -y
387
+ YFLAGS =
388
+ abs_builddir = /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/src
389
+ abs_srcdir = /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/src
390
+ abs_top_builddir = /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem
391
+ abs_top_srcdir = /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem
392
+ ac_ct_AR = ar
393
+ ac_ct_CC = gcc
394
+ ac_ct_DUMPBIN =
395
+ am__include = include
396
+ am__leading_dot = .
397
+ am__quote =
398
+ am__tar = $${TAR-tar} chof - "$$tardir"
399
+ am__untar = $${TAR-tar} xf -
400
+ bindir = ${exec_prefix}/bin
401
+ build = x86_64-apple-darwin14.3.0
402
+ build_alias =
403
+ build_cpu = x86_64
404
+ build_os = darwin14.3.0
405
+ build_vendor = apple
406
+ builddir = .
407
+ datadir = ${datarootdir}
408
+ datarootdir = ${prefix}/share
409
+ docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
410
+ dvidir = ${docdir}
411
+ exec_prefix = ${prefix}
412
+ host = x86_64-apple-darwin14.3.0
413
+ host_alias =
414
+ host_cpu = x86_64
415
+ host_os = darwin14.3.0
416
+ host_vendor = apple
417
+ htmldir = ${docdir}
418
+ includedir = ${prefix}/include
419
+ infodir = ${datarootdir}/info
420
+ install_sh = ${SHELL} /Users/gjtorikian/Development/mathematical/ext/mathematical/lasem/install-sh
421
+ intltool__v_merge_options_ = $(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))
422
+ intltool__v_merge_options_0 = -q
423
+ libdir = ${exec_prefix}/lib
424
+ libexecdir = ${exec_prefix}/libexec
425
+ localedir = ${datarootdir}/locale
426
+ localstatedir = ${prefix}/var
427
+ mandir = ${datarootdir}/man
428
+ mkdir_p = $(MKDIR_P)
429
+ oldincludedir = /usr/include
430
+ pdfdir = ${docdir}
431
+ prefix = /usr/local
432
+ program_transform_name = s,x,x,
433
+ psdir = ${docdir}
434
+ sbindir = ${exec_prefix}/sbin
435
+ sharedstatedir = ${prefix}/com
436
+ srcdir = .
437
+ sysconfdir = ${prefix}/etc
438
+ target_alias =
439
+ top_build_prefix = ../
440
+ top_builddir = ..
441
+ top_srcdir = ..
442
+ GTESTER = gtester
443
+ GTESTER_REPORT = gtester-report
444
+
445
+ # initialize variables for unconditional += appending
446
+ TEST_PROGS =
447
+ AM_CPPFLAGS = \
448
+ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
449
+ -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
450
+ -DPACKAGE_DATA_DIR=\""$(datadir)"\" $(LASEM_CFLAGS) \
451
+ -DG_LOG_DOMAIN=\"Lasem\"
452
+
453
+ AM_CFLAGS = -Wall
454
+ lib_LTLIBRARIES = liblasem-0.6.la
455
+ BUILT_SOURCES = lsmdomenumtypes.h \
456
+ lsmdomenumtypes.c \
457
+ lsmmathmlenumtypes.h \
458
+ lsmmathmlenumtypes.c \
459
+ lsmsvgenumtypes.h \
460
+ lsmsvgenumtypes.c
461
+
462
+ EXTRA_DIST = lsmdomenumtypes.h.template \
463
+ lsmdomenumtypes.c.template \
464
+ lsmmathmlenumtypes.h.template \
465
+ lsmmathmlenumtypes.c.template \
466
+ lsmsvgenumtypes.h.template \
467
+ lsmsvgenumtypes.c.template
468
+
469
+ liblasem_0.6_la_LIBADD = \
470
+ ../itex2mml/libitex2mml.la \
471
+ $(LASEM_LIBS)
472
+
473
+ LASEM_DOM_SRCS = \
474
+ lsm.c \
475
+ lsmdebug.c \
476
+ lsmstr.c \
477
+ lsmutils.c \
478
+ lsmtraits.c \
479
+ lsmproperties.c \
480
+ lsmattributes.c \
481
+ lsmcairo.c \
482
+ lsmitex.c \
483
+ lsmdomentities.c \
484
+ lsmdomnode.c \
485
+ lsmdomnodelist.c \
486
+ lsmdomnamednodemap.c \
487
+ lsmdomdocument.c \
488
+ lsmdomdocumentfragment.c \
489
+ lsmdomelement.c \
490
+ lsmdomcharacterdata.c \
491
+ lsmdomtext.c \
492
+ lsmdomview.c \
493
+ lsmdomparser.c \
494
+ lsmdomimplementation.c
495
+
496
+ LASEM_DOM_BUILT_SRCS = \
497
+ lsmdomenumtypes.c \
498
+ lsmdomenumtypes.h
499
+
500
+ LASEM_MATHML_SRCS = \
501
+ lsmmathmlenumtypes.c \
502
+ lsmmathmlenums.c \
503
+ lsmmathmltraits.c \
504
+ lsmmathmlattributes.c \
505
+ lsmmathmloperatordictionary.c \
506
+ lsmmathmldocument.c \
507
+ lsmmathmlelement.c \
508
+ lsmmathmlsemanticselement.c \
509
+ lsmmathmlphantomelement.c \
510
+ lsmmathmlmathelement.c \
511
+ lsmmathmltableelement.c \
512
+ lsmmathmltablerowelement.c \
513
+ lsmmathmltablecellelement.c \
514
+ lsmmathmlspaceelement.c \
515
+ lsmmathmlradicalelement.c \
516
+ lsmmathmlscriptelement.c \
517
+ lsmmathmlfractionelement.c \
518
+ lsmmathmlunderoverelement.c \
519
+ lsmmathmlpresentationtoken.c \
520
+ lsmmathmloperatorelement.c \
521
+ lsmmathmlstringelement.c \
522
+ lsmmathmlpresentationcontainer.c \
523
+ lsmmathmlstyleelement.c \
524
+ lsmmathmlrowelement.c \
525
+ lsmmathmlencloseelement.c \
526
+ lsmmathmlfencedelement.c \
527
+ lsmmathmlpaddedelement.c \
528
+ lsmmathmlerrorelement.c \
529
+ lsmmathmlactionelement.c \
530
+ lsmmathmlstyle.c \
531
+ lsmmathmlview.c \
532
+ lsmmathmlglyphtableams.c \
533
+ lsmmathmlalignmarkelement.c \
534
+ lsmmathmlaligngroupelement.c \
535
+ lsmmathmlitexelement.c \
536
+ lsmmathmlutils.c \
537
+ lsmmathmllayoututils.c
538
+
539
+ LASEM_SVG_SRCS = \
540
+ lsmsvgenumtypes.c \
541
+ lsmsvgenums.c \
542
+ lsmsvgtraits.c \
543
+ lsmsvgstyle.c \
544
+ lsmsvgcolors.c \
545
+ lsmsvglength.c \
546
+ lsmsvgview.c \
547
+ lsmsvgmatrix.c \
548
+ lsmsvgdocument.c \
549
+ lsmsvgelement.c \
550
+ lsmsvgtransformable.c \
551
+ lsmsvgclippathelement.c \
552
+ lsmsvgsvgelement.c \
553
+ lsmsvguseelement.c \
554
+ lsmsvgimageelement.c \
555
+ lsmsvgsymbolelement.c \
556
+ lsmsvgmarkerelement.c \
557
+ lsmsvgaelement.c \
558
+ lsmsvggelement.c \
559
+ lsmsvgdefselement.c \
560
+ lsmsvgrectelement.c \
561
+ lsmsvgcircleelement.c \
562
+ lsmsvgellipseelement.c \
563
+ lsmsvglineelement.c \
564
+ lsmsvgpolylineelement.c \
565
+ lsmsvgpolygonelement.c \
566
+ lsmsvgpathelement.c \
567
+ lsmsvgtextelement.c \
568
+ lsmsvgtspanelement.c \
569
+ lsmsvggradientelement.c \
570
+ lsmsvglineargradientelement.c \
571
+ lsmsvgradialgradientelement.c \
572
+ lsmsvgstopelement.c \
573
+ lsmsvgswitchelement.c \
574
+ lsmsvgpatternelement.c \
575
+ lsmsvgmaskelement.c \
576
+ lsmsvgfilterelement.c \
577
+ lsmsvgfilterprimitive.c \
578
+ lsmsvgfilterblend.c \
579
+ lsmsvgfiltercomposite.c \
580
+ lsmsvgfilterflood.c \
581
+ lsmsvgfiltergaussianblur.c \
582
+ lsmsvgfilteroffset.c \
583
+ lsmsvgfiltermerge.c \
584
+ lsmsvgfiltermergenode.c \
585
+ lsmsvgfilterspecularlighting.c \
586
+ lsmsvgfiltertile.c \
587
+ lsmsvgfiltersurface.c
588
+
589
+ LASEM_DOM_HDRS = \
590
+ lsm.h \
591
+ lsmtypes.h \
592
+ lsmcairo.h \
593
+ lsmstr.h \
594
+ lsmutils.h \
595
+ lsmdebug.h \
596
+ lsmtraits.h \
597
+ lsmproperties.h \
598
+ lsmattributes.h \
599
+ lsmitex.h \
600
+ lsmdomentities.h \
601
+ lsmdom.h \
602
+ lsmdomtypes.h \
603
+ lsmdomnode.h \
604
+ lsmdomnodelist.h \
605
+ lsmdomnamednodemap.h \
606
+ lsmdomdocument.h \
607
+ lsmdomdocumentfragment.h \
608
+ lsmdomelement.h \
609
+ lsmdomcharacterdata.h \
610
+ lsmdomtext.h \
611
+ lsmdomview.h \
612
+ lsmdomparser.h \
613
+ lsmdomimplementation.h
614
+
615
+ LASEM_MATHML_HDRS = \
616
+ lsmmathml.h \
617
+ lsmmathmltypes.h \
618
+ lsmmathmlenums.h \
619
+ lsmmathmltraits.h \
620
+ lsmmathmlattributes.h \
621
+ lsmmathmloperatordictionary.h \
622
+ lsmmathmldocument.h \
623
+ lsmmathmlelement.h \
624
+ lsmmathmlsemanticselement.h \
625
+ lsmmathmlphantomelement.h \
626
+ lsmmathmlmathelement.h \
627
+ lsmmathmltableelement.h \
628
+ lsmmathmltablerowelement.h \
629
+ lsmmathmltablecellelement.h \
630
+ lsmmathmlspaceelement.h \
631
+ lsmmathmlradicalelement.h \
632
+ lsmmathmlscriptelement.h \
633
+ lsmmathmlfractionelement.h \
634
+ lsmmathmlunderoverelement.h \
635
+ lsmmathmlpresentationtoken.h \
636
+ lsmmathmloperatorelement.h \
637
+ lsmmathmlstringelement.h \
638
+ lsmmathmlpresentationcontainer.h \
639
+ lsmmathmlstyleelement.h \
640
+ lsmmathmlrowelement.h \
641
+ lsmmathmlencloseelement.h \
642
+ lsmmathmlfencedelement.h \
643
+ lsmmathmlpaddedelement.h \
644
+ lsmmathmlerrorelement.h \
645
+ lsmmathmlactionelement.h \
646
+ lsmmathmlstyle.h \
647
+ lsmmathmlview.h \
648
+ lsmmathmlglyphtableams.h \
649
+ lsmmathmlalignmarkelement.h \
650
+ lsmmathmlaligngroupelement.h \
651
+ lsmmathmlitexelement.h \
652
+ lsmmathmlutils.h \
653
+ lsmmathmllayoututils.h
654
+
655
+ LASEM_SVG_HDRS = \
656
+ lsmsvg.h \
657
+ lsmsvgtypes.h \
658
+ lsmsvgenums.h \
659
+ lsmsvgtraits.h \
660
+ lsmsvgattributes.h \
661
+ lsmsvgstyle.h \
662
+ lsmsvgcolors.h \
663
+ lsmsvglength.h \
664
+ lsmsvgview.h \
665
+ lsmsvgmatrix.h \
666
+ lsmsvgdocument.h \
667
+ lsmsvgelement.h \
668
+ lsmsvgtransformable.h \
669
+ lsmsvgclippathelement.h \
670
+ lsmsvgsvgelement.h \
671
+ lsmsvgaelement.h \
672
+ lsmsvggelement.h \
673
+ lsmsvgdefselement.h \
674
+ lsmsvguseelement.h \
675
+ lsmsvgimageelement.h \
676
+ lsmsvgsymbolelement.h \
677
+ lsmsvgmarkerelement.h \
678
+ lsmsvgrectelement.h \
679
+ lsmsvgcircleelement.h \
680
+ lsmsvgellipseelement.h \
681
+ lsmsvglineelement.h \
682
+ lsmsvgpathelement.h \
683
+ lsmsvgpolylineelement.h \
684
+ lsmsvgpolygonelement.h \
685
+ lsmsvgtextelement.h \
686
+ lsmsvgtspanelement.h \
687
+ lsmsvggradientelement.h \
688
+ lsmsvglineargradientelement.h \
689
+ lsmsvgradialgradientelement.h \
690
+ lsmsvgstopelement.h \
691
+ lsmsvgswitchelement.h \
692
+ lsmsvgpatternelement.h \
693
+ lsmsvgmaskelement.h \
694
+ lsmsvgfilterelement.h \
695
+ lsmsvgfilterprimitive.h \
696
+ lsmsvgfilterblend.h \
697
+ lsmsvgfiltercomposite.h \
698
+ lsmsvgfilterflood.h \
699
+ lsmsvgfiltergaussianblur.h \
700
+ lsmsvgfilteroffset.h \
701
+ lsmsvgfiltermerge.h \
702
+ lsmsvgfiltermergenode.h \
703
+ lsmsvgfilterspecularlighting.h \
704
+ lsmsvgfiltertile.h \
705
+ lsmsvgfiltersurface.h
706
+
707
+ liblasem_0.6_ladir = $(includedir)/lasem-0.6
708
+ liblasem_0.6_la_SOURCES = $(LASEM_DOM_SRCS) \
709
+ $(LASEM_DOM_BUILT_SRCS) $(LASEM_MATHML_SRCS) $(LASEM_SVG_SRCS) \
710
+ $(LASEM_MATHML_HDRS) $(LASEM_SVG_HDRS) lsmmathmlenumtypes.h \
711
+ lsmsvgenumtypes.h
712
+ liblasem_0.6_la_HEADERS = $(LASEM_DOM_HDRS) \
713
+ lsmdomenumtypes.h
714
+ liblasem_0.6_la_LDFLAGS = -version-info $(LASEM_LIBTOOL_VERSION)
715
+ lasem_render_0.6_SOURCES = \
716
+ lasemrender.c
717
+
718
+ lasem_render_0.6_LDFLAGS =
719
+ lasem_render_0.6_LDADD = $(LASEM_LIBS) liblasem-0.6.la ../itex2mml/libitex2mml.la
720
+ CLEANFILES = $(BUILT_SOURCES) $(am__append_2)
721
+ INTROSPECTION_GIRS = $(am__append_1)
722
+ INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
723
+ INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
724
+ #introspection_files = $(LASEM_DOM_SRCS) \
725
+ # $(LASEM_DOM_HDRS)
726
+
727
+ #introspection_built_files = $(LASEM_DOM_BUILT_SRCS)
728
+ #Lasem_0_6_gir_INCLUDES = GObject-2.0 cairo-1.0 Gio-2.0 Pango-1.0 GdkPixbuf-2.0
729
+ #Lasem_0_6_gir_SCANNERFLAGS = --identifier-prefix=Lsm --warn-all
730
+ #Lasem_0_6_gir_CFLAGS = $(INCLUDES) -I$(top_srcdir)/src
731
+ #Lasem_0_6_gir_LIBS = liblasem-0.6.la
732
+ #Lasem_0_6_gir_FILES = $(addprefix $(srcdir)/,$(introspection_files)) $(addprefix $(top_builddir)/src/,$(introspection_built_files))
733
+ #girdir = $(datadir)/gir-1.0
734
+ #gir_DATA = $(INTROSPECTION_GIRS)
735
+ #typelibdir = $(libdir)/girepository-1.0
736
+ #typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
737
+ all: $(BUILT_SOURCES)
738
+ $(MAKE) $(AM_MAKEFLAGS) all-am
739
+
740
+ .SUFFIXES:
741
+ .SUFFIXES: .c .lo .o .obj
742
+ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Makefile.decl $(am__configure_deps)
743
+ @for dep in $?; do \
744
+ case '$(am__configure_deps)' in \
745
+ *$$dep*) \
746
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
747
+ && { if test -f $@; then exit 0; else break; fi; }; \
748
+ exit 1;; \
749
+ esac; \
750
+ done; \
751
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
752
+ $(am__cd) $(top_srcdir) && \
753
+ $(AUTOMAKE) --gnu src/Makefile
754
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
755
+ @case '$?' in \
756
+ *config.status*) \
757
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
758
+ *) \
759
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
760
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
761
+ esac;
762
+ $(top_srcdir)/Makefile.decl $(am__empty):
763
+
764
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
765
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
766
+
767
+ $(top_srcdir)/configure: $(am__configure_deps)
768
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
769
+ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
770
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
771
+ $(am__aclocal_m4_deps):
772
+
773
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
774
+ @$(NORMAL_INSTALL)
775
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
776
+ list2=; for p in $$list; do \
777
+ if test -f $$p; then \
778
+ list2="$$list2 $$p"; \
779
+ else :; fi; \
780
+ done; \
781
+ test -z "$$list2" || { \
782
+ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
783
+ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
784
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
785
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
786
+ }
787
+
788
+ uninstall-libLTLIBRARIES:
789
+ @$(NORMAL_UNINSTALL)
790
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
791
+ for p in $$list; do \
792
+ $(am__strip_dir) \
793
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
794
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
795
+ done
796
+
797
+ clean-libLTLIBRARIES:
798
+ -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
799
+ @list='$(lib_LTLIBRARIES)'; \
800
+ locs=`for p in $$list; do echo $$p; done | \
801
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
802
+ sort -u`; \
803
+ test -z "$$locs" || { \
804
+ echo rm -f $${locs}; \
805
+ rm -f $${locs}; \
806
+ }
807
+
808
+ liblasem-0.6.la: $(liblasem_0.6_la_OBJECTS) $(liblasem_0.6_la_DEPENDENCIES) $(EXTRA_liblasem_0.6_la_DEPENDENCIES)
809
+ $(AM_V_CCLD)$(liblasem_0.6_la_LINK) -rpath $(libdir) $(liblasem_0.6_la_OBJECTS) $(liblasem_0.6_la_LIBADD) $(LIBS)
810
+ install-binPROGRAMS: $(bin_PROGRAMS)
811
+ @$(NORMAL_INSTALL)
812
+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
813
+ if test -n "$$list"; then \
814
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
815
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
816
+ fi; \
817
+ for p in $$list; do echo "$$p $$p"; done | \
818
+ sed 's/$(EXEEXT)$$//' | \
819
+ while read p p1; do if test -f $$p \
820
+ || test -f $$p1 \
821
+ ; then echo "$$p"; echo "$$p"; else :; fi; \
822
+ done | \
823
+ sed -e 'p;s,.*/,,;n;h' \
824
+ -e 's|.*|.|' \
825
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
826
+ sed 'N;N;N;s,\n, ,g' | \
827
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
828
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
829
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
830
+ else { print "f", $$3 "/" $$4, $$1; } } \
831
+ END { for (d in files) print "f", d, files[d] }' | \
832
+ while read type dir files; do \
833
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
834
+ test -z "$$files" || { \
835
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
836
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
837
+ } \
838
+ ; done
839
+
840
+ uninstall-binPROGRAMS:
841
+ @$(NORMAL_UNINSTALL)
842
+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
843
+ files=`for p in $$list; do echo "$$p"; done | \
844
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
845
+ -e 's/$$/$(EXEEXT)/' \
846
+ `; \
847
+ test -n "$$list" || exit 0; \
848
+ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
849
+ cd "$(DESTDIR)$(bindir)" && rm -f $$files
850
+
851
+ clean-binPROGRAMS:
852
+ @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
853
+ echo " rm -f" $$list; \
854
+ rm -f $$list || exit $$?; \
855
+ test -n "$(EXEEXT)" || exit 0; \
856
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
857
+ echo " rm -f" $$list; \
858
+ rm -f $$list
859
+
860
+ lasem-render-0.6$(EXEEXT): $(lasem_render_0.6_OBJECTS) $(lasem_render_0.6_DEPENDENCIES) $(EXTRA_lasem_render_0.6_DEPENDENCIES)
861
+ @rm -f lasem-render-0.6$(EXEEXT)
862
+ $(AM_V_CCLD)$(lasem_render_0.6_LINK) $(lasem_render_0.6_OBJECTS) $(lasem_render_0.6_LDADD) $(LIBS)
863
+
864
+ mostlyclean-compile:
865
+ -rm -f *.$(OBJEXT)
866
+
867
+ distclean-compile:
868
+ -rm -f *.tab.c
869
+
870
+ include ./$(DEPDIR)/lasemrender.Po
871
+ include ./$(DEPDIR)/lsm.Plo
872
+ include ./$(DEPDIR)/lsmattributes.Plo
873
+ include ./$(DEPDIR)/lsmcairo.Plo
874
+ include ./$(DEPDIR)/lsmdebug.Plo
875
+ include ./$(DEPDIR)/lsmdomcharacterdata.Plo
876
+ include ./$(DEPDIR)/lsmdomdocument.Plo
877
+ include ./$(DEPDIR)/lsmdomdocumentfragment.Plo
878
+ include ./$(DEPDIR)/lsmdomelement.Plo
879
+ include ./$(DEPDIR)/lsmdomentities.Plo
880
+ include ./$(DEPDIR)/lsmdomenumtypes.Plo
881
+ include ./$(DEPDIR)/lsmdomimplementation.Plo
882
+ include ./$(DEPDIR)/lsmdomnamednodemap.Plo
883
+ include ./$(DEPDIR)/lsmdomnode.Plo
884
+ include ./$(DEPDIR)/lsmdomnodelist.Plo
885
+ include ./$(DEPDIR)/lsmdomparser.Plo
886
+ include ./$(DEPDIR)/lsmdomtext.Plo
887
+ include ./$(DEPDIR)/lsmdomview.Plo
888
+ include ./$(DEPDIR)/lsmitex.Plo
889
+ include ./$(DEPDIR)/lsmmathmlactionelement.Plo
890
+ include ./$(DEPDIR)/lsmmathmlaligngroupelement.Plo
891
+ include ./$(DEPDIR)/lsmmathmlalignmarkelement.Plo
892
+ include ./$(DEPDIR)/lsmmathmlattributes.Plo
893
+ include ./$(DEPDIR)/lsmmathmldocument.Plo
894
+ include ./$(DEPDIR)/lsmmathmlelement.Plo
895
+ include ./$(DEPDIR)/lsmmathmlencloseelement.Plo
896
+ include ./$(DEPDIR)/lsmmathmlenums.Plo
897
+ include ./$(DEPDIR)/lsmmathmlenumtypes.Plo
898
+ include ./$(DEPDIR)/lsmmathmlerrorelement.Plo
899
+ include ./$(DEPDIR)/lsmmathmlfencedelement.Plo
900
+ include ./$(DEPDIR)/lsmmathmlfractionelement.Plo
901
+ include ./$(DEPDIR)/lsmmathmlglyphtableams.Plo
902
+ include ./$(DEPDIR)/lsmmathmlitexelement.Plo
903
+ include ./$(DEPDIR)/lsmmathmllayoututils.Plo
904
+ include ./$(DEPDIR)/lsmmathmlmathelement.Plo
905
+ include ./$(DEPDIR)/lsmmathmloperatordictionary.Plo
906
+ include ./$(DEPDIR)/lsmmathmloperatorelement.Plo
907
+ include ./$(DEPDIR)/lsmmathmlpaddedelement.Plo
908
+ include ./$(DEPDIR)/lsmmathmlphantomelement.Plo
909
+ include ./$(DEPDIR)/lsmmathmlpresentationcontainer.Plo
910
+ include ./$(DEPDIR)/lsmmathmlpresentationtoken.Plo
911
+ include ./$(DEPDIR)/lsmmathmlradicalelement.Plo
912
+ include ./$(DEPDIR)/lsmmathmlrowelement.Plo
913
+ include ./$(DEPDIR)/lsmmathmlscriptelement.Plo
914
+ include ./$(DEPDIR)/lsmmathmlsemanticselement.Plo
915
+ include ./$(DEPDIR)/lsmmathmlspaceelement.Plo
916
+ include ./$(DEPDIR)/lsmmathmlstringelement.Plo
917
+ include ./$(DEPDIR)/lsmmathmlstyle.Plo
918
+ include ./$(DEPDIR)/lsmmathmlstyleelement.Plo
919
+ include ./$(DEPDIR)/lsmmathmltablecellelement.Plo
920
+ include ./$(DEPDIR)/lsmmathmltableelement.Plo
921
+ include ./$(DEPDIR)/lsmmathmltablerowelement.Plo
922
+ include ./$(DEPDIR)/lsmmathmltraits.Plo
923
+ include ./$(DEPDIR)/lsmmathmlunderoverelement.Plo
924
+ include ./$(DEPDIR)/lsmmathmlutils.Plo
925
+ include ./$(DEPDIR)/lsmmathmlview.Plo
926
+ include ./$(DEPDIR)/lsmproperties.Plo
927
+ include ./$(DEPDIR)/lsmstr.Plo
928
+ include ./$(DEPDIR)/lsmsvgaelement.Plo
929
+ include ./$(DEPDIR)/lsmsvgcircleelement.Plo
930
+ include ./$(DEPDIR)/lsmsvgclippathelement.Plo
931
+ include ./$(DEPDIR)/lsmsvgcolors.Plo
932
+ include ./$(DEPDIR)/lsmsvgdefselement.Plo
933
+ include ./$(DEPDIR)/lsmsvgdocument.Plo
934
+ include ./$(DEPDIR)/lsmsvgelement.Plo
935
+ include ./$(DEPDIR)/lsmsvgellipseelement.Plo
936
+ include ./$(DEPDIR)/lsmsvgenums.Plo
937
+ include ./$(DEPDIR)/lsmsvgenumtypes.Plo
938
+ include ./$(DEPDIR)/lsmsvgfilterblend.Plo
939
+ include ./$(DEPDIR)/lsmsvgfiltercomposite.Plo
940
+ include ./$(DEPDIR)/lsmsvgfilterelement.Plo
941
+ include ./$(DEPDIR)/lsmsvgfilterflood.Plo
942
+ include ./$(DEPDIR)/lsmsvgfiltergaussianblur.Plo
943
+ include ./$(DEPDIR)/lsmsvgfiltermerge.Plo
944
+ include ./$(DEPDIR)/lsmsvgfiltermergenode.Plo
945
+ include ./$(DEPDIR)/lsmsvgfilteroffset.Plo
946
+ include ./$(DEPDIR)/lsmsvgfilterprimitive.Plo
947
+ include ./$(DEPDIR)/lsmsvgfilterspecularlighting.Plo
948
+ include ./$(DEPDIR)/lsmsvgfiltersurface.Plo
949
+ include ./$(DEPDIR)/lsmsvgfiltertile.Plo
950
+ include ./$(DEPDIR)/lsmsvggelement.Plo
951
+ include ./$(DEPDIR)/lsmsvggradientelement.Plo
952
+ include ./$(DEPDIR)/lsmsvgimageelement.Plo
953
+ include ./$(DEPDIR)/lsmsvglength.Plo
954
+ include ./$(DEPDIR)/lsmsvglineargradientelement.Plo
955
+ include ./$(DEPDIR)/lsmsvglineelement.Plo
956
+ include ./$(DEPDIR)/lsmsvgmarkerelement.Plo
957
+ include ./$(DEPDIR)/lsmsvgmaskelement.Plo
958
+ include ./$(DEPDIR)/lsmsvgmatrix.Plo
959
+ include ./$(DEPDIR)/lsmsvgpathelement.Plo
960
+ include ./$(DEPDIR)/lsmsvgpatternelement.Plo
961
+ include ./$(DEPDIR)/lsmsvgpolygonelement.Plo
962
+ include ./$(DEPDIR)/lsmsvgpolylineelement.Plo
963
+ include ./$(DEPDIR)/lsmsvgradialgradientelement.Plo
964
+ include ./$(DEPDIR)/lsmsvgrectelement.Plo
965
+ include ./$(DEPDIR)/lsmsvgstopelement.Plo
966
+ include ./$(DEPDIR)/lsmsvgstyle.Plo
967
+ include ./$(DEPDIR)/lsmsvgsvgelement.Plo
968
+ include ./$(DEPDIR)/lsmsvgswitchelement.Plo
969
+ include ./$(DEPDIR)/lsmsvgsymbolelement.Plo
970
+ include ./$(DEPDIR)/lsmsvgtextelement.Plo
971
+ include ./$(DEPDIR)/lsmsvgtraits.Plo
972
+ include ./$(DEPDIR)/lsmsvgtransformable.Plo
973
+ include ./$(DEPDIR)/lsmsvgtspanelement.Plo
974
+ include ./$(DEPDIR)/lsmsvguseelement.Plo
975
+ include ./$(DEPDIR)/lsmsvgview.Plo
976
+ include ./$(DEPDIR)/lsmtraits.Plo
977
+ include ./$(DEPDIR)/lsmutils.Plo
978
+
979
+ .c.o:
980
+ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
981
+ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
982
+ # $(AM_V_CC)source='$<' object='$@' libtool=no \
983
+ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
984
+ # $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
985
+
986
+ .c.obj:
987
+ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
988
+ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
989
+ # $(AM_V_CC)source='$<' object='$@' libtool=no \
990
+ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
991
+ # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
992
+
993
+ .c.lo:
994
+ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
995
+ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
996
+ # $(AM_V_CC)source='$<' object='$@' libtool=yes \
997
+ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
998
+ # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
999
+
1000
+ mostlyclean-libtool:
1001
+ -rm -f *.lo
1002
+
1003
+ clean-libtool:
1004
+ -rm -rf .libs _libs
1005
+ install-girDATA: $(gir_DATA)
1006
+ @$(NORMAL_INSTALL)
1007
+ @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
1008
+ if test -n "$$list"; then \
1009
+ echo " $(MKDIR_P) '$(DESTDIR)$(girdir)'"; \
1010
+ $(MKDIR_P) "$(DESTDIR)$(girdir)" || exit 1; \
1011
+ fi; \
1012
+ for p in $$list; do \
1013
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1014
+ echo "$$d$$p"; \
1015
+ done | $(am__base_list) | \
1016
+ while read files; do \
1017
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(girdir)'"; \
1018
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(girdir)" || exit $$?; \
1019
+ done
1020
+
1021
+ uninstall-girDATA:
1022
+ @$(NORMAL_UNINSTALL)
1023
+ @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
1024
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1025
+ dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir)
1026
+ install-typelibDATA: $(typelib_DATA)
1027
+ @$(NORMAL_INSTALL)
1028
+ @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
1029
+ if test -n "$$list"; then \
1030
+ echo " $(MKDIR_P) '$(DESTDIR)$(typelibdir)'"; \
1031
+ $(MKDIR_P) "$(DESTDIR)$(typelibdir)" || exit 1; \
1032
+ fi; \
1033
+ for p in $$list; do \
1034
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1035
+ echo "$$d$$p"; \
1036
+ done | $(am__base_list) | \
1037
+ while read files; do \
1038
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(typelibdir)'"; \
1039
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(typelibdir)" || exit $$?; \
1040
+ done
1041
+
1042
+ uninstall-typelibDATA:
1043
+ @$(NORMAL_UNINSTALL)
1044
+ @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
1045
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1046
+ dir='$(DESTDIR)$(typelibdir)'; $(am__uninstall_files_from_dir)
1047
+ install-liblasem_0.6_laHEADERS: $(liblasem_0.6_la_HEADERS)
1048
+ @$(NORMAL_INSTALL)
1049
+ @list='$(liblasem_0.6_la_HEADERS)'; test -n "$(liblasem_0.6_ladir)" || list=; \
1050
+ if test -n "$$list"; then \
1051
+ echo " $(MKDIR_P) '$(DESTDIR)$(liblasem_0.6_ladir)'"; \
1052
+ $(MKDIR_P) "$(DESTDIR)$(liblasem_0.6_ladir)" || exit 1; \
1053
+ fi; \
1054
+ for p in $$list; do \
1055
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1056
+ echo "$$d$$p"; \
1057
+ done | $(am__base_list) | \
1058
+ while read files; do \
1059
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(liblasem_0.6_ladir)'"; \
1060
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(liblasem_0.6_ladir)" || exit $$?; \
1061
+ done
1062
+
1063
+ uninstall-liblasem_0.6_laHEADERS:
1064
+ @$(NORMAL_UNINSTALL)
1065
+ @list='$(liblasem_0.6_la_HEADERS)'; test -n "$(liblasem_0.6_ladir)" || list=; \
1066
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1067
+ dir='$(DESTDIR)$(liblasem_0.6_ladir)'; $(am__uninstall_files_from_dir)
1068
+ tags TAGS:
1069
+
1070
+ ctags CTAGS:
1071
+
1072
+ cscope cscopelist:
1073
+
1074
+
1075
+ distdir: $(DISTFILES)
1076
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1077
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1078
+ list='$(DISTFILES)'; \
1079
+ dist_files=`for file in $$list; do echo $$file; done | \
1080
+ sed -e "s|^$$srcdirstrip/||;t" \
1081
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1082
+ case $$dist_files in \
1083
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
1084
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1085
+ sort -u` ;; \
1086
+ esac; \
1087
+ for file in $$dist_files; do \
1088
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1089
+ if test -d $$d/$$file; then \
1090
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1091
+ if test -d "$(distdir)/$$file"; then \
1092
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1093
+ fi; \
1094
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1095
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1096
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1097
+ fi; \
1098
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1099
+ else \
1100
+ test -f "$(distdir)/$$file" \
1101
+ || cp -p $$d/$$file "$(distdir)/$$file" \
1102
+ || exit 1; \
1103
+ fi; \
1104
+ done
1105
+ check-am: all-am
1106
+ $(MAKE) $(AM_MAKEFLAGS) check-local
1107
+ check: $(BUILT_SOURCES)
1108
+ $(MAKE) $(AM_MAKEFLAGS) check-am
1109
+ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
1110
+ install-binPROGRAMS: install-libLTLIBRARIES
1111
+
1112
+ installdirs:
1113
+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(liblasem_0.6_ladir)"; do \
1114
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1115
+ done
1116
+ install: $(BUILT_SOURCES)
1117
+ $(MAKE) $(AM_MAKEFLAGS) install-am
1118
+ install-exec: install-exec-am
1119
+ install-data: install-data-am
1120
+ uninstall: uninstall-am
1121
+
1122
+ install-am: all-am
1123
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1124
+
1125
+ installcheck: installcheck-am
1126
+ install-strip:
1127
+ if test -z '$(STRIP)'; then \
1128
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1129
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1130
+ install; \
1131
+ else \
1132
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1133
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1134
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1135
+ fi
1136
+ mostlyclean-generic:
1137
+
1138
+ clean-generic:
1139
+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1140
+
1141
+ distclean-generic:
1142
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1143
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1144
+
1145
+ maintainer-clean-generic:
1146
+ @echo "This command is intended for maintainers to use"
1147
+ @echo "it deletes files that may require special tools to rebuild."
1148
+ -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1149
+ clean: clean-am
1150
+
1151
+ clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1152
+ clean-libtool mostlyclean-am
1153
+
1154
+ distclean: distclean-am
1155
+ -rm -rf ./$(DEPDIR)
1156
+ -rm -f Makefile
1157
+ distclean-am: clean-am distclean-compile distclean-generic
1158
+
1159
+ dvi: dvi-am
1160
+
1161
+ dvi-am:
1162
+
1163
+ html: html-am
1164
+
1165
+ html-am:
1166
+
1167
+ info: info-am
1168
+
1169
+ info-am:
1170
+
1171
+ install-data-am: install-girDATA \
1172
+ install-liblasem_0.6_laHEADERS \
1173
+ install-typelibDATA
1174
+
1175
+ install-dvi: install-dvi-am
1176
+
1177
+ install-dvi-am:
1178
+
1179
+ install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1180
+
1181
+ install-html: install-html-am
1182
+
1183
+ install-html-am:
1184
+
1185
+ install-info: install-info-am
1186
+
1187
+ install-info-am:
1188
+
1189
+ install-man:
1190
+
1191
+ install-pdf: install-pdf-am
1192
+
1193
+ install-pdf-am:
1194
+
1195
+ install-ps: install-ps-am
1196
+
1197
+ install-ps-am:
1198
+
1199
+ installcheck-am:
1200
+
1201
+ maintainer-clean: maintainer-clean-am
1202
+ -rm -rf ./$(DEPDIR)
1203
+ -rm -f Makefile
1204
+ maintainer-clean-am: distclean-am maintainer-clean-generic
1205
+
1206
+ mostlyclean: mostlyclean-am
1207
+
1208
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1209
+ mostlyclean-libtool
1210
+
1211
+ pdf: pdf-am
1212
+
1213
+ pdf-am:
1214
+
1215
+ ps: ps-am
1216
+
1217
+ ps-am:
1218
+
1219
+ uninstall-am: uninstall-binPROGRAMS uninstall-girDATA \
1220
+ uninstall-libLTLIBRARIES \
1221
+ uninstall-liblasem_0.6_laHEADERS \
1222
+ uninstall-typelibDATA
1223
+
1224
+ .MAKE: all check check-am install install-am install-strip
1225
+
1226
+ .PHONY: all all-am check check-am check-local clean clean-binPROGRAMS \
1227
+ clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
1228
+ ctags-am distclean distclean-compile distclean-generic \
1229
+ distclean-libtool distdir dvi dvi-am html html-am info info-am \
1230
+ install install-am install-binPROGRAMS install-data \
1231
+ install-data-am install-dvi install-dvi-am install-exec \
1232
+ install-exec-am install-girDATA install-html install-html-am \
1233
+ install-info install-info-am install-libLTLIBRARIES \
1234
+ install-liblasem_0.6_laHEADERS install-man \
1235
+ install-pdf install-pdf-am install-ps install-ps-am \
1236
+ install-strip install-typelibDATA installcheck installcheck-am \
1237
+ installdirs maintainer-clean maintainer-clean-generic \
1238
+ mostlyclean mostlyclean-compile mostlyclean-generic \
1239
+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
1240
+ uninstall-am uninstall-binPROGRAMS uninstall-girDATA \
1241
+ uninstall-libLTLIBRARIES \
1242
+ uninstall-liblasem_0.6_laHEADERS \
1243
+ uninstall-typelibDATA
1244
+
1245
+ .PRECIOUS: Makefile
1246
+
1247
+
1248
+ ### testing rules
1249
+
1250
+ # test: run all tests in cwd and subdirs
1251
+ test: ${TEST_PROGS}
1252
+ @test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS}
1253
+ @ for subdir in $(SUBDIRS) . ; do \
1254
+ test "$$subdir" = "." -o "$$subdir" = "po" || \
1255
+ ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
1256
+ done
1257
+
1258
+ # test-report: run tests in subdirs and generate report
1259
+ # perf-report: run tests in subdirs with -m perf and generate report
1260
+ # full-report: like test-report: with -m perf and -m slow
1261
+ test-report perf-report full-report: ${TEST_PROGS}
1262
+ @test -z "${TEST_PROGS}" || { \
1263
+ case $@ in \
1264
+ test-report) test_options="-k";; \
1265
+ perf-report) test_options="-k -m=perf";; \
1266
+ full-report) test_options="-k -m=perf -m=slow";; \
1267
+ esac ; \
1268
+ if test -z "$$GTESTER_LOGDIR" ; then \
1269
+ ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
1270
+ elif test -n "${TEST_PROGS}" ; then \
1271
+ ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
1272
+ fi ; \
1273
+ }
1274
+ @ ignore_logdir=true ; \
1275
+ if test -z "$$GTESTER_LOGDIR" ; then \
1276
+ GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
1277
+ ignore_logdir=false ; \
1278
+ fi ; \
1279
+ for subdir in $(SUBDIRS) . ; do \
1280
+ test "$$subdir" = "." -o "$$subdir" = "po" || \
1281
+ ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
1282
+ done ; \
1283
+ $$ignore_logdir || { \
1284
+ echo '<?xml version="1.0"?>' > $@.xml ; \
1285
+ echo '<report-collection>' >> $@.xml ; \
1286
+ for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
1287
+ sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
1288
+ done ; \
1289
+ echo >> $@.xml ; \
1290
+ echo '</report-collection>' >> $@.xml ; \
1291
+ rm -rf "$$GTESTER_LOGDIR"/ ; \
1292
+ ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
1293
+ }
1294
+ .PHONY: test test-report perf-report full-report
1295
+ # run make test as part of make check
1296
+ check-local: test
1297
+
1298
+ lsmdomenumtypes.h: lsmdomenumtypes.h.template $(LASEM_DOM_HDRS) $(GLIB_MKENUMS)
1299
+ $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template lsmdomenumtypes.h.template $(LASEM_DOM_HDRS)) > $@
1300
+
1301
+ lsmdomenumtypes.c: lsmdomenumtypes.c.template $(LASEM_DOM_HDRS) $(GLIB_MKENUMS)
1302
+ $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template lsmdomenumtypes.c.template $(LASEM_DOM_HDRS)) > $@
1303
+
1304
+ lsmmathmlenumtypes.h: lsmmathmlenumtypes.h.template $(LASEM_MATHML_HDRS) $(GLIB_MKENUMS)
1305
+ $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template lsmmathmlenumtypes.h.template $(LASEM_MATHML_HDRS)) > $@
1306
+
1307
+ lsmmathmlenumtypes.c: lsmmathmlenumtypes.c.template $(LASEM_MATHML_HDRS) $(GLIB_MKENUMS)
1308
+ $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template lsmmathmlenumtypes.c.template $(LASEM_MATHML_HDRS)) > $@
1309
+
1310
+ lsmsvgenumtypes.h: lsmsvgenumtypes.h.template $(LASEM_SVG_HDRS) $(GLIB_MKENUMS)
1311
+ $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template lsmsvgenumtypes.h.template $(LASEM_SVG_HDRS)) > $@
1312
+
1313
+ lsmsvgenumtypes.c: lsmsvgenumtypes.c.template $(LASEM_SVG_HDRS) $(GLIB_MKENUMS)
1314
+ $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template lsmsvgenumtypes.c.template $(LASEM_SVG_HDRS)) > $@
1315
+
1316
+ -include $(INTROSPECTION_MAKEFILE)
1317
+
1318
+ #Lasem-0.6.gir: $(INTROSPECTION_SCANNER) liblasem-0.6.la Makefile
1319
+
1320
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
1321
+ # Otherwise a system limit (for SysV at least) may be exceeded.
1322
+ .NOEXPORT: