X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2FMakefile_insert;h=89efd50207ab3dc07bdeb803a708e96df826dac5;hb=0e035fb99ef942b0e010012c41d704bccf12641b;hp=43d85e62e6279c1e62c837f60814b1770b7caebc;hpb=30c6998f17591646332badc392826e7b6f75b645;p=inkscape.git diff --git a/src/Makefile_insert b/src/Makefile_insert index 43d85e62e..89efd5020 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -45,8 +45,10 @@ libinkpre_a_SOURCES = \ 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 \ @@ -73,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 \ @@ -82,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 \ @@ -94,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 \ @@ -186,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 \ @@ -227,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 \ @@ -247,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 \ @@ -268,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 \ @@ -316,24 +322,6 @@ inkscape_LDFLAGS = --export-dynamic $(kdeldflags) inkview_SOURCES = inkview.cpp $(win32_sources) inkview_LDADD = $(all_libs) -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) @@ -342,4 +330,16 @@ inkscape_version.h: ../configure.ac test_all_includes = \ attributes-test.h \ - color-profile-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