Code

refactor redrawing code into pen_redraw_all; cancel current unfinished path, inctead...
[inkscape.git] / src / Makefile_insert
index 302bd8089f3071e75acf2d4bd584d4aca11759f7..ce0007a1561de47750788959d5a9dbaa8247a27e 100644 (file)
@@ -43,6 +43,9 @@ libinkpre_a_SOURCES = \
        bad-uri-exception.h     \
        brokenimage.xpm \
        color-rgba.h    \
+       color-profile.cpp color-profile.h       \
+       color-profile-fns.h     \
+       conditions.cpp conditions.h\
        conn-avoid-ref.cpp conn-avoid-ref.h     \
        connector-context.cpp connector-context.h       \
        context-fns.cpp context-fns.h \
@@ -53,6 +56,7 @@ libinkpre_a_SOURCES = \
        desktop.cpp desktop.h   \
        document-undo.cpp       \
        document.cpp document.h document-private.h      \
+       document-subset.cpp document-subset.h   \
         doxygen-main.cpp \
        draw-anchor.cpp \
        draw-anchor.h   \
@@ -91,7 +95,8 @@ libinkpre_a_SOURCES = \
        nodepath.cpp nodepath.h \
        object-edit.cpp object-edit.h   \
        object-hierarchy.cpp object-hierarchy.h \
-       object-ui.cpp object-ui.h       \
+       ui/context-menu.cpp \
+       ui/context-menu.h       \
        path-chemistry.cpp path-chemistry.h     \
        path-prefix.h   \
        pen-context.cpp \
@@ -117,7 +122,6 @@ libinkpre_a_SOURCES =       \
        selection.cpp selection.h       \
        seltrans-handles.cpp seltrans-handles.h \
        seltrans.cpp seltrans.h \
-       shortcuts-default-xml.cpp       \
        shortcuts.cpp shortcuts.h       \
        slideshow.cpp slideshow.h       \
        snap.cpp snap.h \
@@ -184,6 +188,7 @@ libinkpre_a_SOURCES =       \
        sp-stop.h       \
        sp-string.cpp sp-string.h       \
        sp-symbol.cpp sp-symbol.h       \
+       sp-switch.cpp sp-switch.h\
        sp-text.cpp sp-text.h   \
        sp-textpath.h   \
        sp-tspan.cpp sp-tspan.h \
@@ -227,6 +232,7 @@ libinkpost_a_SOURCES =      \
        gc-core.h       \
        gc-finalized.h  \
        gc-managed.h    \
+       gc-soft-ptr.h   \
        gc.cpp  \
        gradient-chemistry.cpp gradient-chemistry.h     \
        memeq.h \
@@ -244,7 +250,6 @@ inkscape_private_libs =     \
        application/libinkapp.a \
        ui/dialog/libuidialog.a \
        dialogs/libspdialogs.a  \
-        dom/libdom.a            \
        jabber_whiteboard/libjabber_whiteboard.a \
        trace/libtrace.a        \
        svg/libspsvg.a          \
@@ -265,6 +270,7 @@ inkscape_private_libs =     \
        extension/implementation/libimplementation.a    \
        extension/internal/libinternal.a        \
        extension/script/libscript.a    \
+        dom/libdom.a            \
        xml/libspxml.a          \
        util/libinkutil.a       \
        io/libio.a              \
@@ -313,9 +319,6 @@ inkscape_LDFLAGS = --export-dynamic $(kdeldflags)
 inkview_SOURCES = inkview.cpp $(win32_sources)
 inkview_LDADD = $(all_libs)
 
-attributes_test_SOURCES = attributes-test.cpp
-attributes_test_LDADD = attributes.$(OBJEXT) -lglib-2.0
-
 dir_util_test_SOURCES = dir-util-test.cpp utest/test-2ary-cases.h
 dir_util_test_LDADD = dir-util.$(OBJEXT) -lglib-2.0
 
@@ -339,3 +342,7 @@ style_test_LDADD = $(all_libs)
 
 inkscape_version.h: ../configure.ac
        echo '#define INKSCAPE_VERSION "$(VERSION)"' > inkscape_version.h
+
+test_all_includes = \
+               attributes-test.h       \
+               color-profile-test.h