]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / Makefile.am
index e623732aa447052a8522cdabab9bcdc9186685af..aa96a4e0d3d6a639663fe9d930e6e448f533ec09 100644 (file)
@@ -1,23 +1,42 @@
-AUTOMAKE_OPTIONS = foreign
-MAINTAINERCLEANFILES = Makefile.in
-noinst_PROGRAMS = mathed.o
+AUTOMAKE_OPTIONS = foreign 1.4
+DISTCLEANFILES= *.orig *.rej *~ *.bak core
+MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+noinst_LTLIBRARIES = libmathed.la
 LIBS=
-ETAGS_ARGS = --c++
-INCLUDES = -I${top_srcdir}/images -I${srcdir}/../ 
-CXXLINK = $(LD) $(LDFLAGS) -r -o $(noinst_PROGRAMS)
+ETAGS_ARGS = --lang=c++
+BOOST_INCLUDES = -I$(top_srcdir)/boost
+INCLUDES = -I${top_srcdir}/images -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
 
-mathed_o_SOURCES = array.h \
+libmathed_la_SOURCES = \
+       array.C \
+       array.h \
        formula.C \
        formula.h \
        formulamacro.C \
        formulamacro.h \
+       macro_support.C \
+       macro_support.h \
+       math_sqrtinset.C \
+       math_sqrtinset.h \
+       math_accentinset.C \
+       math_accentinset.h \
+       math_bigopinset.C \
+       math_bibopinset.h \
        math_cursor.C \
        math_cursor.h \
+       math_decorationinset.C \
+       math_decorationinset.h \
        math_defs.h \
-       math_delim.C \
-       math_draw.C \
+       math_deliminset.C \
+       math_deliminset.h \
+       math_dotsinset.C \
+       math_dotsinset.h \
        math_forms.C \
        math_forms.h \
+       math_fracinset.C \
+       math_fracinset.h \
+       math_funcinset.C \
+       math_funcinset.h \
        math_hash.C \
        math_inset.C \
        math_inset.h \
@@ -25,13 +44,32 @@ mathed_o_SOURCES = array.h \
        math_iter.h \
        math_macro.C \
        math_macro.h \
+       math_macroarg.C \
+       math_macroarg.h \
+       math_macrotemplate.C \
+       math_macrotemplate.h \
+       math_macrotable.C \
+       math_macrotable.h \
+       math_matrixinset.C \
+       math_matrixinset.h \
        math_panel.C \
        math_panel.h \
+       math_parinset.C \
+       math_parinset.h \
        math_parser.C \
        math_parser.h \
        math_root.C \
        math_root.h \
+       math_rowst.h \
+       math_spaceinset.C \
+       math_spaceinset.h \
        math_symbols.C \
        math_utils.C \
-       math_write.C \
+       math_utils.h \
+       math_xiter.C \
+       math_xiter.h \
+       matriz.C \
+       matriz.h \
+       support.C \
+       support.h \
        symbol_def.h