Code

two more missing entries in test_all_headers
[inkscape.git] / src / Makefile_insert
index 22c1a2209ca217eedb34819455cec68019a0281a..89efd50207ab3dc07bdeb803a708e96df826dac5 100644 (file)
@@ -43,8 +43,12 @@ 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       \
+       connection-pool.h \
        context-fns.cpp context-fns.h \
        desktop-affine.cpp desktop-affine.h     \
        desktop-events.cpp desktop-events.h     \
@@ -71,6 +75,7 @@ libinkpre_a_SOURCES = \
        gradient-context.cpp gradient-context.h \
        gradient-drag.cpp gradient-drag.h \
        help.cpp help.h \
+        icon-size.h \
        inkscape-stock.cpp inkscape-stock.h\
        inkscape.cpp inkscape.h inkscape-private.h      \
        interface.cpp interface.h       \
@@ -80,6 +85,7 @@ libinkpre_a_SOURCES = \
        knot.cpp knot.h \
        knotholder.cpp knotholder.h     \
        layer-fns.cpp layer-fns.h       \
+       layer-manager.cpp layer-manager.h       \
        macros.h        \
        marker-status.cpp marker-status.h       \
        media.cpp media.h       \
@@ -92,7 +98,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 \
@@ -118,7 +125,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 \
@@ -185,6 +191,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 \
@@ -226,7 +233,7 @@ libinkpost_a_SOURCES =      \
        gc-alloc.h      \
        gc-anchored.h gc-anchored.cpp   \
        gc-core.h       \
-       gc-finalized.h  \
+       gc-finalized.h gc-finalized.cpp \
        gc-managed.h    \
        gc-soft-ptr.h   \
        gc.cpp  \
@@ -246,7 +253,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          \
@@ -267,6 +273,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              \
@@ -315,29 +322,24 @@ 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
-
-mod360_test_SOURCES = mod360-test.cpp
-mod360_test_LDADD = libinkpre.a -lglib-2.0
-
-extract_uri_test_SOURCES = extract-uri-test.cpp
-extract_uri_test_LDADD = libinkpre.a -lglib-2.0
-
-round_test_SOURCES = round-test.cpp
-round_test_LDADD = libinkpost.a
-
-sp_gradient_test_SOURCES = sp-gradient-test.cpp
-sp_gradient_test_LDADD = $(all_libs) 
-
-sp_style_elem_test_SOURCES = sp-style-elem-test.cpp
-sp_style_elem_test_LDADD = $(all_libs)
-
 style_test_SOURCES = style-test.cpp
 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    \
+                MultiPrinter.h  \
+                TRPIFormatter.h \
+                PylogFormatter.h \
+               dir-util-test.h \
+               extract-uri-test.h      \
+               mod360-test.h   \
+               round-test.h    \
+               sp-gradient-test.h      \
+               sp-style-elem-test.h    \
+               style-test.h    \
+                test-helpers.h  \
+               verbs-test.h