Code

Cmake: remove header files from source lists
authorverbalshadow <verbalshadow@users.sourceforge.net>
Tue, 24 Jun 2008 06:32:23 +0000 (06:32 +0000)
committerverbalshadow <verbalshadow@users.sourceforge.net>
Tue, 24 Jun 2008 06:32:23 +0000 (06:32 +0000)
36 files changed:
CMakeLists.txt
src/2geom/CMakeLists.txt
src/CMakeLists.txt
src/application/CMakeLists.txt
src/bind/CMakeLists.txt
src/debug/CMakeLists.txt
src/dialogs/CMakeLists.txt
src/dom/CMakeLists.txt
src/extension/internal/CMakeLists.txt
src/extension/script/CMakeLists.txt
src/graphlayout/CMakeLists.txt
src/inkjar/CMakeLists.txt
src/io/CMakeLists.txt
src/jabber_whiteboard/CMakeLists.txt
src/jabber_whiteboard/dialog/CMakeLists.txt
src/libcola/CMakeLists.txt
src/libcroco/CMakeLists.txt
src/libgdl/CMakeLists.txt
src/libnr/CMakeLists.txt
src/libnrtype/CMakeLists.txt
src/livarot/CMakeLists.txt
src/live_effects/CMakeLists.txt
src/live_effects/parameter/CMakeLists.txt
src/pedro/CMakeLists.txt
src/removeoverlap/CMakeLists.txt
src/svg/CMakeLists.txt
src/trace/CMakeLists.txt
src/trace/potrace/CMakeLists.txt
src/ui/CMakeLists.txt
src/ui/cache/CMakeLists.txt
src/ui/dialog/CMakeLists.txt
src/ui/view/CMakeLists.txt
src/ui/widget/CMakeLists.txt
src/util/CMakeLists.txt
src/widgets/CMakeLists.txt
src/xml/CMakeLists.txt

