cristy | fe676ee | 2013-11-18 13:03:38 +0000 | [diff] [blame] | 1 | # Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 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 | # |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 15 | # Makefile for Magick ImageMagick configuration files. |
| 16 | |
| 17 | # Where architecture-independent configuration files get installed |
| 18 | # (share/ImageMagick-version) |
cristy | 4f82071 | 2011-04-01 12:35:43 +0000 | [diff] [blame] | 19 | configsharedir = $(SHARE_PATH) |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 20 | configshare_DATA = \ |
cristy | 241310d | 2011-03-28 14:01:28 +0000 | [diff] [blame] | 21 | config/english.xml \ |
| 22 | config/francais.xml \ |
cristy | 252cedf | 2011-03-31 17:38:54 +0000 | [diff] [blame] | 23 | config/locale.xml |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 24 | |
cristy | 408ebcd | 2011-11-14 01:36:57 +0000 | [diff] [blame] | 25 | # Where architecture-dependent configuration files get installed |
cristy | 670aa3c | 2011-11-03 00:54:00 +0000 | [diff] [blame] | 26 | # (share/arch/ImageMagick-version) |
| 27 | configsharearchdir = $(SHAREARCH_PATH) |
| 28 | configsharearch_DATA = \ |
| 29 | config/configure.xml |
| 30 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 31 | # Where architecture-dependent configuration files get installed |
cristy | 241310d | 2011-03-28 14:01:28 +0000 | [diff] [blame] | 32 | # (share/ImageMagick-version) |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 33 | configlibdir = $(CONFIGURE_PATH) |
| 34 | configlib_DATA = \ |
cristy | 252cedf | 2011-03-31 17:38:54 +0000 | [diff] [blame] | 35 | config/coder.xml \ |
cristy | 0bfbf36 | 2011-03-28 14:06:52 +0000 | [diff] [blame] | 36 | config/colors.xml \ |
cristy | 252cedf | 2011-03-31 17:38:54 +0000 | [diff] [blame] | 37 | config/delegates.xml \ |
cristy | 0bfbf36 | 2011-03-28 14:06:52 +0000 | [diff] [blame] | 38 | config/log.xml \ |
cristy | 252cedf | 2011-03-31 17:38:54 +0000 | [diff] [blame] | 39 | config/magic.xml \ |
| 40 | config/mime.xml \ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 41 | config/policy.xml \ |
cristy | 1b58f25 | 2012-03-01 01:41:41 +0000 | [diff] [blame] | 42 | config/quantization-table.xml \ |
cristy | 252cedf | 2011-03-31 17:38:54 +0000 | [diff] [blame] | 43 | config/thresholds.xml \ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 44 | config/type.xml \ |
cristy | 430a731 | 2010-01-21 20:44:04 +0000 | [diff] [blame] | 45 | config/type-dejavu.xml \ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 46 | config/type-ghostscript.xml \ |
| 47 | config/type-windows.xml |
| 48 | |
| 49 | CONFIG_EXTRA_DIST = \ |
cristy | af29c0c | 2014-08-26 14:21:54 +0000 | [diff] [blame] | 50 | config/cmyk.icm \ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 51 | 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 \ |
cristy | 74528c8 | 2012-10-08 14:07:57 +0000 | [diff] [blame] | 57 | config/ImageMagick.rc \ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 58 | config/ImageMagick.rdf.in \ |
cristy | 500273e | 2009-09-08 15:58:04 +0000 | [diff] [blame] | 59 | config/lndir.sh \ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 60 | config/locale.xml \ |
| 61 | config/log.xml \ |
| 62 | config/magic.xml \ |
| 63 | config/mime.xml \ |
| 64 | config/policy.xml \ |
cristy | 1b58f25 | 2012-03-01 01:41:41 +0000 | [diff] [blame] | 65 | config/quantization-table.xml \ |
cristy | af29c0c | 2014-08-26 14:21:54 +0000 | [diff] [blame] | 66 | config/sRGB.icm \ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 67 | config/thresholds.xml \ |
cristy | 430a731 | 2010-01-21 20:44:04 +0000 | [diff] [blame] | 68 | config/type-dejavu.xml.in \ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 69 | config/type-ghostscript.xml.in \ |
| 70 | config/type-windows.xml.in \ |
| 71 | config/type.xml.in |