summaryrefslogtreecommitdiffstats
path: root/src/2geom/Makefile_insert
diff options
context:
space:
mode:
authormcecchetti <mcecchetti@users.sourceforge.net>2008-05-26 22:32:02 +0000
committermcecchetti <mcecchetti@users.sourceforge.net>2008-05-26 22:32:02 +0000
commita6f8dcc537e795d623d90a9522d7aa56f44a2dd8 (patch)
tree84cf7ae2a475dfef0d557809f7472a921a963d76 /src/2geom/Makefile_insert
parentCmake: More Dependency work, added new files (diff)
downloadinkscape-a6f8dcc537e795d623d90a9522d7aa56f44a2dd8.tar.gz
inkscape-a6f8dcc537e795d623d90a9522d7aa56f44a2dd8.zip
implemented new classes for horizontal and vertical line segments; path.h has been splitted in several files: curve.h, sbasis-curve.h, bezier-curve.h, elliptical-arc.h, path.h; curves.h allows to include all curve types at once
(bzr r5755)
Diffstat (limited to 'src/2geom/Makefile_insert')
-rw-r--r--src/2geom/Makefile_insert7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/2geom/Makefile_insert b/src/2geom/Makefile_insert
index e2c0d6aa3..c45dd806d 100644
--- a/src/2geom/Makefile_insert
+++ b/src/2geom/Makefile_insert
@@ -8,6 +8,7 @@
2geom_lib2geom_a_SOURCES = \
2geom/basic-intersection.cpp \
2geom/basic-intersection.h \
+ 2geom/bezier-curve.h \
2geom/bezier-to-sbasis.h \
2geom/bezier-utils.cpp \
2geom/bezier-utils.h \
@@ -23,14 +24,19 @@
2geom/coord.h \
2geom/crossing.cpp \
2geom/crossing.h \
+ 2geom/curve.h \
+ 2geom/curves.h \
+ 2geom/curve-helpers.cpp \
2geom/d2-sbasis.cpp \
2geom/d2-sbasis.h \
2geom/d2.h \
2geom/exception.h \
2geom/elliptical-arc.cpp \
+ 2geom/elliptical-arc.h \
2geom/forward.h \
2geom/geom.cpp \
2geom/geom.h \
+ 2geom/hvlinesegment.h \
2geom/interval.h \
2geom/isnan.h \
2geom/linear.h \
@@ -67,6 +73,7 @@
2geom/region.h \
2geom/sbasis-2d.cpp \
2geom/sbasis-2d.h \
+ 2geom/sbasis-curve.h \
2geom/sbasis-geometric.cpp \
2geom/sbasis-geometric.h \
2geom/sbasis-math.cpp \