source: other-projects/trunk/mac-binaries/intel/imagemagick/lib/ImageMagick-6.4.4/config/configure.xml@ 17625

Last change on this file since 17625 was 17625, checked in by max, 15 years ago

Adding GhostScript 8.63 for Intel Mac and changing the location of ImageMagick 6.4.4 for Intel Mac that can process JPEG2000 files by default.

File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE configuremap [
3<!ELEMENT configuremap (configure)+>
4<!ELEMENT configure (#PCDATA)>
5<!ATTLIST configure name CDATA #REQUIRED>
6<!ATTLIST configure value CDATA #REQUIRED>
7]>
8<configuremap>
9 <configure name="NAME" value="ImageMagick"/>
10 <configure name="LIB_VERSION" value="0x644"/>
11 <configure name="LIB_VERSION_NUMBER" value="6,4,4,7"/>
12 <configure name="RELEASE_DATE" value="2008-10-23"/>
13 <configure name="CONFIGURE" value="./configure '--prefix=/home/max/imMacOs/im' '--disable-dependency-tracking' '--disable-static' '--with-modules' '--enable-shared' '--without-perl' '--without-magick-plus-plus' '--disable-installed' '--enable-delegate-build' '--with-jp2' 'LDFLAGS=-L/home/max/imMacOs/im/tmp/lib' 'CPPFLAGS=-I/home/max/imMacOs/im/tmp/include' '--without-x'"/>
14 <configure name="PREFIX" value="/home/max/imMacOs/im"/>
15 <configure name="EXEC-PREFIX" value="/home/max/imMacOs/im"/>
16 <configure name="VERSION" value="6.4.4"/>
17 <configure name="CC" value="gcc -std=gnu99"/>
18 <configure name="CFLAGS" value="-g -O2 -Wall -W -D_THREAD_SAFE"/>
19 <configure name="CPPFLAGS" value="-I/home/max/imMacOs/im/include/ImageMagick"/>
20 <configure name="PCFLAGS" value=""/>
21 <configure name="DEFS" value="-DHAVE_CONFIG_H"/>
22 <configure name="LDFLAGS" value="-L/home/max/imMacOs/im/lib -L/home/max/imMacOs/im/tmp/lib -L/home/max/imMacOs/ImageMagick-6.4.4/magick -L/home/max/imMacOs/ImageMagick-6.4.4/wand -L/usr/X11/lib -lfreetype -lz -Wl,-framework,CoreServices,-framework,ApplicationServices"/>
23 <configure name="LIBS" value="-lMagickCore -ltiff -lfreetype -ljpeg -lbz2 -lz -lm -lpthread "/>
24 <configure name="CXX" value="g++"/>
25 <configure name="CXXFLAGS" value="-g -O2 -Wall -W -D_THREAD_SAFE"/>
26 <configure name="DISTCHECK_CONFIG_FLAGS" value="'CPPFLAGS=-I/home/max/imMacOs/im/tmp/include' 'LDFLAGS=-L/home/max/imMacOs/im/tmp/lib' --disable-deprecated --disable-installed --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-fontconfig=no --with-fontpath= --with-rsvg=no --with-xml=no"/>
27 <configure name="HOST" value="i386-apple-darwin9.2.1"/>
28 <configure name="DELEGATES" value="bzlib freetype jpeg jp2 png tiff zlib"/>
29 <configure name="COPYRIGHT" value="Copyright (C) 1999-2008 ImageMagick Studio LLC"/>
30 <configure name="WEBSITE" value="http://www.imagemagick.org"/>
31 <configure name="QuantumDepth" value="16"/>
32 <!-- <configure name="MAGICK_TEMPORARY_PATH" value="/tmp"/> -->
33 <!-- <configure name="MAGICK_MEMORY_LIMIT" value="2gb"/> -->
34 <!-- <configure name="MAGICK_MAP_LIMIT" value="8gb"/> -->
35 <!-- <configure name="MAGICK_AREA_LIMIT" value="4gb"/> -->
36 <!-- <configure name="MAGICK_DISK_LIMIT" value="16eb"/> -->
37 <!-- <configure name="MAGICK_FILE_LIMIT" value="768"/> -->
38 <!-- <configure name="MAGICK_THREAD_LIMIT" value="8"/> -->
39</configuremap>
Note: See TracBrowser for help on using the repository browser.