Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / live_effects / Makefile_insert
index 2c9192468cf222c08b268ffd4a83b4584d19e815..1cc2e1b69df334c6c17e095523b309494fc850ab 100644 (file)
@@ -1,31 +1,81 @@
-## Makefile.am fragment sourced by src/Makefile.am.\r
-\r
-live_effects/all: live_effects/liblive_effects.a live_effects/parameter/all\r
-\r
-live_effects/clean:\r
-       rm -f live_effects/liblive_effects.a $(live_effects_liblive_effects_a_OBJECTS)\r
-\r
-live_effects_liblive_effects_a_SOURCES = \\r
-       live_effects/effect.cpp \\r
-       live_effects/effect.h   \\r
-       live_effects/lpeobject.cpp      \\r
-       live_effects/lpeobject.h        \\r
-       live_effects/lpeobject-reference.cpp    \\r
-       live_effects/lpeobject-reference.h      \\r
-       live_effects/n-art-bpath-2geom.cpp      \\r
-       live_effects/n-art-bpath-2geom.h        \\r
-       live_effects/lpe-skeletalstrokes.cpp    \\r
-       live_effects/lpe-skeletalstrokes.h      \\r
-       live_effects/lpe-pathalongpath.cpp      \\r
-       live_effects/lpe-pathalongpath.h        \\r
-       live_effects/lpe-curvestitch.cpp        \\r
-       live_effects/lpe-curvestitch.h  \\r
-       live_effects/lpe-gears.cpp      \\r
-       live_effects/lpe-gears.h        \\r
-       live_effects/lpe-test-doEffect-stack.cpp        \\r
-       live_effects/lpe-test-doEffect-stack.h  \\r
-       live_effects/lpe-slant.cpp      \\r
-       live_effects/lpe-slant.h\r
-\r
-\r
-\r
+## Makefile.am fragment sourced by src/Makefile.am.
+
+ink_common_sources += \
+       live_effects/effect.cpp \
+       live_effects/effect.h   \
+       live_effects/effect-enum.h      \
+       live_effects/lpeobject.cpp      \
+       live_effects/lpeobject.h        \
+       live_effects/lpegroupbbox.cpp   \
+       live_effects/lpegroupbbox.h     \
+       live_effects/lpeobject-reference.cpp    \
+       live_effects/lpeobject-reference.h      \
+       live_effects/lpe-patternalongpath.cpp   \
+       live_effects/lpe-patternalongpath.h     \
+       live_effects/lpe-bendpath.cpp   \
+       live_effects/lpe-bendpath.h     \
+       live_effects/lpe-boolops.cpp    \
+       live_effects/lpe-boolops.h      \
+       live_effects/lpe-dynastroke.cpp \
+       live_effects/lpe-dynastroke.h   \
+       live_effects/lpe-extrude.cpp    \
+       live_effects/lpe-extrude.h      \
+       live_effects/lpe-sketch.cpp     \
+       live_effects/lpe-sketch.h       \
+       live_effects/lpe-knot.cpp       \
+       live_effects/lpe-knot.h \
+       live_effects/lpe-vonkoch.cpp    \
+       live_effects/lpe-vonkoch.h      \
+       live_effects/lpe-rough-hatches.cpp      \
+       live_effects/lpe-rough-hatches.h        \
+       live_effects/lpe-curvestitch.cpp        \
+       live_effects/lpe-curvestitch.h  \
+       live_effects/lpe-constructgrid.cpp      \
+       live_effects/lpe-constructgrid.h        \
+       live_effects/lpe-gears.cpp      \
+       live_effects/lpe-gears.h        \
+       live_effects/lpe-interpolate.cpp        \
+       live_effects/lpe-interpolate.h  \
+       live_effects/lpe-test-doEffect-stack.cpp        \
+       live_effects/lpe-test-doEffect-stack.h  \
+       live_effects/lpe-lattice.cpp    \
+       live_effects/lpe-lattice.h      \
+       live_effects/lpe-envelope.cpp   \
+       live_effects/lpe-envelope.h     \
+       live_effects/lpe-spiro.cpp      \
+       live_effects/lpe-spiro.h        \
+       live_effects/lpe-tangent_to_curve.cpp   \
+       live_effects/lpe-tangent_to_curve.h     \
+       live_effects/lpe-perp_bisector.cpp      \
+       live_effects/lpe-perp_bisector.h        \
+       live_effects/spiro.h    \
+       live_effects/spiro.cpp  \
+       live_effects/bezctx.h   \
+       live_effects/bezctx_intf.h      \
+       live_effects/bezctx.cpp \
+       live_effects/lpe-circle_with_radius.cpp \
+       live_effects/lpe-circle_with_radius.h   \
+       live_effects/lpe-perspective_path.cpp   \
+       live_effects/lpe-perspective_path.h             \
+       live_effects/lpe-mirror_symmetry.cpp    \
+       live_effects/lpe-mirror_symmetry.h      \
+       live_effects/lpe-circle_3pts.cpp        \
+       live_effects/lpe-circle_3pts.h  \
+       live_effects/lpe-angle_bisector.cpp     \
+       live_effects/lpe-angle_bisector.h       \
+       live_effects/lpe-parallel.cpp   \
+       live_effects/lpe-parallel.h     \
+       live_effects/lpe-copy_rotate.cpp        \
+       live_effects/lpe-copy_rotate.h  \
+       live_effects/lpe-offset.cpp     \
+       live_effects/lpe-offset.h       \
+       live_effects/lpe-ruler.cpp      \
+       live_effects/lpe-ruler.h        \
+       live_effects/lpe-recursiveskeleton.cpp  \
+       live_effects/lpe-recursiveskeleton.h    \
+       live_effects/lpe-text_label.cpp \
+       live_effects/lpe-text_label.h   \
+       live_effects/lpe-path_length.cpp        \
+       live_effects/lpe-path_length.h  \
+       live_effects/lpe-line_segment.cpp       \
+       live_effects/lpe-line_segment.h