blob: fcce5721e11490f81fa2b978c1a9803ad71dadb7 (
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
|
## 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-curvestitch.cpp \
live_effects/lpe-curvestitch.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
|