X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMakefile.am;h=d2e13830f7a5023ffa975202b612d9de08996ee2;hb=5c40a062b2034f48f5b79079017bbaac8ba9363c;hp=534637c67f1445aa67ba806c315e78a6b6f45529;hpb=70b3420586f7cd64967038a3f799759e2180a641;p=lyx.git diff --git a/src/mathed/Makefile.am b/src/mathed/Makefile.am index 534637c67f..d2e13830f7 100644 --- a/src/mathed/Makefile.am +++ b/src/mathed/Makefile.am @@ -1,38 +1,71 @@ -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= -LDFLAGS= -ETAGS_ARGS = --c++ -INCLUDES = -I${top_srcdir}/images -I${srcdir}/../ -CXXLINK = $(LD) -r -o $(noinst_PROGRAMS) +ETAGS_ARGS = --lang=c++ +BOOST_INCLUDES = -I$(top_srcdir)/boost +INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES) -mathed_o_SOURCES = array.h \ +libmathed_la_SOURCES = \ + array.C \ + array.h \ + xarray.C \ + xarray.h \ + formulabase.C \ + formulabase.h \ formula.C \ formula.h \ formulamacro.C \ formulamacro.h \ + math_arrayinset.C \ + math_arrayinset.h \ + math_bigopinset.C \ + math_bigopinset.h \ math_cursor.C \ math_cursor.h \ + math_decorationinset.C \ + math_decorationinset.h \ math_defs.h \ - math_delim.C \ - math_draw.C \ - math_forms.C \ - math_forms.h \ + math_deliminset.C \ + math_deliminset.h \ + math_dotsinset.C \ + math_dotsinset.h \ + math_fracinset.C \ + math_fracinset.h \ + math_funcinset.C \ + math_funcinset.h \ + math_gridinset.C \ + math_gridinset.h \ math_hash.C \ math_inset.C \ math_inset.h \ - math_iter.C \ - math_iter.h \ math_macro.C \ math_macro.h \ - math_panel.C \ - math_panel.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_parser.C \ math_parser.h \ - math_root.C \ - math_root.h \ - math_symbols.C \ + math_rootinset.C \ + math_rootinset.h \ + math_scriptinset.C \ + math_scriptinset.h \ + math_sizeinset.C \ + math_sizeinset.h \ + math_spaceinset.C \ + math_spaceinset.h \ + math_sqrtinset.C \ + math_sqrtinset.h \ + math_updowninset.C \ + math_updowninset.h \ math_utils.C \ - math_write.C \ + math_utils.h \ + support.C \ + support.h \ symbol_def.h