]> git.lyx.org Git - lyx.git/blob - src/mathed/Makefile.am
fix broken ^ stuff; break delimiters...
[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
11
12 libmathed_la_SOURCES = \
13         array.C \
14         array.h \
15         xarray.C \
16         xarray.h \
17         formulabase.C \
18         formulabase.h \
19         formula.C \
20         formula.h \
21         formulamacro.C \
22         formulamacro.h \
23         math_arrayinset.C \
24         math_arrayinset.h \
25         math_bigopinset.C \
26         math_bigopinset.h \
27         math_charinset.C \
28         math_charinset.h \
29         math_cursor.C \
30         math_cursor.h \
31         math_decorationinset.C \
32         math_decorationinset.h \
33         math_defs.h \
34         math_deliminset.C \
35         math_deliminset.h \
36         math_diminset.C \
37         math_diminset.h \
38         math_dotsinset.C \
39         math_dotsinset.h \
40         math_fracinset.C \
41         math_fracinset.h \
42         math_fracbase.C \
43         math_fracbase.h \
44         math_funcinset.C \
45         math_funcinset.h \
46         math_funcliminset.C \
47         math_funcliminset.h \
48         math_gridinset.C \
49         math_gridinset.h \
50         math_hash.C \
51         math_inset.C \
52         math_inset.h \
53         math_macro.C \
54         math_macro.h \
55         math_macroarg.C \
56         math_macroarg.h \
57         math_macrotemplate.C \
58         math_macrotemplate.h \
59         math_macrotable.C \
60         math_macrotable.h \
61         math_matrixinset.C \
62         math_matrixinset.h \
63         math_nestinset.C \
64         math_nestinset.h \
65         math_noglyphinset.C \
66         math_noglyphinset.h \
67         math_parser.C \
68         math_parser.h \
69         math_rootinset.C \
70         math_rootinset.h \
71         math_scriptinset.C \
72         math_scriptinset.h \
73         math_sizeinset.C \
74         math_sizeinset.h \
75         math_spaceinset.C \
76         math_spaceinset.h \
77         math_sqrtinset.C \
78         math_sqrtinset.h \
79         math_stackrelinset.C \
80         math_stackrelinset.h \
81         math_symbolinset.C \
82         math_symbolinset.h \
83         support.C \
84         support.h \
85         symbol_def.h