Code

* Lots of documentation for the Inkscape::XML namespace
[inkscape.git] / src / Makefile_insert
index f60e482e6fe0c9a9efedb9dfa3e95038fb032a32..33e4f07f8887ae659473407c47d18f3cdb4ecb81 100644 (file)
@@ -102,6 +102,7 @@ libinkpre_a_SOURCES =       \
        layer-fns.cpp layer-fns.h       \
        layer-manager.cpp layer-manager.h       \
        line-geometry.cpp line-geometry.h       \
+       lpe-tool-context.cpp lpe-tool-context.h \
        macros.h        \
        main-cmdlineact.cpp main-cmdlineact.h \
        media.cpp media.h       \
@@ -150,6 +151,7 @@ libinkpre_a_SOURCES =       \
        shape-editor.cpp shape-editor.h \
        shortcuts.cpp shortcuts.h       \
        snap.cpp snap.h \
+       snapped-curve.cpp snapped-curve.h \
        snapped-line.cpp snapped-line.h \
        snapped-point.cpp snapped-point.h \
        snapper.cpp snapper.h \
@@ -164,6 +166,7 @@ libinkpre_a_SOURCES =       \
        sp-conn-end.cpp sp-conn-end.h   \
        sp-cursor.cpp sp-cursor.h       \
        sp-defs.cpp sp-defs.h   \
+       sp-desc.cpp sp-desc.h   \
        sp-ellipse.cpp sp-ellipse.h     \
        sp-feblend.cpp sp-feblend.h     \
        sp-feblend-fns.h        \
@@ -258,6 +261,7 @@ libinkpre_a_SOURCES =       \
        sp-radial-gradient.h    \
        sp-rect.cpp sp-rect.h   \
        sp-root.cpp sp-root.h   \
+       sp-script.cpp sp-script.h       \
        sp-shape.cpp sp-shape.h \
        sp-spiral.cpp sp-spiral.h       \
        sp-star.cpp sp-star.h   \
@@ -268,6 +272,7 @@ libinkpre_a_SOURCES =       \
        sp-switch.cpp sp-switch.h\
        sp-text.cpp sp-text.h   \
        sp-textpath.h   \
+       sp-title.cpp sp-title.h \
        sp-tref-reference.cpp sp-tref-reference.h \
        sp-tref.cpp sp-tref.h \
        sp-tspan.cpp sp-tspan.h \
@@ -326,6 +331,7 @@ libinkpost_a_SOURCES =      \
        gc-finalized.h gc-finalized.cpp \
        gc-managed.h    \
        gc-soft-ptr.h   \
+       gc-allocator.h  \
        gc.cpp  \
        gradient-chemistry.cpp gradient-chemistry.h     \
        ink-action.cpp  \
@@ -357,7 +363,6 @@ inkscape_private_libs =     \
        helper/libspchelp.a     \
        libcroco/libcroco.a     \
        libnrtype/libnrtype.a   \
-       libnr/libnr.a           \
        libavoid/libavoid.a     \
        livarot/libvarot.a      \
        live_effects/liblive_effects.a  \
@@ -373,6 +378,7 @@ inkscape_private_libs =     \
        extension/libextension.a        \
        extension/implementation/libimplementation.a    \
        extension/internal/libinternal.a        \
+       libnr/libnr.a           \
        extension/script/libscript.a    \
        bind/libbind.a  \
        dom/libdom.a            \
@@ -433,12 +439,12 @@ style_test_LDADD = $(all_libs)
 inkscape_version.h: ../configure.ac
        echo '#define INKSCAPE_VERSION "$(VERSION)"' > inkscape_version.h
 
-test_all_includes = \
-               $(srcdir)/attributes-test.h     \
-               $(srcdir)/color-profile-test.h  \
+test_src_includes = \
                $(srcdir)/MultiPrinter.h  \
                $(srcdir)/TRPIFormatter.h \
                $(srcdir)/PylogFormatter.h \
+               $(srcdir)/attributes-test.h     \
+               $(srcdir)/color-profile-test.h  \
                $(srcdir)/dir-util-test.h       \
                $(srcdir)/extract-uri-test.h    \
                $(srcdir)/mod360-test.h \