]> granicus.if.org Git - imagemagick/blob - config/Makefile.am
Horizon validity (anti-aliased) added to Plane2Cylinder
[imagemagick] / config / Makefile.am
1 #  Copyright 1999-2011 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_PATH)
20 configshare_DATA = \
21         config/configure.xml \
22         config/english.xml \
23         config/francais.xml \
24         config/locale.xml
25
26 # Where architecture-dependent configuration files get installed
27 # (share/ImageMagick-version)
28 configlibdir =  $(CONFIGURE_PATH)
29 configlib_DATA = \
30         config/coder.xml \
31         config/colors.xml \
32         config/delegates.xml \
33         config/log.xml \
34         config/magic.xml \
35         config/mime.xml \
36         config/policy.xml \
37         config/sRGB.icm \
38         config/thresholds.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