summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/Makefile_insert
blob: 3832e24cbfe68e9baa13c9d5f77f1a3203781dfd (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/parameter/all: live_effects/parameter/liblpeparam.a

live_effects/parameter/clean:
	rm -f live_effects/parameter/liblpeparam.a $(live_effects_parameter_liblpeparam_a_OBJECTS)

live_effects_parameter_liblpeparam_a_SOURCES = \
	live_effects/parameter/parameter.cpp	\
	live_effects/parameter/parameter.h	\
	live_effects/parameter/array.cpp	\
	live_effects/parameter/array.h	\
	live_effects/parameter/bool.cpp	\
	live_effects/parameter/bool.h	\
	live_effects/parameter/random.cpp	\
	live_effects/parameter/random.h	\
	live_effects/parameter/point.cpp	\
	live_effects/parameter/point.h	\
	live_effects/parameter/enum.h	\
	live_effects/parameter/path-reference.cpp	\
	live_effects/parameter/path-reference.h	\
	live_effects/parameter/path.cpp	\
	live_effects/parameter/path.h	\
	live_effects/parameter/text.cpp	\
	live_effects/parameter/text.h	\
	live_effects/parameter/unit.cpp	\
	live_effects/parameter/unit.h	\
	live_effects/parameter/vector.cpp	\
	live_effects/parameter/vector.h