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