]> git.lyx.org Git - lyx.git/blob - src/mathed/Makefile.am
31e82e731914d7d61e2c10e52ff8c026c2ffc261
[lyx.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         formulabase.C \
12         formulabase.h \
13         formula.C \
14         formula.h \
15         formulamacro.C \
16         formulamacro.h \
17         math_arrayinset.C \
18         math_arrayinset.h \
19         math_atom.C \
20         math_atom.h \
21         math_binominset.C \
22         math_binominset.h \
23         math_braceinset.C \
24         math_braceinset.h \
25         math_boxinset.C \
26         math_boxinset.h \
27         math_binaryopinset.C \
28         math_binaryopinset.h \
29         math_casesinset.C \
30         math_casesinset.h \
31         math_charinset.C \
32         math_charinset.h \
33         math_cursor.C \
34         math_cursor.h \
35         math_data.C \
36         math_data.h \
37         math_decorationinset.C \
38         math_decorationinset.h \
39         math_defs.h \
40         math_deliminset.C \
41         math_deliminset.h \
42         math_diffinset.C \
43         math_diffinset.h \
44         math_diminset.C \
45         math_diminset.h \
46         math_dotsinset.C \
47         math_dotsinset.h \
48         math_extern.C \
49         math_extern.h \
50         math_exfuncinset.C \
51         math_exfuncinset.h \
52         math_exintinset.C \
53         math_exintinset.h \
54         math_factory.C \
55         math_factory.h \
56         math_fracinset.C \
57         math_fracinset.h \
58         math_fracbase.C \
59         math_fracbase.h \
60         math_funcinset.C \
61         math_funcinset.h \
62         math_funcliminset.C \
63         math_funcliminset.h \
64         math_gridinset.C \
65         math_gridinset.h \
66         math_hash.C \
67         math_hullinset.C \
68         math_hullinset.h \
69         math_inset.C \
70         math_inset.h \
71         math_kerninset.C \
72         math_kerninset.h \
73         math_lefteqninset.C \
74         math_lefteqninset.h \
75         math_limitopinset.C \
76         math_limitopinset.h \
77         math_macro.C \
78         math_macro.h \
79         math_macroarg.C \
80         math_macroarg.h \
81         math_macrotemplate.C \
82         math_macrotemplate.h \
83         math_macrotable.C \
84         math_macrotable.h \
85         math_mathmlstream.C \
86         math_mathmlstream.h \
87         math_matrixinset.C \
88         math_matrixinset.h \
89         math_metricsinfo.h \
90         math_metricsinfo.C \
91         math_nestinset.C \
92         math_nestinset.h \
93         math_notinset.C \
94         math_notinset.h \
95         math_parser.C \
96         math_parser.h \
97         math_replace.h \
98         math_rootinset.C \
99         math_rootinset.h \
100         math_scriptinset.C \
101         math_scriptinset.h \
102         math_sizeinset.C \
103         math_sizeinset.h \
104         math_spaceinset.C \
105         math_spaceinset.h \
106         math_specialcharinset.C \
107         math_specialcharinset.h \
108         math_splitinset.C \
109         math_splitinset.h \
110         math_sqrtinset.C \
111         math_sqrtinset.h \
112         math_stackrelinset.C \
113         math_stackrelinset.h \
114         math_stringinset.C \
115         math_stringinset.h \
116         math_support.C \
117         math_support.h \
118         math_symbolinset.C \
119         math_symbolinset.h \
120         math_unknowninset.C \
121         math_unknowninset.h \
122         math_xdata.C \
123         math_xdata.h