]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
Forgot to restore this before committing 18494. This fixes bug 3725.
[lyx.git] / src / insets / Makefile.am
index 9b29c5ed9f1521b0ed2fb48a235ead3a56c6a32b..3fcb33d91ef30ae2ce3520c0485f98076bfec0f6 100644 (file)
@@ -2,102 +2,122 @@ include $(top_srcdir)/config/common.am
 
 noinst_LTLIBRARIES = libinsets.la
 
-INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
-
 EXTRA_DIST = \
-       insetlist.C \
-       insetlist.h \
-       insettheorem.C \
-       insettheorem.h
+       pch.h \
+       InsetTheorem.cpp \
+       InsetTheorem.h
+
+BUILT_SOURCES = $(PCH_FILE)
+
+AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libinsets_la_SOURCES = \
-       mailinset.C \
-       mailinset.h \
-       ExternalTemplate.C \
+       MailInset.cpp \
+       MailInset.h \
+       ExternalSupport.cpp \
+       ExternalSupport.h \
+       ExternalTemplate.cpp \
        ExternalTemplate.h \
-       renderers.C \
-       renderers.h \
-       inset.C \
-       inset.h \
-       insetbase.h \
-       insetbase.C \
-       insetbibitem.C \
-       insetbibitem.h \
-       insetbibtex.C \
-       insetbibtex.h \
-       insetbranch.C \
-       insetbranch.h \
-       insetcaption.C \
-       insetcaption.h \
-       insetcite.C \
-       insetcite.h \
-       insetcollapsable.C \
-       insetcollapsable.h \
-       insetcommand.C \
-       insetcommand.h \
-       insetcommandparams.C \
-       insetcommandparams.h \
-       insetenv.C \
-       insetenv.h \
-       insetert.C \
-       insetert.h \
-       insetexternal.C \
-       insetexternal.h \
-       insetfloat.h \
-       insetfloat.C \
-       insetfloatlist.C \
-       insetfloatlist.h \
-       insetfoot.C \
-       insetfoot.h \
-       insetfootlike.C \
-       insetfootlike.h \
-       insetgraphicsParams.h \
-       insetgraphicsParams.C \
-       insetgraphics.C \
-       insetgraphics.h \
-       insethfill.C \
-       insethfill.h \
-       insetinclude.C \
-       insetinclude.h \
-       insetindex.C \
-       insetindex.h \
-       insetlabel.C \
-       insetlabel.h \
-       insetlatexaccent.C \
-       insetlatexaccent.h \
-       insetmarginal.h \
-       insetmarginal.C \
-       insetminipage.C \
-       insetminipage.h \
-       insetnewline.C \
-       insetnewline.h \
-       insetnote.C \
-       insetnote.h \
-       insetoptarg.C \
-       insetoptarg.h \
-       insetquotes.C \
-       insetquotes.h \
-       insetref.C \
-       insetref.h \
-       insetspace.C \
-       insetspace.h \
-       insetspecialchar.C \
-       insetspecialchar.h \
-       insettabular.C \
-       insettabular.h \
-       insettext.C \
-       insettext.h \
-       insettoc.C \
-       insettoc.h \
-       inseturl.C \
-       inseturl.h \
-       insetwrap.h \
-       insetwrap.C \
-       updatableinset.C \
-       updatableinset.h
+       ExternalTransforms.cpp \
+       ExternalTransforms.h \
+       RenderBase.h \
+       RenderButton.cpp \
+       RenderButton.h \
+       RenderGraphic.cpp \
+       RenderGraphic.h \
+       RenderPreview.cpp \
+       RenderPreview.h \
+       Inset.h \
+       Inset.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 \
+       InsetCitation.cpp \
+       InsetCitation.h \
+       InsetCollapsable.cpp \
+       InsetCollapsable.h \
+       InsetCommand.cpp \
+       InsetCommand.h \
+       InsetCommandParams.cpp \
+       InsetCommandParams.h \
+       InsetEnvironment.cpp \
+       InsetEnvironment.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 \
+       InsetListings.h \
+       InsetListings.cpp \
+       InsetListingsParams.h \
+       InsetListingsParams.cpp \
+       InsetMarginal.h \
+       InsetMarginal.cpp \
+       InsetNewline.cpp \
+       InsetNewline.h \
+       InsetNomencl.cpp \
+       InsetNomencl.h \
+       InsetNote.cpp \
+       InsetNote.h \
+       InsetOptArg.cpp \
+       InsetOptArg.h \
+       InsetPagebreak.cpp \
+       InsetPagebreak.h \
+       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
+
 #      insetlist.C \
 #      insetlist.h \
 #      insetsection.h \
 #      insetsection.C \
-#      insettheorem.C \
-#      insettheorem.h \
+#      InsetTheorem.cpp \
+#      InsetTheorem.h
+