]> git.lyx.org Git - features.git/blob - src/mathed/Makefile.am
split super/subscript handling in new base class MathUpDownInset and
[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 BOOST_INCLUDES = -I$(top_srcdir)/boost
8 INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
9
10 libmathed_la_SOURCES = \
11         array.C \
12         array.h \
13         xarray.C \
14         xarray.h \
15         formulabase.C \
16         formulabase.h \
17         formula.C \
18         formula.h \
19         formulamacro.C \
20         formulamacro.h \
21         macro_support.C \
22         macro_support.h \
23         math_arrayinset.C \
24         math_arrayinset.h \
25         math_accentinset.C \
26         math_accentinset.h \
27         math_bigopinset.C \
28         math_bigopinset.h \
29         math_cursor.C \
30         math_cursor.h \
31         math_decorationinset.C \
32         math_decorationinset.h \
33         math_defs.h \
34         math_deliminset.C \
35         math_deliminset.h \
36         math_dotsinset.C \
37         math_dotsinset.h \
38         math_fracinset.C \
39         math_fracinset.h \
40         math_funcinset.C \
41         math_funcinset.h \
42         math_grid.C \
43         math_grid.h \
44         math_hash.C \
45         math_inset.C \
46         math_inset.h \
47         math_macro.C \
48         math_macro.h \
49         math_macroarg.C \
50         math_macroarg.h \
51         math_macrotemplate.C \
52         math_macrotemplate.h \
53         math_macrotable.C \
54         math_macrotable.h \
55         math_matrixinset.C \
56         math_matrixinset.h \
57         math_parser.C \
58         math_parser.h \
59         math_root.C \
60         math_root.h \
61         math_scriptinset.C \
62         math_scriptinset.h \
63         math_sizeinset.C \
64         math_sizeinset.h \
65         math_spaceinset.C \
66         math_spaceinset.h \
67         math_sqrtinset.C \
68         math_sqrtinset.h \
69         math_updowninset.C \
70         math_updowninset.h \
71         math_utils.C \
72         math_utils.h \
73         matriz.C \
74         matriz.h \
75         support.C \
76         support.h \
77         symbol_def.h