blob: 7f0adf3a60a32ea4b9dfe93519e2a64bacdd577f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
## 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/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-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-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-test-doEffect-stack.cpp \
live_effects/lpe-test-doEffect-stack.h \
live_effects/lpe-spiro.cpp \
live_effects/lpe-spiro.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
|