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