]> granicus.if.org Git - imagemagick/blob - config/Makefile.am
(no commit message)
[imagemagick] / config / Makefile.am
1 #  Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization
2 #  dedicated to making software imaging solutions freely available.
3 #
4 #  You may not use this file except in compliance with the License.  You may
5 #  obtain a copy of the License at
6 #
7 #    http://www.imagemagick.org/script/license.php
8 #
9 #  Unless required by applicable law or agreed to in writing, software
10 #  distributed under the License is distributed on an "AS IS" BASIS,
11 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #  See the License for the specific language governing permissions and
13 #  limitations under the License.
14 #
15 #  Makefile for Magick ImageMagick configuration files.
16
17 # Where architecture-independent configuration files get installed
18 # (share/ImageMagick-version)
19 configsharedir = $(SHARE_CONFIGURE_PATH)
20 configshare_DATA = \
21         config/coder.xml \
22         config/colors.xml \
23         config/log.xml \
24         config/magic.xml \
25         config/mime.xml \
26         config/sRGB.icm \
27         config/thresholds.xml
28
29 # Where architecture-dependent configuration files get installed
30 # (lib/ImageMagick-version)
31 configlibdir =  $(CONFIGURE_PATH)
32 configlib_DATA = \
33         config/configure.xml \
34         config/delegates.xml \
35         config/english.xml \
36         config/francais.xml \
37         config/locale.xml \
38         config/policy.xml \
39         config/type.xml \
40         config/type-dejavu.xml \
41         config/type-ghostscript.xml \
42         config/type-windows.xml
43
44 CONFIG_EXTRA_DIST = \
45         config/coder.xml \
46         config/colors.xml \
47         config/config.h.in \
48         config/delegates.xml.in \
49         config/english.xml \
50         config/francais.xml \
51         config/ImageMagick.rdf.in \
52         config/lndir.sh \
53         config/locale.xml \
54         config/log.xml \
55         config/magic.xml \
56         config/mime.xml \
57         config/policy.xml \
58         config/sRGB.icm \
59         config/thresholds.xml \
60         config/type-dejavu.xml.in \
61         config/type-ghostscript.xml.in \
62         config/type-windows.xml.in \
63         config/type.xml.in