Reformat and clean up the automake files
[synfig.git] / synfig-studio / trunk / 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/valuenodedynamiclistinsert.h \
62         actions/valuenodedynamiclistinsertsmart.h \
63         actions/valuenodedynamiclistloop.h \
64         actions/valuenodedynamiclistremove.h \
65         actions/valuenodedynamiclistremovesmart.h \
66         actions/valuenodedynamiclistrotateorder.h \
67         actions/valuenodedynamiclistunloop.h \
68         actions/valuenodelinkconnect.h \
69         actions/valuenodelinkdisconnect.h \
70         actions/valuenoderemove.h \
71         actions/valuenoderename.h \
72         actions/valuenodereplace.h
73
74 VALUENODE_ACTION_CC = \
75         actions/valuenodeadd.cpp \
76         actions/valuenodeconstset.cpp \
77         actions/valuenodedynamiclistinsert.cpp \
78         actions/valuenodedynamiclistinsertsmart.cpp \
79         actions/valuenodedynamiclistloop.cpp \
80         actions/valuenodedynamiclistremove.cpp \
81         actions/valuenodedynamiclistremovesmart.cpp \
82         actions/valuenodedynamiclistrotateorder.cpp \
83         actions/valuenodedynamiclistunloop.cpp \
84         actions/valuenodelinkconnect.cpp \
85         actions/valuenodelinkdisconnect.cpp \
86         actions/valuenoderemove.cpp \
87         actions/valuenoderename.cpp \
88         actions/valuenodereplace.cpp
89
90
91 WAYPOINT_ACTION_HH = \
92         actions/waypointadd.h \
93         actions/waypointremove.h \
94         actions/waypointset.h \
95         actions/waypointsetsmart.h \
96         actions/waypointsimpleadd.h \
97         actions/waypointconnect.h \
98         actions/waypointdisconnect.h
99
100 WAYPOINT_ACTION_CC = \
101         actions/waypointadd.cpp \
102         actions/waypointremove.cpp \
103         actions/waypointset.cpp \
104         actions/waypointsetsmart.cpp \
105         actions/waypointsimpleadd.cpp \
106         actions/waypointconnect.cpp \
107         actions/waypointdisconnect.cpp
108
109
110 TIMEPOINT_ACTION_HH = \
111         actions/timepointscopy.h \
112         actions/timepointsdelete.h \
113         actions/timepointsmove.h \
114         timegather.h
115
116 TIMEPOINT_ACTION_CC = \
117         actions/timepointscopy.cpp \
118         actions/timepointsdelete.cpp \
119         actions/timepointsmove.cpp \
120         timegather.cpp
121
122
123 ACTIVEPOINT_ACTION_HH = \
124         actions/activepointadd.h \
125         actions/activepointremove.h \
126         actions/activepointset.h \
127         actions/activepointsetoff.h \
128         actions/activepointseton.h \
129         actions/activepointsetsmart.h \
130         actions/activepointsimpleadd.h
131
132 ACTIVEPOINT_ACTION_CC = \
133         actions/activepointadd.cpp \
134         actions/activepointremove.cpp \
135         actions/activepointset.cpp \
136         actions/activepointsetoff.cpp \
137         actions/activepointseton.cpp \
138         actions/activepointsetsmart.cpp \
139         actions/activepointsimpleadd.cpp
140
141
142 KEYFRAME_ACTION_HH = \
143         actions/keyframeadd.h \
144         actions/keyframeduplicate.h \
145         actions/keyframeremove.h \
146         actions/keyframeset.h \
147         actions/keyframesetdelta.h \
148         actions/keyframewaypointset.h
149
150 KEYFRAME_ACTION_CC = \
151         actions/keyframeadd.cpp \
152         actions/keyframeduplicate.cpp \
153         actions/keyframeremove.cpp \
154         actions/keyframeset.cpp \
155         actions/keyframesetdelta.cpp \
156         actions/keyframewaypointset.cpp
157
158
159 CANVAS_ACTION_HH = \
160         actions/canvasadd.h \
161         actions/canvasdescriptionset.h \
162         actions/canvasidset.h \
163         actions/canvasnameset.h \
164         actions/canvasremove.h \
165         actions/canvasrenddescset.h
166
167 CANVAS_ACTION_CC = \
168         actions/canvasadd.cpp \
169         actions/canvasdescriptionset.cpp \
170         actions/canvasidset.cpp \
171         actions/canvasnameset.cpp \
172         actions/canvasremove.cpp \
173         actions/canvasrenddescset.cpp
174
175
176 GROUP_ACTION_HH = \
177         actions/groupaddlayers.h \
178         actions/groupremove.h \
179         actions/groupremovelayers.h \
180         actions/grouprename.h
181
182 GROUP_ACTION_CC = \
183         actions/groupaddlayers.cpp \
184         actions/groupremove.cpp \
185         actions/groupremovelayers.cpp \
186         actions/grouprename.cpp
187
188
189 OTHER_ACTION_HH = \
190         actions/blinepointtangentmerge.h \
191         actions/blinepointtangentsplit.h \
192         actions/colorset.h \
193         actions/editmodeset.h \
194         actions/gradientset.h
195
196 OTHER_ACTION_CC = \
197         actions/blinepointtangentmerge.cpp \
198         actions/blinepointtangentsplit.cpp \
199         actions/colorset.cpp \
200         actions/editmodeset.cpp \
201         actions/gradientset.cpp
202
203
204 ACTIONHH = \
205         $(ACTIVEPOINT_ACTION_HH) \
206         $(CANVAS_ACTION_HH) \
207         $(GROUP_ACTION_HH) \
208         $(KEYFRAME_ACTION_HH) \
209         $(LAYER_ACTION_HH) \
210         $(OTHER_ACTION_HH) \
211         $(TIMEPOINT_ACTION_HH) \
212         $(VALUEDESC_ACTION_HH) \
213         $(VALUENODE_ACTION_HH) \
214         $(WAYPOINT_ACTION_HH)
215
216 ACTIONCC = \
217         $(ACTIVEPOINT_ACTION_CC) \
218         $(CANVAS_ACTION_CC) \
219         $(GROUP_ACTION_CC) \
220         $(KEYFRAME_ACTION_CC) \
221         $(LAYER_ACTION_CC) \
222         $(OTHER_ACTION_CC) \
223         $(TIMEPOINT_ACTION_CC) \
224         $(VALUEDESC_ACTION_CC) \
225         $(VALUENODE_ACTION_CC) \
226         $(WAYPOINT_ACTION_CC)
227
228
229 SYNFIGAPPHH = \
230         editmode.h \
231         selectionmanager.h \
232         $(ACTIONHH) \
233         action.h \
234         action_param.h \
235         action_system.h \
236         blineconvert.h \
237         canvasinterface.h \
238         cvs.h \
239         inputdevice.h \
240         instance.h \
241         main.h \
242         settings.h \
243         uimanager.h \
244         value_desc.h \
245         general.h
246
247 SYNFIGAPPCC = \
248         $(ACTIONCC) \
249         action.cpp \
250         action_param.cpp \
251         action_system.cpp \
252         blineconvert.cpp \
253         canvasinterface.cpp \
254         cvs.cpp \
255         inputdevice.cpp \
256         instance.cpp \
257         main.cpp \
258         settings.cpp \
259         uimanager.cpp \
260         value_desc.cpp
261
262
263 synfiglibdir = @synfiglibdir@
264
265 lib_LTLIBRARIES = libsynfigapp.la
266
267 libsynfigapp_la_SOURCES = \
268         $(SYNFIGAPPCC) \
269         $(SYNFIGAPPHH)
270
271 libsynfigapp_la_LIBADD = \
272         @SYNFIG_LIBS@
273
274 libsynfigapp_la_CXXFLAGS = \
275         @SYNFIG_CFLAGS@ \
276         "-DLOCALEDIR=\"$(localedir)\""
277
278 libsynfigapp_la_LDFLAGS = \
279         -export-dynamic \
280         -no-undefined
281
282
283 include_synfigappdir = $(prefix)/include/synfigapp-0.0/synfigapp
284
285 include_synfigapp_HEADERS = \
286         $(SYNFIGAPPHH)