X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMakefile.am;h=20137977556ef19e8fcd7af3f79d3d89d1c55700;hb=c8089f8bf9d66c8428e8869895c61145ee4dd5e9;hp=aa18fccd2b2c811f41051122737728c65961487f;hpb=3e7bc31d0cf7c97ed93bb11e677c67e95bd9f3ab;p=features.git diff --git a/src/mathed/Makefile.am b/src/mathed/Makefile.am index aa18fccd2b..2013797755 100644 --- a/src/mathed/Makefile.am +++ b/src/mathed/Makefile.am @@ -1,44 +1,57 @@ -AUTOMAKE_OPTIONS = foreign 1.4 -DISTCLEANFILES= *.orig *.rej *~ *.bak core -MAINTAINERCLEANFILES = $(srcdir)/Makefile.in -noinst_LTLIBRARIES = libmathed.la -LIBS= -ETAGS_ARGS = --lang=c++ -BOOST_INCLUDES = -I$(top_srcdir)/boost -INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES) +include $(top_srcdir)/config/common.am +noinst_LTLIBRARIES = libmathed.la +INCLUDES = -I$(srcdir)/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES) libmathed_la_SOURCES = \ - array.C \ - array.h \ - xarray.C \ - xarray.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 \ math_arrayinset.h \ - math_bigopinset.C \ - math_bigopinset.h \ + math_atom.C \ + math_atom.h \ + math_biginset.C \ + math_biginset.h \ math_binominset.C \ math_binominset.h \ + math_boxinset.C \ + math_boxinset.h \ + math_braceinset.C \ + math_braceinset.h \ + math_casesinset.C \ + math_casesinset.h \ math_charinset.C \ math_charinset.h \ math_cursor.C \ math_cursor.h \ + math_data.C \ + math_data.h \ math_decorationinset.C \ math_decorationinset.h \ math_defs.h \ math_deliminset.C \ math_deliminset.h \ + math_diffinset.C \ + math_diffinset.h \ math_diminset.C \ math_diminset.h \ math_dotsinset.C \ math_dotsinset.h \ + math_extern.C \ + math_extern.h \ + math_exfuncinset.C \ + math_exfuncinset.h \ + math_exintinset.C \ + math_exintinset.h \ math_factory.C \ math_factory.h \ math_fracinset.C \ @@ -52,10 +65,18 @@ libmathed_la_SOURCES = \ 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 \ + math_lefteqninset.h \ + math_limitopinset.C \ + math_limitopinset.h \ math_macro.C \ math_macro.h \ math_macroarg.C \ @@ -64,16 +85,21 @@ libmathed_la_SOURCES = \ math_macrotemplate.h \ math_macrotable.C \ math_macrotable.h \ + math_mathmlstream.C \ + math_mathmlstream.h \ math_matrixinset.C \ math_matrixinset.h \ + math_metricsinfo.h \ + math_metricsinfo.C \ math_nestinset.C \ math_nestinset.h \ math_notinset.C \ math_notinset.h \ - math_noglyphinset.C \ - math_noglyphinset.h \ math_parser.C \ math_parser.h \ + math_pos.C \ + math_pos.h \ + math_replace.h \ math_rootinset.C \ math_rootinset.h \ math_scriptinset.C \ @@ -84,12 +110,31 @@ libmathed_la_SOURCES = \ 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 \ - support.C \ - support.h \ - symbol_def.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_xyarrowinset.C \ + math_xyarrowinset.h \ + math_xymatrixinset.C \ + math_xymatrixinset.h