Makefile_insert revision 536ac52055722b168e4482f612302fa754dc4f72
0N/A## Makefile.am fragment, included by src/Makefile.am.
624N/A
0N/A
0N/A# ################################################
0N/A#
0N/A# E X T R A
0N/A#
0N/A# ################################################
0N/A
0N/Aif PLATFORM_WIN32
0N/Awin32_sources = winmain.cpp registrytool.cpp registrytool.h
0N/Awin32ldflags = -lcomdlg32
0N/Aendif
0N/A
0N/Aif INKJAR
0N/Ainkjar_dir = inkjar
0N/Ainkjar_libs = inkjar/libinkjar.a
0N/Aendif
0N/A
0N/A
0N/A# ################################################
0N/A#
0N/A# I N K S C A P E
0N/A#
0N/A# ################################################
0N/A
0N/A# libinkpre.a: any object that's sharable between inkscape & inkview,
0N/A# and isn't needed by object files in subdirectories (i.e. libinkpre.a
0N/A# comes before subdirectory libraries on the link line).
0N/A#
0N/A# Excludes winmain.cpp (a gui wrapper around main): I'm guessing that
0N/A# it needs to be explicitly listed as a source of each graphical
0N/A# binary: it isn't (to my knowledge) called by main (whether directly
0N/A# or indirectly), so I don't think that putting it in a library will
0N/A# suffice to get it linked in. Windows devel please confirm. -- pjrm.
0N/A
0N/Alibinkpre_a_SOURCES = \
0N/A algorithms/find-last-if.h \
0N/A algorithms/longest-common-suffix.h \
0N/A approx-equal.h remove-last.h \
0N/A arc-context.cpp arc-context.h \
0N/A attributes.cpp attributes.h \
0N/A axis-manip.cpp axis-manip.h \
0N/A bad-uri-exception.h \
0N/A box3d.cpp box3d.h \
0N/A box3d-context.cpp box3d-context.h \
0N/A box3d-face.cpp box3d-face.h \
0N/A brokenimage.xpm \
0N/A color-rgba.h \
0N/A color-profile.cpp color-profile.h \
0N/A color-profile-fns.h \
0N/A conditions.cpp conditions.h\
0N/A conn-avoid-ref.cpp conn-avoid-ref.h \
0N/A connector-context.cpp connector-context.h \
0N/A connection-pool.h \
0N/A console-output-undo-observer.h console-output-undo-observer.cpp \
0N/A context-fns.cpp context-fns.h \
0N/A desktop-affine.cpp desktop-affine.h \
0N/A desktop-events.cpp desktop-events.h \
0N/A desktop-handles.cpp desktop-handles.h \
0N/A desktop-style.cpp desktop-style.h \
0N/A desktop.cpp desktop.h \
0N/A document-undo.cpp \
0N/A document.cpp document.h document-private.h \
0N/A document-subset.cpp document-subset.h \
0N/A doxygen-main.cpp \
0N/A draw-anchor.cpp \
0N/A draw-anchor.h \
0N/A draw-context.cpp draw-context.h \
0N/A dropper-context.cpp dropper-context.h \
0N/A dyna-draw-context.cpp dyna-draw-context.h \
0N/A enums.h \
0N/A event-context.cpp event-context.h \
0N/A event-log.cpp event-log.h event.h \
0N/A extract-uri.cpp extract-uri.h \
0N/A file.cpp file.h \
0N/A filter-chemistry.cpp filter-chemistry.h \
0N/A flood-context.cpp flood-context.h \
0N/A fontsize-expansion.cpp fontsize-expansion.h \
0N/A forward.h \
0N/A geom.cpp geom.h \
0N/A gradient-context.cpp gradient-context.h \
0N/A gradient-drag.cpp gradient-drag.h \
0N/A help.cpp help.h \
0N/A icon-size.h \
0N/A inkscape-stock.cpp inkscape-stock.h\
0N/A inkscape.cpp inkscape.h inkscape-private.h \
0N/A interface.cpp interface.h \
0N/A isnan.h \
0N/A isnormal.h \
0N/A knot-enums.h \
0N/A knot-holder-entity.h \
0N/A knot.cpp knot.h \
0N/A knotholder.cpp knotholder.h \
0N/A layer-fns.cpp layer-fns.h \
0N/A layer-manager.cpp layer-manager.h \
0N/A line-geometry.cpp line-geometry.h \
0N/A macros.h \
0N/A main-cmdlineact.cpp main-cmdlineact.h \
0N/A media.cpp media.h \
0N/A message-context.cpp message-context.h \
0N/A message-stack.cpp message-stack.h \
0N/A message.h \
0N/A mod360.cpp mod360.h \
0N/A modifier-fns.h \
0N/A node-context.cpp node-context.h \
0N/A nodepath.cpp nodepath.h \
0N/A object-edit.cpp object-edit.h \
0N/A object-hierarchy.cpp object-hierarchy.h \
0N/A ui/context-menu.cpp \
0N/A ui/context-menu.h \
0N/A path-chemistry.cpp path-chemistry.h \
0N/A path-prefix.h \
0N/A pen-context.cpp \
0N/A pen-context.h \
0N/A pencil-context.cpp \
0N/A pencil-context.h \
0N/A perspective-line.cpp perspective-line.h \
0N/A perspective3d.cpp perspective3d.h \
0N/A preferences.cpp preferences.h \
0N/A preferences-skeleton.h \
0N/A menus-skeleton.h \
0N/A prefix.cpp \
0N/A prefix.h \
0N/A prefs-utils.cpp \
0N/A prefs-utils.h \
0N/A print.cpp print.h \
0N/A rect-context.cpp rect-context.h \
0N/A require-config.h \
0N/A rubberband.cpp rubberband.h \
0N/A satisfied-guide-cns.cpp satisfied-guide-cns.h \
0N/A selcue.cpp selcue.h \
0N/A select-context.cpp select-context.h \
0N/A selection-chemistry.cpp selection-chemistry.h \
0N/A selection-describer.cpp selection-describer.h \
0N/A selection.cpp selection.h \
0N/A seltrans-handles.cpp seltrans-handles.h \
0N/A seltrans.cpp seltrans.h \
0N/A shape-editor.cpp shape-editor.h \
0N/A shortcuts.cpp shortcuts.h \
0N/A snap.cpp snap.h \
0N/A snapped-point.cpp snapped-point.h \
0N/A snapper.cpp snapper.h \
0N/A line-snapper.cpp line-snapper.h \
0N/A guide-snapper.cpp guide-snapper.h \
0N/A object-snapper.cpp object-snapper.h \
0N/A sp-anchor.cpp sp-anchor.h \
0N/A sp-clippath.cpp sp-clippath.h \
0N/A sp-conn-end-pair.cpp sp-conn-end-pair.h \
0N/A sp-conn-end.cpp sp-conn-end.h \
0N/A sp-cursor.cpp sp-cursor.h \
0N/A sp-defs.cpp sp-defs.h \
0N/A sp-ellipse.cpp sp-ellipse.h \
0N/A sp-feblend.cpp sp-feblend.h \
0N/A sp-feblend-fns.h \
0N/A sp-fecolormatrix.cpp sp-fecolormatrix.h \
0N/A sp-fecolormatrix-fns.h \
0N/A sp-fecomponenttransfer.cpp sp-fecomponenttransfer.h \
0N/A sp-fecomponenttransfer-fns.h \
0N/A sp-fecomposite.cpp sp-fecomposite.h \
0N/A sp-fecomposite-fns.h \
0N/A sp-feconvolvematrix.cpp sp-feconvolvematrix.h \
0N/A sp-feconvolvematrix-fns.h \
0N/A sp-fediffuselighting.cpp sp-fediffuselighting.h \
0N/A sp-fediffuselighting-fns.h \
0N/A sp-fedisplacementmap.cpp sp-fedisplacementmap.h \
0N/A sp-fedisplacementmap-fns.h \
0N/A sp-feflood.cpp sp-feflood.h \
0N/A sp-feflood-fns.h \
0N/A sp-feimage.cpp sp-feimage.h \
0N/A sp-feimage-fns.h \
0N/A sp-femerge.cpp sp-femerge.h \
0N/A sp-femerge-fns.h \
0N/A sp-femorphology.cpp sp-femorphology.h \
0N/A sp-femorphology-fns.h \
0N/A sp-feoffset.cpp sp-feoffset.h \
0N/A sp-feoffset-fns.h \
0N/A sp-fespecularlighting.cpp sp-fespecularlighting.h \
0N/A sp-fespecularlighting-fns.h \
0N/A sp-fetile.cpp sp-fetile.h \
0N/A sp-fetile-fns.h \
0N/A sp-feturbulence.cpp sp-feturbulence.h \
0N/A sp-feturbulence-fns.h \
0N/A sp-filter-fns.h \
0N/A sp-filter-primitive.cpp \
0N/A sp-filter-primitive.h \
0N/A sp-filter-reference.cpp \
0N/A sp-filter-reference.h \
0N/A sp-filter-units.h \
0N/A sp-filter.cpp sp-filter.h number-opt-number.h \
0N/A sp-flowdiv.h sp-flowdiv.cpp \
0N/A sp-flowregion.h sp-flowregion.cpp \
0N/A sp-flowtext.h sp-flowtext.cpp \
0N/A sp-gaussian-blur.cpp sp-gaussian-blur.h \
0N/A sp-gaussian-blur-fns.h \
0N/A sp-gradient-fns.h \
0N/A sp-gradient-reference.cpp \
0N/A sp-gradient-reference.h \
0N/A sp-gradient-spread.h \
0N/A sp-gradient-units.h \
0N/A sp-gradient-vector.h \
0N/A sp-gradient.cpp sp-gradient.h \
0N/A sp-guide-attachment.h \
0N/A sp-guide-constraint.h \
0N/A sp-guide.cpp sp-guide.h \
0N/A sp-image.cpp sp-image.h \
0N/A sp-item-group.cpp sp-item-group.h \
0N/A sp-item-notify-moveto.cpp sp-item-notify-moveto.h \
0N/A sp-item-rm-unsatisfied-cns.cpp sp-item-rm-unsatisfied-cns.h \
0N/A sp-item-transform.cpp sp-item-transform.h \
0N/A sp-item-update-cns.cpp sp-item-update-cns.h \
0N/A sp-item.cpp sp-item.h \
0N/A sp-line.cpp sp-line.h \
0N/A sp-linear-gradient-fns.h \
0N/A sp-linear-gradient.h \
0N/A sp-marker-loc.h \
0N/A marker.cpp marker.h \
0N/A sp-mask.cpp sp-mask.h \
0N/A sp-metadata.cpp sp-metadata.h \
0N/A sp-metric.h \
0N/A sp-metrics.cpp sp-metrics.h \
0N/A sp-namedview.cpp sp-namedview.h \
0N/A sp-object-group.cpp sp-object-group.h \
0N/A sp-object-repr.cpp sp-object-repr.h \
0N/A sp-object.cpp sp-object.h \
0N/A sp-offset.cpp sp-offset.h \
0N/A sp-paint-server.cpp sp-paint-server.h \
0N/A sp-path.cpp sp-path.h \
0N/A sp-pattern.cpp sp-pattern.h \
0N/A sp-polygon.cpp sp-polygon.h \
0N/A sp-polyline.cpp sp-polyline.h \
0N/A sp-radial-gradient-fns.h \
0N/A sp-radial-gradient.h \
0N/A sp-rect.cpp sp-rect.h \
0N/A sp-root.cpp sp-root.h \
0N/A sp-shape.cpp sp-shape.h \
0N/A sp-spiral.cpp sp-spiral.h \
0N/A sp-star.cpp sp-star.h \
0N/A sp-stop-fns.h \
0N/A sp-stop.h \
0N/A sp-string.cpp sp-string.h \
0N/A sp-symbol.cpp sp-symbol.h \
0N/A sp-switch.cpp sp-switch.h\
0N/A sp-text.cpp sp-text.h \
0N/A sp-textpath.h \
0N/A sp-tspan.cpp sp-tspan.h \
0N/A sp-use-reference.cpp sp-use-reference.h \
0N/A sp-use.cpp sp-use.h \
0N/A spiral-context.cpp spiral-context.h \
0N/A splivarot.cpp splivarot.h \
0N/A star-context.cpp star-context.h \
0N/A streams-gzip.h streams-gzip.cpp \
0N/A streams-handles.h streams-handles.cpp \
0N/A streams-jar.h streams-jar.cpp \
0N/A streams-zlib.h streams-zlib.cpp \
0N/A style.cpp style.h \
0N/A sp-style-elem.cpp sp-style-elem.h \
0N/A svg-profile.h \
0N/A svg-view.cpp svg-view.h \
0N/A svg-view-widget.cpp svg-view-widget.h \
0N/A text-chemistry.cpp text-chemistry.h \
0N/A text-context.cpp text-context.h \
0N/A text-editing.cpp text-editing.h \
0N/A text-tag-attributes.h \
0N/A tools-switch.cpp tools-switch.h\
0N/A uri-references.cpp uri-references.h \
0N/A vanishing-point.cpp vanishing-point.h \
0N/A verbs.cpp verbs.h \
0N/A version.cpp version.h \
0N/A zoom-context.cpp zoom-context.h
0N/A
0N/A# Force libinkpost.a to be rebuilt if we add files to libinkpost_a_SOURCES.
0N/Alibinkpost_a_DEPENDENCIES = Makefile_insert
0N/A
0N/A# libinkpost.a: Any object file that needs to be near the end of the link line.
0N/A# gradient-chemistry.o is called by some things in display/.
0N/Alibinkpost_a_SOURCES = \
0N/A color.cpp color.h \
0N/A decimal-round.h \
0N/A dir-util.cpp dir-util.h \
0N/A ege-adjustment-action.cpp \
0N/A ege-adjustment-action.h \
0N/A ege-output-action.cpp \
0N/A ege-output-action.h \
0N/A ege-select-one-action.cpp \
0N/A ege-select-one-action.h \
0N/A fill-or-stroke.h \
0N/A filter-chemistry.cpp filter-chemistry.h \
0N/A fixes.cpp \
0N/A gc-alloc.h \
0N/A gc-anchored.h gc-anchored.cpp \
0N/A gc-core.h \
0N/A gc-finalized.h gc-finalized.cpp \
0N/A gc-managed.h \
0N/A gc-soft-ptr.h \
0N/A gc.cpp \
0N/A gradient-chemistry.cpp gradient-chemistry.h \
0N/A ink-action.cpp \
0N/A ink-action.h \
0N/A memeq.h \
0N/A round.h \
0N/A streq.h \
0N/A strneq.h \
0N/A composite-undo-stack-observer.h \
0N/A composite-undo-stack-observer.cpp \
0N/A undo-stack-observer.h \
0N/A unit-constants.h \
0N/A uri.cpp uri.h
0N/A
0N/Ainkscape_private_libs = \
0N/A libinkpre.a \
0N/A application/libinkapp.a \
0N/A ui/dialog/libuidialog.a \
0N/A dialogs/libspdialogs.a \
0N/A ui/cache/libuicache.a \
0N/A jabber_whiteboard/libjabber_whiteboard.a \
0N/A pedro/libpedro.a \
0N/A trace/libtrace.a \
0N/A svg/libspsvg.a \
0N/A widgets/libspwidgets.a \
0N/A display/libspdisplay.a \
0N/A helper/libspchelp.a \
0N/A libcroco/libcroco.a \
0N/A libnrtype/libnrtype.a \
0N/A libnr/libnr.a \
0N/A libavoid/libavoid.a \
0N/A livarot/libvarot.a \
0N/A ui/view/libuiview.a \
0N/A ui/libui.a \
0N/A ui/widget/libuiwidget.a \
0N/A graphlayout/libgraphlayout.a \
0N/A removeoverlap/libremoveoverlap.a \
0N/A libcola/libcola.a \
0N/A libvpsc/libvpsc.a \
0N/A extension/libextension.a \
0N/A extension/implementation/libimplementation.a \
0N/A extension/internal/libinternal.a \
0N/A extension/internal/libwpg/libwpg.a \
0N/A extension/script/libscript.a \
0N/A dom/libdom.a \
0N/A xml/libspxml.a \
0N/A util/libinkutil.a \
0N/A io/libio.a \
0N/A $(inkjar_libs) \
0N/A libinkpost.a \
0N/A debug/libinkdebug.a
0N/A
0N/Aall_libs = \
0N/A $(inkscape_private_libs) \
0N/A $(INKSCAPE_LIBS) \
0N/A $(GNOME_PRINT_LIBS) \
0N/A $(GNOME_VFS_LIBS) \
0N/A $(XFT_LIBS) \
0N/A $(FREETYPE_LIBS) \
0N/A $(kdeldadd) \
0N/A $(win32ldflags) \
0N/A $(PERL_LIBS) \
0N/A $(PYTHON_LIBS) \
0N/A $(INKBOARD_LIBS)
0N/A
0N/Adesktop.$(OBJEXT): helper/sp-marshal.h
0N/Adocument.$(OBJEXT): helper/sp-marshal.h inkscape_version.h
0N/Aextension/internal/latex-pstricks.$(OBJEXT): inkscape_version.h
0N/Aextension/internal/ps.$(OBJEXT): inkscape_version.h
0N/Ainkscape.$(OBJEXT): helper/sp-marshal.h inkscape_version.h
0N/Aknot.$(OBJEXT): helper/sp-marshal.h
0N/Amain.$(OBJEXT): inkscape_version.h
0N/Aselection.$(OBJEXT): helper/sp-marshal.h
0N/Asp-object.$(OBJEXT): helper/sp-marshal.h
0N/Asp-root.$(OBJEXT): inkscape_version.h
0N/Aview.$(OBJEXT): helper/sp-marshal.h
0N/Ahelp.$(OBJEXT): inkscape_version.h
0N/A
0N/A
0N/A# ################################################
0N/A#
0N/A# B I N A R I E S
0N/A#
0N/A# ################################################
0N/A
0N/A
0N/Ainkscape_SOURCES = main.cpp $(win32_sources)
0N/Ainkscape_LDADD = $(all_libs)
0N/Ainkscape_LDFLAGS = --export-dynamic $(kdeldflags)
0N/A
0N/Ainkview_SOURCES = inkview.cpp $(win32_sources)
0N/Ainkview_LDADD = $(all_libs)
0N/A
0N/Astyle_test_SOURCES = style-test.cpp
0N/Astyle_test_LDADD = $(all_libs)
0N/A
0N/Ainkscape_version.h: ../configure.ac
0N/A echo '#define INKSCAPE_VERSION "$(VERSION)"' > inkscape_version.h
0N/A
0N/Atest_all_includes = \
0N/A $(srcdir)/attributes-test.h \
0N/A $(srcdir)/color-profile-test.h \
0N/A $(srcdir)/MultiPrinter.h \
0N/A $(srcdir)/TRPIFormatter.h \
0N/A $(srcdir)/PylogFormatter.h \
0N/A $(srcdir)/dir-util-test.h \
0N/A $(srcdir)/extract-uri-test.h \
0N/A $(srcdir)/mod360-test.h \
0N/A $(srcdir)/round-test.h \
0N/A $(srcdir)/sp-gradient-test.h \
0N/A $(srcdir)/sp-style-elem-test.h \
0N/A $(srcdir)/style-test.h \
0N/A $(srcdir)/test-helpers.h \
0N/A $(srcdir)/verbs-test.h
0N/A