2002-03-13 18:24:44 +00:00
|
|
|
include $(top_srcdir)/config/common.am
|
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
noinst_LTLIBRARIES = libinsets.la
|
2002-03-13 18:24:44 +00:00
|
|
|
|
2001-07-24 23:42:46 +00:00
|
|
|
EXTRA_DIST = \
|
2005-07-12 23:42:23 +00:00
|
|
|
pch.h \
|
2007-04-25 01:24:38 +00:00
|
|
|
InsetTheorem.cpp \
|
|
|
|
InsetTheorem.h
|
2001-07-24 23:42:46 +00:00
|
|
|
|
2005-07-12 23:42:23 +00:00
|
|
|
BUILT_SOURCES = $(PCH_FILE)
|
|
|
|
|
2005-05-20 16:56:28 +00:00
|
|
|
AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
|
2004-08-15 21:45:30 +00:00
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
libinsets_la_SOURCES = \
|
2007-04-25 01:24:38 +00:00
|
|
|
MailInset.cpp \
|
|
|
|
MailInset.h \
|
2007-04-26 05:18:04 +00:00
|
|
|
ExternalSupport.cpp \
|
2003-10-07 20:25:10 +00:00
|
|
|
ExternalSupport.h \
|
2007-04-26 05:18:04 +00:00
|
|
|
ExternalTemplate.cpp \
|
2000-06-12 11:27:15 +00:00
|
|
|
ExternalTemplate.h \
|
2007-04-26 05:18:04 +00:00
|
|
|
ExternalTransforms.cpp \
|
2003-10-07 22:59:58 +00:00
|
|
|
ExternalTransforms.h \
|
2007-04-25 01:24:38 +00:00
|
|
|
RenderBase.h \
|
|
|
|
RenderButton.cpp \
|
|
|
|
RenderButton.h \
|
|
|
|
RenderGraphic.cpp \
|
|
|
|
RenderGraphic.h \
|
|
|
|
RenderPreview.cpp \
|
|
|
|
RenderPreview.h \
|
|
|
|
Inset.cpp \
|
|
|
|
Inset.h \
|
|
|
|
InsetBase.h \
|
|
|
|
InsetBase.cpp \
|
|
|
|
InsetBibitem.cpp \
|
|
|
|
InsetBibitem.h \
|
|
|
|
InsetBibtex.cpp \
|
|
|
|
InsetBibtex.h \
|
|
|
|
InsetBox.cpp \
|
|
|
|
InsetBox.h \
|
|
|
|
InsetBranch.cpp \
|
|
|
|
InsetBranch.h \
|
|
|
|
InsetCaption.cpp \
|
|
|
|
InsetCaption.h \
|
|
|
|
InsetCharStyle.cpp \
|
|
|
|
InsetCharStyle.h \
|
2007-04-25 16:11:45 +00:00
|
|
|
InsetCitation.cpp \
|
|
|
|
InsetCitation.h \
|
2007-04-25 01:24:38 +00:00
|
|
|
InsetCollapsable.cpp \
|
|
|
|
InsetCollapsable.h \
|
|
|
|
InsetCommand.cpp \
|
|
|
|
InsetCommand.h \
|
|
|
|
InsetCommandParams.cpp \
|
|
|
|
InsetCommandParams.h \
|
|
|
|
InsetEnv.cpp \
|
|
|
|
InsetEnv.h \
|
|
|
|
InsetERT.cpp \
|
|
|
|
InsetERT.h \
|
|
|
|
InsetExternal.cpp \
|
|
|
|
InsetExternal.h \
|
|
|
|
InsetFloat.h \
|
|
|
|
InsetFloat.cpp \
|
|
|
|
InsetFloatList.cpp \
|
|
|
|
InsetFloatList.h \
|
|
|
|
InsetFoot.cpp \
|
|
|
|
InsetFoot.h \
|
|
|
|
InsetFootlike.cpp \
|
|
|
|
InsetFootlike.h \
|
|
|
|
InsetGraphicsParams.h \
|
|
|
|
InsetGraphicsParams.cpp \
|
|
|
|
InsetGraphics.cpp \
|
|
|
|
InsetGraphics.h \
|
|
|
|
InsetHFill.cpp \
|
|
|
|
InsetHFill.h \
|
|
|
|
InsetInclude.cpp \
|
|
|
|
InsetInclude.h \
|
|
|
|
InsetIndex.cpp \
|
|
|
|
InsetIndex.h \
|
|
|
|
InsetLabel.cpp \
|
|
|
|
InsetLabel.h \
|
|
|
|
InsetLine.cpp \
|
|
|
|
InsetLine.h \
|
|
|
|
InsetMarginal.h \
|
|
|
|
InsetMarginal.cpp \
|
|
|
|
InsetNewline.cpp \
|
|
|
|
InsetNewline.h \
|
|
|
|
InsetNomencl.cpp \
|
|
|
|
InsetNomencl.h \
|
|
|
|
InsetNote.cpp \
|
|
|
|
InsetNote.h \
|
|
|
|
InsetOptArg.cpp \
|
|
|
|
InsetOptArg.h \
|
2007-04-25 16:11:45 +00:00
|
|
|
InsetPagebreak.cpp \
|
|
|
|
InsetPagebreak.h \
|
2007-04-25 01:24:38 +00:00
|
|
|
InsetQuotes.cpp \
|
|
|
|
InsetQuotes.h \
|
|
|
|
InsetRef.cpp \
|
|
|
|
InsetRef.h \
|
|
|
|
InsetSpace.cpp \
|
|
|
|
InsetSpace.h \
|
|
|
|
InsetSpecialChar.cpp \
|
|
|
|
InsetSpecialChar.h \
|
|
|
|
InsetTabular.cpp \
|
|
|
|
InsetTabular.h \
|
|
|
|
InsetText.cpp \
|
|
|
|
InsetText.h \
|
|
|
|
InsetTOC.cpp \
|
|
|
|
InsetTOC.h \
|
|
|
|
InsetUrl.cpp \
|
|
|
|
InsetUrl.h \
|
|
|
|
InsetVSpace.cpp \
|
|
|
|
InsetVSpace.h \
|
|
|
|
InsetWrap.h \
|
|
|
|
InsetWrap.cpp
|
2005-07-15 22:10:25 +00:00
|
|
|
|
2001-07-24 22:08:49 +00:00
|
|
|
# insetlist.C \
|
|
|
|
# insetlist.h \
|
|
|
|
# insetsection.h \
|
|
|
|
# insetsection.C \
|
2007-04-25 01:24:38 +00:00
|
|
|
# InsetTheorem.cpp \
|
|
|
|
# InsetTheorem.h
|
2005-07-15 22:10:25 +00:00
|
|
|
|