]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / Makefile.am
index aa39a5d659c6b06c6f18b0744fa2350d2458c19e..2810f338171d6a63b26b9e0ebbe347137f91ad7b 100644 (file)
@@ -1,20 +1,32 @@
-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)
+
+INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
+
+EXTRA_DIST = \
+       insetlist.C \
+       insetlist.h \
+       insetsection.h \
+       insetsection.C \
+       insettheorem.C \
+       insettheorem.h
 
 libinsets_la_SOURCES = \
+       mailinset.C \
+       mailinset.h \
        ExternalTemplate.C \
        ExternalTemplate.h \
-       figinset.C \
-       figinset.h \
+       graphicinset.C \
+       graphicinset.h \
        inset.C \
-       insetbib.C \
-       insetbib.h \
+       inset.h \
+       insetbase.h \
+       insetbase.C \
+       insetbibitem.C \
+       insetbibitem.h \
+       insetbibtex.C \
+       insetbibtex.h \
        insetbutton.C \
        insetbutton.h \
        insetcaption.C \
@@ -25,6 +37,10 @@ libinsets_la_SOURCES = \
        insetcollapsable.h \
        insetcommand.C \
        insetcommand.h \
+       insetcommandparams.C \
+       insetcommandparams.h \
+       insetenv.C \
+       insetenv.h \
        inseterror.C \
        inseterror.h \
        insetert.C \
@@ -33,6 +49,8 @@ libinsets_la_SOURCES = \
        insetexternal.h \
        insetfloat.h \
        insetfloat.C \
+       insetfloatlist.C \
+       insetfloatlist.h \
        insetfoot.C \
        insetfoot.h \
        insetfootlike.C \
@@ -41,40 +59,49 @@ libinsets_la_SOURCES = \
        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 \
-       insetlist.C \
-       insetlist.h \
        insetmarginal.h \
        insetmarginal.C \
        insetminipage.C \
        insetminipage.h \
-       insetparent.C \
-       insetparent.h \
+       insetnewline.C \
+       insetnewline.h \
+       insetnote.C \
+       insetnote.h \
+       insetoptarg.C \
+       insetoptarg.h \
        insetquotes.C \
        insetquotes.h \
        insetref.C \
        insetref.h \
-       insetsection.h \
-       insetsection.C \
+       insetspace.C \
+       insetspace.h \
        insetspecialchar.C \
        insetspecialchar.h \
        insettabular.C \
        insettabular.h \
        insettext.C \
        insettext.h \
-       insettheorem.C \
-       insettheorem.h \
        insettoc.C \
        insettoc.h \
        inseturl.C \
        inseturl.h \
-       lyxinset.h
+       insetwrap.h \
+       insetwrap.C \
+       updatableinset.C \
+       updatableinset.h
+#      insetlist.C \
+#      insetlist.h \
+#      insetsection.h \
+#      insetsection.C \
+#      insettheorem.C \
+#      insettheorem.h \