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