index e3327eb2f5c74c4c1576b7b79533c4ae99e5d2ac..6a4d79d816c890cb9f4ae742f49124077b3ba301 100644 (file)
@@ -1,41 +1,41 @@
-PROJECT(inkscape)\r
-\r
-SET(INKSCAPE_VERSION 0.46+devel)\r
-SET(PROJECT_NAME inkscape)\r
-CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6)\r
-SET(CMAKE_INCLUDE_CURRENT_DIR TRUE)\r
-\r
+PROJECT(inkscape)
+
+SET(INKSCAPE_VERSION 0.46+devel)
+SET(PROJECT_NAME inkscape)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6)
+SET(CMAKE_INCLUDE_CURRENT_DIR TRUE)
+
 LIST(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/CMakeScripts")
 INCLUDE(ConfigPaths)
-INCLUDE(DefineDependsandFlags)\r
+INCLUDE(DefineDependsandFlags)
 INCLUDE(HelperMacros)
-\r# Set to true if compiler/linker should enable profiling:\r
-#SET(ENABLE_PROFILING TRUE)\r
-\r
-#make dist target\r
-SET(INKSCAPE_DIST_PREFIX "${PROJECT_NAME}-${INKSCAPE_VERSION}")\r
-ADD_CUSTOM_TARGET(dist svn export --force -q "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}" \r
-               COMMAND tar -czf "${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}.tar.gz" -C "${CMAKE_BINARY_DIR}" --exclude=".hidden" ${INKSCAPE_DIST_PREFIX}\r
-               WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}")\r
-\r
-#make unistall target\r
-CONFIGURE_FILE(\r
-  "${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"\r
-  "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"\r
-  IMMEDIATE @ONLY)\r
-\r
-ADD_CUSTOM_TARGET(uninstall\r
-  "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")\r
-\r
-SET(folders\r
-src\r
-cxxtest\r
-share\r
-doc\r
-#doc-pak\r
-po\r
-)\r
-\r
-FOREACH(dirlist ${folders})\r
-ADD_SUBDIRECTORY(${dirlist})\r
+\r# Set to true if compiler/linker should enable profiling:
+#SET(ENABLE_PROFILING TRUE)
+
+#make dist target
+SET(INKSCAPE_DIST_PREFIX "${PROJECT_NAME}-${INKSCAPE_VERSION}")
+ADD_CUSTOM_TARGET(dist svn export --force -q "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}" 
+               COMMAND tar -czf "${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}.tar.gz" -C "${CMAKE_BINARY_DIR}" --exclude=".hidden" ${INKSCAPE_DIST_PREFIX}
+               WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}")
+
+#make unistall target
+CONFIGURE_FILE(
+  "${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"
+  "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
+  IMMEDIATE @ONLY)
+
+ADD_CUSTOM_TARGET(uninstall
+  "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
+
+SET(folders
+src
+cxxtest
+share
+doc
+#doc-pak
+po
+)
+
+FOREACH(dirlist ${folders})
+ADD_SUBDIRECTORY(${dirlist})
 ENDFOREACH(dirlist)
index 7150eacad92a6f0ac8ff7c22816ef0bef45cd15a..8c22cb15a6cb6be62d06a49b42cd29aa94df227c 100644 (file)
@@ -1,97 +1,41 @@
 SET(2geom_SRC
-angle.h
 basic-intersection.cpp
-basic-intersection.h
-bezier-curve.h
-bezier.h
-bezier-to-sbasis.h
 bezier-utils.cpp
-bezier-utils.h
-choose.h
 circle-circle.cpp
-circulator.h
-concepts.h
 conjugate_gradient.cpp
-conjugate_gradient.h
 convex-cover.cpp
-convex-cover.h
-coord.h
 crossing.cpp
-crossing.h
-curve.h
 curve-helpers.cpp
-curves.h
-d2.h
 d2-sbasis.cpp
-d2-sbasis.h
 elliptical-arc.cpp
-elliptical-arc.h
-exception.h
-forward.h
 geom.cpp
-geom.h
-hvlinesegment.h
-interval.h
-isnan.h
-linear.h
 matrix.cpp
-matrix.h
 nearest-point.cpp
-nearest-point.h
 numeric
-ord.h
 path.cpp
-path.h
 path-intersection.cpp
-path-intersection.h
 pathvector.cpp
-pathvector.h
 piecewise.cpp
-piecewise.h
 point.cpp
-point.h
-point-l.h
-point-ops.h
 poly.cpp
 poly-dk-solve.cpp
-poly-dk-solve.h
-poly.h
 poly-laguerre-solve.cpp
-poly-laguerre-solve.h
 quadtree.cpp
-quadtree.h
-rect.h
 region.cpp
-region.h
 sbasis-2d.cpp
-sbasis-2d.h
 sbasis.cpp
-sbasis-curve.h
 sbasis-geometric.cpp
-sbasis-geometric.h
-sbasis.h
 sbasis-math.cpp
-sbasis-math.h
 sbasis-poly.cpp
-sbasis-poly.h
 sbasis-roots.cpp
 sbasis-to-bezier.cpp
-sbasis-to-bezier.h
 shape.cpp
-shape.h
 solve-bezier-one-d.cpp
 solve-bezier-parametric.cpp
-solver.h
-sturm.h
 svg-path.cpp
-svg-path.h
 svg-path-parser.cpp
-svg-path-parser.h
 sweep.cpp
-sweep.h
 transforms.cpp
-transforms.h
-utils.h
 )
 
 ADD_LIBRARY(2geom STATIC ${2geom_SRC})
index e1f36cd796a5a3ffa7426aae45615f4fd82224e2..5dfd490c5bae95188c0a74b290804642bb0725a5 100644 (file)
@@ -1,7 +1,6 @@
 IF(WIN32)\r
     SET(ONLY_WIN\r
-    registrytool.cpp
-    registrytool.h\r
+    registrytool.cpp\r
     #deptool.cpp
     winmain.cpp)\r
 ELSEIF(WIN32)\r
@@ -9,511 +8,221 @@ ELSEIF(WIN32)
 ENDIF(WIN32)\r
 SET(SP_SRC
 sp-anchor.cpp
-sp-anchor.h
 sp-animation.cpp
-sp-animation.h
 sp-clippath.cpp
-sp-clippath.h
 sp-conn-end.cpp
-sp-conn-end.h
 sp-conn-end-pair.cpp
-sp-conn-end-pair.h
 sp-cursor.cpp
-sp-cursor.h
 sp-defs.cpp
-sp-defs.h
 sp-ellipse.cpp
-sp-ellipse.h
 sp-feblend.cpp
-sp-feblend-fns.h
-sp-feblend.h
 sp-fecolormatrix.cpp
-sp-fecolormatrix-fns.h
-sp-fecolormatrix.h
 sp-fecomponenttransfer.cpp
-sp-fecomponenttransfer-fns.h
 sp-fecomponenttransfer-funcnode.cpp
-sp-fecomponenttransfer-funcnode.h
-sp-fecomponenttransfer.h
 sp-fecomposite.cpp
-sp-fecomposite-fns.h
-sp-fecomposite.h
 sp-feconvolvematrix.cpp
-sp-feconvolvematrix-fns.h
-sp-feconvolvematrix.h
 sp-fediffuselighting.cpp
-sp-fediffuselighting-fns.h
-sp-fediffuselighting.h
 sp-fedisplacementmap.cpp
-sp-fedisplacementmap-fns.h
-sp-fedisplacementmap.h
 sp-fedistantlight.cpp
-sp-fedistantlight.h
 sp-feflood.cpp
-sp-feflood-fns.h
-sp-feflood.h
 sp-feimage.cpp
-sp-feimage-fns.h
-sp-feimage.h
 sp-femerge.cpp
-sp-femerge-fns.h
-sp-femerge.h
 sp-femergenode.cpp
-sp-femergenode.h
 sp-femorphology.cpp
-sp-femorphology-fns.h
-sp-femorphology.h
 sp-feoffset.cpp
-sp-feoffset-fns.h
-sp-feoffset.h
 sp-fepointlight.cpp
-sp-fepointlight.h
 sp-fespecularlighting.cpp
-sp-fespecularlighting-fns.h
-sp-fespecularlighting.h
 sp-fespotlight.cpp
-sp-fespotlight.h
 sp-fetile.cpp
-sp-fetile-fns.h
-sp-fetile.h
 sp-feturbulence.cpp
-sp-feturbulence-fns.h
-sp-feturbulence.h
 sp-filter.cpp
-sp-filter-fns.h
-sp-filter.h
 sp-filter-primitive.cpp
-sp-filter-primitive.h
 sp-filter-reference.cpp
-sp-filter-reference.h
-sp-filter-units.h
 sp-flowdiv.cpp
-sp-flowdiv.h
 sp-flowregion.cpp
-sp-flowregion.h
 sp-flowtext.cpp
-sp-flowtext.h
 sp-font.cpp
-sp-font.h
 sp-font-face.cpp
-sp-font-face.h
 sp-gaussian-blur.cpp
-sp-gaussian-blur-fns.h
-sp-gaussian-blur.h
 sp-glyph.cpp
-sp-glyph.h
 sp-gradient.cpp
-sp-gradient-fns.h
-sp-gradient.h
 sp-gradient-reference.cpp
-sp-gradient-reference.h
-sp-gradient-spread.h
-#sp-gradient-test.h
-sp-gradient-units.h
-sp-gradient-vector.h
-sp-guide-attachment.h
-sp-guide-constraint.h
 sp-guide.cpp
-sp-guide.h
 sp-glyph-kerning.cpp
-sp-glyph-kerning.h
 sp-image.cpp
-sp-image.h
 spiral-context.cpp
-spiral-context.h
 sp-item.cpp
 sp-item-group.cpp
-sp-item-group.h
-sp-item.h
 sp-item-notify-moveto.cpp
-sp-item-notify-moveto.h
 sp-item-rm-unsatisfied-cns.cpp
-sp-item-rm-unsatisfied-cns.h
 sp-item-transform.cpp
-sp-item-transform.h
 sp-item-update-cns.cpp
-sp-item-update-cns.h
-sp-linear-gradient-fns.h
-sp-linear-gradient.h
 sp-line.cpp
-sp-line.h
 splivarot.cpp
-splivarot.h
 sp-lpe-item.cpp
-sp-lpe-item.h
-sp-marker-loc.h
 sp-mask.cpp
-sp-mask.h
 sp-metadata.cpp
-sp-metadata.h
-sp-metric.h
 sp-metrics.cpp
-sp-metrics.h
 sp-missing-glyph.cpp
-sp-missing-glyph.h
 sp-namedview.cpp
-sp-namedview.h
 sp-object.cpp
 sp-object-group.cpp
-sp-object-group.h
-sp-object.h
 sp-object-repr.cpp
-sp-object-repr.h
 sp-offset.cpp
-sp-offset.h
 sp-paint-server.cpp
-sp-paint-server.h
 sp-path.cpp
-sp-path.h
 sp-pattern.cpp
-sp-pattern.h
 sp-polygon.cpp
-sp-polygon.h
 sp-polyline.cpp
-sp-polyline.h
-sp-radial-gradient-fns.h
-sp-radial-gradient.h
 sp-rect.cpp
-sp-rect.h
 sp-root.cpp
-sp-root.h
 sp-shape.cpp
-sp-shape.h
 sp-skeleton.cpp
-sp-skeleton.h
 sp-spiral.cpp
-sp-spiral.h
 sp-star.cpp
-sp-star.h
-sp-stop-fns.h
-sp-stop.h
 sp-string.cpp
-sp-string.h
 sp-style-elem.cpp
-sp-style-elem.h
-#sp-style-elem-test.h
 sp-switch.cpp
-sp-switch.h
 sp-symbol.cpp
-sp-symbol.h
 sp-text.cpp
-sp-text.h
-sp-textpath.h
 sp-tref.cpp
-sp-tref.h
 sp-tref-reference.cpp
-sp-tref-reference.h
 sp-tspan.cpp
-sp-tspan.h
 sp-use.cpp
-sp-use.h
 sp-use-reference.cpp
-sp-use-reference.h
 )
 \r
 SET(INKSCAPE_SRC\r
-approx-equal.h
 arc-context.cpp
-arc-context.h
 attributes.cpp
-attributes.h
-#attributes-test.h
 axis-manip.cpp
-axis-manip.h
-bad-uri-exception.h
 box3d-context.cpp
-box3d-context.h
 box3d.cpp
-box3d.h
 box3d-side.cpp
-box3d-side.h
 color.cpp
-color.h
 color-profile.cpp
-color-profile-fns.h
-color-profile.h
-#color-profile-test.h
-color-rgba.h
 composite-undo-stack-observer.cpp
-composite-undo-stack-observer.h
-common-context.h
 common-context.cpp
 conditions.cpp
-conditions.h
 conn-avoid-ref.cpp
-conn-avoid-ref.h
-connection-pool.h
 connector-context.cpp
-connector-context.h
 console-output-undo-observer.cpp
-console-output-undo-observer.h
 context-fns.cpp
-context-fns.h
-decimal-round.h
 #deptool.cpp
 desktop-affine.cpp
-desktop-affine.h
 desktop.cpp
 desktop-events.cpp
-desktop-events.h
-desktop.h
 desktop-handles.cpp
-desktop-handles.h
 desktop-style.cpp
-desktop-style.h
 device-manager.cpp
-device-manager.h
 dir-util.cpp
-dir-util.h
-#dir-util-test.h
 document.cpp
-document.h
-document-private.h
 document-subset.cpp
-document-subset.h
 document-undo.cpp
 doxygen-main.cpp
 draw-anchor.cpp
-draw-anchor.h
 draw-context.cpp
-draw-context.h
 dropper-context.cpp
-dropper-context.h
 dyna-draw-context.cpp
-dyna-draw-context.h
 ege-adjustment-action.cpp
-ege-adjustment-action.h
 ege-color-prof-tracker.cpp
-ege-color-prof-tracker.h
 ege-output-action.cpp
-ege-output-action.h
 ege-select-one-action.cpp
-ege-select-one-action.h
-enums.h
 eraser-context.cpp
-eraser-context.h
 event-context.cpp
-event-context.h
-event.h
 event-log.cpp
-event-log.h
 extension
 extract-uri.cpp
-extract-uri.h
-#extract-uri-test.h
 file.cpp
-file.h
-fill-or-stroke.h
 filter-chemistry.cpp
-filter-chemistry.h
 filter-enums.cpp
-filter-enums.h
 fixes.cpp
 flood-context.cpp
-flood-context.h
 fontsize-expansion.cpp
-fontsize-expansion.h
-forward.h
-gc-alloc.h
 gc-anchored.cpp
-gc-anchored.h
-gc-core.h
 gc.cpp
 gc-finalized.cpp
-gc-finalized.h
-gc-managed.h
-gc-soft-ptr.h
 gradient-chemistry.cpp
-gradient-chemistry.h
 gradient-context.cpp
-gradient-context.h
 gradient-drag.cpp
-gradient-drag.h
 guide-snapper.cpp
-guide-snapper.h
 help.cpp
-helper-fns.h
-help.h
-icon-size.h
 ige-mac-menu.c
-ige-mac-menu.h
 ink-action.cpp
-ink-action.h
 inkscape.cpp
-inkscape.h
-inkscape-private.h
 inkscape.rc
 inkscape-stock.cpp
-inkscape-stock.h
-inkscape_version.h.mingw
 interface.cpp
-interface.h
-isinf.h
-isnormal.h
-jabber_whiteboard
 knot.cpp
-knot-enums.h
-knot.h
 knotholder.cpp
-knot-holder-entity.h
 knot-holder-entity.cpp
-knotholder.h
 layer-fns.cpp
-layer-fns.h
 layer-manager.cpp
-layer-manager.h
 line-geometry.cpp
-line-geometry.h
 line-snapper.cpp
-line-snapper.h
-macros.h
 main-cmdlineact.cpp
-main-cmdlineact.h
 main.cpp
 marker.cpp
-marker.h
 media.cpp
-media.h
-memeq.h
-menus-skeleton.h
 message-context.cpp
-message-context.h
-message.h
 message-stack.cpp
-message-stack.h
 mod360.cpp
-mod360.h
-#mod360-test.h
-modifier-fns.h
-MultiPrinter.h
 node-context.cpp
-node-context.h
 nodepath.cpp
-nodepath.h
-number-opt-number.h
 object-edit.cpp
-object-edit.h
 object-hierarchy.cpp
-object-hierarchy.h
 object-snapper.cpp
-object-snapper.h
 path-chemistry.cpp
-path-chemistry.h
-path-prefix.h
 pencil-context.cpp
-pencil-context.h
 pen-context.cpp
-pen-context.h
 persp3d.cpp
-persp3d.h
 persp3d-reference.cpp
-persp3d-reference.h
 perspective-line.cpp
-perspective-line.h
 plugin.def
 preferences.cpp
-preferences.h
-preferences-skeleton.h
 prefix.cpp
-prefix.h
 prefs-utils.cpp
-prefs-utils.h
 print.cpp
-print.h
 profile-manager.cpp
-profile-manager.h
 proj_pt.cpp
-proj_pt.h
-PylogFormatter.h
 rect-context.cpp
-rect-context.h
-remove-last.h
-require-config.h
-round.h
-#round-test.h
 rubberband.cpp
-rubberband.h
 satisfied-guide-cns.cpp
-satisfied-guide-cns.h
 selcue.cpp
-selcue.h
 select-context.cpp
-select-context.h
 selection-chemistry.cpp
-selection-chemistry.h
 selection.cpp
 selection-describer.cpp
-selection-describer.h
-selection.h
 #selfname.tpl
 seltrans.cpp
-seltrans.h
 seltrans-handles.cpp
-seltrans-handles.h
 shape-editor.cpp
-shape-editor.h
 shortcuts.cpp
-shortcuts.h
 snap.cpp
-snap.h
 snapped-line.cpp
-snapped-line.h
 snapped-point.cpp
-snapped-point.h
 snapper.cpp
-snapper.h
 star-context.cpp
-star-context.h
 streams-gzip.cpp
-streams-gzip.h
 streams-handles.cpp
-streams-handles.h
 streams-jar.cpp
-streams-jar.h
 streams-zlib.cpp
-streams-zlib.h
-streq.h
-strneq.h
 style.cpp
-style.h
 #style-test.cpp
-#style-test.h
-svg-profile.h
 svg-view.cpp
-svg-view.h
 svg-view-widget.cpp
-svg-view-widget.h
-syseq.h
-#test-helpers.h
 text-chemistry.cpp
-text-chemistry.h
 text-context.cpp
-text-context.h
 text-editing.cpp
-text-editing.h
-text-tag-attributes.h
 tools-switch.cpp
-tools-switch.h
 transf_mat_3x4.cpp
-transf_mat_3x4.h
-TRPIFormatter.h
 tweak-context.cpp
-tweak-context.h
-undo-stack-observer.h
-unit-constants.h
 uri.cpp
-uri.h
 uri-references.cpp
-uri-references.h
 vanishing-point.cpp
-vanishing-point.h
 verbs.cpp
-verbs.h
-#verbs-test.h
 version.cpp
-version.h
-zoom-context.cpp
-zoom-context.h\r
+zoom-context.cpp\r
 ${ONLY_WIN}\r
 )\r
 # All folder with CMakeLists.txt files (excluding internal libraries)\r
@@ -597,7 +306,9 @@ ENDFOREACH(dirlistsrc)
 
 
 ADD_LIBRARY(sp STATIC ${SP_SRC})\r
-\r
+TARGET_LINK_LIBRARIES(sp \r
+       "${INKSCAPE_LIBS}" 2geom avoid cola croco gdl nr nrtype vpsc livarot sp\r
+)\r
 # make executable for INKSCAPE\r
 ADD_EXECUTABLE(inkscape ${INKSCAPE_SRC})\r
 TARGET_LINK_LIBRARIES(inkscape\r
index b8ec449232ddd1c12276ba80f03ea2ae1c1ebc9f..242798c9ebf4f6fbb75946b95310fe76d775e7b3 100644 (file)
@@ -1,8 +1,5 @@
 SET(application_SRC
 editor.cpp
-editor.h
 application.cpp
-application.h
 app-prototype.cpp
-app-prototype.h
 )
index bc52a6462b2b45407d87f53a59c8115029d626cb..2588d45aab4d2778a29ccdafcdcea9441fc8ec16 100644 (file)
@@ -1,6 +1,4 @@
 SET(bind_SRC
 dobinding.cpp
 javabind.cpp
-#javabind.h
-#javabind-private.h
 )
index 88406d4c7d498567b8aad5c083f4c2f30299c93c..88c8b8e299d6954b5f01558a67e174e9b7b5aa4e 100644 (file)
@@ -1,19 +1,9 @@
 SET(debug_SRC
 demangle.cpp
-#demangle.h
-#event.h
-#event-tracker.h
-#gc-heap.h
 heap.cpp
-#heap.h
 log-display-config.cpp
-#log-display-config.h
 logger.cpp
-#logger.h
-#simple-event.h
 sysv-heap.cpp
-#sysv-heap.h
 timestamp.cpp
-#timestamp.h
 )
 
index 4e0e9a9c82ee0165b75b46af9e9b7d54955b1def..4087fbfe9cc4ed2cf9c11cadcbecc33b91da233b 100644 (file)
@@ -1,52 +1,27 @@
 SET(dialogs_SRC
 clonetiler.cpp
-clonetiler.h
 debugdialog.cpp
-debugdialog.h
 dialog-events.cpp
-dialog-events.h
 eek-color-def.cpp
-eek-color-def.h
 eek-preview.cpp
-eek-preview.h
 export.cpp
-export.h
 extensions.cpp
-extensions.h
 fill-style.cpp
-fill-style.h
 find.cpp
-find.h
 guidelinedialog.cpp
-guidelinedialog.h
 iconpreview.cpp
-iconpreview.h
 in-dt-coordsys.cpp
-in-dt-coordsys.h
 input.cpp
-input.h
 item-properties.cpp
-item-properties.h
 layer-properties.cpp
-layer-properties.h
 layers-panel.cpp
-layers-panel.h
 object-attributes.cpp
-object-attributes.h
 rdf.cpp
-rdf.h
 sp-attribute-widget.cpp
-sp-attribute-widget.h
 stroke-style.cpp
-stroke-style.h
 swatches.cpp
-swatches.h
 text-edit.cpp
-text-edit.h
 tiledialog.cpp
-tiledialog.h
 unclump.cpp
-unclump.h
 xml-tree.cpp
-xml-tree.h
 )
index 645999e0c18c1c58c46626b3b5b909c960f69074..2f6963783ff9960896e62656fde20381154468af 100644 (file)
@@ -1,47 +1,20 @@
 SET(dom_SRC
-css.h
 cssreader.cpp
-cssreader.h
-dom.h
 domimpl.cpp
-domimpl.h
 domptr.cpp
-domptr.h
 domstring.cpp
-domstring.h
-events.h
-ls.h
 lsimpl.cpp
-lsimpl.h
 prop-css2.cpp
-prop-css.cpp
-prop-svg.cpp
-smil.h
+#prop-css.cpp
+#prop-svg.cpp
 smilimpl.cpp
-smilimpl.h
-stylesheets.h
-svg.h
 svgimpl.cpp
-svgimpl.h
 svgreader.cpp
-svgreader.h
-svgtypes.h
-traversal.h
 ucd.cpp
-ucd.h
 uri.cpp
-uri.h
-views.h
-views-level3.h
 xmlreader.cpp
-xmlreader.h
 xmlwriter.cpp
-xmlwriter.h
-xpath.h
 xpathimpl.cpp
-xpathimpl.h
 xpathparser.cpp
-xpathparser.h
 xpathtoken.cpp
-xpathtoken.h
 )
index 3d69be2b156115eb4b2687bdb27526de44e058e6..4437102fc0b5492b7e1e3052898c965c4af785e9 100644 (file)
@@ -1,59 +1,34 @@
 IF(WIN32)
 SET(EXT_INT_WIN
 win32.cpp
-win32.h)
+)
 ENDIF(WIN32)
 
 SET(extension_internal_SRC
 bluredge.cpp
-bluredge.h
 cairo-pdf-out.cpp
-cairo-pdf-out.h
 cairo-png-out.cpp
-cairo-png-out.h
 cairo-ps-out.cpp
-cairo-ps-out.h
 cairo-render-context.cpp
-cairo-render-context.h
 cairo-renderer.cpp
-cairo-renderer.h
 cairo-renderer-pdf-out.cpp
-cairo-renderer-pdf-out.h
-clear-n_.h
 emf-win32-inout.cpp
-emf-win32-inout.h
 emf-win32-print.cpp
-emf-win32-print.h
 eps-out.cpp
-eps-out.h
 gdkpixbuf-input.cpp
-gdkpixbuf-input.h
 gimpgrad.cpp
-gimpgrad.h
 grid.cpp
-grid.h
 latex-pstricks.cpp
-latex-pstricks.h
 latex-pstricks-out.cpp
-latex-pstricks-out.h
 odf.cpp
-odf.h
 pdf-cairo.cpp
-pdf-cairo.h
 pdfinput
 pdf-input-cairo.cpp
-pdf-input-cairo.h
 pov-out.cpp
-pov-out.h
 ps.cpp
-ps.h
 ps-out.cpp
-ps-out.h
 svg.cpp
-svg.h
 svgz.cpp
-svgz.h
 wpg-input.cpp
-wpg-input.h
 ${EXT_INT_WIN}
 )
index a09528bb585baa1c6e9e7b28117931ace5154391..6939485082d662b2f200a21aaf4ed5cce9093fbf 100644 (file)
@@ -1,4 +1,3 @@
 SET(extension_script_SRC
 InkscapeScript.cpp
-InkscapeScript.h
 )
index a90a8876270cae163897648e7c35f69cbbab2960..e570a7a5d9bb5c189abebb1814b4336980a22dbe 100644 (file)
@@ -1,4 +1,3 @@
 SET(graphlayout_SRC
 graphlayout.cpp
-graphlayout.h
 )
index de1574a2ce54119e75f879880ccd66be5233790d..50144194049a5402080e3f2f66525c3416533c88 100644 (file)
@@ -1,4 +1,3 @@
 SET(inkjar_SRC
 jar.cpp
-jar.h
 )
index 8e159b24ba9d5e2d011fca13e7ea67422d50e219..4da53ce0ab69a8ef836a3d96e575bc4f05d6ae8e 100644 (file)
@@ -1,23 +1,13 @@
 SET(io_SRC
 base64stream.cpp
-base64stream.h
 ftos.cpp
-ftos.h
 gzipstream.cpp
-gzipstream.h
 inkscapestream.cpp
-inkscapestream.h
 resource.cpp
-resource.h
 simple-sax.cpp
-simple-sax.h
 #streamtest.cpp
 stringstream.cpp
-stringstream.h
 sys.cpp
-sys.h
 uristream.cpp
-uristream.h
 xsltstream.cpp
-xsltstream.h
-)
\ No newline at end of file
+)
index 75427674991a390d56ad7a2d3cf91b892f49cd46..e1b069d218dd4e0c6d18b258e0c78d042050ba71 100644 (file)
@@ -1,33 +1,17 @@
 SET(jabber_whiteboard_SRC
 defines.cpp
-defines.h
 empty.cpp
 inkboard-document.cpp
-inkboard-document.h
 inkboard-node.cpp
 invitation-confirm-dialog.cpp
-invitation-confirm-dialog.h
 keynode.cpp
-keynode.h
 message-aggregator.cpp
-message-aggregator.h
-message-node.h
 message-queue.cpp
-message-queue.h
 message-tags.cpp
-message-tags.h
 message-utilities.cpp
-message-utilities.h
-message-verifier.h
 #node-tracker.cpp
-#node-tracker.h
 #node-utilities.cpp
-#node-utilities.h
 pedrogui.cpp
-pedrogui.h
 session-file-selector.cpp
-session-file-selector.h
 session-manager.cpp
-session-manager.h
-tracker-node.h
 )
index d1c972f012f2c11fb0934b78fbc942892f1c9f0f..74863aa4b1138197b84438a9d1c0791df3c43e44 100644 (file)
@@ -1,4 +1,3 @@
 SET(jabber_whiteboard_dialog_SRC
 choose-desktop.cpp
-choose-desktop.h
-)
\ No newline at end of file
+)
index ffc3f481fb86229db9dd20d5f54da3302e0ea122..564663aa02b5162e208a7d5fed87baa784c4ea82 100644 (file)
@@ -1,17 +1,10 @@
-SET(libcola_SRC\r
-cola.cpp\r
-cola.h\r
-conjugate_gradient.cpp\r
-conjugate_gradient.h\r
-connected_components.cpp\r
-cycle_detector.cpp\r
-cycle_detector.h\r
-defs.h\r
-gradient_projection.cpp\r
-gradient_projection.h\r
-shortest_paths.cpp\r
-shortest_paths.h\r
-straightener.cpp\r
-straightener.h\r
-)\r
+SET(libcola_SRC
+cola.cpp
+conjugate_gradient.cpp
+connected_components.cpp
+cycle_detector.cpp
+gradient_projection.cpp
+shortest_paths.cpp
+straightener.cpp
+)
 ADD_LIBRARY(cola STATIC ${libcola_SRC})
