]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / Makefile.am
index 08ffa1479ccdc9f161b3197598a3ec1d8021e83d..23e0bdf6ac52f04e86f190b18796b6b2f9904f03 100644 (file)
@@ -1,11 +1,8 @@
-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 \
@@ -16,12 +13,18 @@ EXTRA_DIST = \
        insettheorem.h
 
 libinsets_la_SOURCES = \
+       mailinset.C \
+       mailinset.h \
        ExternalTemplate.C \
        ExternalTemplate.h \
        inset.C \
        inset.h \
-       insetbib.C \
-       insetbib.h \
+       insetbase.h \
+       insetbase.C \
+       insetbibitem.C \
+       insetbibitem.h \
+       insetbibtex.C \
+       insetbibtex.h \
        insetbutton.C \
        insetbutton.h \
        insetcaption.C \
@@ -32,6 +35,10 @@ libinsets_la_SOURCES = \
        insetcollapsable.h \
        insetcommand.C \
        insetcommand.h \
+       insetcommandparams.C \
+       insetcommandparams.h \
+       insetenv.C \
+       insetenv.h \
        inseterror.C \
        inseterror.h \
        insetert.C \
@@ -40,6 +47,8 @@ libinsets_la_SOURCES = \
        insetexternal.h \
        insetfloat.h \
        insetfloat.C \
+       insetwrap.h \
+       insetwrap.C \
        insetfloatlist.C \
        insetfloatlist.h \
        insetfoot.C \
@@ -50,6 +59,8 @@ libinsets_la_SOURCES = \
        insetgraphicsParams.C \
        insetgraphics.C \
        insetgraphics.h \
+       insethfill.C \
+       insethfill.h \
        insetinclude.C \
        insetinclude.h \
        insetindex.C \
@@ -62,14 +73,20 @@ libinsets_la_SOURCES = \
        insetmarginal.C \
        insetminipage.C \
        insetminipage.h \
+       insetnewline.C \
+       insetnewline.h \
        insetnote.C \
        insetnote.h \
+       insetoptarg.C \
+       insetoptarg.h \
        insetparent.C \
        insetparent.h \
        insetquotes.C \
        insetquotes.h \
        insetref.C \
        insetref.h \
+       insetspace.C \
+       insetspace.h \
        insetspecialchar.C \
        insetspecialchar.h \
        insettabular.C \
@@ -79,15 +96,12 @@ libinsets_la_SOURCES = \
        insettoc.C \
        insettoc.h \
        inseturl.C \
-       inseturl.h
+       inseturl.h \
+       updatableinset.C \
+       updatableinset.h
 #      insetlist.C \
 #      insetlist.h \
 #      insetsection.h \
 #      insetsection.C \
 #      insettheorem.C \
 #      insettheorem.h \
-
-libinsets.la: libinsets.o
-
-libinsets.o: $(libinsets_la_OBJECTS) $(libinsets_la_DEPENDENCIES)
-       $(CXXLINK) $(libinsets_la_OBJECTS)