Code

cdr import via uniconvertor
[inkscape.git] / share / extensions / Makefile.am
2 SUBDIRS = \
3         Barcode \
4         xaml2svg
6 extensiondir = $(datadir)/inkscape/extensions
8 otherstuffdir = $(datadir)/inkscape/extensions
10 moduledir = $(datadir)/inkscape/extensions
12 # If you remove an extension from here, either add it to EXTRA_DIST
13 # below, or remove all mention of it from po/inkscape.pot as well.
14 extensions = \
15         addnodes.py \
16         bezmisc.py \
17         cdr2svg.sh\
18         chardataeffect.py\
19         color_brighter.py\
20         color_custom.py\
21         color_darker.py\
22         color_desaturate.py\
23         coloreffect.py\
24         color_grayscale.py\
25         color_lesshue.py\
26         color_lesslight.py\
27         color_lesssaturation.py\
28         color_morehue.py\
29         color_morelight.py\
30         color_moresaturation.py\
31         color_negative.py\
32         color_randomize.py\
33         color_removeblue.py\
34         color_removegreen.py\
35         color_removered.py\
36         color_rgbbarrel.py\
37         color_replace.py\
38         cspsubdiv.py \
39         cubicsuperpath.py \
40         dia2svg.sh \
41         dots.py \
42         dxf_outlines.py \
43         embedimage.py \
44         embed_raster_in_svg.pl \
45         eqtexsvg.py \
46         export_gimp_palette.py \
47         extractimage.py \
48         ffgeom.py\
49         fig2svg.sh \
50         flatten.py \
51         fractalize.py \
52         funcplot.py \
53         gears.py\
54         gimp_xcf.py \
55         handles.py \
56         ill2svg.pl \
57         inkex.py \
58         inkscape-shadow.sh \
59         inkscape-shadow-white.sh \
60         interp.py \
61         lindenmayer.py \
62         lorem_ipsum.py \
63         markers_strokepaint.py \
64         measure.py \
65         motion.py \
66         outline2svg.pl  \
67         pathalongpath.py\
68         pathmodifier.py\
69         perspective.py \
70         ps2dxf.sh \
71         ps2epsi.sh \
72         ps2pdf.cmd \
73         ps2pdf.sh \
74         pturtle.py \
75         radiusrand.py \
76         render_barcode.py \
77         rtree.py \
78         rubberstretch.py\
79         simplepath.py \
80         simplepath.rb \
81         simplestyle.py \
82         sk2svg.sh \
83         SpSVG.pm \
84         spirograph.py\
85         spirograph.inx\
86         straightseg.py \
87         summersnight.py \
88         svg_and_media_zip_output.py \
89         text_uppercase.py \
90         text_lowercase.py \
91         text_sentencecase.py \
92         text_titlecase.py \
93         text_flipcase.py \
94         text_randomcase.py \
95         text_replace.py \
96         txt2svg.pl \
97         webbrowser_commandline.py \
98         webbrowser_faq.py\
99         webbrowser_manual.py \
100         webbrowser_relnotes.py \
101         webbrowser_reportabug.py \
102         webbrowser_svgspec.py \
103         webbrowser_keys.py \
104         whirl.py
106 otherstuff = \
107     aisvg.xslt \
108         colors.xml \
109         svg2xaml.xsl \
110         xaml2svg.xsl
112 modules = \
113         addnodes.inx \
114         ai_input.inx \
115         ai_output.inx \
116         aisvg.inx \
117         cdr_input.inx\
118         color_brighter.inx\
119         color_custom.inx \
120         color_darker.inx\
121         color_desaturate.inx\
122         color_grayscale.inx\
123         color_lesshue.inx\
124         color_lesslight.inx\
125         color_lesssaturation.inx\
126         color_morehue.inx\
127         color_morelight.inx\
128         color_moresaturation.inx\
129         color_negative.inx\
130         color_randomize.inx\
131         color_removeblue.inx\
132         color_removegreen.inx\
133         color_removered.inx\
134         color_rgbbarrel.inx\
135         color_replace.inx\
136         dia.inx \
137         dots.inx \
138         dxf_input.inx \
139         dxf_outlines.inx \
140         dxf_output.inx \
141         embedimage.inx \
142         eps_input.inx \
143         epsi_output.inx \
144         eqtexsvg.inx \
145         export_gimp_palette.inx \
146         extractimage.inx \
147         fig_input.inx \
148         flatten.inx \
149         fractalize.inx \
150         funcplot.inx \
151         gears.inx\
152         gimp_xcf.inx \
153         handles.inx \
154         inkscape_help_commandline.inx \
155         inkscape_help_faq.inx\
156         inkscape_help_manual.inx \
157         inkscape_help_relnotes.inx \
158         inkscape_help_reportabug.inx \
159         inkscape_help_svgspec.inx \
160         inkscape_help_keys.inx \
161         interp.inx \
162         lindenmayer.inx \
163         lorem_ipsum.inx \
164         markers_strokepaint.inx \
165         measure.inx \
166         motion.inx \
167         outline2svg.inx \
168         pathalongpath.inx\
169         pdf_output.inx.txt \
170         pdf_output_via_gs_on_win32.inx.txt \
171         perspective.inx \
172         ps_input.inx \
173         radiusrand.inx \
174         randompnt.inx \
175         randompos.inx \
176         render_barcode.inx \
177         rtree.inx \
178         sk_input.inx \
179         straightseg.inx \
180         summersnight.inx \
181         svg2xaml.inx \
182         svg_and_media_zip_output.inx \
183         svgz_input.inx \
184         svgz_output.inx \
185         text_uppercase.inx\
186         text_lowercase.inx \
187         text_sentencecase.inx \
188         text_titlecase.inx \
189         text_flipcase.inx \
190         text_randomcase.inx \
191         text_replace.inx \
192         txt2svg.inx \
193         whirl.inx \
194         wmf_input.inx \
195         xaml2svg.inx
198 extension_SCRIPTS = \
199         $(extensions)
201 otherstuff_DATA = \
202         $(otherstuff)
204 module_DATA = \
205         $(modules)
207 EXTRA_DIST = \
208         radiobutton_example.inx \
209         $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)