]> git.lyx.org Git - lyx.git/blob - src/mathed/Makefile.am
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = pch.h formulamacro.C
4
5 BUILT_SOURCES = $(PCH_FILE)
6
7 noinst_LTLIBRARIES = libmathed.la
8
9 AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
10
11 libmathed_la_SOURCES = \
12         textpainter.C \
13         textpainter.h \
14         math_amsarrayinset.C \
15         math_amsarrayinset.h \
16         math_arrayinset.C \
17         math_arrayinset.h \
18         math_atom.C \
19         math_atom.h \
20         math_autocorrect.C \
21         math_autocorrect.h \
22         math_biginset.C \
23         math_biginset.h \
24         math_binominset.C \
25         math_binominset.h \
26         math_boldsymbolinset.C \
27         math_boldsymbolinset.h \
28         math_boxinset.C \
29         math_boxinset.h \
30         math_boxedinset.C \
31         math_boxedinset.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_colorinset.C \
39         math_colorinset.h \
40         math_commentinset.C \
41         math_commentinset.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_dfracinset.C \
49         math_dfracinset.h \
50         math_diffinset.C \
51         math_diffinset.h \
52         math_diminset.C \
53         math_diminset.h \
54         math_dotsinset.C \
55         math_dotsinset.h \
56         math_envinset.C \
57         math_envinset.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_gridinfo.h \
79         math_gridinset.C \
80         math_gridinset.h \
81         math_hullinset.C \
82         math_hullinset.h \
83         math_inset.C \
84         math_inset.h \
85         math_kerninset.C \
86         math_kerninset.h \
87         math_lefteqninset.C \
88         math_lefteqninset.h \
89         math_liminset.C \
90         math_liminset.h \
91         math_macro.C \
92         math_macro.h \
93         math_macroarg.C \
94         math_macroarg.h \
95         math_macrotemplate.C \
96         math_macrotemplate.h \
97         math_macrotable.C \
98         math_macrotable.h \
99         math_makeboxinset.C \
100         math_makeboxinset.h \
101         math_mathmlstream.C \
102         math_mathmlstream.h \
103         math_matrixinset.C \
104         math_matrixinset.h \
105         math_nestinset.C \
106         math_nestinset.h \
107         math_numberinset.C \
108         math_numberinset.h \
109         math_oversetinset.C \
110         math_oversetinset.h \
111         math_parinset.C \
112         math_parinset.h \
113         math_parser.C \
114         math_parser.h \
115         math_replace.h \
116         math_rootinset.C \
117         math_rootinset.h \
118         math_scriptinset.C \
119         math_scriptinset.h \
120         math_sizeinset.C \
121         math_sizeinset.h \
122         math_spaceinset.C \
123         math_spaceinset.h \
124         math_splitinset.C \
125         math_splitinset.h \
126         math_sqrtinset.C \
127         math_sqrtinset.h \
128         math_stackrelinset.C \
129         math_stackrelinset.h \
130         math_streamstr.C \
131         math_streamstr.h \
132         math_stringinset.C \
133         math_stringinset.h \
134         math_substackinset.C \
135         math_substackinset.h \
136         math_support.C \
137         math_support.h \
138         math_symbolinset.C \
139         math_symbolinset.h \
140         math_tabularinset.C \
141         math_tabularinset.h \
142         math_tfracinset.C \
143         math_tfracinset.h \
144         math_unknowninset.C \
145         math_unknowninset.h \
146         math_undersetinset.C \
147         math_undersetinset.h \
148         math_xarrowinset.C \
149         math_xarrowinset.h \
150         math_xymatrixinset.C \
151         math_xymatrixinset.h \
152         command_inset.h \
153         command_inset.C \
154         ref_inset.h \
155         ref_inset.C
156 #       math_mboxinset.C
157 #       math_mboxinset.h
158