]> git.lyx.org Git - lyx.git/blob - src/mathed/Makefile.am
mathed59.diff
[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${top_srcdir}/images -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
9
10 libmathed_la_SOURCES = \
11         array.C \
12         array.h \
13         formula.C \
14         formula.h \
15         formulamacro.C \
16         formulamacro.h \
17         macro_support.C \
18         macro_support.h \
19         math_sqrtinset.C \
20         math_sqrtinset.h \
21         math_accentinset.C \
22         math_accentinset.h \
23         math_bigopinset.C \
24         math_bigopinset.h \
25         math_cursor.C \
26         math_cursor.h \
27         math_decorationinset.C \
28         math_decorationinset.h \
29         math_defs.h \
30         math_deliminset.C \
31         math_deliminset.h \
32         math_dotsinset.C \
33         math_dotsinset.h \
34         math_forms.C \
35         math_forms.h \
36         math_fracinset.C \
37         math_fracinset.h \
38         math_funcinset.C \
39         math_funcinset.h \
40         math_hash.C \
41         math_inset.C \
42         math_inset.h \
43         math_iter.C \
44         math_iter.h \
45         math_macro.C \
46         math_macro.h \
47         math_macroarg.C \
48         math_macroarg.h \
49         math_macrotemplate.C \
50         math_macrotemplate.h \
51         math_macrotable.C \
52         math_macrotable.h \
53         math_matrixinset.C \
54         math_matrixinset.h \
55         math_panel.C \
56         math_panel.h \
57         math_parinset.C \
58         math_parinset.h \
59         math_parser.C \
60         math_parser.h \
61         math_root.C \
62         math_root.h \
63         math_rowst.C \
64         math_rowst.h \
65         math_spaceinset.C \
66         math_spaceinset.h \
67         math_symbols.C \
68         math_utils.C \
69         math_utils.h \
70         math_xiter.C \
71         math_xiter.h \
72         matriz.C \
73         matriz.h \
74         support.C \
75         support.h \
76         symbol_def.h