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