]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
preview as preview can...
[lyx.git] / src / mathed / Makefile.am
index 31e82e731914d7d61e2c10e52ff8c026c2ffc261..43067976fe2d1760351bd5055d8e22308dfbaecd 100644 (file)
@@ -1,31 +1,34 @@
-AUTOMAKE_OPTIONS = foreign 1.4
-DISTCLEANFILES= *.orig *.rej *~ *.bak core
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+include $(top_srcdir)/config/common.am
+
 noinst_LTLIBRARIES = libmathed.la
-LIBS=
-ETAGS_ARGS = --lang=c++
-BOOST_INCLUDES = -I$(top_srcdir)/boost
-INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+
+INCLUDES = -I$(srcdir)/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
 
 libmathed_la_SOURCES = \
+       textpainter.C \
+       textpainter.h \
        formulabase.C \
        formulabase.h \
        formula.C \
        formula.h \
        formulamacro.C \
        formulamacro.h \
+       math_amsarrayinset.C \
+       math_amsarrayinset.h \
        math_arrayinset.C \
        math_arrayinset.h \
        math_atom.C \
        math_atom.h \
+       math_autocorrect.C \
+       math_autocorrect.h \
+       math_biginset.C \
+       math_biginset.h \
        math_binominset.C \
        math_binominset.h \
-       math_braceinset.C \
-       math_braceinset.h \
        math_boxinset.C \
        math_boxinset.h \
-       math_binaryopinset.C \
-       math_binaryopinset.h \
+       math_braceinset.C \
+       math_braceinset.h \
        math_casesinset.C \
        math_casesinset.h \
        math_charinset.C \
@@ -53,21 +56,22 @@ libmathed_la_SOURCES = \
        math_exintinset.h \
        math_factory.C \
        math_factory.h \
+       math_fboxinset.C \
+       math_fboxinset.h \
+       math_fontinset.C \
+       math_fontinset.h \
        math_fracinset.C \
        math_fracinset.h \
        math_fracbase.C \
        math_fracbase.h \
-       math_funcinset.C \
-       math_funcinset.h \
-       math_funcliminset.C \
-       math_funcliminset.h \
        math_gridinset.C \
        math_gridinset.h \
-       math_hash.C \
        math_hullinset.C \
        math_hullinset.h \
        math_inset.C \
        math_inset.h \
+       math_iterator.C \
+       math_iterator.h \
        math_kerninset.C \
        math_kerninset.h \
        math_lefteqninset.C \
@@ -86,14 +90,18 @@ libmathed_la_SOURCES = \
        math_mathmlstream.h \
        math_matrixinset.C \
        math_matrixinset.h \
-       math_metricsinfo.h \
        math_metricsinfo.C \
+       math_metricsinfo.h \
        math_nestinset.C \
        math_nestinset.h \
        math_notinset.C \
        math_notinset.h \
+       math_numberinset.C \
+       math_numberinset.h \
        math_parser.C \
        math_parser.h \
+       math_pos.C \
+       math_pos.h \
        math_replace.h \
        math_rootinset.C \
        math_rootinset.h \
@@ -103,21 +111,37 @@ libmathed_la_SOURCES = \
        math_sizeinset.h \
        math_spaceinset.C \
        math_spaceinset.h \
-       math_specialcharinset.C \
-       math_specialcharinset.h \
        math_splitinset.C \
        math_splitinset.h \
        math_sqrtinset.C \
        math_sqrtinset.h \
        math_stackrelinset.C \
        math_stackrelinset.h \
+       math_streamstr.C \
+       math_streamstr.h \
        math_stringinset.C \
        math_stringinset.h \
+       math_substackinset.C \
+       math_substackinset.h \
        math_support.C \
        math_support.h \
        math_symbolinset.C \
        math_symbolinset.h \
        math_unknowninset.C \
        math_unknowninset.h \
+       math_undersetinset.C \
+       math_undersetinset.h \
+       math_xarrowinset.C \
+       math_xarrowinset.h \
        math_xdata.C \
-       math_xdata.h
+       math_xdata.h \
+       math_xyarrowinset.C \
+       math_xyarrowinset.h \
+       math_xymatrixinset.C \
+       math_xymatrixinset.h \
+       button_inset.C \
+       button_inset.h \
+       command_inset.h \
+       command_inset.C \
+       ref_inset.h \
+       ref_inset.C