Add Static option for Constant Value Nodes and the corresponding action to set and...
[synfig.git] / synfig-studio / src / synfigapp / Makefile.am
1 # $Id$
2
3 MAINTAINERCLEANFILES = \
4         Makefile.in
5
6 INCLUDES = \
7         -I$(top_srcdir)/src \
8         -I$(top_srcdir)/libltdl
9
10 LAYER_ACTION_HH = \
11         actions/layeractivate.h \
12         actions/layeradd.h \
13         actions/layerduplicate.h \
14         actions/layerencapsulate.h \
15         actions/layerlower.h \
16         actions/layermove.h \
17         actions/layerparamconnect.h \
18         actions/layerparamdisconnect.h \
19         actions/layerparamset.h \
20         actions/layerraise.h \
21         actions/layerremove.h \
22         actions/layersetdesc.h
23
24 LAYER_ACTION_CC = \
25         actions/layeractivate.cpp \
26         actions/layeradd.cpp \
27         actions/layerduplicate.cpp \
28         actions/layerencapsulate.cpp \
29         actions/layerlower.cpp \
30         actions/layermove.cpp \
31         actions/layerparamconnect.cpp \
32         actions/layerparamdisconnect.cpp \
33         actions/layerparamset.cpp \
34         actions/layerraise.cpp \
35         actions/layerremove.cpp \
36         actions/layersetdesc.cpp
37
38
39 VALUEDESC_ACTION_HH = \
40         actions/valuedescconnect.h \
41         actions/valuedescconvert.h \
42         actions/valuedescdisconnect.h \
43         actions/valuedescexport.h \
44         actions/valuedesclink.h \
45         actions/valuedescblinelink.h \
46         actions/valuedescset.h
47
48 VALUEDESC_ACTION_CC = \
49         actions/valuedescconnect.cpp \
50         actions/valuedescconvert.cpp \
51         actions/valuedescdisconnect.cpp \
52         actions/valuedescexport.cpp \
53         actions/valuedesclink.cpp \
54         actions/valuedescblinelink.cpp \
55         actions/valuedescset.cpp
56
57
58 VALUENODE_ACTION_HH = \
59         actions/valuenodeadd.h \
60         actions/valuenodeconstset.h \
61         actions/valuenodeconstsetstatic.h\
62         actions/valuenodeconstunsetstatic.h\
63         actions/valuenodedynamiclistinsert.h \
64         actions/valuenodedynamiclistinsertsmart.h \
65         actions/valuenodedynamiclistloop.h \
66         actions/valuenodedynamiclistremove.h \
67         actions/valuenodedynamiclistremovesmart.h \
68         actions/valuenodedynamiclistrotateorder.h \
69         actions/valuenodedynamiclistunloop.h \
70         actions/valuenodelinkconnect.h \
71         actions/valuenodelinkdisconnect.h \
72         actions/valuenoderemove.h \
73         actions/valuenoderename.h \
74         actions/valuenodereplace.h
75
76 VALUENODE_ACTION_CC = \
77         actions/valuenodeadd.cpp \
78         actions/valuenodeconstset.cpp \
79         actions/valuenodeconstsetstatic.cpp\
80         actions/valuenodeconstunsetstatic.cpp\
81         actions/valuenodedynamiclistinsert.cpp \
82         actions/valuenodedynamiclistinsertsmart.cpp \
83         actions/valuenodedynamiclistloop.cpp \
84         actions/valuenodedynamiclistremove.cpp \
85         actions/valuenodedynamiclistremovesmart.cpp \
86         actions/valuenodedynamiclistrotateorder.cpp \
87         actions/valuenodedynamiclistunloop.cpp \
88         actions/valuenodelinkconnect.cpp \
89         actions/valuenodelinkdisconnect.cpp \
90         actions/valuenoderemove.cpp \
91         actions/valuenoderename.cpp \
92         actions/valuenodereplace.cpp
93
94
95 WAYPOINT_ACTION_HH = \
96         actions/waypointadd.h \
97         actions/waypointremove.h \
98         actions/waypointset.h \
99         actions/waypointsetsmart.h \
100         actions/waypointsimpleadd.h \
101         actions/waypointconnect.h \
102         actions/waypointdisconnect.h
103
104 WAYPOINT_ACTION_CC = \
105         actions/waypointadd.cpp \
106         actions/waypointremove.cpp \
107         actions/waypointset.cpp \
108         actions/waypointsetsmart.cpp \
109         actions/waypointsimpleadd.cpp \
110         actions/waypointconnect.cpp \
111         actions/waypointdisconnect.cpp
112
113
114 TIMEPOINT_ACTION_HH = \
115         actions/timepointscopy.h \
116         actions/timepointsdelete.h \
117         actions/timepointsmove.h \
118         timegather.h
119
120 TIMEPOINT_ACTION_CC = \
121         actions/timepointscopy.cpp \
122         actions/timepointsdelete.cpp \
123         actions/timepointsmove.cpp \
124         timegather.cpp
125
126
127 ACTIVEPOINT_ACTION_HH = \
128         actions/activepointadd.h \
129         actions/activepointremove.h \
130         actions/activepointset.h \
131         actions/activepointsetoff.h \
132         actions/activepointseton.h \
133         actions/activepointsetsmart.h \
134         actions/activepointsimpleadd.h
135
136 ACTIVEPOINT_ACTION_CC = \
137         actions/activepointadd.cpp \
138         actions/activepointremove.cpp \
139         actions/activepointset.cpp \
140         actions/activepointsetoff.cpp \
141         actions/activepointseton.cpp \
142         actions/activepointsetsmart.cpp \
143         actions/activepointsimpleadd.cpp
144
145
146 KEYFRAME_ACTION_HH = \
147         actions/keyframeadd.h \
148         actions/keyframeduplicate.h \
149         actions/keyframeremove.h \
150         actions/keyframeset.h \
151         actions/keyframesetdelta.h \
152         actions/keyframewaypointset.h
153
154 KEYFRAME_ACTION_CC = \
155         actions/keyframeadd.cpp \
156         actions/keyframeduplicate.cpp \
157         actions/keyframeremove.cpp \
158         actions/keyframeset.cpp \
159         actions/keyframesetdelta.cpp \
160         actions/keyframewaypointset.cpp
161
162
163 CANVAS_ACTION_HH = \
164         actions/canvasadd.h \
165         actions/canvasdescriptionset.h \
166         actions/canvasidset.h \
167         actions/canvasnameset.h \
168         actions/canvasremove.h \
169         actions/canvasrenddescset.h
170
171 CANVAS_ACTION_CC = \
172         actions/canvasadd.cpp \
173         actions/canvasdescriptionset.cpp \
174         actions/canvasidset.cpp \
175         actions/canvasnameset.cpp \
176         actions/canvasremove.cpp \
177         actions/canvasrenddescset.cpp
178
179
180 GROUP_ACTION_HH = \
181         actions/groupaddlayers.h \
182         actions/groupremove.h \
183         actions/groupremovelayers.h \
184         actions/grouprename.h
185
186 GROUP_ACTION_CC = \
187         actions/groupaddlayers.cpp \
188         actions/groupremove.cpp \
189         actions/groupremovelayers.cpp \
190         actions/grouprename.cpp
191
192
193 OTHER_ACTION_HH = \
194         actions/blinepointtangentmerge.h \
195         actions/blinepointtangentsplit.h \
196         actions/colorset.h \
197         actions/editmodeset.h \
198         actions/gradientset.h
199
200 OTHER_ACTION_CC = \
201         actions/blinepointtangentmerge.cpp \
202         actions/blinepointtangentsplit.cpp \
203         actions/colorset.cpp \
204         actions/editmodeset.cpp \
205         actions/gradientset.cpp
206
207
208 ACTIONHH = \
209         $(ACTIVEPOINT_ACTION_HH) \
210         $(CANVAS_ACTION_HH) \
211         $(GROUP_ACTION_HH) \
212         $(KEYFRAME_ACTION_HH) \
213         $(LAYER_ACTION_HH) \
214         $(OTHER_ACTION_HH) \
215         $(TIMEPOINT_ACTION_HH) \
216         $(VALUEDESC_ACTION_HH) \
217         $(VALUENODE_ACTION_HH) \
218         $(WAYPOINT_ACTION_HH)
219
220 ACTIONCC = \
221         $(ACTIVEPOINT_ACTION_CC) \
222         $(CANVAS_ACTION_CC) \
223         $(GROUP_ACTION_CC) \
224         $(KEYFRAME_ACTION_CC) \
225         $(LAYER_ACTION_CC) \
226         $(OTHER_ACTION_CC) \
227         $(TIMEPOINT_ACTION_CC) \
228         $(VALUEDESC_ACTION_CC) \
229         $(VALUENODE_ACTION_CC) \
230         $(WAYPOINT_ACTION_CC)
231
232
233 SYNFIGAPPHH = \
234         editmode.h \
235         selectionmanager.h \
236         $(ACTIONHH) \
237         action.h \
238         action_param.h \
239         action_system.h \
240         blineconvert.h \
241         canvasinterface.h \
242         cvs.h \
243         inputdevice.h \
244         instance.h \
245         main.h \
246         settings.h \
247         uimanager.h \
248         value_desc.h \
249         general.h
250
251 SYNFIGAPPCC = \
252         $(ACTIONCC) \
253         action.cpp \
254         action_param.cpp \
255         action_system.cpp \
256         blineconvert.cpp \
257         canvasinterface.cpp \
258         cvs.cpp \
259         inputdevice.cpp \
260         instance.cpp \
261         main.cpp \
262         settings.cpp \
263         uimanager.cpp \
264         value_desc.cpp
265
266
267 synfiglibdir = @synfiglibdir@
268
269 lib_LTLIBRARIES = libsynfigapp.la
270
271 libsynfigapp_la_SOURCES = \
272         $(SYNFIGAPPCC) \
273         $(SYNFIGAPPHH)
274
275 libsynfigapp_la_LIBADD = \
276         @SYNFIG_LIBS@
277
278 libsynfigapp_la_CXXFLAGS = \
279         @SYNFIG_CFLAGS@ \
280         "-DLOCALEDIR=\"$(localedir)\""
281
282 libsynfigapp_la_LDFLAGS = \
283         -export-dynamic \
284         -no-undefined
285
286
287 include_synfigappdir = $(prefix)/include/synfigapp-0.0/synfigapp
288
289 include_synfigapp_HEADERS = \
290         $(SYNFIGAPPHH)