]> git.lyx.org Git - lyx.git/blob - src/mathed/Makefile.am
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / mathed / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 MAINTAINERCLEANFILES = Makefile.in
3 noinst_PROGRAMS = mathed.o
4 LIBS=
5 LDFLAGS=
6 ETAGS_ARGS = --c++
7 INCLUDES = -I${top_srcdir}/images -I${srcdir}/../ 
8 CXXLINK = $(LD) -r -o $(noinst_PROGRAMS)
9
10 mathed_o_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