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
|
|
|
|
INCLUDES = -I${top_srcdir}/images -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 = \
|
|
|
|
array.C \
|
|
|
|
array.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
formula.C \
|
|
|
|
formula.h \
|
|
|
|
formulamacro.C \
|
|
|
|
formulamacro.h \
|
2001-02-13 13:28:32 +00:00
|
|
|
math_sqrtinset.C \
|
|
|
|
math_sqrtinset.h \
|
|
|
|
math_accentinset.C \
|
|
|
|
math_accentinset.h \
|
|
|
|
math_bigopinset.C \
|
|
|
|
math_bibopinset.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
math_cursor.C \
|
|
|
|
math_cursor.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 \
|
|
|
|
math_dotsinset.C \
|
|
|
|
math_dotsinset.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
math_draw.C \
|
|
|
|
math_forms.C \
|
|
|
|
math_forms.h \
|
2001-02-13 13:28:32 +00:00
|
|
|
math_fracinset.C \
|
|
|
|
math_fracinset.h \
|
|
|
|
math_funcinset.C \
|
|
|
|
math_funcinset.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
math_hash.C \
|
|
|
|
math_inset.C \
|
|
|
|
math_inset.h \
|
|
|
|
math_iter.C \
|
|
|
|
math_iter.h \
|
|
|
|
math_macro.C \
|
|
|
|
math_macro.h \
|
2001-02-13 13:28:32 +00:00
|
|
|
math_matrixinset.C \
|
|
|
|
math_matrixinset.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
math_panel.C \
|
|
|
|
math_panel.h \
|
2001-02-13 13:28:32 +00:00
|
|
|
math_parinset.C \
|
|
|
|
math_parinset.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
math_parser.C \
|
|
|
|
math_parser.h \
|
|
|
|
math_root.C \
|
|
|
|
math_root.h \
|
2001-02-13 13:28:32 +00:00
|
|
|
math_rowst.h \
|
|
|
|
math_spaceinset.C \
|
|
|
|
math_spaceinset.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
math_symbols.C \
|
|
|
|
math_utils.C \
|
|
|
|
math_write.C \
|
2001-02-13 13:28:32 +00:00
|
|
|
math_xiter.C \
|
|
|
|
math_xiter.h \
|
|
|
|
matriz.C \
|
|
|
|
matriz.h \
|
|
|
|
support.C \
|
|
|
|
support.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
symbol_def.h
|