1 # Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
2 # dedicated to making software imaging solutions freely available.
4 # You may not use this file except in compliance with the License. You may
5 # obtain a copy of the License at
7 # http://www.imagemagick.org/script/license.php
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.
15 # Makefile for Magick ImageMagick configuration files.
17 # Where architecture-independent configuration files get installed
18 # (share/ImageMagick-version)
19 configsharedir = $(SHARE_CONFIGURE_PATH)
21 config/configure.xml \
22 config/delegates.xml \
34 # Where architecture-dependent configuration files get installed
35 # (share/ImageMagick-version)
36 configlibdir = $(CONFIGURE_PATH)
40 config/type-dejavu.xml \
41 config/type-ghostscript.xml \
42 config/type-windows.xml
48 config/delegates.xml.in \
51 config/ImageMagick.rdf.in \
59 config/thresholds.xml \
60 config/type-dejavu.xml.in \
61 config/type-ghostscript.xml.in \
62 config/type-windows.xml.in \