X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2FMakefile_insert;h=2efbd806efcef0462a6db1b6cbe22036f5867e25;hb=1ed9f185c8ae0efc48813e56e431d389561a4b5c;hp=ce0007a1561de47750788959d5a9dbaa8247a27e;hpb=f6d71dd40cfcf8d2fc9790ec6802fef95f898b4f;p=inkscape.git diff --git a/src/Makefile_insert b/src/Makefile_insert index ce0007a15..2efbd806e 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -7,8 +7,8 @@ # # ################################################ -if OS_WIN32 -win32_sources = winmain.cpp +if PLATFORM_WIN32 +win32_sources = winmain.cpp registrytool.cpp registrytool.h win32ldflags = -lcomdlg32 endif @@ -40,7 +40,11 @@ libinkpre_a_SOURCES = \ approx-equal.h remove-last.h \ arc-context.cpp arc-context.h \ attributes.cpp attributes.h \ + axis-manip.cpp axis-manip.h \ bad-uri-exception.h \ + box3d.cpp box3d.h \ + box3d-context.cpp box3d-context.h \ + box3d-face.cpp box3d-face.h \ brokenimage.xpm \ color-rgba.h \ color-profile.cpp color-profile.h \ @@ -48,6 +52,8 @@ libinkpre_a_SOURCES = \ conditions.cpp conditions.h\ conn-avoid-ref.cpp conn-avoid-ref.h \ connector-context.cpp connector-context.h \ + connection-pool.h \ + console-output-undo-observer.h console-output-undo-observer.cpp \ context-fns.cpp context-fns.h \ desktop-affine.cpp desktop-affine.h \ desktop-events.cpp desktop-events.h \ @@ -65,26 +71,33 @@ libinkpre_a_SOURCES = \ dyna-draw-context.cpp dyna-draw-context.h \ enums.h \ event-context.cpp event-context.h \ + event-log.cpp event-log.h event.h \ extract-uri.cpp extract-uri.h \ file.cpp file.h \ + filter-chemistry.cpp filter-chemistry.h \ + filter-enums.cpp filter-enums.h \ + flood-context.cpp flood-context.h \ fontsize-expansion.cpp fontsize-expansion.h \ forward.h \ geom.cpp geom.h \ - gnuc-attribute.h \ 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 \ isnan.h \ + isnormal.h \ knot-enums.h \ knot-holder-entity.h \ knot.cpp knot.h \ knotholder.cpp knotholder.h \ layer-fns.cpp layer-fns.h \ + layer-manager.cpp layer-manager.h \ + line-geometry.cpp line-geometry.h \ macros.h \ - marker-status.cpp marker-status.h \ + main-cmdlineact.cpp main-cmdlineact.h \ media.cpp media.h \ message-context.cpp message-context.h \ message-stack.cpp message-stack.h \ @@ -103,6 +116,8 @@ libinkpre_a_SOURCES = \ pen-context.h \ pencil-context.cpp \ pencil-context.h \ + perspective-line.cpp perspective-line.h \ + perspective3d.cpp perspective3d.h \ preferences.cpp preferences.h \ preferences-skeleton.h \ menus-skeleton.h \ @@ -111,6 +126,8 @@ libinkpre_a_SOURCES = \ prefs-utils.cpp \ prefs-utils.h \ print.cpp print.h \ + profile-manager.cpp \ + profile-manager.h \ rect-context.cpp rect-context.h \ require-config.h \ rubberband.cpp rubberband.h \ @@ -122,13 +139,12 @@ libinkpre_a_SOURCES = \ selection.cpp selection.h \ seltrans-handles.cpp seltrans-handles.h \ seltrans.cpp seltrans.h \ + shape-editor.cpp shape-editor.h \ shortcuts.cpp shortcuts.h \ - slideshow.cpp slideshow.h \ snap.cpp snap.h \ snapped-point.cpp snapped-point.h \ snapper.cpp snapper.h \ line-snapper.cpp line-snapper.h \ - grid-snapper.cpp grid-snapper.h \ guide-snapper.cpp guide-snapper.h \ object-snapper.cpp object-snapper.h \ sp-anchor.cpp sp-anchor.h \ @@ -138,9 +154,52 @@ libinkpre_a_SOURCES = \ sp-cursor.cpp sp-cursor.h \ sp-defs.cpp sp-defs.h \ sp-ellipse.cpp sp-ellipse.h \ + sp-feblend.cpp sp-feblend.h \ + sp-feblend-fns.h \ + sp-fecolormatrix.cpp sp-fecolormatrix.h \ + sp-fecolormatrix-fns.h \ + sp-fecomponenttransfer.cpp sp-fecomponenttransfer.h \ + sp-fecomponenttransfer-fns.h \ + sp-fecomposite.cpp sp-fecomposite.h \ + sp-fecomposite-fns.h \ + sp-feconvolvematrix.cpp sp-feconvolvematrix.h \ + sp-feconvolvematrix-fns.h \ + sp-fediffuselighting.cpp sp-fediffuselighting.h \ + sp-fediffuselighting-fns.h \ + sp-fedisplacementmap.cpp sp-fedisplacementmap.h \ + sp-fedisplacementmap-fns.h \ + sp-fedistantlight.cpp sp-fedistantlight.h \ + sp-feflood.cpp sp-feflood.h \ + sp-feflood-fns.h \ + sp-feimage.cpp sp-feimage.h \ + sp-feimage-fns.h \ + sp-femerge.cpp sp-femerge.h \ + sp-femerge-fns.h \ + sp-femergenode.cpp sp-femergenode.h \ + sp-femorphology.cpp sp-femorphology.h \ + sp-femorphology-fns.h \ + sp-feoffset.cpp sp-feoffset.h \ + sp-feoffset-fns.h \ + sp-fepointlight.cpp sp-fepointlight.h \ + sp-fespecularlighting.cpp sp-fespecularlighting.h \ + sp-fespecularlighting-fns.h \ + sp-fespotlight.cpp sp-fespotlight.h \ + sp-fetile.cpp sp-fetile.h \ + sp-fetile-fns.h \ + sp-feturbulence.cpp sp-feturbulence.h \ + sp-feturbulence-fns.h \ + sp-filter-fns.h \ + sp-filter-primitive.cpp \ + sp-filter-primitive.h \ + sp-filter-reference.cpp \ + sp-filter-reference.h \ + sp-filter-units.h \ + sp-filter.cpp sp-filter.h number-opt-number.h \ sp-flowdiv.h sp-flowdiv.cpp \ sp-flowregion.h sp-flowregion.cpp \ sp-flowtext.h sp-flowtext.cpp \ + sp-gaussian-blur.cpp sp-gaussian-blur.h \ + sp-gaussian-blur-fns.h \ sp-gradient-fns.h \ sp-gradient-reference.cpp \ sp-gradient-reference.h \ @@ -162,7 +221,7 @@ libinkpre_a_SOURCES = \ sp-linear-gradient-fns.h \ sp-linear-gradient.h \ sp-marker-loc.h \ - sp-marker.cpp sp-marker.h \ + marker.cpp marker.h \ sp-mask.cpp sp-mask.h \ sp-metadata.cpp sp-metadata.h \ sp-metric.h \ @@ -191,6 +250,8 @@ libinkpre_a_SOURCES = \ sp-switch.cpp sp-switch.h\ sp-text.cpp sp-text.h \ sp-textpath.h \ + sp-tref-reference.cpp sp-tref-reference.h \ + sp-tref.cpp sp-tref.h \ sp-tspan.cpp sp-tspan.h \ sp-use-reference.cpp sp-use-reference.h \ sp-use.cpp sp-use.h \ @@ -211,7 +272,9 @@ libinkpre_a_SOURCES = \ text-editing.cpp text-editing.h \ text-tag-attributes.h \ tools-switch.cpp tools-switch.h\ + tweak-context.h tweak-context.cpp \ uri-references.cpp uri-references.h \ + vanishing-point.cpp vanishing-point.h \ verbs.cpp verbs.h \ version.cpp version.h \ zoom-context.cpp zoom-context.h @@ -225,16 +288,26 @@ libinkpost_a_SOURCES = \ color.cpp color.h \ decimal-round.h \ dir-util.cpp dir-util.h \ + ege-adjustment-action.cpp \ + ege-adjustment-action.h \ + ege-output-action.cpp \ + ege-output-action.h \ + ege-select-one-action.cpp \ + ege-select-one-action.h \ fill-or-stroke.h \ + filter-chemistry.cpp filter-chemistry.h \ + filter-enums.cpp filter-enums.h \ fixes.cpp \ 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 \ gradient-chemistry.cpp gradient-chemistry.h \ + ink-action.cpp \ + ink-action.h \ memeq.h \ round.h \ streq.h \ @@ -250,7 +323,9 @@ inkscape_private_libs = \ application/libinkapp.a \ ui/dialog/libuidialog.a \ dialogs/libspdialogs.a \ + ui/cache/libuicache.a \ jabber_whiteboard/libjabber_whiteboard.a \ + pedro/libpedro.a \ trace/libtrace.a \ svg/libspsvg.a \ widgets/libspwidgets.a \ @@ -261,17 +336,24 @@ inkscape_private_libs = \ libnr/libnr.a \ libavoid/libavoid.a \ livarot/libvarot.a \ + live_effects/liblive_effects.a \ + live_effects/parameter/liblpeparam.a \ ui/view/libuiview.a \ ui/libui.a \ ui/widget/libuiwidget.a \ + libgdl/libgdl.a \ graphlayout/libgraphlayout.a \ removeoverlap/libremoveoverlap.a \ + libcola/libcola.a \ + libvpsc/libvpsc.a \ extension/libextension.a \ extension/implementation/libimplementation.a \ extension/internal/libinternal.a \ + extension/internal/libwpg/libwpg.a \ extension/script/libscript.a \ dom/libdom.a \ xml/libspxml.a \ + 2geom/lib2geom.a \ util/libinkutil.a \ io/libio.a \ $(inkjar_libs) \ @@ -281,7 +363,6 @@ inkscape_private_libs = \ all_libs = \ $(inkscape_private_libs) \ $(INKSCAPE_LIBS) \ - $(GNOME_PRINT_LIBS) \ $(GNOME_VFS_LIBS) \ $(XFT_LIBS) \ $(FREETYPE_LIBS) \ @@ -289,7 +370,8 @@ all_libs = \ $(win32ldflags) \ $(PERL_LIBS) \ $(PYTHON_LIBS) \ - $(LIBLOUDMOUTH_LIBS) + $(INKBOARD_LIBS) \ + $(IMAGEMAGICK_LIBS) desktop.$(OBJEXT): helper/sp-marshal.h document.$(OBJEXT): helper/sp-marshal.h inkscape_version.h @@ -319,24 +401,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) @@ -344,5 +408,17 @@ inkscape_version.h: ../configure.ac echo '#define INKSCAPE_VERSION "$(VERSION)"' > inkscape_version.h test_all_includes = \ - attributes-test.h \ - color-profile-test.h + $(srcdir)/attributes-test.h \ + $(srcdir)/color-profile-test.h \ + $(srcdir)/MultiPrinter.h \ + $(srcdir)/TRPIFormatter.h \ + $(srcdir)/PylogFormatter.h \ + $(srcdir)/dir-util-test.h \ + $(srcdir)/extract-uri-test.h \ + $(srcdir)/mod360-test.h \ + $(srcdir)/round-test.h \ + $(srcdir)/sp-gradient-test.h \ + $(srcdir)/sp-style-elem-test.h \ + $(srcdir)/style-test.h \ + $(srcdir)/test-helpers.h \ + $(srcdir)/verbs-test.h