summaryrefslogtreecommitdiffstats
path: root/src/libnr
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-06-24 06:32:23 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-06-24 06:32:23 +0000
commitf53151e0184975e4331f5e981f57e32148379d74 (patch)
tree90c2086e058777c2b464844e14fa61bca3dfc91c /src/libnr
parentdelivarotify, render with cairo; regression: cairo cannot do inverse (diff)
downloadinkscape-f53151e0184975e4331f5e981f57e32148379d74.tar.gz
inkscape-f53151e0184975e4331f5e981f57e32148379d74.zip
Cmake: remove header files from source lists
(bzr r6046)
Diffstat (limited to '')
-rw-r--r--src/libnr/CMakeLists.txt141
-rw-r--r--src/libnrtype/CMakeLists.txt54
2 files changed, 56 insertions, 139 deletions
diff --git a/src/libnr/CMakeLists.txt b/src/libnr/CMakeLists.txt
index 9adfb1236..00307fcdd 100644
--- a/src/libnr/CMakeLists.txt
+++ b/src/libnr/CMakeLists.txt
@@ -1,104 +1,41 @@
-SET(libnr_SRC
-in-svg-plane.h
-#in-svg-plane-test.cpp
-#in-svg-plane-test.h
-n-art-bpath.h
-n-art-bpath-2geom.cpp
-n-art-bpath-2geom.h
-nr-blit.cpp
-nr-blit.h
-nr-compose.cpp
-nr-compose.h
-nr-compose-transform.cpp
-nr-compose-transform.h
-nr-convert2geom.h
-nr-convex-hull.h
-nr-convex-hull-ops.h
-nr-coord.h
-nr-dim2.h
-nr-forward.h
-nr-gradient.cpp
-nr-gradient.h
-nr-i-coord.h
-nr-macros.h
-nr-matrix.cpp
-nr-matrix.h
-nr-matrix-div.cpp
-nr-matrix-div.h
-nr-matrix-fns.cpp
-nr-matrix-fns.h
-nr-matrix-ops.h
-nr-matrix-rotate-ops.cpp
-nr-matrix-rotate-ops.h
-nr-matrix-scale-ops.h
-nr-matrix-test.cpp
-nr-matrix-test.h
-nr-matrix-translate-ops.h
-nr-maybe.h
-nr-object.cpp
-nr-object.h
-nr-path.cpp
-nr-path.h
-nr-path-code.h
-nr-pixblock.cpp
-nr-pixblock.h
-nr-pixblock-line.cpp
-nr-pixblock-line.h
-nr-pixblock-pattern.cpp
-nr-pixblock-pattern.h
-nr-pixblock-pixel.cpp
-nr-pixblock-pixel.h
-nr-pixops.h
-nr-point.h
-nr-point-fns.cpp
-nr-point-fns.h
-#nr-point-fns-test.cpp
-#nr-point-fns-test.h
-nr-point-l.h
-nr-point-matrix-ops.h
-nr-point-ops.h
-nr-rect.cpp
-nr-rect.h
-nr-rect-l.cpp
-nr-rect-l.h
-nr-rect-ops.h
-nr-render.h
-nr-rotate.h
-nr-rotate-fns.cpp
-nr-rotate-fns.h
-#nr-rotate-fns-test.cpp
-#nr-rotate-fns-test.h
-nr-rotate-matrix-ops.cpp
-nr-rotate-matrix-ops.h
-nr-rotate-ops.h
-nr-rotate-test.cpp
-nr-rotate-test.h
-nr-scale.h
-nr-scale-matrix-ops.cpp
-nr-scale-matrix-ops.h
-nr-scale-ops.h
-nr-scale-test.cpp
-nr-scale-test.h
-nr-scale-translate-ops.cpp
-nr-scale-translate-ops.h
-nr-translate.h
-nr-translate-matrix-ops.cpp
-nr-translate-matrix-ops.h
-nr-translate-ops.h
-nr-translate-rotate-ops.cpp
-nr-translate-rotate-ops.h
-nr-translate-scale-ops.cpp
-nr-translate-scale-ops.h
-#nr-translate-test.cpp
-#nr-translate-test.h
-nr-types.cpp
-nr-types.h
-#nr-types-test.cpp
-#nr-types-test.h
-nr-values.cpp
-nr-values.h
-testnr.cpp
-)
+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
+TARGET_LINK_LIBRARIES(nr
"${INKSCAPE_LINK_FLAGS}" 2geom )
diff --git a/src/libnrtype/CMakeLists.txt b/src/libnrtype/CMakeLists.txt
index 905fc44c3..28ff101c9 100644
--- a/src/libnrtype/CMakeLists.txt
+++ b/src/libnrtype/CMakeLists.txt
@@ -1,39 +1,19 @@
-SET(libnrtype_SRC
-boundary-type.h
-FontFactory.cpp
-FontFactory.h
-font-glyph.h
-FontInstance.cpp
-font-instance.h
-font-lister.cpp
-font-lister.h
-font-style.h
-font-style-to-pos.cpp
-font-style-to-pos.h
-Layout-TNG.cpp
-Layout-TNG.h
-Layout-TNG-Compute.cpp
-Layout-TNG-Input.cpp
-Layout-TNG-OutIter.cpp
-Layout-TNG-Output.cpp
-Layout-TNG-Scanline-Maker.h
-Layout-TNG-Scanline-Makers.cpp
-nrtype-forward.h
-nr-type-pos-def.cpp
-nr-type-pos-def.h
-nr-type-primitives.cpp
-nr-type-primitives.h
-one-box.h
-one-glyph.h
-one-para.h
-RasterFont.cpp
-RasterFont.h
-raster-glyph.h
-raster-position.h
-text-boundary.h
-TextWrapper.cpp
-TextWrapper.h
-)
+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
+TARGET_LINK_LIBRARIES(nrtype
"${INKSCAPE_LINK_FLAGS}" nr )