index 60a839bf9dd48e6c9a89bcffd8407cff5c3a67a0..cee248a2a4a076a534585eefc52135716bd16c59 100644 (file)
@@ -1,59 +1,30 @@
 SET(libcroco_SRC
 cr-additional-sel.c
-cr-additional-sel.h
 cr-attr-sel.c
-cr-attr-sel.h
 cr-cascade.c
-cr-cascade.h
 cr-declaration.c
-cr-declaration.h
 cr-doc-handler.c
-cr-doc-handler.h
 cr-enc-handler.c
-cr-enc-handler.h
 cr-fonts.c
-cr-fonts.h
 cr-input.c
-cr-input.h
 cr-libxml-node-iface.c
-cr-libxml-node-iface.h
-cr-node-iface.h
 cr-num.c
-cr-num.h
 cr-om-parser.c
-cr-om-parser.h
 cr-parser.c
-cr-parser.h
 cr-parsing-location.c
-cr-parsing-location.h
 cr-prop-list.c
-cr-prop-list.h
 cr-pseudo.c
-cr-pseudo.h
 cr-rgb.c
-cr-rgb.h
 cr-selector.c
-cr-selector.h
 cr-sel-eng.c
-cr-sel-eng.h
 cr-simple-sel.c
-cr-simple-sel.h
 cr-statement.c
-cr-statement.h
 cr-string.c
-cr-string.h
 cr-style.c
-cr-style.h
 cr-stylesheet.c
-cr-stylesheet.h
 cr-term.c
-cr-term.h
 cr-tknzr.c
-cr-tknzr.h
 cr-token.c
-cr-token.h
 cr-utils.c
-cr-utils.h
-libcroco.h
 )\r
 ADD_LIBRARY(croco STATIC ${libcroco_SRC})
