1999-11-22 16:19:48 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
1999-09-27 18:44:28 +00:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
2000-01-11 17:44:32 +00:00
|
|
|
noinst_LTLIBRARIES = libmathed.la
|
1999-09-27 18:44:28 +00:00
|
|
|
LIBS=
|
|
|
|
ETAGS_ARGS = --c++
|
1999-10-14 15:55:06 +00:00
|
|
|
INCLUDES = -I${top_srcdir}/images -I${srcdir}/../
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-01-11 17:44:32 +00:00
|
|
|
libmathed_la_SOURCES = array.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
formula.C \
|
|
|
|
formula.h \
|
|
|
|
formulamacro.C \
|
|
|
|
formulamacro.h \
|
|
|
|
math_cursor.C \
|
|
|
|
math_cursor.h \
|
|
|
|
math_defs.h \
|
|
|
|
math_delim.C \
|
|
|
|
math_draw.C \
|
|
|
|
math_forms.C \
|
|
|
|
math_forms.h \
|
|
|
|
math_hash.C \
|
|
|
|
math_inset.C \
|
|
|
|
math_inset.h \
|
|
|
|
math_iter.C \
|
|
|
|
math_iter.h \
|
|
|
|
math_macro.C \
|
|
|
|
math_macro.h \
|
|
|
|
math_panel.C \
|
|
|
|
math_panel.h \
|
|
|
|
math_parser.C \
|
|
|
|
math_parser.h \
|
|
|
|
math_root.C \
|
|
|
|
math_root.h \
|
|
|
|
math_symbols.C \
|
|
|
|
math_utils.C \
|
|
|
|
math_write.C \
|
|
|
|
symbol_def.h
|