blob: 57aba5440fb3fb4cd1916c2de6630e97afcd7375 [file] [log] [blame]
cristy7e41fe82010-12-04 23:12:08 +00001# Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
cristy3ed852e2009-09-05 21:47:34 +00002# 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#
cristy3ed852e2009-09-05 21:47:34 +000015# Makefile for Magick ImageMagick configuration files.
16
17# Where architecture-independent configuration files get installed
18# (share/ImageMagick-version)
cristy4f820712011-04-01 12:35:43 +000019configsharedir = $(SHARE_PATH)
cristy3ed852e2009-09-05 21:47:34 +000020configshare_DATA = \
cristy241310d2011-03-28 14:01:28 +000021 config/configure.xml \
cristy241310d2011-03-28 14:01:28 +000022 config/english.xml \
23 config/francais.xml \
cristy252cedf2011-03-31 17:38:54 +000024 config/locale.xml
cristy3ed852e2009-09-05 21:47:34 +000025
26# Where architecture-dependent configuration files get installed
cristy241310d2011-03-28 14:01:28 +000027# (share/ImageMagick-version)
cristy3ed852e2009-09-05 21:47:34 +000028configlibdir = $(CONFIGURE_PATH)
29configlib_DATA = \
cristy252cedf2011-03-31 17:38:54 +000030 config/coder.xml \
cristy0bfbf362011-03-28 14:06:52 +000031 config/colors.xml \
cristy252cedf2011-03-31 17:38:54 +000032 config/delegates.xml \
cristy0bfbf362011-03-28 14:06:52 +000033 config/log.xml \
cristy252cedf2011-03-31 17:38:54 +000034 config/magic.xml \
35 config/mime.xml \
cristy3ed852e2009-09-05 21:47:34 +000036 config/policy.xml \
cristy252cedf2011-03-31 17:38:54 +000037 config/sRGB.icm \
38 config/thresholds.xml \
cristy3ed852e2009-09-05 21:47:34 +000039 config/type.xml \
cristy430a7312010-01-21 20:44:04 +000040 config/type-dejavu.xml \
cristy3ed852e2009-09-05 21:47:34 +000041 config/type-ghostscript.xml \
42 config/type-windows.xml
43
44CONFIG_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 \
cristy500273e2009-09-08 15:58:04 +000052 config/lndir.sh \
cristy3ed852e2009-09-05 21:47:34 +000053 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 \
cristy430a7312010-01-21 20:44:04 +000060 config/type-dejavu.xml.in \
cristy3ed852e2009-09-05 21:47:34 +000061 config/type-ghostscript.xml.in \
62 config/type-windows.xml.in \
63 config/type.xml.in