]> git.lyx.org Git - lyx.git/blob - src/mathed/Makefile.am
Account for kerning when positioning scripts in the MathFontOld and
[lyx.git] / src / mathed / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = pch.h InsetFormulaMacro.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         InsetMathAMSArray.C \
13         InsetMathAMSArray.h \
14         InsetMathArray.C \
15         InsetMathArray.h \
16         InsetMathBig.C \
17         InsetMathBig.h \
18         InsetMathBinom.C \
19         InsetMathBinom.h \
20         InsetMathBoldSymbol.C \
21         InsetMathBoldSymbol.h \
22         InsetMathBox.C \
23         InsetMathBoxed.C \
24         InsetMathBoxed.h \
25         InsetMathBox.h \
26         InsetMathBrace.C \
27         InsetMathBrace.h \
28         InsetMath.C \
29         InsetMathCases.C \
30         InsetMathCases.h \
31         InsetMathChar.C \
32         InsetMathChar.h \
33         InsetMathColor.C \
34         InsetMathColor.h \
35         InsetMathCommand.C \
36         InsetMathCommand.h \
37         InsetMathComment.C \
38         InsetMathComment.h \
39         InsetMathDecoration.C \
40         InsetMathDecoration.h \
41         InsetMathDelim.C \
42         InsetMathDelim.h \
43         InsetMathDFrac.C \
44         InsetMathDFrac.h \
45         InsetMathDiff.C \
46         InsetMathDiff.h \
47         InsetMathDim.C \
48         InsetMathDim.h \
49         InsetMathDots.C \
50         InsetMathDots.h \
51         InsetMathEnv.C \
52         InsetMathEnv.h \
53         InsetMathExFunc.C \
54         InsetMathExFunc.h \
55         InsetMathExInt.C \
56         InsetMathExInt.h \
57         InsetMathFBox.C \
58         InsetMathFBox.h \
59         InsetMathFont.C \
60         InsetMathFont.h \
61         InsetMathFontOld.C \
62         InsetMathFontOld.h \
63         InsetMathFracBase.C \
64         InsetMathFracBase.h \
65         InsetMathFrac.C \
66         InsetMathFrac.h \
67         InsetMathFrameBox.C \
68         InsetMathFrameBox.h \
69         InsetMathGrid.C \
70         InsetMathGrid.h \
71         InsetMath.h \
72         InsetMathHull.C \
73         InsetMathHull.h \
74         InsetMathKern.C \
75         InsetMathKern.h \
76         InsetMathLefteqn.C \
77         InsetMathLefteqn.h \
78         InsetMathLim.C \
79         InsetMathLim.h \
80         InsetMathMacro.C \
81         InsetMathMacro.h \
82         InsetMathMakebox.C \
83         InsetMathMakebox.h \
84         InsetMathMatrix.C \
85         InsetMathMatrix.h \
86         InsetMathNest.C \
87         InsetMathNest.h \
88         InsetMathNumber.C \
89         InsetMathNumber.h \
90         InsetMathOverset.C \
91         InsetMathOverset.h \
92         InsetMathPar.C \
93         InsetMathPar.h \
94         InsetMathPhantom.C \
95         InsetMathPhantom.h \
96         InsetMathRef.C \
97         InsetMathRef.h \
98         InsetMathRoot.C \
99         InsetMathRoot.h \
100         InsetMathScript.C \
101         InsetMathScript.h \
102         InsetMathSize.C \
103         InsetMathSize.h \
104         InsetMathSpace.C \
105         InsetMathSpace.h \
106         InsetMathSplit.C \
107         InsetMathSplit.h \
108         InsetMathSqrt.C \
109         InsetMathSqrt.h \
110         InsetMathStackrel.C \
111         InsetMathStackrel.h \
112         InsetMathString.C \
113         InsetMathString.h \
114         InsetMathSubstack.C \
115         InsetMathSubstack.h \
116         InsetMathSymbol.C \
117         InsetMathSymbol.h \
118         InsetMathTabular.C \
119         InsetMathTabular.h \
120         InsetMathTFrac.C \
121         InsetMathTFrac.h \
122         InsetMathUnderset.C \
123         InsetMathUnderset.h \
124         InsetMathUnknown.C \
125         InsetMathUnknown.h \
126         InsetMathXArrow.C \
127         InsetMathXArrow.h \
128         InsetMathXYMatrix.C \
129         InsetMathXYMatrix.h \
130         MathAtom.C \
131         MathAtom.h \
132         MathAutoCorrect.C \
133         MathAutoCorrect.h \
134         MathData.C \
135         MathData.h \
136         MathExtern.C \
137         MathExtern.h \
138         MathFactory.C \
139         MathFactory.h \
140         MathGridInfo.h \
141         MathMacroArgument.C \
142         MathMacroArgument.h \
143         MathMacroTable.C \
144         MathMacroTable.h \
145         MathMacroTemplate.C \
146         MathMacroTemplate.h \
147         MathParser.C \
148         MathParser.h \
149         MathReplace.h \
150         MathStream.C \
151         MathStream.h \
152         MathSupport.C \
153         MathSupport.h \
154         TextPainter.C \
155         TextPainter.h 
156 #       InsetMathMBox.C
157 #       InsetMathMBox.h
158