]> git.lyx.org Git - lyx.git/blob - src/mathed/Makefile.am
fc8b15998579bf74072f74308f057baaca1ec9d1
[lyx.git] / src / mathed / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libmathed.la
4
5 INCLUDES = -I$(srcdir)/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
6
7 libmathed_la_SOURCES = \
8         preview.h \
9         preview.C \
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_cursor.C \
39         math_cursor.h \
40         math_data.C \
41         math_data.h \
42         math_decorationinset.C \
43         math_decorationinset.h \
44         math_defs.h \
45         math_deliminset.C \
46         math_deliminset.h \
47         math_diffinset.C \
48         math_diffinset.h \
49         math_diminset.C \
50         math_diminset.h \
51         math_dotsinset.C \
52         math_dotsinset.h \
53         math_extern.C \
54         math_extern.h \
55         math_exfuncinset.C \
56         math_exfuncinset.h \
57         math_exintinset.C \
58         math_exintinset.h \
59         math_factory.C \
60         math_factory.h \
61         math_fboxinset.C \
62         math_fboxinset.h \
63         math_fontinset.C \
64         math_fontinset.h \
65         math_fracinset.C \
66         math_fracinset.h \
67         math_fracbase.C \
68         math_fracbase.h \
69         math_gridinset.C \
70         math_gridinset.h \
71         math_hullinset.C \
72         math_hullinset.h \
73         math_inset.C \
74         math_inset.h \
75         math_iterator.C \
76         math_iterator.h \
77         math_kerninset.C \
78         math_kerninset.h \
79         math_lefteqninset.C \
80         math_lefteqninset.h \
81         math_limitopinset.C \
82         math_limitopinset.h \
83         math_macro.C \
84         math_macro.h \
85         math_macroarg.C \
86         math_macroarg.h \
87         math_macrotemplate.C \
88         math_macrotemplate.h \
89         math_macrotable.C \
90         math_macrotable.h \
91         math_mathmlstream.C \
92         math_mathmlstream.h \
93         math_matrixinset.C \
94         math_matrixinset.h \
95         math_metricsinfo.C \
96         math_metricsinfo.h \
97         math_nestinset.C \
98         math_nestinset.h \
99         math_notinset.C \
100         math_notinset.h \
101         math_numberinset.C \
102         math_numberinset.h \
103         math_parser.C \
104         math_parser.h \
105         math_pos.C \
106         math_pos.h \
107         math_replace.h \
108         math_rootinset.C \
109         math_rootinset.h \
110         math_scriptinset.C \
111         math_scriptinset.h \
112         math_sizeinset.C \
113         math_sizeinset.h \
114         math_spaceinset.C \
115         math_spaceinset.h \
116         math_splitinset.C \
117         math_splitinset.h \
118         math_sqrtinset.C \
119         math_sqrtinset.h \
120         math_stackrelinset.C \
121         math_stackrelinset.h \
122         math_streamstr.C \
123         math_streamstr.h \
124         math_stringinset.C \
125         math_stringinset.h \
126         math_substackinset.C \
127         math_substackinset.h \
128         math_support.C \
129         math_support.h \
130         math_symbolinset.C \
131         math_symbolinset.h \
132         math_unknowninset.C \
133         math_unknowninset.h \
134         math_undersetinset.C \
135         math_undersetinset.h \
136         math_xarrowinset.C \
137         math_xarrowinset.h \
138         math_xdata.C \
139         math_xdata.h \
140         math_xyarrowinset.C \
141         math_xyarrowinset.h \
142         math_xymatrixinset.C \
143         math_xymatrixinset.h \
144         button_inset.C \
145         button_inset.h \
146         command_inset.h \
147         command_inset.C \
148         ref_inset.h \
149         ref_inset.C