Code

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