]> git.lyx.org Git - lyx.git/blob - src/mathed/Makefile.am
use stream-like syntax for LaTeX output
[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         array.C \
12         array.h \
13         xarray.C \
14         xarray.h \
15         formulabase.C \
16         formulabase.h \
17         formula.C \
18         formula.h \
19         formulamacro.C \
20         formulamacro.h \
21         math_arrayinset.C \
22         math_arrayinset.h \
23         math_atom.C \
24         math_atom.h \
25         math_binominset.C \
26         math_binominset.h \
27         math_boxinset.C \
28         math_boxinset.h \
29         math_charinset.C \
30         math_charinset.h \
31         math_cursor.C \
32         math_cursor.h \
33         math_decorationinset.C \
34         math_decorationinset.h \
35         math_defs.h \
36         math_deliminset.C \
37         math_deliminset.h \
38         math_diminset.C \
39         math_diminset.h \
40         math_dotsinset.C \
41         math_dotsinset.h \
42         math_factory.C \
43         math_factory.h \
44         math_fracinset.C \
45         math_fracinset.h \
46         math_fracbase.C \
47         math_fracbase.h \
48         math_funcinset.C \
49         math_funcinset.h \
50         math_funcliminset.C \
51         math_funcliminset.h \
52         math_gridinset.C \
53         math_gridinset.h \
54         math_hash.C \
55         math_inset.C \
56         math_inset.h \
57         math_kerninset.C \
58         math_kerninset.h \
59         math_lefteqninset.C \
60         math_lefteqninset.h \
61         math_macro.C \
62         math_macro.h \
63         math_macroarg.C \
64         math_macroarg.h \
65         math_macrotemplate.C \
66         math_macrotemplate.h \
67         math_macrotable.C \
68         math_macrotable.h \
69         math_matrixinset.C \
70         math_matrixinset.h \
71         math_nestinset.C \
72         math_nestinset.h \
73         math_notinset.C \
74         math_notinset.h \
75         math_parser.C \
76         math_parser.h \
77         math_rootinset.C \
78         math_rootinset.h \
79         math_scriptinset.C \
80         math_scriptinset.h \
81         math_sizeinset.C \
82         math_sizeinset.h \
83         math_spaceinset.C \
84         math_spaceinset.h \
85         math_specialcharinset.C \
86         math_specialcharinset.h \
87         math_splitinset.C \
88         math_splitinset.h \
89         math_sqrtinset.C \
90         math_sqrtinset.h \
91         math_stackrelinset.C \
92         math_stackrelinset.h \
93         math_symbolinset.C \
94         math_symbolinset.h \
95         support.C \
96         support.h