index 5378e7e1ec6ff2060b8589e1d281063cac7a000e..0c12944a54cbcc0ec7739d36a6975a75646a0e0e 100644 (file)
@@ -1,42 +1,25 @@
 IF(WIN32)
 SET(GDL_WIN
-gdl-win32.c\r
-gdl-win32.h)
+gdl-win32.c
+)
 ENDIF(WIN32)
 
-SET(libgdl_SRC\r
-gdl-dock.c\r
-gdl-dock.h\r
-gdl-dock-bar.c\r
-gdl-dock-bar.h\r
-gdl-dock-item.c\r
-gdl-dock-item.h\r
-gdl-dock-item-grip.c\r
-gdl-dock-item-grip.h\r
-gdl-dock-master.c\r
-gdl-dock-master.h\r
-gdl-dock-notebook.c\r
-gdl-dock-notebook.h\r
-gdl-dock-object.c\r
-gdl-dock-object.h\r
-gdl-dock-paned.c\r
-gdl-dock-paned.h\r
-gdl-dock-placeholder.c\r
-gdl-dock-placeholder.h\r
-gdl-dock-tablabel.c\r
-gdl-dock-tablabel.h\r
-gdl-i18n.c\r
-gdl-i18n.h\r
-gdl-stock.c\r
-gdl-stock.h\r
-gdl-stock-icons.h\r
-gdl-switcher.c\r
-gdl-switcher.h\r
-gdl-tools.h\rlibgdl.h\r
-libgdlmarshal.c\r
-libgdlmarshal.h\r
-libgdltypebuiltins.c\r
-libgdltypebuiltins.h\r
+SET(libgdl_SRC
+gdl-dock.c
+gdl-dock-bar.c
+gdl-dock-item.c
+gdl-dock-item-grip.c
+gdl-dock-master.c
+gdl-dock-notebook.c
+gdl-dock-object.c
+gdl-dock-paned.c
+gdl-dock-placeholder.c
+gdl-dock-tablabel.c
+gdl-i18n.c
+gdl-stock.c
+gdl-switcher.c
+gdl-tools.h\rlibgdlmarshal.c
+libgdltypebuiltins.c
 ${GDL_WIN}
-)\r
+)
 ADD_LIBRARY(gdl STATIC ${libgdl_SRC})
