]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / Makefile.am
index c2a116b54297a2611a450e1b7ba843de82d45d54..1ae44042608b035e6a536f885be4dfd79c5f872a 100644 (file)
@@ -1,20 +1,16 @@
 include $(top_srcdir)/config/common.am
 
+EXTRA_DIST = pch.h formulamacro.C
+
+BUILT_SOURCES = $(PCH_FILE)
+
 noinst_LTLIBRARIES = libmathed.la
 
-INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
+AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libmathed_la_SOURCES = \
-       dimension.C \
-       dimension.h \
        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 \
@@ -27,24 +23,30 @@ libmathed_la_SOURCES = \
        math_biginset.h \
        math_binominset.C \
        math_binominset.h \
+       math_boldsymbolinset.C \
+       math_boldsymbolinset.h \
        math_boxinset.C \
        math_boxinset.h \
+       math_boxedinset.C \
+       math_boxedinset.h \
        math_braceinset.C \
        math_braceinset.h \
        math_casesinset.C \
        math_casesinset.h \
        math_charinset.C \
        math_charinset.h \
+       math_colorinset.C \
+       math_colorinset.h \
        math_commentinset.C \
        math_commentinset.h \
-       math_cursor.C \
-       math_cursor.h \
        math_data.C \
        math_data.h \
        math_decorationinset.C \
        math_decorationinset.h \
        math_deliminset.C \
        math_deliminset.h \
+       math_dfracinset.C \
+       math_dfracinset.h \
        math_diffinset.C \
        math_diffinset.h \
        math_diminset.C \
@@ -53,8 +55,6 @@ libmathed_la_SOURCES = \
        math_dotsinset.h \
        math_envinset.C \
        math_envinset.h \
-       math_ertinset.C \
-       math_ertinset.h \
        math_extern.C \
        math_extern.h \
        math_exfuncinset.C \
@@ -75,16 +75,13 @@ libmathed_la_SOURCES = \
        math_fracinset.h \
        math_fracbase.C \
        math_fracbase.h \
+       math_gridinfo.h \
        math_gridinset.C \
        math_gridinset.h \
        math_hullinset.C \
        math_hullinset.h \
-       math_inferinset.C \
-       math_inferinset.h \
        math_inset.C \
        math_inset.h \
-       math_iterator.C \
-       math_iterator.h \
        math_kerninset.C \
        math_kerninset.h \
        math_lefteqninset.C \
@@ -99,24 +96,22 @@ libmathed_la_SOURCES = \
        math_macrotemplate.h \
        math_macrotable.C \
        math_macrotable.h \
+       math_makeboxinset.C \
+       math_makeboxinset.h \
        math_mathmlstream.C \
        math_mathmlstream.h \
        math_matrixinset.C \
        math_matrixinset.h \
-       math_metricsinfo.C \
-       math_metricsinfo.h \
        math_nestinset.C \
        math_nestinset.h \
        math_numberinset.C \
        math_numberinset.h \
-       math_parboxinset.C \
-       math_parboxinset.h \
+       math_oversetinset.C \
+       math_oversetinset.h \
        math_parinset.C \
        math_parinset.h \
        math_parser.C \
        math_parser.h \
-       math_pos.C \
-       math_pos.h \
        math_replace.h \
        math_rootinset.C \
        math_rootinset.h \
@@ -144,21 +139,20 @@ libmathed_la_SOURCES = \
        math_symbolinset.h \
        math_tabularinset.C \
        math_tabularinset.h \
-       math_textinset.C \
-       math_textinset.h \
+       math_tfracinset.C \
+       math_tfracinset.h \
        math_unknowninset.C \
        math_unknowninset.h \
        math_undersetinset.C \
        math_undersetinset.h \
        math_xarrowinset.C \
        math_xarrowinset.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
+#      math_mboxinset.C
+#      math_mboxinset.h
+