]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / Makefile.am
index cb0e3b132fcc3d9b0e6c1095456f60fcf012c71c..5c3525dc99f2df5ddf42a452cee8550e5c8f45a5 100644 (file)
-AUTOMAKE_OPTIONS = foreign
-MAINTAINERCLEANFILES = Makefile.in
+include $(top_srcdir)/config/common.am
+
 noinst_LTLIBRARIES = libinsets.la
-LIBS =
-ETAGS_ARGS = --c++
-INCLUDES = -I${srcdir}/../ 
+
+EXTRA_DIST = \
+       pch.h \
+       insettheorem.C \
+       insettheorem.h
+
+BUILT_SOURCES = $(PCH_FILE)
+
+AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libinsets_la_SOURCES = \
-       figinset.C \
-       figinset.h \
-       form_url.C \
-       form_url.h \
+       mailinset.C \
+       mailinset.h \
+       ExternalSupport.C \
+       ExternalSupport.h \
+       ExternalTemplate.C \
+       ExternalTemplate.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 \
-       insetbib.C \
-       insetbib.h \
+       inset.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 \
+       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 \
-       insetinfo.C \
-       insetinfo.h \
        insetlabel.C \
        insetlabel.h \
        insetlatexaccent.C \
        insetlatexaccent.h \
-       insetloa.C \
-       insetloa.h \
-       insetlof.C \
-       insetlof.h \
-       insetlot.C \
-       insetlot.h \
-       insetparent.C \
-       insetparent.h \
+       insetline.C \
+       insetline.h \
+       insetmarginal.h \
+       insetmarginal.C \
+       insetnewline.C \
+       insetnewline.h \
+       insetnomencl.C \
+       insetnomencl.h \
+       insetnote.C \
+       insetnote.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 \
+       insettabular.h \
+       insettext.C \
+       insettext.h \
        insettoc.C \
        insettoc.h \
        inseturl.C \
        inseturl.h \
-       lyxinset.h
+       insetvspace.C \
+       insetvspace.h \
+       insetwrap.h \
+       insetwrap.C
+
+#      insetlist.C \
+#      insetlist.h \
+#      insetsection.h \
+#      insetsection.C \
+#      insettheorem.C \
+#      insettheorem.h
+