summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 790afca)
raw | patch | inline | side by side (parent: 790afca)
author | verbalshadow <verbalshadow@users.sourceforge.net> | |
Mon, 5 Jan 2009 00:38:29 +0000 (00:38 +0000) | ||
committer | verbalshadow <verbalshadow@users.sourceforge.net> | |
Mon, 5 Jan 2009 00:38:29 +0000 (00:38 +0000) |
12 files changed:
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a4d79d816c890cb9f4ae742f49124077b3ba301..a5b2622af3698b2f44a887add4d71821c99d9739 100644 (file)
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6)
SET(CMAKE_INCLUDE_CURRENT_DIR TRUE)
+if(COMMAND cmake_policy)
+ cmake_policy(SET CMP0003 NEW)
+endif(COMMAND cmake_policy)
+
LIST(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/CMakeScripts")
INCLUDE(ConfigPaths)
INCLUDE(DefineDependsandFlags)
INCLUDE(HelperMacros)
-\r# Set to true if compiler/linker should enable profiling:
+
+# Set to true if compiler/linker should enable profiling:
#SET(ENABLE_PROFILING TRUE)
#make dist target
index cd2f4a71282bde000de5969bb94d27c725de881f..9aea995d2e5a6443b49b51aa43dd99a4f4ec021c 100644 (file)
--- a/src/2geom/CMakeLists.txt
+++ b/src/2geom/CMakeLists.txt
geom.cpp
geom.h
-utils.cpp
+#utils.cpp
utils.h
exception.h
angle.h
FILE(GLOB files "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
INSTALL(FILES ${files} DESTINATION include/2geom/2geom)
-CONFIGURE_FILE( ${CMAKE_SOURCE_DIR}/2geom.pc.in
- ${CMAKE_BINARY_DIR}/2geom.pc @ONLY IMMEDIATE )
-INSTALL(FILES "${CMAKE_BINARY_DIR}/2geom.pc" DESTINATION lib/pkgconfig)
-ADD_SUBDIRECTORY (toys)
-ADD_SUBDIRECTORY (tests)
-ADD_SUBDIRECTORY (py2geom)
+#CONFIGURE_FILE( ${CMAKE_SOURCE_DIR}/2geom.pc.in
+# ${CMAKE_BINARY_DIR}/2geom.pc @ONLY IMMEDIATE )
+#INSTALL(FILES "${CMAKE_BINARY_DIR}/2geom.pc" DESTINATION lib/pkgconfig)
+#ADD_SUBDIRECTORY (toys)
+#ADD_SUBDIRECTORY (tests)
+#ADD_SUBDIRECTORY (py2geom)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5e4b41d01d91cac24f57c195bae845e345b8c6f6..a6a1e2a74a014fa2da259d77a2cc75172299aa3f 100644 (file)
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
IF(WIN32)\r
SET(ONLY_WIN\r
registrytool.cpp\r
- #deptool.cpp
+ #deptool.cpp\r
winmain.cpp)\r
ELSEIF(WIN32)\r
SET(ONLY_WIN)\r
ENDIF(WIN32)\r
-SET(SP_SRC
-sp-anchor.cpp
-sp-animation.cpp
-sp-clippath.cpp
-sp-conn-end.cpp
-sp-conn-end-pair.cpp
-sp-cursor.cpp
-sp-defs.cpp
-sp-ellipse.cpp
-sp-feblend.cpp
-sp-fecolormatrix.cpp
-sp-fecomponenttransfer.cpp
-sp-fecomponenttransfer-funcnode.cpp
-sp-fecomposite.cpp
-sp-feconvolvematrix.cpp
-sp-fediffuselighting.cpp
-sp-fedisplacementmap.cpp
-sp-fedistantlight.cpp
-sp-feflood.cpp
-sp-feimage.cpp
-sp-femerge.cpp
-sp-femergenode.cpp
-sp-femorphology.cpp
-sp-feoffset.cpp
-sp-fepointlight.cpp
-sp-fespecularlighting.cpp
-sp-fespotlight.cpp
-sp-fetile.cpp
-sp-feturbulence.cpp
-sp-filter.cpp
-sp-filter-primitive.cpp
-sp-filter-reference.cpp
-sp-flowdiv.cpp
-sp-flowregion.cpp
-sp-flowtext.cpp
-sp-font.cpp
-sp-font-face.cpp
-sp-gaussian-blur.cpp
-sp-glyph.cpp
-sp-gradient.cpp
-sp-gradient-reference.cpp
-sp-guide.cpp
-sp-glyph-kerning.cpp
-sp-image.cpp
-spiral-context.cpp
-sp-item.cpp
-sp-item-group.cpp
-sp-item-notify-moveto.cpp
-sp-item-rm-unsatisfied-cns.cpp
-sp-item-transform.cpp
-sp-item-update-cns.cpp
-sp-line.cpp
-splivarot.cpp
-sp-lpe-item.cpp
-sp-mask.cpp
-sp-metadata.cpp
-sp-metrics.cpp
-sp-missing-glyph.cpp
-sp-namedview.cpp
-sp-object.cpp
-sp-object-group.cpp
-sp-object-repr.cpp
-sp-offset.cpp
-sp-paint-server.cpp
-sp-path.cpp
-sp-pattern.cpp
-sp-polygon.cpp
-sp-polyline.cpp
-sp-rect.cpp
-sp-root.cpp
-sp-shape.cpp
-sp-skeleton.cpp
-sp-spiral.cpp
-sp-star.cpp
-sp-string.cpp
-sp-style-elem.cpp
-sp-switch.cpp
-sp-symbol.cpp
-sp-text.cpp
-sp-tref.cpp
-sp-tref-reference.cpp
-sp-tspan.cpp
-sp-use.cpp
-sp-use-reference.cpp
-)
+SET(SP_SRC\r
+sp-anchor.cpp\r
+sp-animation.cpp\r
+sp-clippath.cpp\r
+sp-conn-end.cpp\r
+sp-conn-end-pair.cpp\r
+sp-cursor.cpp\r
+sp-defs.cpp\r
+sp-ellipse.cpp\r
+# sp-feblend.cpp\r
+# sp-fecolormatrix.cpp\r
+# sp-fecomponenttransfer.cpp\r
+# sp-fecomponenttransfer-funcnode.cpp\r
+# sp-fecomposite.cpp\r
+# sp-feconvolvematrix.cpp\r
+# sp-fediffuselighting.cpp\r
+# sp-fedisplacementmap.cpp\r
+# sp-fedistantlight.cpp\r
+# sp-feflood.cpp\r
+# sp-feimage.cpp\r
+# sp-femerge.cpp\r
+# sp-femergenode.cpp\r
+# sp-femorphology.cpp\r
+# sp-feoffset.cpp\r
+# sp-fepointlight.cpp\r
+# sp-fespecularlighting.cpp\r
+# sp-fespotlight.cpp\r
+# sp-fetile.cpp\r
+# sp-feturbulence.cpp\r
+sp-filter.cpp\r
+sp-filter-primitive.cpp\r
+sp-filter-reference.cpp\r
+sp-flowdiv.cpp\r
+sp-flowregion.cpp\r
+sp-flowtext.cpp\r
+sp-font.cpp\r
+sp-font-face.cpp\r
+sp-gaussian-blur.cpp\r
+sp-glyph.cpp\r
+sp-gradient.cpp\r
+sp-gradient-reference.cpp\r
+sp-guide.cpp\r
+sp-glyph-kerning.cpp\r
+sp-image.cpp\r
+spiral-context.cpp\r
+sp-item.cpp\r
+sp-item-group.cpp\r
+sp-item-notify-moveto.cpp\r
+sp-item-rm-unsatisfied-cns.cpp\r
+sp-item-transform.cpp\r
+sp-item-update-cns.cpp\r
+sp-line.cpp\r
+splivarot.cpp\r
+sp-lpe-item.cpp\r
+sp-mask.cpp\r
+sp-metadata.cpp\r
+sp-metrics.cpp\r
+sp-missing-glyph.cpp\r
+sp-namedview.cpp\r
+sp-object.cpp\r
+sp-object-group.cpp\r
+sp-object-repr.cpp\r
+sp-offset.cpp\r
+sp-paint-server.cpp\r
+sp-path.cpp\r
+sp-pattern.cpp\r
+sp-polygon.cpp\r
+sp-polyline.cpp\r
+sp-rect.cpp\r
+sp-root.cpp\r
+sp-shape.cpp\r
+sp-skeleton.cpp\r
+sp-spiral.cpp\r
+sp-star.cpp\r
+sp-string.cpp\r
+sp-style-elem.cpp\r
+sp-switch.cpp\r
+sp-symbol.cpp\r
+sp-text.cpp\r
+sp-tref.cpp\r
+sp-tref-reference.cpp\r
+sp-tspan.cpp\r
+sp-use.cpp\r
+sp-use-reference.cpp\r
+)\r
\r
SET(INKSCAPE_SRC\r
-arc-context.cpp
-attributes.cpp
-axis-manip.cpp
-box3d-context.cpp
-box3d.cpp
-box3d-side.cpp
-color.cpp
-color-profile.cpp
-composite-undo-stack-observer.cpp
-common-context.cpp
-conditions.cpp
-conn-avoid-ref.cpp
-connector-context.cpp
-console-output-undo-observer.cpp
-context-fns.cpp
-#deptool.cpp
-desktop-affine.cpp
-desktop.cpp
-desktop-events.cpp
-desktop-handles.cpp
-desktop-style.cpp
-device-manager.cpp
-dir-util.cpp
-document.cpp
-document-subset.cpp
-document-undo.cpp
-doxygen-main.cpp
-draw-anchor.cpp
-draw-context.cpp
-dropper-context.cpp
-dyna-draw-context.cpp
-ege-adjustment-action.cpp
-ege-color-prof-tracker.cpp
-ege-output-action.cpp
-ege-select-one-action.cpp
-eraser-context.cpp
-event-context.cpp
-event-log.cpp
-extension
-extract-uri.cpp
-file.cpp
-filter-chemistry.cpp
-filter-enums.cpp
-fixes.cpp
-flood-context.cpp
-fontsize-expansion.cpp
-gc-anchored.cpp
-gc.cpp
-gc-finalized.cpp
-gradient-chemistry.cpp
-gradient-context.cpp
-gradient-drag.cpp
-guide-snapper.cpp
-help.cpp
-id-clash.cpp
-ige-mac-menu.c
-ink-action.cpp
-inkscape.cpp
-inkscape.rc
-inkscape-stock.cpp
-interface.cpp
-knot.cpp
-knotholder.cpp
-knot-holder-entity.cpp
-layer-fns.cpp
-layer-manager.cpp
-line-geometry.cpp
-line-snapper.cpp
-main-cmdlineact.cpp
-main.cpp
-marker.cpp
-media.cpp
-message-context.cpp
-message-stack.cpp
-mod360.cpp
-node-context.cpp
-nodepath.cpp
-object-edit.cpp
-object-hierarchy.cpp
-object-snapper.cpp
-path-chemistry.cpp
-pencil-context.cpp
-pen-context.cpp
-persp3d.cpp
-persp3d-reference.cpp
-perspective-line.cpp
-plugin.def
-preferences.cpp
-prefix.cpp
-prefs-utils.cpp
-print.cpp
-profile-manager.cpp
-proj_pt.cpp
-rect-context.cpp
-rubberband.cpp
-satisfied-guide-cns.cpp
-selcue.cpp
-select-context.cpp
-selection-chemistry.cpp
-selection.cpp
-selection-describer.cpp
-#selfname.tpl
-seltrans.cpp
-seltrans-handles.cpp
-shape-editor.cpp
-shortcuts.cpp
-snap.cpp
-snapped-line.cpp
-snapped-point.cpp
-snapper.cpp
-star-context.cpp
-style.cpp
-#style-test.cpp
-svg-view.cpp
-svg-view-widget.cpp
-text-chemistry.cpp
-text-context.cpp
-text-editing.cpp
-tools-switch.cpp
-transf_mat_3x4.cpp
-tweak-context.cpp
-uri.cpp
-uri-references.cpp
-vanishing-point.cpp
-verbs.cpp
-version.cpp
+arc-context.cpp\r
+attributes.cpp\r
+axis-manip.cpp\r
+box3d-context.cpp\r
+box3d.cpp\r
+box3d-side.cpp\r
+color.cpp\r
+color-profile.cpp\r
+composite-undo-stack-observer.cpp\r
+common-context.cpp\r
+conditions.cpp\r
+conn-avoid-ref.cpp\r
+connector-context.cpp\r
+console-output-undo-observer.cpp\r
+context-fns.cpp\r
+#deptool.cpp\r
+desktop-affine.cpp\r
+desktop.cpp\r
+desktop-events.cpp\r
+desktop-handles.cpp\r
+desktop-style.cpp\r
+device-manager.cpp\r
+dir-util.cpp\r
+document.cpp\r
+document-subset.cpp\r
+document-undo.cpp\r
+doxygen-main.cpp\r
+draw-anchor.cpp\r
+draw-context.cpp\r
+dropper-context.cpp\r
+dyna-draw-context.cpp\r
+ege-adjustment-action.cpp\r
+ege-color-prof-tracker.cpp\r
+ege-output-action.cpp\r
+ege-select-one-action.cpp\r
+eraser-context.cpp\r
+event-context.cpp\r
+event-log.cpp\r
+extension\r
+extract-uri.cpp\r
+file.cpp\r
+filter-chemistry.cpp\r
+filter-enums.cpp\r
+fixes.cpp\r
+flood-context.cpp\r
+gc-anchored.cpp\r
+gc.cpp\r
+gc-finalized.cpp\r
+gradient-chemistry.cpp\r
+gradient-context.cpp\r
+gradient-drag.cpp\r
+guide-snapper.cpp\r
+help.cpp\r
+id-clash.cpp\r
+ige-mac-menu.c\r
+ink-action.cpp\r
+inkscape.cpp\r
+inkscape.rc\r
+inkscape-stock.cpp\r
+interface.cpp\r
+knot.cpp\r
+knotholder.cpp\r
+knot-holder-entity.cpp\r
+layer-fns.cpp\r
+layer-manager.cpp\r
+line-geometry.cpp\r
+line-snapper.cpp\r
+main-cmdlineact.cpp\r
+main.cpp\r
+marker.cpp\r
+media.cpp\r
+message-context.cpp\r
+message-stack.cpp\r
+mod360.cpp\r
+node-context.cpp\r
+nodepath.cpp\r
+object-edit.cpp\r
+object-hierarchy.cpp\r
+object-snapper.cpp\r
+path-chemistry.cpp\r
+pencil-context.cpp\r
+pen-context.cpp\r
+persp3d.cpp\r
+persp3d-reference.cpp\r
+perspective-line.cpp\r
+plugin.def\r
+preferences.cpp\r
+prefix.cpp\r
+print.cpp\r
+profile-manager.cpp\r
+proj_pt.cpp\r
+rect-context.cpp\r
+rubberband.cpp\r
+satisfied-guide-cns.cpp\r
+selcue.cpp\r
+select-context.cpp\r
+selection-chemistry.cpp\r
+selection.cpp\r
+selection-describer.cpp\r
+#selfname.tpl\r
+seltrans.cpp\r
+seltrans-handles.cpp\r
+shape-editor.cpp\r
+shortcuts.cpp\r
+snap.cpp\r
+snapped-line.cpp\r
+snapped-point.cpp\r
+snapper.cpp\r
+star-context.cpp\r
+style.cpp\r
+#style-test.cpp\r
+svg-view.cpp\r
+svg-view-widget.cpp\r
+text-chemistry.cpp\r
+text-context.cpp\r
+text-editing.cpp\r
+tools-switch.cpp\r
+transf_mat_3x4.cpp\r
+tweak-context.cpp\r
+uri.cpp\r
+uri-references.cpp\r
+vanishing-point.cpp\r
+verbs.cpp\r
+version.cpp\r
zoom-context.cpp\r
${ONLY_WIN}\r
)\r
# All folder with CMakeLists.txt files (excluding internal libraries)\r
SET(srcfolders\r
algorithms\r
-api
+api\r
application\r
bind\r
-debug
+debug\r
dialogs\r
display\r
dom\r
extension\r
#extension/dxf2svg\r
extension/implementation\r
-extension/internal
-extension/internal/bitmap
-extension/internal/filter
+extension/internal\r
+extension/internal/bitmap\r
+extension/internal/filter\r
extension/internal/pdfinput\r
-extension/param
+extension/param\r
extension/script\r
graphlayout\r
helper\r
\r
SET(INKSCAPE_SRC ${INKSCAPE_SRC} ${GlibOutput})\r
# All directories containing lists files that describe building internal libraries\r
-SET(libfolders
+SET(libfolders\r
2geom\r
libavoid\r
libcola\r
libgdl\r
libnr\r
libnrtype\r
-libvpsc
+libvpsc\r
livarot\r
)\r
\r
FOREACH(dirlistsrc ${libfolders})\r
ADD_SUBDIRECTORY(${dirlistsrc})\r
ENDFOREACH(dirlistsrc)\r
-
-message(status "${INKSCAPE_LIBS}")
+\r
+message(status "${INKSCAPE_LIBS}")\r
ADD_LIBRARY(sp STATIC ${SP_SRC})\r
TARGET_LINK_LIBRARIES(sp \r
2geom avoid cola croco gdl nr nrtype vpsc livarot\r
ADD_EXECUTABLE(inkscape ${INKSCAPE_SRC})\r
TARGET_LINK_LIBRARIES(inkscape\r
2geom avoid cola croco gdl nr nrtype vpsc livarot sp\r
-)
-
-# make executable for INKVIEW
-#ADD_EXECUTABLE(inkview inkview.cpp)
+)\r
+\r
+# make executable for INKVIEW\r
+#ADD_EXECUTABLE(inkview inkview.cpp)\r
#TARGET_LINK_LIBRARIES(inkview\r
# "${INKSCAPE_LINK_FLAGS}" 2geom avoid cola croco gdl nr nrtype vpsc livarot sp\r
#)\r
-
+\r
index 44fe34abde247264f9a445b3b8512392cec31973..c9c00e05b98071f830b4c0c7bf6d4f93bea5b65a 100644 (file)
SET(extension_internal_SRC
bluredge.cpp
-cairo-pdf-out.cpp
cairo-png-out.cpp
cairo-ps-out.cpp
cairo-render-context.cpp
cairo-renderer-pdf-out.cpp
emf-win32-inout.cpp
emf-win32-print.cpp
-eps-out.cpp
gdkpixbuf-input.cpp
gimpgrad.cpp
grid.cpp
latex-pstricks.cpp
latex-pstricks-out.cpp
odf.cpp
-pdf-cairo.cpp
pdfinput
pdf-input-cairo.cpp
pov-out.cpp
javafx-out.cpp
-ps.cpp
-ps-out.cpp
svg.cpp
svgz.cpp
wpg-input.cpp
diff --git a/src/extension/internal/bitmap/CMakeLists.txt b/src/extension/internal/bitmap/CMakeLists.txt
index 7ca4137dea73c2e4e626dff8cc8e3b76f86778b4..8aec17492bce3265c7b4ff21084469f45179f5ee 100644 (file)
charcoal.cpp
colorize.cpp
contrast.cpp
-convolve.cpp
cycleColormap.cpp
despeckle.cpp
edge.cpp
diff --git a/src/extension/internal/filter/CMakeLists.txt b/src/extension/internal/filter/CMakeLists.txt
index ec76a902e7d8a70f0b9038fff304ed2e7fe13c2c..80a14ba3a90975145b27cd40b17813e0d9d55865 100644 (file)
SET(extension_internal_filter_SRC
-apparition.h
-bloom.h
-clouds.h
-crystal.h
-cutout.h
drop-shadow.h
-emboss.h
-etched-glass.h
filter-all.cpp
filter.cpp
filter-file.cpp
filter.h
-fire.h
-frost.h
-ink-bleed.h
-jelly-bean.h
-jigsaw-piece.h
-leopard-fur.h
-melt.h
-metal.h
-motion-blur.h
-oil-slick.h
-patterned-glass.h
-ridged-border.h
-ripple.h
-roughen.h
-rubber-stamp.h
-sepia.h
snow.h
-speckle.h
-zebra.h
)
index 00307fcdd3a631e0efd0050173d1b9e66d974723..d29b83da81c27bbb9c3bed319eeb470b49c91f5e 100644 (file)
--- a/src/libnr/CMakeLists.txt
+++ b/src/libnr/CMakeLists.txt
SET(libnr_SRC
#in-svg-plane-test.cpp
-n-art-bpath-2geom.cpp
nr-blit.cpp
nr-compose.cpp
nr-compose-transform.cpp
nr-matrix-div.cpp
nr-matrix-fns.cpp
nr-matrix-rotate-ops.cpp
-nr-matrix-test.cpp
nr-object.cpp
-nr-path.cpp
nr-pixblock.cpp
nr-pixblock-line.cpp
nr-pixblock-pattern.cpp
nr-rotate-fns.cpp
#nr-rotate-fns-test.cpp
nr-rotate-matrix-ops.cpp
-nr-rotate-test.cpp
nr-scale-matrix-ops.cpp
-nr-scale-test.cpp
nr-scale-translate-ops.cpp
nr-translate-matrix-ops.cpp
nr-translate-rotate-ops.cpp
index f93d8910aac9a6590ae5a4b77933c8b8dbbb84d9..2fa0d5bc698747cb2ce8896a044881b095f423ca 100644 (file)
path.cpp
path-reference.cpp
point.cpp
-pointparam-knotholder.cpp
random.cpp
text.cpp
unit.cpp
diff --git a/src/svg/CMakeLists.txt b/src/svg/CMakeLists.txt
index 707b86736433350beb521d470ad8c57dd6f03fe7..fbf2143935c28d2bc7f44fa5eff49e59bdae2fad 100644 (file)
--- a/src/svg/CMakeLists.txt
+++ b/src/svg/CMakeLists.txt
SET(svg_SRC
css-ostringstream.cpp
#ftos.cpp
-gnome-canvas-bpath-util.cpp
itos.cpp
path-string.cpp
round.cpp
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index 48884807d76cc387b49681ebd417025d04f56377..6c5a9350bea8018c1dd2bfb63f4ae2cdd5a71e78 100644 (file)
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
SET(ui_SRC
clipboard.cpp
context-menu.cpp
-icons.cpp
previewholder.cpp
stock.cpp
stock-items.cpp
index 5a0d6a08eb6882880d3529133752c6adf201eddb..1d912cf9f9f5a63483340d7dfc9766b5fb2ce876 100644 (file)
dock-behavior.cpp
document-metadata.cpp
document-properties.cpp
-export.cpp
extension-editor.cpp
filedialog.cpp
filedialogimpl-gtkmm.cpp
floating-behavior.cpp
inkscape-preferences.cpp
input.cpp
-layer-editor.cpp
livepatheffect-editor.cpp
memory.cpp
messages.cpp
print.cpp
scriptdialog.cpp
#session-player.cpp
-text-properties.cpp
tile.cpp
tracedialog.cpp
transformation.cpp
-tree-editor.cpp
undo-history.cpp
#whiteboard-connect.cpp
#whiteboard-sharewithchat.cpp
#whiteboard-sharewithuser.cpp
-xml-editor.cpp
${ui_dialog_WIN32_SRC}
)
index b11720c26c74ab0155ff0558c47fb44108b69ee1..82b5a0fb0a8c9c0f54c9587b3553fd3c4e9783a1 100644 (file)
--- a/src/util/CMakeLists.txt
+++ b/src/util/CMakeLists.txt
SET(util_SRC
-list-container-test.cpp
share.cpp
units.cpp
)