Code

Added support for feMerge filter priitive
[inkscape.git] / src / Makefile_insert
1 ## Makefile.am fragment, included by src/Makefile.am.
4 # ################################################
5 #
6 #  E X T R A 
7 #
8 # ################################################
10 if PLATFORM_WIN32
11 win32_sources = winmain.cpp registrytool.cpp registrytool.h
12 win32ldflags = -lcomdlg32
13 endif 
15 if INKJAR
16 inkjar_dir = inkjar
17 inkjar_libs = inkjar/libinkjar.a
18 endif
21 # ################################################
22 #
23 #  I N K S C A P E
24 #
25 # ################################################
27 # libinkpre.a: any object that's sharable between inkscape & inkview,
28 # and isn't needed by object files in subdirectories (i.e. libinkpre.a
29 # comes before subdirectory libraries on the link line).
30 #
31 # Excludes winmain.cpp (a gui wrapper around main): I'm guessing that
32 # it needs to be explicitly listed as a source of each graphical
33 # binary: it isn't (to my knowledge) called by main (whether directly
34 # or indirectly), so I don't think that putting it in a library will
35 # suffice to get it linked in.  Windows devel please confirm.  -- pjrm.
37 libinkpre_a_SOURCES =   \
38         algorithms/find-last-if.h       \
39         algorithms/longest-common-suffix.h      \
40         approx-equal.h remove-last.h    \
41         arc-context.cpp arc-context.h   \
42         attributes.cpp attributes.h     \
43         axis-manip.cpp axis-manip.h     \
44         bad-uri-exception.h     \
45         box3d.cpp box3d.h \
46         box3d-context.cpp box3d-context.h \
47         box3d-face.cpp box3d-face.h \
48         brokenimage.xpm \
49         color-rgba.h    \
50         color-profile.cpp color-profile.h       \
51         color-profile-fns.h     \
52         conditions.cpp conditions.h\
53         conn-avoid-ref.cpp conn-avoid-ref.h     \
54         connector-context.cpp connector-context.h       \
55         connection-pool.h \
56         console-output-undo-observer.h console-output-undo-observer.cpp \
57         context-fns.cpp context-fns.h \
58         desktop-affine.cpp desktop-affine.h     \
59         desktop-events.cpp desktop-events.h     \
60         desktop-handles.cpp desktop-handles.h   \
61         desktop-style.cpp desktop-style.h       \
62         desktop.cpp desktop.h   \
63         document-undo.cpp       \
64         document.cpp document.h document-private.h      \
65         document-subset.cpp document-subset.h   \
66         doxygen-main.cpp \
67         draw-anchor.cpp \
68         draw-anchor.h   \
69         draw-context.cpp draw-context.h \
70         dropper-context.cpp dropper-context.h   \
71         dyna-draw-context.cpp dyna-draw-context.h       \
72         enums.h \
73         event-context.cpp event-context.h       \
74         event-log.cpp event-log.h event.h      \
75         extract-uri.cpp extract-uri.h   \
76         file.cpp file.h \
77         filter-chemistry.cpp filter-chemistry.h \
78         filter-enums.cpp filter-enums.h \
79         flood-context.cpp flood-context.h       \
80         fontsize-expansion.cpp fontsize-expansion.h     \
81         forward.h       \
82         geom.cpp geom.h \
83         gradient-context.cpp gradient-context.h \
84         gradient-drag.cpp gradient-drag.h \
85         help.cpp help.h \
86         icon-size.h \
87         inkscape-stock.cpp inkscape-stock.h\
88         inkscape.cpp inkscape.h inkscape-private.h      \
89         interface.cpp interface.h       \
90         isnan.h \
91         isnormal.h \
92         knot-enums.h    \
93         knot-holder-entity.h    \
94         knot.cpp knot.h \
95         knotholder.cpp knotholder.h     \
96         layer-fns.cpp layer-fns.h       \
97         layer-manager.cpp layer-manager.h       \
98         line-geometry.cpp line-geometry.h       \
99         macros.h        \
100         main-cmdlineact.cpp main-cmdlineact.h \
101         media.cpp media.h       \
102         message-context.cpp message-context.h \
103         message-stack.cpp message-stack.h \
104         message.h \
105         mod360.cpp mod360.h     \
106         modifier-fns.h  \
107         node-context.cpp node-context.h \
108         nodepath.cpp nodepath.h \
109         object-edit.cpp object-edit.h   \
110         object-hierarchy.cpp object-hierarchy.h \
111         ui/context-menu.cpp \
112         ui/context-menu.h       \
113         path-chemistry.cpp path-chemistry.h     \
114         path-prefix.h   \
115         pen-context.cpp \
116         pen-context.h   \
117         pencil-context.cpp      \
118         pencil-context.h        \
119         perspective-line.cpp perspective-line.h \
120         perspective3d.cpp perspective3d.h       \
121         preferences.cpp preferences.h \
122         preferences-skeleton.h  \
123         menus-skeleton.h        \
124         prefix.cpp      \
125         prefix.h        \
126         prefs-utils.cpp \
127         prefs-utils.h   \
128         print.cpp print.h       \
129         rect-context.cpp rect-context.h \
130         require-config.h \
131         rubberband.cpp rubberband.h     \
132         satisfied-guide-cns.cpp satisfied-guide-cns.h   \
133         selcue.cpp selcue.h \
134         select-context.cpp select-context.h     \
135         selection-chemistry.cpp selection-chemistry.h   \
136         selection-describer.cpp selection-describer.h   \
137         selection.cpp selection.h       \
138         seltrans-handles.cpp seltrans-handles.h \
139         seltrans.cpp seltrans.h \
140         shape-editor.cpp shape-editor.h \
141         shortcuts.cpp shortcuts.h       \
142         snap.cpp snap.h \
143         snapped-point.cpp snapped-point.h \
144         snapper.cpp snapper.h \
145         line-snapper.cpp line-snapper.h \
146         guide-snapper.cpp guide-snapper.h \
147         object-snapper.cpp object-snapper.h \
148         sp-anchor.cpp sp-anchor.h       \
149         sp-clippath.cpp sp-clippath.h   \
150         sp-conn-end-pair.cpp sp-conn-end-pair.h \
151         sp-conn-end.cpp sp-conn-end.h   \
152         sp-cursor.cpp sp-cursor.h       \
153         sp-defs.cpp sp-defs.h   \
154         sp-ellipse.cpp sp-ellipse.h     \
155         sp-feblend.cpp sp-feblend.h     \
156         sp-feblend-fns.h        \
157         sp-fecolormatrix.cpp sp-fecolormatrix.h \
158         sp-fecolormatrix-fns.h  \
159         sp-fecomponenttransfer.cpp sp-fecomponenttransfer.h     \
160         sp-fecomponenttransfer-fns.h    \
161         sp-fecomposite.cpp sp-fecomposite.h     \
162         sp-fecomposite-fns.h    \
163         sp-feconvolvematrix.cpp sp-feconvolvematrix.h   \
164         sp-feconvolvematrix-fns.h       \
165         sp-fediffuselighting.cpp sp-fediffuselighting.h \
166         sp-fediffuselighting-fns.h      \
167         sp-fedisplacementmap.cpp sp-fedisplacementmap.h \
168         sp-fedisplacementmap-fns.h      \
169         sp-fedistantlight.cpp sp-fedistantlight.h \
170         sp-feflood.cpp sp-feflood.h     \
171         sp-feflood-fns.h        \
172         sp-feimage.cpp sp-feimage.h     \
173         sp-feimage-fns.h        \
174         sp-femerge.cpp sp-femerge.h     \
175         sp-femerge-fns.h        \
176         sp-femergenode.cpp sp-femergenode.h \
177         sp-femorphology.cpp sp-femorphology.h   \
178         sp-femorphology-fns.h   \
179         sp-feoffset.cpp sp-feoffset.h   \
180         sp-feoffset-fns.h       \
181         sp-fepointlight.cpp sp-fepointlight.h \
182         sp-fespecularlighting.cpp sp-fespecularlighting.h       \
183         sp-fespecularlighting-fns.h     \
184         sp-fespotlight.cpp sp-fespotlight.h \
185         sp-fetile.cpp sp-fetile.h       \
186         sp-fetile-fns.h \
187         sp-feturbulence.cpp sp-feturbulence.h   \
188         sp-feturbulence-fns.h   \
189         sp-filter-fns.h \
190         sp-filter-primitive.cpp \
191         sp-filter-primitive.h   \
192         sp-filter-reference.cpp \
193         sp-filter-reference.h   \
194         sp-filter-units.h       \
195         sp-filter.cpp sp-filter.h number-opt-number.h   \
196         sp-flowdiv.h sp-flowdiv.cpp \
197         sp-flowregion.h sp-flowregion.cpp \
198         sp-flowtext.h sp-flowtext.cpp \
199         sp-gaussian-blur.cpp sp-gaussian-blur.h \
200         sp-gaussian-blur-fns.h  \
201         sp-gradient-fns.h       \
202         sp-gradient-reference.cpp       \
203         sp-gradient-reference.h \
204         sp-gradient-spread.h    \
205         sp-gradient-units.h     \
206         sp-gradient-vector.h    \
207         sp-gradient.cpp sp-gradient.h   \
208         sp-guide-attachment.h   \
209         sp-guide-constraint.h   \
210         sp-guide.cpp sp-guide.h \
211         sp-image.cpp sp-image.h \
212         sp-item-group.cpp sp-item-group.h       \
213         sp-item-notify-moveto.cpp sp-item-notify-moveto.h       \
214         sp-item-rm-unsatisfied-cns.cpp sp-item-rm-unsatisfied-cns.h     \
215         sp-item-transform.cpp sp-item-transform.h       \
216         sp-item-update-cns.cpp sp-item-update-cns.h     \
217         sp-item.cpp sp-item.h   \
218         sp-line.cpp sp-line.h   \
219         sp-linear-gradient-fns.h        \
220         sp-linear-gradient.h    \
221         sp-marker-loc.h \
222         marker.cpp marker.h     \
223         sp-mask.cpp sp-mask.h   \
224         sp-metadata.cpp sp-metadata.h   \
225         sp-metric.h     \
226         sp-metrics.cpp sp-metrics.h     \
227         sp-namedview.cpp sp-namedview.h \
228         sp-object-group.cpp sp-object-group.h   \
229         sp-object-repr.cpp sp-object-repr.h     \
230         sp-object.cpp sp-object.h       \
231         sp-offset.cpp sp-offset.h       \
232         sp-paint-server.cpp sp-paint-server.h   \
233         sp-path.cpp sp-path.h   \
234         sp-pattern.cpp sp-pattern.h     \
235         sp-polygon.cpp sp-polygon.h     \
236         sp-polyline.cpp sp-polyline.h   \
237         sp-radial-gradient-fns.h        \
238         sp-radial-gradient.h    \
239         sp-rect.cpp sp-rect.h   \
240         sp-root.cpp sp-root.h   \
241         sp-shape.cpp sp-shape.h \
242         sp-spiral.cpp sp-spiral.h       \
243         sp-star.cpp sp-star.h   \
244         sp-stop-fns.h   \
245         sp-stop.h       \
246         sp-string.cpp sp-string.h       \
247         sp-symbol.cpp sp-symbol.h       \
248         sp-switch.cpp sp-switch.h\
249         sp-text.cpp sp-text.h   \
250         sp-textpath.h   \
251         sp-tref-reference.cpp sp-tref-reference.h \
252         sp-tref.cpp sp-tref.h \
253         sp-tspan.cpp sp-tspan.h \
254         sp-use-reference.cpp sp-use-reference.h \
255         sp-use.cpp sp-use.h     \
256         spiral-context.cpp spiral-context.h     \
257         splivarot.cpp splivarot.h       \
258         star-context.cpp star-context.h \
259         streams-gzip.h streams-gzip.cpp \
260         streams-handles.h streams-handles.cpp   \
261         streams-jar.h streams-jar.cpp   \
262         streams-zlib.h streams-zlib.cpp \
263         style.cpp style.h       \
264         sp-style-elem.cpp sp-style-elem.h       \
265         svg-profile.h \
266         svg-view.cpp svg-view.h \
267         svg-view-widget.cpp svg-view-widget.h   \
268         text-chemistry.cpp text-chemistry.h     \
269         text-context.cpp text-context.h \
270         text-editing.cpp text-editing.h \
271         text-tag-attributes.h   \
272         tools-switch.cpp tools-switch.h\
273         uri-references.cpp uri-references.h     \
274         vanishing-point.cpp vanishing-point.h   \
275         verbs.cpp verbs.h       \
276         version.cpp version.h   \
277         zoom-context.cpp zoom-context.h
279 # Force libinkpost.a to be rebuilt if we add files to libinkpost_a_SOURCES.
280 libinkpost_a_DEPENDENCIES = Makefile_insert
282 # libinkpost.a: Any object file that needs to be near the end of the link line.
283 # gradient-chemistry.o is called by some things in display/.
284 libinkpost_a_SOURCES =  \
285         color.cpp color.h       \
286         decimal-round.h \
287         dir-util.cpp dir-util.h \
288         ege-adjustment-action.cpp       \
289         ege-adjustment-action.h \
290         ege-output-action.cpp   \
291         ege-output-action.h     \
292         ege-select-one-action.cpp       \
293         ege-select-one-action.h \
294         fill-or-stroke.h        \
295         filter-chemistry.cpp filter-chemistry.h \
296         filter-enums.cpp filter-enums.h \
297         fixes.cpp \
298         gc-alloc.h      \
299         gc-anchored.h gc-anchored.cpp   \
300         gc-core.h       \
301         gc-finalized.h gc-finalized.cpp \
302         gc-managed.h    \
303         gc-soft-ptr.h   \
304         gc.cpp  \
305         gradient-chemistry.cpp gradient-chemistry.h     \
306         ink-action.cpp  \
307         ink-action.h    \
308         memeq.h \
309         round.h \
310         streq.h \
311         strneq.h        \
312         composite-undo-stack-observer.h \
313         composite-undo-stack-observer.cpp \
314         undo-stack-observer.h \
315         unit-constants.h        \
316         uri.cpp uri.h
318 inkscape_private_libs = \
319         libinkpre.a             \
320         application/libinkapp.a \
321         ui/dialog/libuidialog.a \
322         dialogs/libspdialogs.a  \
323         ui/cache/libuicache.a   \
324         jabber_whiteboard/libjabber_whiteboard.a \
325         pedro/libpedro.a        \
326         trace/libtrace.a        \
327         svg/libspsvg.a          \
328         widgets/libspwidgets.a  \
329         display/libspdisplay.a  \
330         helper/libspchelp.a     \
331         libcroco/libcroco.a     \
332         libnrtype/libnrtype.a   \
333         libnr/libnr.a           \
334         libavoid/libavoid.a     \
335         livarot/libvarot.a      \
336         ui/view/libuiview.a     \
337         ui/libui.a              \
338         ui/widget/libuiwidget.a \
339         graphlayout/libgraphlayout.a    \
340         removeoverlap/libremoveoverlap.a                \
341         libcola/libcola.a       \
342         libvpsc/libvpsc.a       \
343         extension/libextension.a        \
344         extension/implementation/libimplementation.a    \
345         extension/internal/libinternal.a        \
346         extension/internal/libwpg/libwpg.a      \
347         extension/script/libscript.a    \
348         dom/libdom.a            \
349         xml/libspxml.a          \
350         util/libinkutil.a       \
351         io/libio.a              \
352         $(inkjar_libs)          \
353         libinkpost.a            \
354         debug/libinkdebug.a
356 all_libs =                      \
357         $(inkscape_private_libs)        \
358         $(INKSCAPE_LIBS)        \
359         $(GNOME_PRINT_LIBS)     \
360         $(GNOME_VFS_LIBS)       \
361         $(XFT_LIBS)             \
362         $(FREETYPE_LIBS)        \
363         $(kdeldadd)             \
364         $(win32ldflags)         \
365         $(PERL_LIBS)            \
366         $(PYTHON_LIBS)  \
367         $(INKBOARD_LIBS)
369 desktop.$(OBJEXT): helper/sp-marshal.h
370 document.$(OBJEXT): helper/sp-marshal.h inkscape_version.h
371 extension/internal/latex-pstricks.$(OBJEXT): inkscape_version.h
372 extension/internal/ps.$(OBJEXT): inkscape_version.h
373 inkscape.$(OBJEXT): helper/sp-marshal.h inkscape_version.h
374 knot.$(OBJEXT): helper/sp-marshal.h
375 main.$(OBJEXT): inkscape_version.h
376 selection.$(OBJEXT): helper/sp-marshal.h
377 sp-object.$(OBJEXT): helper/sp-marshal.h
378 sp-root.$(OBJEXT): inkscape_version.h
379 view.$(OBJEXT): helper/sp-marshal.h
380 help.$(OBJEXT): inkscape_version.h
383 # ################################################
385 #  B I N A R I E S
387 # ################################################
390 inkscape_SOURCES = main.cpp $(win32_sources)
391 inkscape_LDADD = $(all_libs)
392 inkscape_LDFLAGS = --export-dynamic $(kdeldflags)
394 inkview_SOURCES = inkview.cpp $(win32_sources)
395 inkview_LDADD = $(all_libs)
397 style_test_SOURCES = style-test.cpp
398 style_test_LDADD = $(all_libs)
400 inkscape_version.h: ../configure.ac
401         echo '#define INKSCAPE_VERSION "$(VERSION)"' > inkscape_version.h
403 test_all_includes = \
404                 $(srcdir)/attributes-test.h     \
405                 $(srcdir)/color-profile-test.h  \
406                 $(srcdir)/MultiPrinter.h  \
407                 $(srcdir)/TRPIFormatter.h \
408                 $(srcdir)/PylogFormatter.h \
409                 $(srcdir)/dir-util-test.h       \
410                 $(srcdir)/extract-uri-test.h    \
411                 $(srcdir)/mod360-test.h \
412                 $(srcdir)/round-test.h  \
413                 $(srcdir)/sp-gradient-test.h    \
414                 $(srcdir)/sp-style-elem-test.h  \
415                 $(srcdir)/style-test.h  \
416                 $(srcdir)/test-helpers.h  \
417                 $(srcdir)/verbs-test.h