blob: ffe7aa6dee002d99e38c1520b4a5df110a4509c8 [file] [log] [blame]
Cristy7ce65e72015-12-12 18:03:16 -05001# Copyright 1999-2016 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/english.xml \
22 config/francais.xml \
cristy252cedf2011-03-31 17:38:54 +000023 config/locale.xml
cristy3ed852e2009-09-05 21:47:34 +000024
cristy408ebcd2011-11-14 01:36:57 +000025# Where architecture-dependent configuration files get installed
cristy670aa3c2011-11-03 00:54:00 +000026# (share/arch/ImageMagick-version)
27configsharearchdir = $(SHAREARCH_PATH)
28configsharearch_DATA = \
29 config/configure.xml
30
cristy3ed852e2009-09-05 21:47:34 +000031# Where architecture-dependent configuration files get installed
cristy241310d2011-03-28 14:01:28 +000032# (share/ImageMagick-version)
cristy3ed852e2009-09-05 21:47:34 +000033configlibdir = $(CONFIGURE_PATH)
34configlib_DATA = \
cristy252cedf2011-03-31 17:38:54 +000035 config/coder.xml \
cristy0bfbf362011-03-28 14:06:52 +000036 config/colors.xml \
cristy252cedf2011-03-31 17:38:54 +000037 config/delegates.xml \
cristy0bfbf362011-03-28 14:06:52 +000038 config/log.xml \
cristy252cedf2011-03-31 17:38:54 +000039 config/magic.xml \
40 config/mime.xml \
cristy3ed852e2009-09-05 21:47:34 +000041 config/policy.xml \
cristy1b58f252012-03-01 01:41:41 +000042 config/quantization-table.xml \
cristy252cedf2011-03-31 17:38:54 +000043 config/thresholds.xml \
cristy3ed852e2009-09-05 21:47:34 +000044 config/type.xml \
cristy430a7312010-01-21 20:44:04 +000045 config/type-dejavu.xml \
cristy3ed852e2009-09-05 21:47:34 +000046 config/type-ghostscript.xml \
47 config/type-windows.xml
48
49CONFIG_EXTRA_DIST = \
cristyaf29c0c2014-08-26 14:21:54 +000050 config/cmyk.icm \
cristy3ed852e2009-09-05 21:47:34 +000051 config/coder.xml \
52 config/colors.xml \
53 config/config.h.in \
54 config/delegates.xml.in \
55 config/english.xml \
56 config/francais.xml \
cristy74528c82012-10-08 14:07:57 +000057 config/ImageMagick.rc \
cristy3ed852e2009-09-05 21:47:34 +000058 config/ImageMagick.rdf.in \
cristy500273e2009-09-08 15:58:04 +000059 config/lndir.sh \
cristy3ed852e2009-09-05 21:47:34 +000060 config/locale.xml \
61 config/log.xml \
62 config/magic.xml \
63 config/mime.xml \
64 config/policy.xml \
cristy1b58f252012-03-01 01:41:41 +000065 config/quantization-table.xml \
cristyaf29c0c2014-08-26 14:21:54 +000066 config/sRGB.icm \
cristy3ed852e2009-09-05 21:47:34 +000067 config/thresholds.xml \
cristy430a7312010-01-21 20:44:04 +000068 config/type-dejavu.xml.in \
cristy3ed852e2009-09-05 21:47:34 +000069 config/type-ghostscript.xml.in \
70 config/type-windows.xml.in \
71 config/type.xml.in