index 9adfb1236d5cc2c570f88c7460d6b39ecd082cc9..00307fcdd3a631e0efd0050173d1b9e66d974723 100644 (file)
-SET(libnr_SRC\r
-in-svg-plane.h\r
-#in-svg-plane-test.cpp\r
-#in-svg-plane-test.h\r
-n-art-bpath.h\r
-n-art-bpath-2geom.cpp\r
-n-art-bpath-2geom.h\r
-nr-blit.cpp\r
-nr-blit.h\r
-nr-compose.cpp\r
-nr-compose.h\r
-nr-compose-transform.cpp\r
-nr-compose-transform.h\r
-nr-convert2geom.h\r
-nr-convex-hull.h\r
-nr-convex-hull-ops.h\r
-nr-coord.h\r
-nr-dim2.h\r
-nr-forward.h\r
-nr-gradient.cpp\r
-nr-gradient.h\r
-nr-i-coord.h\r
-nr-macros.h\r
-nr-matrix.cpp\r
-nr-matrix.h\r
-nr-matrix-div.cpp\r
-nr-matrix-div.h\r
-nr-matrix-fns.cpp\r
-nr-matrix-fns.h\r
-nr-matrix-ops.h\r
-nr-matrix-rotate-ops.cpp\r
-nr-matrix-rotate-ops.h\r
-nr-matrix-scale-ops.h\r
-nr-matrix-test.cpp\r
-nr-matrix-test.h\r
-nr-matrix-translate-ops.h\r
-nr-maybe.h\r
-nr-object.cpp\r
-nr-object.h\r
-nr-path.cpp\r
-nr-path.h\r
-nr-path-code.h\r
-nr-pixblock.cpp\r
-nr-pixblock.h\r
-nr-pixblock-line.cpp\r
-nr-pixblock-line.h\r
-nr-pixblock-pattern.cpp\r
-nr-pixblock-pattern.h\r
-nr-pixblock-pixel.cpp\r
-nr-pixblock-pixel.h\r
-nr-pixops.h\r
-nr-point.h\r
-nr-point-fns.cpp\r
-nr-point-fns.h\r
-#nr-point-fns-test.cpp\r
-#nr-point-fns-test.h\r
-nr-point-l.h\r
-nr-point-matrix-ops.h\r
-nr-point-ops.h\r
-nr-rect.cpp\r
-nr-rect.h\r
-nr-rect-l.cpp\r
-nr-rect-l.h\r
-nr-rect-ops.h\r
-nr-render.h\r
-nr-rotate.h\r
-nr-rotate-fns.cpp\r
-nr-rotate-fns.h\r
-#nr-rotate-fns-test.cpp\r
-#nr-rotate-fns-test.h\r
-nr-rotate-matrix-ops.cpp\r
-nr-rotate-matrix-ops.h\r
-nr-rotate-ops.h\r
-nr-rotate-test.cpp\r
-nr-rotate-test.h\r
-nr-scale.h\r
-nr-scale-matrix-ops.cpp\r
-nr-scale-matrix-ops.h\r
-nr-scale-ops.h\r
-nr-scale-test.cpp\r
-nr-scale-test.h\r
-nr-scale-translate-ops.cpp\r
-nr-scale-translate-ops.h\r
-nr-translate.h\r
-nr-translate-matrix-ops.cpp\r
-nr-translate-matrix-ops.h\r
-nr-translate-ops.h\r
-nr-translate-rotate-ops.cpp\r
-nr-translate-rotate-ops.h\r
-nr-translate-scale-ops.cpp\r
-nr-translate-scale-ops.h\r
-#nr-translate-test.cpp\r
-#nr-translate-test.h\r
-nr-types.cpp\r
-nr-types.h\r
-#nr-types-test.cpp\r
-#nr-types-test.h\r
-nr-values.cpp\r
-nr-values.h\r
-testnr.cpp\r
-)\r
+SET(libnr_SRC
+#in-svg-plane-test.cpp
+n-art-bpath-2geom.cpp
+nr-blit.cpp
+nr-compose.cpp
+nr-compose-transform.cpp
+nr-gradient.cpp
+nr-matrix.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-pixblock-pixel.cpp
+nr-point-fns.cpp
+#nr-point-fns-test.cpp
+nr-rect.cpp
+nr-rect-l.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
+nr-translate-scale-ops.cpp
+#nr-translate-test.cpp
+nr-types.cpp
+#nr-types-test.cpp
+nr-values.cpp
+testnr.cpp
+)
 ADD_LIBRARY(nr STATIC ${libnr_SRC})
