X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FMakefile.am;h=5c3525dc99f2df5ddf42a452cee8550e5c8f45a5;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=88626740964937cded08ff799b4235f22c430c3f;hpb=b3df216d6557b5bacee310d38fc10c372841bc51;p=lyx.git diff --git a/src/insets/Makefile.am b/src/insets/Makefile.am index 8862674096..5c3525dc99 100644 --- a/src/insets/Makefile.am +++ b/src/insets/Makefile.am @@ -1,43 +1,58 @@ -AUTOMAKE_OPTIONS = foreign -DISTCLEANFILES= *.orig *.rej *~ *.bak core -MAINTAINERCLEANFILES = $(srcdir)/Makefile.in +include $(top_srcdir)/config/common.am + noinst_LTLIBRARIES = libinsets.la -LIBS = -ETAGS_ARGS = --lang=c++ -BOOST_INCLUDES = -I$(top_srcdir)/boost -INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES) EXTRA_DIST = \ - insetinfo.C \ - insetinfo.h \ - insetlist.C \ - insetlist.h \ - insetsection.h \ - insetsection.C \ + pch.h \ insettheorem.C \ insettheorem.h +BUILT_SOURCES = $(PCH_FILE) + +AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES) + libinsets_la_SOURCES = \ + mailinset.C \ + mailinset.h \ + ExternalSupport.C \ + ExternalSupport.h \ ExternalTemplate.C \ ExternalTemplate.h \ - figinset.C \ - figinset.h \ + ExternalTransforms.C \ + ExternalTransforms.h \ + render_base.h \ + render_button.C \ + render_button.h \ + render_graphic.C \ + render_graphic.h \ + render_preview.C \ + render_preview.h \ inset.C \ inset.h \ - insetbib.C \ - insetbib.h \ - insetbutton.C \ - insetbutton.h \ + insetbase.h \ + insetbase.C \ + insetbibitem.C \ + insetbibitem.h \ + insetbibtex.C \ + insetbibtex.h \ + insetbox.C \ + insetbox.h \ + insetbranch.C \ + insetbranch.h \ insetcaption.C \ insetcaption.h \ + insetcharstyle.C \ + insetcharstyle.h \ insetcite.C \ insetcite.h \ insetcollapsable.C \ insetcollapsable.h \ insetcommand.C \ insetcommand.h \ - inseterror.C \ - inseterror.h \ + insetcommandparams.C \ + insetcommandparams.h \ + insetenv.C \ + insetenv.h \ insetert.C \ insetert.h \ insetexternal.C \ @@ -54,6 +69,8 @@ libinsets_la_SOURCES = \ insetgraphicsParams.C \ insetgraphics.C \ insetgraphics.h \ + insethfill.C \ + insethfill.h \ insetinclude.C \ insetinclude.h \ insetindex.C \ @@ -62,18 +79,26 @@ libinsets_la_SOURCES = \ insetlabel.h \ insetlatexaccent.C \ insetlatexaccent.h \ + insetline.C \ + insetline.h \ insetmarginal.h \ insetmarginal.C \ - insetminipage.C \ - insetminipage.h \ + insetnewline.C \ + insetnewline.h \ + insetnomencl.C \ + insetnomencl.h \ insetnote.C \ insetnote.h \ - insetparent.C \ - insetparent.h \ + insetoptarg.C \ + insetoptarg.h \ + insetpagebreak.C \ + insetpagebreak.h \ insetquotes.C \ insetquotes.h \ insetref.C \ insetref.h \ + insetspace.C \ + insetspace.h \ insetspecialchar.C \ insetspecialchar.h \ insettabular.C \ @@ -83,10 +108,16 @@ libinsets_la_SOURCES = \ insettoc.C \ insettoc.h \ inseturl.C \ - inseturl.h + inseturl.h \ + insetvspace.C \ + insetvspace.h \ + insetwrap.h \ + insetwrap.C + # insetlist.C \ # insetlist.h \ # insetsection.h \ # insetsection.C \ # insettheorem.C \ -# insettheorem.h \ +# insettheorem.h +