]> git.lyx.org Git - lyx.git/blob - src/mathed/Makefile.am
* Inset and derivatives: insetName() -> name()
[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         CommandInset.cpp \
36         CommandInset.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         InsetMathDots.cpp \
48         InsetMathDots.h \
49         InsetMathEnv.cpp \
50         InsetMathEnv.h \
51         InsetMathExFunc.cpp \
52         InsetMathExFunc.h \
53         InsetMathExInt.cpp \
54         InsetMathExInt.h \
55         InsetMathFBox.cpp \
56         InsetMathFBox.h \
57         InsetMathFont.cpp \
58         InsetMathFont.h \
59         InsetMathFontOld.cpp \
60         InsetMathFontOld.h \
61         InsetMathFracBase.cpp \
62         InsetMathFracBase.h \
63         InsetMathFrac.cpp \
64         InsetMathFrac.h \
65         InsetMathFrameBox.cpp \
66         InsetMathFrameBox.h \
67         InsetMathGrid.cpp \
68         InsetMathGrid.h \
69         InsetMath.h \
70         InsetMathHull.cpp \
71         InsetMathHull.h \
72         InsetMathKern.cpp \
73         InsetMathKern.h \
74         InsetMathLefteqn.cpp \
75         InsetMathLefteqn.h \
76         InsetMathLim.cpp \
77         InsetMathLim.h \
78         MathMacro.cpp \
79         MathMacro.h \
80         InsetMathMakebox.cpp \
81         InsetMathMakebox.h \
82         InsetMathMatrix.cpp \
83         InsetMathMatrix.h \
84         InsetMathNest.cpp \
85         InsetMathNest.h \
86         InsetMathNumber.cpp \
87         InsetMathNumber.h \
88         InsetMathOverset.cpp \
89         InsetMathOverset.h \
90         InsetMathPar.cpp \
91         InsetMathPar.h \
92         InsetMathPhantom.cpp \
93         InsetMathPhantom.h \
94         InsetMathRef.cpp \
95         InsetMathRef.h \
96         InsetMathRoot.cpp \
97         InsetMathRoot.h \
98         InsetMathScript.cpp \
99         InsetMathScript.h \
100         InsetMathSize.cpp \
101         InsetMathSize.h \
102         InsetMathSpace.cpp \
103         InsetMathSpace.h \
104         InsetMathSplit.cpp \
105         InsetMathSplit.h \
106         InsetMathSqrt.cpp \
107         InsetMathSqrt.h \
108         InsetMathStackrel.cpp \
109         InsetMathStackrel.h \
110         InsetMathString.cpp \
111         InsetMathString.h \
112         InsetMathSubstack.cpp \
113         InsetMathSubstack.h \
114         InsetMathSymbol.cpp \
115         InsetMathSymbol.h \
116         InsetMathTabular.cpp \
117         InsetMathTabular.h \
118         InsetMathTFrac.cpp \
119         InsetMathTFrac.h \
120         InsetMathUnderset.cpp \
121         InsetMathUnderset.h \
122         InsetMathUnknown.cpp \
123         InsetMathUnknown.h \
124         InsetMathXArrow.cpp \
125         InsetMathXArrow.h \
126         InsetMathXYMatrix.cpp \
127         InsetMathXYMatrix.h \
128         MathAtom.cpp \
129         MathAtom.h \
130         MathAutoCorrect.cpp \
131         MathAutoCorrect.h \
132         MathData.cpp \
133         MathData.h \
134         MathExtern.cpp \
135         MathExtern.h \
136         MathFactory.cpp \
137         MathFactory.h \
138         MathGridInfo.h \
139         MathMacroArgument.cpp \
140         MathMacroArgument.h \
141         MacroTable.cpp \
142         MacroTable.h \
143         MathMacroTemplate.cpp \
144         MathMacroTemplate.h \
145         MathParser.cpp \
146         MathParser.h \
147         ReplaceData.h \
148         MathStream.cpp \
149         MathStream.h \
150         MathSupport.cpp \
151         MathSupport.h \
152         TextPainter.cpp \
153         TextPainter.h 
154 #       InsetMathMBox.cpp
155 #       InsetMathMBox.h
156