-TARGET_LINK_LIBRARIES(nr\r
+TARGET_LINK_LIBRARIES(nr
        "${INKSCAPE_LINK_FLAGS}" 2geom )
index 905fc44c35ab1ee17db5f9cf0cbbbf08f5230049..28ff101c9f5dee47dcced457db82b6810053c02b 100644 (file)
@@ -1,39 +1,19 @@
-SET(libnrtype_SRC\r
-boundary-type.h\r
-FontFactory.cpp\r
-FontFactory.h\r
-font-glyph.h\r
-FontInstance.cpp\r
-font-instance.h\r
-font-lister.cpp\r
-font-lister.h\r
-font-style.h\r
-font-style-to-pos.cpp\r
-font-style-to-pos.h\r
-Layout-TNG.cpp\r
-Layout-TNG.h\r
-Layout-TNG-Compute.cpp\r
-Layout-TNG-Input.cpp\r
-Layout-TNG-OutIter.cpp\r
-Layout-TNG-Output.cpp\r
-Layout-TNG-Scanline-Maker.h\r
-Layout-TNG-Scanline-Makers.cpp\r
-nrtype-forward.h\r
-nr-type-pos-def.cpp\r
-nr-type-pos-def.h\r
-nr-type-primitives.cpp\r
-nr-type-primitives.h\r
-one-box.h\r
-one-glyph.h\r
-one-para.h\r
-RasterFont.cpp\r
-RasterFont.h\r
-raster-glyph.h\r
-raster-position.h\r
-text-boundary.h\r
-TextWrapper.cpp\r
-TextWrapper.h\r
-)\r
+SET(libnrtype_SRC
+FontFactory.cpp
+FontInstance.cpp
+font-lister.cpp
+font-style-to-pos.cpp
+Layout-TNG.cpp
+Layout-TNG-Compute.cpp
+Layout-TNG-Input.cpp
+Layout-TNG-OutIter.cpp
+Layout-TNG-Output.cpp
+Layout-TNG-Scanline-Makers.cpp
+nr-type-pos-def.cpp
+nr-type-primitives.cpp
+RasterFont.cpp
+TextWrapper.cpp
+)
 ADD_LIBRARY(nrtype STATIC ${libnrtype_SRC})
-TARGET_LINK_LIBRARIES(nrtype\r
+TARGET_LINK_LIBRARIES(nrtype
        "${INKSCAPE_LINK_FLAGS}" nr )
index 58386389060fa5d213617c49c0e1a7bed2d5e75e..d12df1c3b2287c587505be3dac920b75e7f742fb 100644 (file)
@@ -1,39 +1,23 @@
-SET(livarot_SRC\r
+SET(livarot_SRC
 AlphaLigne.cpp
-AlphaLigne.h
 AVL.cpp
-AVL.h
 BitLigne.cpp
-BitLigne.h
-CMakeLists.txt
 float-line.cpp
-float-line.h
 int-line.cpp
-int-line.h
-LivarotDefs.h
-livarot-forward.h
-Livarot.h
 PathConversion.cpp
 Path.cpp
 PathCutting.cpp
 path-description.cpp
-path-description.h
-Path.h
 PathOutline.cpp
 PathSimplify.cpp
 PathStroke.cpp
 Shape.cpp
 ShapeDraw.cpp
-Shape.h
 ShapeMisc.cpp
 ShapeRaster.cpp
 ShapeSweep.cpp
 sweep-event.cpp
-sweep-event.h
-sweep-event-queue.h
 sweep-tree.cpp
-sweep-tree.h
 sweep-tree-list.cpp
-sweep-tree-list.h\r
-)\r
+)
 ADD_LIBRARY(livarot STATIC ${livarot_SRC})
index 8e8bfb7c6a6c479553ca5c5ce97d38a432546989..38b6521066f554e758623ab76f3247e4505f8d1e 100644 (file)
@@ -1,52 +1,26 @@
 SET(live_effects_SRC
 bezctx.cpp
-bezctx.h
-bezctx_intf.h
 effect.cpp
-effect.h
 lpe-bendpath.cpp
-lpe-bendpath.h
 lpe-circle_with_radius.cpp
-lpe-circle_with_radius.h
 lpe-constructgrid.cpp
-lpe-constructgrid.h
 lpe-curvestitch.cpp
-lpe-curvestitch.h
 lpe-envelope.cpp
 lpe-gears.cpp
-lpe-gears.h
 lpegroupbbox.cpp
-lpegroupbbox.h
 lpe-knot.cpp
-lpe-knot.h
-lpe-lattice.h
 lpe-lattice.cpp
 lpe-mirror_reflect.cpp
-lpe-mirror_reflect.h
 lpeobject.cpp
-lpeobject.h
 lpeobject-reference.cpp
-lpeobject-reference.h
 lpe-patternalongpath.cpp
-lpe-patternalongpath.h
 lpe-perp_bisector.cpp
-lpe-perp_bisector.h
 lpe-perspective_path.cpp
-lpe-perspective_path.h
 lpe-skeleton.cpp
-lpe-skeleton.h
 lpe-sketch.cpp
-lpe-sketch.h
 lpe-spiro.cpp
-lpe-spiro.h
 lpe-tangent_to_curve.cpp
-lpe-tangent_to_curve.h
 lpe-test-doEffect-stack.cpp
-lpe-test-doEffect-stack.h
 lpe-vonkoch.cpp
-lpe-vonkoch.h
 spiro.cpp
-spiro.h
 )
-
-
index 4c429e5868b07d38f4687f1710465f94018a0241..9d00856b8c7ecbabe2cb63960ba8a479530b75c5 100644 (file)
@@ -1,19 +1,9 @@
 SET(live_effects_parameter_SRC
 bool.cpp
-bool.h
-enum.h
-makefile.in
-Makefile_insert
 parameter.cpp
-parameter.h
 path.cpp
-path.h
 path-reference.cpp
-path-reference.h
 point.cpp
-point.h
 pointparam-knotholder.cpp
-pointparam-knotholder.h
 random.cpp
-random.h
 )
index 9e3cbdb038f730f3255c6220eda877ee6a13d380..ac24ba8d2e8b9843af8b1913bd9482ff7757fd07 100644 (file)
@@ -1,16 +1,10 @@
 SET(pedro_SRC
 #empty.cpp
 #geckoembed.cpp
-#geckoembed.h
 pedroconfig.cpp
-pedroconfig.h
 pedrodom.cpp
-pedrodom.h
 #pedrogui.cpp
-#pedrogui.h
 #pedromain.cpp
 pedroutil.cpp
-pedroutil.h
 pedroxmpp.cpp
-pedroxmpp.h
 )
index 75a15c85b764d92aeff91c11c584bc4816df00d9..a7c18b8869e30d59d24239e74d2799e451b9a11c 100644 (file)
@@ -1,4 +1,3 @@
 SET(removeoverlap_SRC
 removeoverlap.cpp
-removeoverlap.h
-)
\ No newline at end of file
+)
index 85d943000efcda1a742809c6e526e75c00fceb24..707b86736433350beb521d470ad8c57dd6f03fe7 100644 (file)
@@ -1,31 +1,16 @@
 SET(svg_SRC
 css-ostringstream.cpp
-css-ostringstream.h
-#css-ostringstream-test.h
 #ftos.cpp
-#ftos.h
 gnome-canvas-bpath-util.cpp
-gnome-canvas-bpath-util.h
 itos.cpp
 path-string.cpp
-path-string.h
 round.cpp
 sp-svg.def
 stringstream.cpp
-stringstream.h
-#stringstream-test.h
 strip-trailing-zeros.cpp
-strip-trailing-zeros.h
 svg-affine.cpp
 svg-color.cpp
-svg-color.h
-#svg-color-test.h
-svg.h
-svg-icc-color.h
 svg-length.cpp
-svg-length.h
 svg-path.cpp
-#svg-path-test.h
 #test-stubs.cpp
-#test-stubs.h
 )
index 5f541f5bec64226716c40315cf2df121d688a7e3..053d77ad94ecb16681f018e819b5700035f43f39 100644 (file)
@@ -1,15 +1,8 @@
 SET(trace_SRC
 filterset.cpp
-filterset.h
 imagemap.cpp
-imagemap.h
 imagemap-gdk.cpp
-imagemap-gdk.h
-pool.h
 quantize.cpp
-quantize.h
 siox.cpp
-siox.h
 trace.cpp
-trace.h
 )
index 07f942589e808e873b66e60013e5a0ca75574eb3..f61e8bcd17e30e268f214bf075a71593a44d1a7a 100644 (file)
@@ -1,20 +1,9 @@
 SET(trace_potrace_SRC
-auxiliary.h
-bitmap.h
 curve.cpp
-curve.h
 decompose.cpp
-decompose.h
 greymap.cpp
-greymap.h
 inkscape-potrace.cpp
-inkscape-potrace.h
-lists.h
 potracelib.cpp
-potracelib.h
-progress.h
 render.cpp
-render.h
 trace.cpp
-trace.h
-)
\ No newline at end of file
+)
index 8edeb17159bdb9fe1067b5548c7df2b434e954ad..48884807d76cc387b49681ebd417025d04f56377 100644 (file)
@@ -1,16 +1,8 @@
 SET(ui_SRC
 clipboard.cpp
-clipboard.h
 context-menu.cpp
-context-menu.h
 icons.cpp
-icons.h
-previewable.h
-previewfillable.h
 previewholder.cpp
-previewholder.h
 stock.cpp
-stock.h
 stock-items.cpp
-stock-items.h
 )
