]> git.lyx.org Git - features.git/blob - src/mathed/Makefile.am
change Timeout to use signals some changes because of this
[features.git] / src / mathed / Makefile.am
1 AUTOMAKE_OPTIONS = foreign 1.4
2 DISTCLEANFILES= *.orig *.rej *~ *.bak core
3 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
4 noinst_LTLIBRARIES = libmathed.la
5 LIBS=
6 ETAGS_ARGS = --lang=c++
7 INCLUDES = -I${top_srcdir}/images -I${srcdir}/../ $(SIGC_CFLAGS)
8
9 libmathed_la_SOURCES = array.h \
10         formula.C \
11         formula.h \
12         formulamacro.C \
13         formulamacro.h \
14         math_cursor.C \
15         math_cursor.h \
16         math_defs.h \
17         math_delim.C \
18         math_draw.C \
19         math_forms.C \
20         math_forms.h \
21         math_hash.C \
22         math_inset.C \
23         math_inset.h \
24         math_iter.C \
25         math_iter.h \
26         math_macro.C \
27         math_macro.h \
28         math_panel.C \
29         math_panel.h \
30         math_parser.C \
31         math_parser.h \
32         math_root.C \
33         math_root.h \
34         math_symbols.C \
35         math_utils.C \
36         math_write.C \
37         symbol_def.h