cristy | 7e41fe8 | 2010-12-04 23:12:08 +0000 | [diff] [blame] | 1 | # Copyright 1999-2011 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/configure.xml \ |
cristy | 241310d | 2011-03-28 14:01:28 +0000 | [diff] [blame] | 22 | config/english.xml \ |
| 23 | config/francais.xml \ |
cristy | 252cedf | 2011-03-31 17:38:54 +0000 | [diff] [blame] | 24 | config/locale.xml |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 25 | |
| 26 | # Where architecture-dependent configuration files get installed |
cristy | 241310d | 2011-03-28 14:01:28 +0000 | [diff] [blame] | 27 | # (share/ImageMagick-version) |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 28 | configlibdir = $(CONFIGURE_PATH) |
| 29 | configlib_DATA = \ |
cristy | 252cedf | 2011-03-31 17:38:54 +0000 | [diff] [blame] | 30 | config/coder.xml \ |
cristy | 0bfbf36 | 2011-03-28 14:06:52 +0000 | [diff] [blame] | 31 | config/colors.xml \ |
cristy | 252cedf | 2011-03-31 17:38:54 +0000 | [diff] [blame] | 32 | config/delegates.xml \ |
cristy | 0bfbf36 | 2011-03-28 14:06:52 +0000 | [diff] [blame] | 33 | config/log.xml \ |
cristy | 252cedf | 2011-03-31 17:38:54 +0000 | [diff] [blame] | 34 | config/magic.xml \ |
| 35 | config/mime.xml \ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 36 | config/policy.xml \ |
cristy | 252cedf | 2011-03-31 17:38:54 +0000 | [diff] [blame] | 37 | config/sRGB.icm \ |
| 38 | config/thresholds.xml \ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 39 | config/type.xml \ |
cristy | 430a731 | 2010-01-21 20:44:04 +0000 | [diff] [blame] | 40 | config/type-dejavu.xml \ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 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 \ |
cristy | 500273e | 2009-09-08 15:58:04 +0000 | [diff] [blame] | 52 | config/lndir.sh \ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 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 \ |
cristy | 430a731 | 2010-01-21 20:44:04 +0000 | [diff] [blame] | 60 | config/type-dejavu.xml.in \ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 61 | config/type-ghostscript.xml.in \ |
| 62 | config/type-windows.xml.in \ |
| 63 | config/type.xml.in |