index 632c8840d81e1c3b11a3ed7487cdfa4dd01d0884..a7801019619330684495c55ae21032256d6cbbd6 100644 (file)
@@ -1,4 +1,3 @@
 SET(ui_cache_SRC
 svg_preview_cache.cpp
-svg_preview_cache.h
-)
\ No newline at end of file
+)
index b36afce459e822595d45442b6e7574ebadc08fb3..abdfa4dd8bead03388138e5c7d40f410e36b7183 100644 (file)
@@ -1,81 +1,45 @@
 IF(WIN32)
 SET(ui_dialog_WIN32_SRC
 filedialogimpl-win32.cpp
-filedialogimpl-win32.h)
+)
 ELSEIF(WIN32)
     SET(ui_dialog_WIN32_SRC)
 ENDIF(WIN32)
 
 SET(ui_dialog_SRC
 aboutbox.cpp
-aboutbox.h
 align-and-distribute.cpp
-align-and-distribute.h
-behavior.h
 dialog.cpp
-dialog.h
 dialog-manager.cpp
-dialog-manager.h
 dock-behavior.cpp
-dock-behavior.h
 document-metadata.cpp
-document-metadata.h
 document-properties.cpp
-document-properties.h
 export.cpp
-export.h
 extension-editor.cpp
-extension-editor.h
 filedialog.cpp
-filedialog.h
 filedialogimpl-gtkmm.cpp
-filedialogimpl-gtkmm.h
 fill-and-stroke.cpp
-fill-and-stroke.h
 filter-effects-dialog.cpp
-filter-effects-dialog.h
 find.cpp
-find.h
 floating-behavior.cpp
-floating-behavior.h
 inkscape-preferences.cpp
-inkscape-preferences.h
 input.cpp
-input.h
 layer-editor.cpp
-layer-editor.h
 livepatheffect-editor.cpp
-livepatheffect-editor.h
 memory.cpp
-memory.h
 messages.cpp
-messages.h
 ocaldialogs.cpp
-ocaldialogs.h
-panel-dialog.h
 print.cpp
-print.h
 scriptdialog.cpp
-scriptdialog.h
 #session-player.cpp
-#session-player.h
 text-properties.cpp
-text-properties.h
 tracedialog.cpp
-tracedialog.h
 transformation.cpp
-transformation.h
 tree-editor.cpp
-tree-editor.h
 undo-history.cpp
-undo-history.h
 #whiteboard-connect.cpp
-#whiteboard-connect.h
 #whiteboard-sharewithchat.cpp
-#whiteboard-sharewithchat.h
 #whiteboard-sharewithuser.cpp
-#whiteboard-sharewithuser.h
 xml-editor.cpp
-xml-editor.h
 ${ui_dialog_WIN32_SRC}
 )
