]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
separate insetcommand.[Ch] into two files
[lyx.git] / src / insets / Makefile.am
index fe37689d1d051d9929f58bc572a322aea03c5deb..4063687fbd3998c025999ac0548c1151c0a66a42 100644 (file)
@@ -1,40 +1,68 @@
-AUTOMAKE_OPTIONS = foreign
-MAINTAINERCLEANFILES = Makefile.in
-noinst_PROGRAMS = insets.o
-LIBS=
-LDFLAGS=
-ETAGS_ARGS = --c++
-INCLUDES = -I${srcdir}/../ 
-CXXLINK = $(LD) -r -o $(noinst_PROGRAMS)
+include $(top_srcdir)/config/common.am
 
-insets_o_SOURCES = \
-       figinset.C \
-       figinset.h \
+noinst_LTLIBRARIES = libinsets.la
+
+INCLUDES = -I$(srcdir)/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+
+EXTRA_DIST = \
+       insetlist.C \
+       insetlist.h \
+       insetsection.h \
+       insetsection.C \
+       insettheorem.C \
+       insettheorem.h
+
+libinsets_la_SOURCES = \
+       ExternalTemplate.C \
+       ExternalTemplate.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 \
+       insetcommandparams.C \
+       insetcommandparams.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 \
-       insetlatex.C \
-       insetlatex.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 \
@@ -43,8 +71,17 @@ insets_o_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 \