X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=88b1e11e4911978f29f01e3483b3e3841dc3ab09;hb=2455bc258f3b62c29ec4a41cb88070ff8518e842;hp=4e95f8a4d347a95d67d8ccf2d4987e709085e2de;hpb=5e768ab8424a1d87e1963998787a63b4d6280729;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index 4e95f8a4d3..88b1e11e49 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,14 +4,15 @@ include $(top_srcdir)/config/common.am DISTCLEANFILES += config.h libintl.h -MAINTAINERCLEANFILES += $(srcdir)/config.h.in - AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES) -SUBDIRS = support frontends tex2lyx client . +if BUILD_CLIENT_SUBDIR +CLIENT = client +endif + +SUBDIRS = support frontends . $(CLIENT) tex2lyx -EXTRA_DIST = config.h.in \ - Section.h \ +EXTRA_DIST = Section.h \ Section.cpp \ Variables.cpp \ Variables.h \ @@ -61,6 +62,8 @@ endif lyx_SOURCES = \ main.cpp \ $(ASPELL) $(PSPELL) $(ISPELL) SpellBase.cpp \ + BiblioInfo.h \ + BiblioInfo.cpp \ Box.cpp \ Box.h \ Dimension.cpp \ @@ -76,7 +79,6 @@ endif SOURCEFILESCORE = \ Author.cpp \ - BiblioInfo.cpp \ Bidi.cpp \ boost.cpp \ BranchList.cpp \ @@ -99,7 +101,6 @@ SOURCEFILESCORE = \ CutAndPaste.cpp \ DepTable.cpp \ DocIterator.cpp \ - EmbeddedFiles.cpp \ Encoding.cpp \ ErrorList.cpp \ Exporter.cpp \ @@ -107,7 +108,6 @@ SOURCEFILESCORE = \ Floating.cpp \ FloatList.cpp \ FontInfo.cpp \ - FontIterator.cpp \ FontList.cpp \ Font.cpp \ Format.cpp \ @@ -161,7 +161,6 @@ SOURCEFILESCORE = \ TextClass.cpp \ TextMetrics.cpp \ TocBackend.cpp \ - ToolbarBackend.cpp \ Trans.cpp \ Undo.cpp \ VCBackend.cpp \ @@ -171,7 +170,6 @@ SOURCEFILESCORE = \ HEADERFILESCORE = \ Author.h \ - BiblioInfo.h \ Bidi.h \ BranchList.h \ buffer_funcs.h \ @@ -180,13 +178,13 @@ HEADERFILESCORE = \ BufferParams.h \ BufferView.h \ Bullet.h \ + Citation.h \ Changes.h \ Chktex.h \ CmdDef.h \ ColorCode.h \ Color.h \ CompletionList.h \ - config.h.in \ ConverterCache.h \ Converter.h \ CoordCache.h \ @@ -197,7 +195,6 @@ HEADERFILESCORE = \ DepTable.h \ DispatchResult.h \ DocIterator.h \ - EmbeddedFiles.h \ Encoding.h \ ErrorList.h \ Exporter.h \ @@ -207,7 +204,6 @@ HEADERFILESCORE = \ Font.h \ FontEnums.h \ FontInfo.h \ - FontIterator.h \ FontList.h \ Format.h \ FuncCode.h \ @@ -263,7 +259,6 @@ HEADERFILESCORE = \ TextClass.h \ TextMetrics.h \ TocBackend.h \ - ToolbarBackend.h \ Trans.h \ Undo.h \ update_flags.h \ @@ -311,7 +306,6 @@ liblyxgraphics_la_SOURCES = \ graphics/GraphicsParams.cpp \ graphics/GraphicsParams.h \ graphics/GraphicsTypes.h \ - graphics/GraphicsTypes.cpp \ graphics/PreviewImage.h \ graphics/PreviewImage.cpp \ graphics/PreviewLoader.h \ @@ -478,7 +472,6 @@ endif noinst_LTLIBRARIES += liblyxinsets.la SOURCEFILESINSETS = \ - insets/MailInset.cpp \ insets/ExternalSupport.cpp \ insets/ExternalTemplate.cpp \ insets/ExternalTransforms.cpp \ @@ -495,7 +488,6 @@ SOURCEFILESINSETS = \ insets/InsetCollapsable.cpp \ insets/InsetCommand.cpp \ insets/InsetCommandParams.cpp \ - insets/InsetEnvironment.cpp \ insets/InsetERT.cpp \ insets/InsetExternal.cpp \ insets/InsetFlex.cpp \ @@ -531,7 +523,6 @@ SOURCEFILESINSETS = \ insets/InsetWrap.cpp HEADERFILESINSETS = \ - insets/MailInset.h \ insets/ExternalSupport.h \ insets/ExternalTemplate.h \ insets/ExternalTransforms.h \ @@ -551,7 +542,6 @@ HEADERFILESINSETS = \ insets/InsetCommand.h \ insets/InsetCommandParams.h \ insets/InsetERT.h \ - insets/InsetEnvironment.h \ insets/InsetExternal.h \ insets/InsetFlex.h \ insets/InsetFloat.h \