index d80cac58714684ee3b1666af3f987967e4a31d7f..df2b422ca620329aee2567bfc3a6ba8ba14eea57 100644 (file)
@@ -1,21 +1,11 @@
 SET(ui_view_SRC
 desktop.cpp
-desktop.h
 desktop-affine.cpp
-desktop-affine.h
 desktop-events.cpp
-desktop-events.h
 desktop-handles.cpp
-desktop-handles.h
 desktop-style.cpp
-desktop-style.h
 edit.cpp
-edit.h
 edit-widget.cpp
-edit-widget.h
-edit-widget-interface.h
 view.cpp
-view.h
 view-widget.cpp
-view-widget.h
-)
\ No newline at end of file
+)
index 44c626cd5a32ecc449bbb012a684f69b99146b8b..9293e3be452601166100854b4c2f6981fc898ed0 100644 (file)
@@ -1,79 +1,39 @@
 SET(ui_widget_SRC
-attr-widget.h
 button.cpp
-button.h
 color-picker.cpp
-color-picker.h
 color-preview.cpp
-color-preview.h
-combo-enums.h
 combo-text.cpp
-combo-text.h
 dock.cpp
-dock.h
 dock-item.cpp
-dock-item.h
 entity-entry.cpp
-entity-entry.h
 entry.cpp
-entry.h
 filter-effect-chooser.cpp
-filter-effect-chooser.h
 handlebox.cpp
-handlebox.h
 icon-widget.cpp
-icon-widget.h
 imageicon.cpp
-imageicon.h
 labelled.cpp
-labelled.h
 licensor.cpp
-licensor.h
 notebook-page.cpp
-notebook-page.h
 object-composite-settings.cpp
-object-composite-settings.h
 page-sizer.cpp
-page-sizer.h
 panel.cpp
-panel.h
 point.cpp
-point.h
 preferences-widget.cpp
-preferences-widget.h
 random.cpp
-random.h
-registered-enums.h
 registered-widget.cpp
-registered-widget.h
 registry.cpp
-registry.h
 rendering-options.cpp
-rendering-options.h
 rotateable.cpp
-rotateable.h
 ruler.cpp
-ruler.h
 scalar.cpp
-scalar.h
 scalar-unit.cpp
-scalar-unit.h
 selected-style.cpp
-selected-style.h
 spin-slider.cpp
-spin-slider.h
 style-subject.cpp
-style-subject.h
 style-swatch.cpp
-style-swatch.h
 svg-canvas.cpp
-svg-canvas.h
 tolerance-slider.cpp
-tolerance-slider.h
 toolbox.cpp
-toolbox.h
 unit-menu.cpp
-unit-menu.h
 zoom-status.cpp
-zoom-status.h
-)
\ No newline at end of file
+)
index 1a5c48ba21a9c1505f245c0b0520988eb40410d6..b11720c26c74ab0155ff0558c47fb44108b69ee1 100644 (file)
@@ -1,19 +1,5 @@
 SET(util_SRC
-enums.h
-filter-list.h
-fixed_point.h
-format.h
-forward-pointer-iterator.h
-glib-list-iterators.h
-list.h
-list-container.h
 list-container-test.cpp
-map-list.h
-mathfns.h
-reverse-list.h
 share.cpp
-share.h
-tuple.h
 units.cpp
-units.h
-)
\ No newline at end of file
+)
index 1889f5b10c3daa8bff538bd24f2f3dd5a5bd67de..80ab4c5286429764eb708657a98a963432a34e71 100644 (file)
@@ -1,65 +1,33 @@
 SET(widgets_SRC
 button.cpp
-button.h
 calligraphic-profile-rename.cpp
-calligraphic-profile-rename.h
 dash-selector.cpp
-dash-selector.h
 desktop-widget.cpp
-desktop-widget.h
 font-selector.cpp
-font-selector.h
 gradient-image.cpp
-gradient-image.h
 gradient-selector.cpp
-gradient-selector.h
 gradient-toolbar.cpp
-gradient-toolbar.h
 gradient-vector.cpp
-gradient-vector.h
 icon.cpp
-icon.h
 layer-selector.cpp
-layer-selector.h
 paint-selector.cpp
-paint-selector.h
 ruler.cpp
-ruler.h
 select-toolbar.cpp
-select-toolbar.h
 shrink-wrap-button.cpp
-shrink-wrap-button.h
 sp-color-gtkselector.cpp
-sp-color-gtkselector.h
 sp-color-icc-selector.cpp
-sp-color-icc-selector.h
 sp-color-notebook.cpp
-sp-color-notebook.h
 sp-color-preview.cpp
-sp-color-preview.h
 sp-color-scales.cpp
-sp-color-scales.h
 sp-color-selector.cpp
-sp-color-selector.h
 sp-color-slider.cpp
-sp-color-slider.h
 sp-color-wheel.cpp
-sp-color-wheel.h
 sp-color-wheel-selector.cpp
-sp-color-wheel-selector.h
 spinbutton-events.cpp
-spinbutton-events.h
 sp-widget.cpp
-sp-widget.h
 spw-utilities.cpp
-spw-utilities.h
 sp-xmlview-attr-list.cpp
-sp-xmlview-attr-list.h
 sp-xmlview-content.cpp
-sp-xmlview-content.h
 sp-xmlview-tree.cpp
-sp-xmlview-tree.h
 toolbox.cpp
-toolbox.h
-widget-sizes.h
-)
\ No newline at end of file
+)
index a9bdba99dd3c21babe69d9f3544deee4e24a8e89..9ee5b46261a862e5f359cf3b701a5dd9ac76ccbd 100644 (file)
@@ -1,44 +1,18 @@
 SET(xml_SRC
-attribute-record.h
-comment-node.h
 composite-node-observer.cpp
-composite-node-observer.h
 croco-node-iface.cpp
-croco-node-iface.h
-document.h
-element-node.h
 event.cpp
-event.h
-event-fns.h
-invalid-operation-exception.h
 log-builder.cpp
-log-builder.h
-node.h
-node-event-vector.h
 node-fns.cpp
-node-fns.h
-node-iterators.h
-node-observer.h
-pi-node.h
 quote.cpp
-quote.h
 #quote-test.cpp
-#quote-test.h
 repr.cpp
-repr.h
 #repr-action-test.cpp
-#repr-action-test.h
 repr-css.cpp
 repr-io.cpp
 repr-sorting.cpp
-repr-sorting.h
 repr-util.cpp
 simple-document.cpp
-simple-document.h
 simple-node.cpp
-simple-node.h
-sp-css-attr.h
 subtree.cpp
-subtree.h
-text-node.h
-)
\ No newline at end of file
+)