]> git.lyx.org Git - lyx.git/blob - src/mathed/Makefile.am
whichFont down to 5.3%
[lyx.git] / src / mathed / Makefile.am
1 AUTOMAKE_OPTIONS = foreign 1.4
2 DISTCLEANFILES= *.orig *.rej *~ *.bak core
3 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
4 noinst_LTLIBRARIES = libmathed.la
5 LIBS=
6 ETAGS_ARGS = --lang=c++
7 BOOST_INCLUDES = -I$(top_srcdir)/boost
8 INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
9
10 libmathed_la_SOURCES = \
11         formulabase.C \
12         formulabase.h \
13         formula.C \
14         formula.h \
15         formulamacro.C \
16         formulamacro.h \
17         math_amsarrayinset.C \
18         math_amsarrayinset.h \
19         math_arrayinset.C \
20         math_arrayinset.h \
21         math_atom.C \
22         math_atom.h \
23         math_biginset.C \
24         math_biginset.h \
25         math_binominset.C \
26         math_binominset.h \
27         math_braceinset.C \
28         math_braceinset.h \
29         math_boxinset.C \
30         math_boxinset.h \
31         math_binaryopinset.C \
32         math_binaryopinset.h \
33         math_casesinset.C \
34         math_casesinset.h \
35         math_charinset.C \
36         math_charinset.h \
37         math_cursor.C \
38         math_cursor.h \
39         math_data.C \
40         math_data.h \
41         math_decorationinset.C \
42         math_decorationinset.h \
43         math_defs.h \
44         math_deliminset.C \
45         math_deliminset.h \
46         math_diffinset.C \
47         math_diffinset.h \
48         math_diminset.C \
49         math_diminset.h \
50         math_dotsinset.C \
51         math_dotsinset.h \
52         math_extern.C \
53         math_extern.h \
54         math_exfuncinset.C \
55         math_exfuncinset.h \
56         math_exintinset.C \
57         math_exintinset.h \
58         math_factory.C \
59         math_factory.h \
60         math_fracinset.C \
61         math_fracinset.h \
62         math_fracbase.C \
63         math_fracbase.h \
64         math_funcinset.C \
65         math_funcinset.h \
66         math_funcliminset.C \
67         math_funcliminset.h \
68         math_gridinset.C \
69         math_gridinset.h \
70         math_hash.C \
71         math_hullinset.C \
72         math_hullinset.h \
73         math_inset.C \
74         math_inset.h \
75         math_iterator.C \
76         math_iterator.h \
77         math_kerninset.C \
78         math_kerninset.h \
79         math_lefteqninset.C \
80         math_lefteqninset.h \
81         math_limitopinset.C \
82         math_limitopinset.h \
83         math_macro.C \
84         math_macro.h \
85         math_macroarg.C \
86         math_macroarg.h \
87         math_macrotemplate.C \
88         math_macrotemplate.h \
89         math_macrotable.C \
90         math_macrotable.h \
91         math_mathmlstream.C \
92         math_mathmlstream.h \
93         math_matrixinset.C \
94         math_matrixinset.h \
95         math_metricsinfo.h \
96         math_metricsinfo.C \
97         math_nestinset.C \
98         math_nestinset.h \
99         math_notinset.C \
100         math_notinset.h \
101         math_parser.C \
102         math_parser.h \
103         math_pos.C \
104         math_pos.h \
105         math_replace.h \
106         math_rootinset.C \
107         math_rootinset.h \
108         math_scriptinset.C \
109         math_scriptinset.h \
110         math_sizeinset.C \
111         math_sizeinset.h \
112         math_spaceinset.C \
113         math_spaceinset.h \
114         math_specialcharinset.C \
115         math_specialcharinset.h \
116         math_splitinset.C \
117         math_splitinset.h \
118         math_sqrtinset.C \
119         math_sqrtinset.h \
120         math_stackrelinset.C \
121         math_stackrelinset.h \
122         math_streamstr.C \
123         math_streamstr.h \
124         math_stringinset.C \
125         math_stringinset.h \
126         math_substackinset.C \
127         math_substackinset.h \
128         math_support.C \
129         math_support.h \
130         math_symbolinset.C \
131         math_symbolinset.h \
132         math_unknowninset.C \
133         math_unknowninset.h \
134         math_undersetinset.C \
135         math_undersetinset.h \
136         math_xarrowinset.C \
137         math_xarrowinset.h \
138         math_xdata.C \
139         math_xdata.h \
140         math_xyarrowinset.C \
141         math_xyarrowinset.h \
142         math_xymatrixinset.C \
143         math_xymatrixinset.h