]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / Makefile.am
index cb0e3b132fcc3d9b0e6c1095456f60fcf012c71c..a2599e084497387f84c9ed9df69306acbd7c51a3 100644 (file)
@@ -1,38 +1,71 @@
 AUTOMAKE_OPTIONS = foreign
-MAINTAINERCLEANFILES = Makefile.in
-noinst_LTLIBRARIES = libinsets.la
+DISTCLEANFILES= *.orig *.rej *~ *.bak core
+MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+noinst_LTLIBRARIES = libinsets.o
 LIBS =
-ETAGS_ARGS = --c++
-INCLUDES = -I${srcdir}/../ 
+ETAGS_ARGS = --lang=c++
+BOOST_INCLUDES = -I$(top_srcdir)/boost
+INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
 
-libinsets_la_SOURCES = \
+EXTRA_DIST = \
+       insetlist.C \
+       insetlist.h \
+       insetsection.h \
+       insetsection.C \
+       insettheorem.C \
+       insettheorem.h
+
+libinsets_o_SOURCES = \
+       ExternalTemplate.C \
+       ExternalTemplate.h \
        figinset.C \
        figinset.h \
-       form_url.C \
-       form_url.h \
        inset.C \
+       inset.h \
        insetbib.C \
        insetbib.h \
+       insetbutton.C \
+       insetbutton.h \
+       insetcaption.C \
+       insetcaption.h \
+       insetcite.C \
+       insetcite.h \
+       insetcollapsable.C \
+       insetcollapsable.h \
        insetcommand.C \
        insetcommand.h \
        inseterror.C \
        inseterror.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 \
        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 \
+       insetmarginal.h \
+       insetmarginal.C \
+       insetminipage.C \
+       insetminipage.h \
+       insetnote.C \
+       insetnote.h \
        insetparent.C \
        insetparent.h \
        insetquotes.C \
@@ -41,8 +74,17 @@ libinsets_la_SOURCES = \
        insetref.h \
        insetspecialchar.C \
        insetspecialchar.h \
+       insettabular.C \
+       insettabular.h \
+       insettext.C \
+       insettext.h \
        insettoc.C \
        insettoc.h \
        inseturl.C \
-       inseturl.h \
-       lyxinset.h
+       inseturl.h
+#      insetlist.C \
+#      insetlist.h \
+#      insetsection.h \
+#      insetsection.C \
+#      insettheorem.C \
+#      insettheorem.h \