]> git.lyx.org Git - lyx.git/blob - src/mathed/Makefile.am
introduce namespace lyx::support
[lyx.git] / src / mathed / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libmathed.la
4
5 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
6
7 libmathed_la_SOURCES = \
8         textpainter.C \
9         textpainter.h \
10         formulabase.C \
11         formulabase.h \
12         formula.C \
13         formula.h \
14         formulamacro.C \
15         formulamacro.h \
16         math_amsarrayinset.C \
17         math_amsarrayinset.h \
18         math_arrayinset.C \
19         math_arrayinset.h \
20         math_atom.C \
21         math_atom.h \
22         math_autocorrect.C \
23         math_autocorrect.h \
24         math_biginset.C \
25         math_biginset.h \
26         math_binominset.C \
27         math_binominset.h \
28         math_boxinset.C \
29         math_boxinset.h \
30         math_braceinset.C \
31         math_braceinset.h \
32         math_casesinset.C \
33         math_casesinset.h \
34         math_charinset.C \
35         math_charinset.h \
36         math_commentinset.C \
37         math_commentinset.h \
38         math_cursor.C \
39         math_cursor.h \
40         math_data.C \
41         math_data.h \
42         math_decorationinset.C \
43         math_decorationinset.h \
44         math_deliminset.C \
45         math_deliminset.h \
46         math_diffinset.C \
47         math_diffinset.h \
48         math_diminset.C \
49         math_diminset.h \
50         math_dotsinset.C \
51         math_dotsinset.h \
52         math_envinset.C \
53         math_envinset.h \
54         math_ertinset.C \
55         math_ertinset.h \
56         math_extern.C \
57         math_extern.h \
58         math_exfuncinset.C \
59         math_exfuncinset.h \
60         math_exintinset.C \
61         math_exintinset.h \
62         math_factory.C \
63         math_factory.h \
64         math_fboxinset.C \
65         math_fboxinset.h \
66         math_frameboxinset.C \
67         math_frameboxinset.h \
68         math_fontinset.C \
69         math_fontinset.h \
70         math_fontoldinset.C \
71         math_fontoldinset.h \
72         math_fracinset.C \
73         math_fracinset.h \
74         math_fracbase.C \
75         math_fracbase.h \
76         math_gridinfo.h \
77         math_gridinset.C \
78         math_gridinset.h \
79         math_hullinset.C \
80         math_hullinset.h \
81         math_inferinset.C \
82         math_inferinset.h \
83         math_inset.C \
84         math_inset.h \
85         math_iterator.C \
86         math_iterator.h \
87         math_kerninset.C \
88         math_kerninset.h \
89         math_lefteqninset.C \
90         math_lefteqninset.h \
91         math_liminset.C \
92         math_liminset.h \
93         math_macro.C \
94         math_macro.h \
95         math_macroarg.C \
96         math_macroarg.h \
97         math_macrotemplate.C \
98         math_macrotemplate.h \
99         math_macrotable.C \
100         math_macrotable.h \
101         math_makeboxinset.C \
102         math_makeboxinset.h \
103         math_mathmlstream.C \
104         math_mathmlstream.h \
105         math_matrixinset.C \
106         math_matrixinset.h \
107         math_nestinset.C \
108         math_nestinset.h \
109         math_numberinset.C \
110         math_numberinset.h \
111         math_parboxinset.C \
112         math_parboxinset.h \
113         math_parinset.C \
114         math_parinset.h \
115         math_parser.C \
116         math_parser.h \
117         math_pos.C \
118         math_pos.h \
119         math_replace.h \
120         math_rootinset.C \
121         math_rootinset.h \
122         math_scriptinset.C \
123         math_scriptinset.h \
124         math_sizeinset.C \
125         math_sizeinset.h \
126         math_spaceinset.C \
127         math_spaceinset.h \
128         math_splitinset.C \
129         math_splitinset.h \
130         math_sqrtinset.C \
131         math_sqrtinset.h \
132         math_stackrelinset.C \
133         math_stackrelinset.h \
134         math_streamstr.C \
135         math_streamstr.h \
136         math_stringinset.C \
137         math_stringinset.h \
138         math_substackinset.C \
139         math_substackinset.h \
140         math_support.C \
141         math_support.h \
142         math_symbolinset.C \
143         math_symbolinset.h \
144         math_tabularinset.C \
145         math_tabularinset.h \
146         math_textinset.C \
147         math_textinset.h \
148         math_unknowninset.C \
149         math_unknowninset.h \
150         math_undersetinset.C \
151         math_undersetinset.h \
152         math_xarrowinset.C \
153         math_xarrowinset.h \
154         command_inset.h \
155         command_inset.C \
156         ref_inset.h \
157         ref_inset.C