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