From 55d43e4e27e0ba58a47fad70957dfa989aa173ad Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Tue, 14 Aug 2007 20:54:48 +0000 Subject: Commit LivePathEffect branch to trunk! (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) --- src/live_effects/Makefile_insert | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/live_effects/Makefile_insert (limited to 'src/live_effects/Makefile_insert') diff --git a/src/live_effects/Makefile_insert b/src/live_effects/Makefile_insert new file mode 100644 index 000000000..f285416e2 --- /dev/null +++ b/src/live_effects/Makefile_insert @@ -0,0 +1,27 @@ +## Makefile.am fragment sourced by src/Makefile.am. + +live_effects/all: live_effects/liblive_effects.a live_effects/parameter/all + +live_effects/clean: + rm -f live_effects/liblive_effects.a $(live_effects_liblive_effects_a_OBJECTS) + +live_effects_liblive_effects_a_SOURCES = \ + live_effects/effect.cpp \ + live_effects/effect.h \ + live_effects/lpeobject.cpp \ + live_effects/lpeobject.h \ + live_effects/lpeobject-reference.cpp \ + live_effects/lpeobject-reference.h \ + live_effects/n-art-bpath-2geom.cpp \ + live_effects/n-art-bpath-2geom.h \ + live_effects/lpe-skeletalstrokes.cpp \ + live_effects/lpe-skeletalstrokes.h \ + live_effects/lpe-gears.cpp \ + live_effects/lpe-gears.h \ + live_effects/lpe-test-doEffect-stack.cpp \ + live_effects/lpe-test-doEffect-stack.h \ + live_effects/lpe-slant.cpp \ + live_effects/lpe-slant.h + + + -- cgit v1.2.3