]> git.lyx.org Git - features.git/blob - src/mathed/Makefile.am
small patch from Dekel, begin introducing the real boost framework, get rid of the...
[features.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 = array.h \
11         formula.C \
12         formula.h \
13         formulamacro.C \
14         formulamacro.h \
15         math_cursor.C \
16         math_cursor.h \
17         math_defs.h \
18         math_delim.C \
19         math_draw.C \
20         math_forms.C \
21         math_forms.h \
22         math_hash.C \
23         math_inset.C \
24         math_inset.h \
25         math_iter.C \
26         math_iter.h \
27         math_macro.C \
28         math_macro.h \
29         math_panel.C \
30         math_panel.h \
31         math_parser.C \
32         math_parser.h \
33         math_root.C \
34         math_root.h \
35         math_symbols.C \
36         math_utils.C \
37         math_write.C \
38         symbol_def.h