1999-11-22 16:19:48 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
2000-06-12 11:27:15 +00:00
|
|
|
DISTCLEANFILES= *.orig *.rej *~ *.bak core
|
|
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
2000-01-11 17:44:32 +00:00
|
|
|
noinst_LTLIBRARIES = libmathed.la
|
1999-09-27 18:44:28 +00:00
|
|
|
LIBS=
|
2000-06-12 11:27:15 +00:00
|
|
|
ETAGS_ARGS = --lang=c++
|
2000-10-02 00:55:02 +00:00
|
|
|
BOOST_INCLUDES = -I$(top_srcdir)/boost
|
2001-03-16 12:08:14 +00:00
|
|
|
INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2001-02-12 08:55:14 +00:00
|
|
|
libmathed_la_SOURCES = \
|
2001-06-25 00:06:33 +00:00
|
|
|
formulabase.C \
|
|
|
|
formulabase.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
formula.C \
|
|
|
|
formula.h \
|
|
|
|
formulamacro.C \
|
|
|
|
formulamacro.h \
|
2001-06-25 00:06:33 +00:00
|
|
|
math_arrayinset.C \
|
|
|
|
math_arrayinset.h \
|
2001-09-11 10:58:17 +00:00
|
|
|
math_atom.C \
|
|
|
|
math_atom.h \
|
2001-08-13 15:26:41 +00:00
|
|
|
math_binominset.C \
|
|
|
|
math_binominset.h \
|
2001-10-29 15:45:24 +00:00
|
|
|
math_braceinset.C \
|
|
|
|
math_braceinset.h \
|
2001-10-19 11:25:48 +00:00
|
|
|
math_boxinset.C \
|
|
|
|
math_boxinset.h \
|
2001-11-05 17:08:45 +00:00
|
|
|
math_binaryopinset.C \
|
|
|
|
math_binaryopinset.h \
|
2001-11-12 16:45:09 +00:00
|
|
|
math_casesinset.C \
|
|
|
|
math_casesinset.h \
|
2001-08-03 17:10:22 +00:00
|
|
|
math_charinset.C \
|
|
|
|
math_charinset.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
math_cursor.C \
|
|
|
|
math_cursor.h \
|
2001-11-08 12:55:58 +00:00
|
|
|
math_data.C \
|
|
|
|
math_data.h \
|
2001-02-13 13:28:32 +00:00
|
|
|
math_decorationinset.C \
|
|
|
|
math_decorationinset.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
math_defs.h \
|
2001-02-13 13:28:32 +00:00
|
|
|
math_deliminset.C \
|
|
|
|
math_deliminset.h \
|
2001-11-13 16:27:06 +00:00
|
|
|
math_diffinset.C \
|
|
|
|
math_diffinset.h \
|
2001-08-03 17:55:10 +00:00
|
|
|
math_diminset.C \
|
|
|
|
math_diminset.h \
|
2001-02-13 13:28:32 +00:00
|
|
|
math_dotsinset.C \
|
|
|
|
math_dotsinset.h \
|
2001-11-09 08:35:57 +00:00
|
|
|
math_extern.C \
|
|
|
|
math_extern.h \
|
2001-11-07 13:15:59 +00:00
|
|
|
math_exfuncinset.C \
|
|
|
|
math_exfuncinset.h \
|
2001-11-08 12:06:56 +00:00
|
|
|
math_exintinset.C \
|
|
|
|
math_exintinset.h \
|
2001-08-13 14:02:37 +00:00
|
|
|
math_factory.C \
|
|
|
|
math_factory.h \
|
2001-02-13 13:28:32 +00:00
|
|
|
math_fracinset.C \
|
|
|
|
math_fracinset.h \
|
2001-08-08 17:26:30 +00:00
|
|
|
math_fracbase.C \
|
|
|
|
math_fracbase.h \
|
2001-02-13 13:28:32 +00:00
|
|
|
math_funcinset.C \
|
|
|
|
math_funcinset.h \
|
2001-08-07 04:49:50 +00:00
|
|
|
math_funcliminset.C \
|
|
|
|
math_funcliminset.h \
|
2001-07-17 07:38:41 +00:00
|
|
|
math_gridinset.C \
|
|
|
|
math_gridinset.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
math_hash.C \
|
2001-11-08 12:28:33 +00:00
|
|
|
math_hullinset.C \
|
|
|
|
math_hullinset.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
math_inset.C \
|
|
|
|
math_inset.h \
|
2001-12-05 17:50:18 +00:00
|
|
|
math_iterator.C \
|
|
|
|
math_iterator.h \
|
2001-08-21 14:20:50 +00:00
|
|
|
math_kerninset.C \
|
|
|
|
math_kerninset.h \
|
2001-10-18 13:21:21 +00:00
|
|
|
math_lefteqninset.C \
|
|
|
|
math_lefteqninset.h \
|
2001-11-09 14:23:44 +00:00
|
|
|
math_limitopinset.C \
|
|
|
|
math_limitopinset.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
math_macro.C \
|
|
|
|
math_macro.h \
|
2001-02-13 17:08:51 +00:00
|
|
|
math_macroarg.C \
|
|
|
|
math_macroarg.h \
|
|
|
|
math_macrotemplate.C \
|
|
|
|
math_macrotemplate.h \
|
|
|
|
math_macrotable.C \
|
|
|
|
math_macrotable.h \
|
2001-11-07 17:30:26 +00:00
|
|
|
math_mathmlstream.C \
|
|
|
|
math_mathmlstream.h \
|
2001-11-09 08:35:57 +00:00
|
|
|
math_matrixinset.C \
|
|
|
|
math_matrixinset.h \
|
2001-10-19 17:46:13 +00:00
|
|
|
math_metricsinfo.h \
|
|
|
|
math_metricsinfo.C \
|
2001-08-03 17:10:22 +00:00
|
|
|
math_nestinset.C \
|
|
|
|
math_nestinset.h \
|
2001-08-16 12:34:48 +00:00
|
|
|
math_notinset.C \
|
|
|
|
math_notinset.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
math_parser.C \
|
|
|
|
math_parser.h \
|
2001-12-10 10:09:00 +00:00
|
|
|
math_pos.C \
|
|
|
|
math_pos.h \
|
2001-11-16 09:55:37 +00:00
|
|
|
math_replace.h \
|
2001-07-17 07:38:41 +00:00
|
|
|
math_rootinset.C \
|
|
|
|
math_rootinset.h \
|
2001-06-25 00:06:33 +00:00
|
|
|
math_scriptinset.C \
|
|
|
|
math_scriptinset.h \
|
|
|
|
math_sizeinset.C \
|
|
|
|
math_sizeinset.h \
|
2001-02-13 13:28:32 +00:00
|
|
|
math_spaceinset.C \
|
|
|
|
math_spaceinset.h \
|
2001-08-30 08:55:13 +00:00
|
|
|
math_specialcharinset.C \
|
|
|
|
math_specialcharinset.h \
|
2001-09-05 12:57:13 +00:00
|
|
|
math_splitinset.C \
|
|
|
|
math_splitinset.h \
|
2001-06-25 00:06:33 +00:00
|
|
|
math_sqrtinset.C \
|
|
|
|
math_sqrtinset.h \
|
2001-08-08 17:26:30 +00:00
|
|
|
math_stackrelinset.C \
|
|
|
|
math_stackrelinset.h \
|
2001-12-03 17:52:48 +00:00
|
|
|
math_streamstr.C \
|
2001-12-03 16:24:50 +00:00
|
|
|
math_streamstr.h \
|
2001-11-05 17:08:45 +00:00
|
|
|
math_stringinset.C \
|
|
|
|
math_stringinset.h \
|
2001-11-08 12:15:12 +00:00
|
|
|
math_support.C \
|
|
|
|
math_support.h \
|
2001-07-27 10:08:04 +00:00
|
|
|
math_symbolinset.C \
|
2001-11-08 12:55:58 +00:00
|
|
|
math_symbolinset.h \
|
2001-11-09 10:44:24 +00:00
|
|
|
math_unknowninset.C \
|
|
|
|
math_unknowninset.h \
|
2002-02-01 10:33:06 +00:00
|
|
|
math_undersetinset.C \
|
|
|
|
math_undersetinset.h \
|
2001-11-08 12:55:58 +00:00
|
|
|
math_xdata.C \
|
|
|
|
math_xdata.h
|