カテゴリー
Linux

【ImageMagick】ソースからインストールする経過を淡々と記録!

ポイント

  • アンインストールも make で可能なため、/tmp で行うのではなく、/root などにダウンロード、解凍して make まで行い、アンインストールする日に備えるべきである。

環境

  • CentOS 5.10

今回は、ソースからのインストール時のログをただ記録しただけの投稿となります。次回、ソースから ImageMagick をインストールする時、躓いたら参考にいたしますわ♪

ダウンロード、解凍

移動、ダウンロード

su -
cd ~
wget http://sourceforge.net/projects/imagemagick/files/old-sources/6.x/6.8/ImageMagick-6.8.7-10.tar.gz/download

ダウンロード表示の記録

--2014-02-02 09:42:37--  http://sourceforge.net/projects/imagemagick/files/old-sources/6.x/6.8/ImageMagick-6.8.7-10.tar.gz/download
sourceforge.net をDNSに問いあわせています... 216.34.181.60
sourceforge.net|216.34.181.60|:80 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 302 Found
場所: http://downloads.sourceforge.net/project/imagemagick/old-sources/6.x/6.8/ImageMagick-6.8.7-10.tar.gz?r=&ts=1391329144&use_mirror=jaist [続く]
--2014-02-02 09:42:37--  http://downloads.sourceforge.net/project/imagemagick/old-sources/6.x/6.8/ImageMagick-6.8.7-10.tar.gz?r=&ts=1391329144&use_mirror=jaist
downloads.sourceforge.net をDNSに問いあわせています... 216.34.181.59
downloads.sourceforge.net|216.34.181.59|:80 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 302 Found
場所: http://jaist.dl.sourceforge.net/project/imagemagick/old-sources/6.x/6.8/ImageMagick-6.8.7-10.tar.gz [続く]
--2014-02-02 09:42:38--  http://jaist.dl.sourceforge.net/project/imagemagick/old-sources/6.x/6.8/ImageMagick-6.8.7-10.tar.gz
jaist.dl.sourceforge.net をDNSに問いあわせています... 150.65.7.130
jaist.dl.sourceforge.net|150.65.7.130|:80 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 11711459 (11M) [application/x-gzip]
`ImageMagick-6.8.7-10.tar.gz' に保存中

100%[==============================================================>] 11,711,459   286K/s 時間 32s    

2014-02-02 09:43:10 (360 KB/s) - `ImageMagick-6.8.7-10.tar.gz' へ保存完了 [11711459/11711459]

解凍、移動

tar xzf ImageMagick-6.8.7-10.tar.gz
cd ImageMagick-6.8.7-10

configure 設定

./configure

configure 表示の記録

configuring ImageMagick 6.8.7-10
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking whether build environment is sane... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking how to print strings... printf
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99
checking CFLAGS for maximum warnings... -Wall
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for gawk... (cached) gawk
checking if malloc debugging is wanted... no
checking for __attribute__... yes
checking for gcc architecture flag...
checking for gcc architecture flag... unknown
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking if LD -Wl,--version-script works... yes
checking size of size_t... 4
checking for C compiler vendor... gnu
checking CFLAGS for maximum warnings... (cached) -Wall
checking for linker lazyload option... none
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for gcc -std=gnu99 -std=gnu99 option to support OpenMP... -fopenmp
checking for pthread_join in LIBS= with CFLAGS=-pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 -std=gnu99 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether gcc -std=gnu99 -std=gnu99 needs -traditional... no
checking for ANSI C header files... (cached) yes
checking whether to enable assertions... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking arm/limits.h usability... no
checking arm/limits.h presence... no
checking for arm/limits.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking linux/unistd.h usability... yes
checking linux/unistd.h presence... yes
checking for linux/unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking machine/param.h usability... no
checking machine/param.h presence... no
checking for machine/param.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking OS.h usability... no
checking OS.h presence... no
checking for OS.h... no
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking sun_prefetch.h usability... no
checking sun_prefetch.h presence... no
checking for sun_prefetch.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/syslimits.h usability... no
checking sys/syslimits.h presence... no
checking for sys/syslimits.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for working volatile... yes
checking for preprocessor stringizing operator... yes
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether #! works in shell scripts... yes
checking whether char is unsigned... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for working volatile... (cached) yes
checking whether byte ordering is bigendian... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for intmax_t... yes
checking for intptr_t... yes
checking for long double... yes
checking for long double with more range or precision than double... yes
checking for long long int... (cached) yes
checking for mbstate_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uintmax_t... yes
checking for uintptr_t... yes
checking for unsigned long long int... (cached) yes
checking whether char is unsigned... (cached) no
checking for float_t... yes
checking for double_t... yes
checking size of float_t... 12
checking size of double_t... 12
checking size of float... 4
checking size of double... 8
checking size of long double... 12
checking size of signed short... 2
checking size of unsigned short... 2
checking size of signed int... 4
checking size of unsigned int... 4
checking size of signed long... 4
checking size of unsigned long... 4
checking size of signed long long... 8
checking size of unsigned long long... 8
checking size of off_t... 8
checking size of size_t... (cached) 4
checking size of ssize_t... 4
checking size of unsigned int*... 4
checking for signed 8-bit type... signed char
checking for unsigned 8-bit type... unsigned char
checking for signed 16-bit type... signed short
checking for unsigned 16-bit type... unsigned short
checking for signed 32-bit type... signed int
checking for unsigned 32-bit type... unsigned int
checking for signed 64-bit type... signed long long
checking for unsigned 64-bit type... unsigned long long
checking for unsigned maximum type... unsigned long long
checking for pointer difference type... unsigned long
checking whether our compiler supports __func__... yes
checking whether closedir returns void... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for working memcmp... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... no
checking for sqrt in -lm... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for acosh... yes
checking for _aligned_malloc... no
checking for asinh... yes
checking for atanh... yes
checking for atoll... yes
checking for atexit... yes
checking for cabs... yes
checking for carg... yes
checking for cimag... yes
checking for creal... yes
checking for clock... yes
checking for ctime_r... yes
checking for directio... no
checking for _exit... yes
checking for execvp... yes
checking for fchmod... yes
checking for floor... yes
checking for fork... (cached) yes
checking for ftime... yes
checking for ftruncate... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getpid... yes
checking for getexecname... no
checking for getdtablesize... yes
checking for getpagesize... (cached) yes
checking for getrlimit... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for isnan... yes
checking for j0... yes
checking for j1... yes
checking for lltostr... no
checking for localtime_r... yes
checking for lstat... yes
checking for memmove... yes
checking for memset... yes
checking for mkstemp... yes
checking for munmap... yes
checking for nanosleep... yes
checking for newlocale... yes
checking for _NSGetExecutablePath... no
checking for pclose... yes
checking for _pclose... no
checking for poll... yes
checking for popen... yes
checking for _popen... no
checking for posix_fadvise... yes
checking for posix_fallocate... yes
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for posix_spawnp... yes
checking for pow... yes
checking for pread... yes
checking for pwrite... yes
checking for qsort_r... no
checking for raise... yes
checking for rand_r... yes
checking for readlink... yes
checking for readdir_r... yes
checking for realpath... yes
checking for select... yes
checking for seekdir... yes
checking for setlocale... yes
checking for socket... yes
checking for sqrt... yes
checking for setvbuf... yes
checking for stat... yes
checking for strchr... yes
checking for strerror_r... (cached) yes
checking for strrchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strpbrk... yes
checking for strspn... yes
checking for strstr... yes
checking for strtod... (cached) yes
checking for strtod_l... yes
checking for strtol... yes
checking for strtoul... yes
checking for symlink... yes
checking for sysconf... yes
checking for sigemptyset... yes
checking for sigaction... yes
checking for spawnvp... no
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for telldir... yes
checking for tempnam... yes
checking for times... yes
checking for ulltostr... no
checking for uselocale... yes
checking for usleep... yes
checking for utime... yes
checking for vfprintf... yes
checking for vfprintf_l... no
checking for vsprintf... yes
checking for vsnprintf... yes
checking for vsnprintf_l... no
checking for waitpid... yes
checking for _wfopen... no
checking for _wstat... no
checking for library containing clock_gettime... -lrt
checking whether clock_gettime supports CLOCK_REALTIME... yes
checking whether pread is declared... yes
checking whether pwrite is declared... yes
checking whether strlcpy is declared... no
checking whether vsnprintf is declared... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking whether the compiler recognizes bool as a built-in type... yes
checking whether the compiler implements namespaces... yes
checking if g++ supports namespace std... yes
checking whether the compiler supports ISO C++ standard library... yes
checking for g++ option to support OpenMP... -fopenmp
checking whether C++ compiler is sufficient for Magick++... yes
checking for X11 configure files...
checking for GOMP_parallel_start in -lgomp... yes
-------------------------------------------------------------
checking for BZLIB...
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for BZ2_bzDecompress in -lbz2... yes
checking if BZLIB package is complete... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
-------------------------------------------------------------
checking for X11...
checking for shmctl... yes
checking for XShmAttach in -lXext... yes
checking for XShapeCombineMask in -lXext... yes
checking for XtSetEventDispatcher in -lXt... yes
-------------------------------------------------------------
checking for ZLIB...
checking zconf.h usability... yes
checking zconf.h presence... yes
checking for zconf.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compress in -lz... yes
checking for uncompress in -lz... yes
checking for deflate in -lz... yes
checking for inflate in -lz... yes
checking for gzseek in -lz... yes
checking for gztell in -lz... yes
checking if ZLIB package is complete... yes
-------------------------------------------------------------
checking for DPS...
checking DPS/dpsXclient.h usability... no
checking DPS/dpsXclient.h presence... no
checking for DPS/dpsXclient.h... no
checking for DPSInitialize in -ldps... no
checking for DPSInitialize in -ldps... no
checking for XDPSPixelsPerPoint in -ldpstk... no
checking if DPS package is complete... no
-------------------------------------------------------------
checking for DJVU...
checking libdjvu/ddjvuapi.h usability... no
checking libdjvu/ddjvuapi.h presence... no
checking for libdjvu/ddjvuapi.h... no
checking for ddjvu_context_create in -ldjvulibre... no
checking if DJVU package is complete... no
-------------------------------------------------------------
checking for FFTW...
checking fftw3.h usability... no
checking fftw3.h presence... no
checking for fftw3.h... no
checking for fftw_execute in -lfftw3... no
checking if FFTW package is complete... no
-------------------------------------------------------------
checking for FlashPIX...
checking fpxlib.h usability... no
checking fpxlib.h presence... no
checking for fpxlib.h... no
checking for FPX_OpenImageByFilename in -lfpx... no
checking if FlashPIX package is complete... no
-------------------------------------------------------------
checking for FONTCONFIG... no

-------------------------------------------------------------
checking for FREETYPE... yes

-------------------------------------------------------------
checking for JBIG...
checking jbig.h usability... no
checking jbig.h presence... no
checking for jbig.h... no
checking for jbg_dec_init in -ljbig... no
checking if JBIG package is complete... no
-------------------------------------------------------------
checking for JPEG...
checking jconfig.h usability... yes
checking jconfig.h presence... yes
checking for jconfig.h... yes
checking jerror.h usability... yes
checking jerror.h presence... yes
checking for jerror.h... yes
checking jmorecfg.h usability... yes
checking jmorecfg.h presence... yes
checking for jmorecfg.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... yes
checking for JPEG library is version 6b or later... yes
checking if JPEG package is complete... yes
-------------------------------------------------------------
checking for JPEG Version 2...
checking jasper/jasper.h usability... yes
checking jasper/jasper.h presence... yes
checking for jasper/jasper.h... yes
checking for jas_stream_fopen in -ljasper... yes
checking if JPEG version 2 support package is complete... yes
-------------------------------------------------------------
checking for LCMS v2...
checking lcms2.h usability... no
checking lcms2.h presence... no
checking for lcms2.h... no
checking lcms2/lcms2.h usability... no
checking lcms2/lcms2.h presence... no
checking for lcms2/lcms2.h... no
checking for cmsSetLogErrorHandler in -llcms2... no
checking if LCMS v2 package is complete... no
-------------------------------------------------------------
checking for LCMS v1.1X...
checking lcms.h usability... yes
checking lcms.h presence... yes
checking for lcms.h... yes
checking for cmsSetErrorHandler in -llcms... yes
checking if LCMS package is complete... yes
-------------------------------------------------------------
checking for LQR... no

-------------------------------------------------------------
checking for LZMA... no

-------------------------------------------------------------
checking for OPENEXR... no

-------------------------------------------------------------
checking for PANGO... no

checking for PANGO... no

-------------------------------------------------------------
checking for PNG support ...
checking png.h usability... no
checking png.h presence... no
checking for png.h... no
-------------------------------------------------------------
checking for TIFF...
checking tiff.h usability... yes
checking tiff.h presence... yes
checking for tiff.h... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFOpen in -ltiff... yes
checking for TIFFClientOpen in -ltiff... yes
checking for TIFFIsByteSwapped in -ltiff... yes
checking for TIFFReadRGBATile in -ltiff... yes
checking for TIFFReadRGBAStrip in -ltiff... yes
checking if TIFF package is complete... yes
checking tiffconf.h usability... yes
checking tiffconf.h presence... yes
checking for tiffconf.h... yes
checking for TIFFIsCODECConfigured... yes
checking for TIFFMergeFieldInfo... yes
checking for TIFFIsBigEndian... yes
checking for TIFFReadEXIFDirectory... yes
checking for TIFFSetErrorHandlerExt... yes
checking for TIFFSetTagExtender... yes
checking for TIFFSetWarningHandlerExt... yes
checking for TIFFSwabArrayOfTriples... yes
-------------------------------------------------------------
checking for WEBP...
checking webp/decode.h usability... no
checking webp/decode.h presence... no
checking for webp/decode.h... no
checking for WebPPictureInitInternal in -lwebp... no
checking if WEBP package is complete... no
-------------------------------------------------------------
checking for XML...
checking for xml2-config... no
checking libxml/parser.h usability... no
checking libxml/parser.h presence... no
checking for libxml/parser.h... no
checking for xmlSAXVersion in -lxml2... no
checking for xmlParseChunk in -lxml2... no
checking for xmlCreatePushParserCtxt in -lxml2... no
checking if XML package is complete... no
-------------------------------------------------------------
checking for ImageMagick delegate programs...
checking for autotrace... autotrace
checking for blender... blender
checking for bzip2... /usr/bin/bzip2
checking for xdg-open... no
checking for google-chrome... no
checking for firefox... no
checking for konqueror... no
checking for mozilla... no
checking for lynx... no
checking for cat... /bin/cat
checking for ufraw-batch... ufraw-batch
checking for dot... dot
checking for dvips... dvips
checking for echo... /bin/echo
checking for xterm... xterm
checking for convert... /usr/bin/convert
checking for display... /usr/bin/display
checking for mogrify... /usr/bin/mogrify
checking for gnuplot... gnuplot
checking for hp2xx... hp2xx
checking for html2ps... html2ps
checking for ilbmtoppm... ilbmtoppm
checking for ppmtoilbm... ppmtoilbm
checking for JxrDecApp... JxrDecApp
checking for ... no
checking for lp... no
checking for lpr... lpr
checking for gimp... gimp
checking for groff... /usr/bin/groff
checking for avconv... avconv
checking for ffmpeg... (cached) avconv
checking for avconv... avconv
checking for ffmpeg... (cached) avconv
checking for mrsidgeodecode... mrsidgeodecode
checking for mv... /bin/mv
checking for pcl6... pcl6
checking for pgpv... pgpv
checking for povray... povray
checking for gsx... no
checking for gsc... no
checking for gs... /usr/bin/gs
checking for rawtorle... rawtorle
checking for rm... /bin/rm
checking for rsvg-convert... /usr/bin/rsvg-convert
checking for scanimage... scanimage
checking for inkscape... inkscape
checking for enscript... enscript
checking for uniconvertor... uniconvertor
checking for dwebp... dwebp
checking for cwebp... cwebp
checking for wmf2eps... /usr/bin/wmf2eps
checking for curl... /usr/bin/curl
checking for gxps... gxps
checking for gzip... /bin/gzip
checking for Dejavu fonts directory... not found!
checking for Ghostscript fonts directory... /usr/share/fonts/default/Type1/
checking for gnutar... no
checking for gtar... gtar
checking for perl... perl
checking for rpmbuild... rpmbuild
checking for 7za... no
checking for zip... zip
-------------------------------------------------------------
checking for Ghostscript...
checking for Ghostscript version... 8.70
checking for gs alpha device... pngalpha
checking for gs color device... pnmraw
checking for gs CMYK device... pam
checking for gs mono device... pbmraw
checking for gs PDF writing device... pdfwrite
checking for gs PS writing device... ps2write
checking for gs EPS writing device... epswrite
-------------------------------------------------------------
Update ImageMagick configuration
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating common.shi
config.status: creating config/configure.xml
config.status: creating config/delegates.xml
config.status: creating config/ImageMagick.rdf
config.status: creating config/MagickCore.dox
config.status: creating config/MagickWand.dox
config.status: creating config/Magick++.dox
config.status: creating config/type-dejavu.xml
config.status: creating config/type-ghostscript.xml
config.status: creating config/type-windows.xml
config.status: creating config/type.xml
config.status: creating ImageMagick.spec
config.status: creating Magick++/bin/Magick++-config
config.status: creating magick/ImageMagick.pc
config.status: creating Magick++/lib/ImageMagick++.pc
config.status: creating Magick++/lib/Magick++.pc
config.status: creating magick/Magick-config
config.status: creating magick/MagickCore-config
config.status: creating magick/MagickCore.pc
config.status: creating magick/version.h
config.status: creating Makefile
config.status: creating magick.sh
config.status: creating PerlMagick/check.sh
config.status: creating PerlMagick/default/Magick.pm
config.status: creating PerlMagick/Makefile.PL
config.status: creating PerlMagick/default/Makefile.PL
config.status: creating PerlMagick/quantum/Makefile.PL
config.status: creating PerlMagick/quantum/quantum.pm
config.status: creating PerlMagick/quantum/quantum.xs
config.status: creating PerlMagick/quantum/typemap
config.status: creating utilities/animate.1
config.status: creating utilities/compare.1
config.status: creating utilities/composite.1
config.status: creating utilities/conjure.1
config.status: creating utilities/convert.1
config.status: creating utilities/display.1
config.status: creating utilities/identify.1
config.status: creating utilities/ImageMagick.1
config.status: creating utilities/import.1
config.status: creating utilities/mogrify.1
config.status: creating utilities/montage.1
config.status: creating utilities/stream.1
config.status: creating wand/MagickWand-config
config.status: creating wand/MagickWand.pc
config.status: creating wand/Wand-config
config.status: creating wand/Wand.pc
config.status: creating config/config.h
config.status: executing magick/magick-baseconfig.h commands
config.status: creating magick/magick-baseconfig.h - prefix MAGICKCORE for config/config.h defines
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
config.status: executing magick.sh.in commands
config.status: executing MagickCore-config.in commands
config.status: executing Magick-config.in commands
config.status: executing MagickWand-config.in commands
config.status: executing Wand-config.in commands
config.status: executing Magick++-config.in commands
config.status: executing PerlMagick/check.sh.in commands

ImageMagick is configured as follows. Please verify that this configuration
matches your expectations.

Host system type: i686-pc-linux-gnu
Build system type: i686-pc-linux-gnu

                  Option                        Value
-------------------------------------------------------------------------------
Shared libraries  --enable-shared=yes          yes
Static libraries  --enable-static=yes          yes
Module support    --with-modules=no          no
GNU ld            --with-gnu-ld=yes          yes
Quantum depth     --with-quantum-depth=16     16
High Dynamic Range Imagery
                  --enable-hdri=no          no

Delegate Configuration:
BZLIB             --with-bzlib=yes          yes
Autotrace         --with-autotrace=no          no
Dejavu fonts      --with-dejavu-font-dir=default     none
DJVU              --with-djvu=yes          no
DPS               --with-dps=yes          no
FFTW              --with-fftw=yes          no
FlashPIX          --with-fpx=yes          no
FontConfig        --with-fontconfig=yes          no
FreeType          --with-freetype=yes          yes
GhostPCL          None                    pcl6 (unknown)
GhostXPS          None                    gxps (unknown)
Ghostscript       None                    gs (8.70)
Ghostscript fonts --with-gs-font-dir=default     /usr/share/fonts/default/Type1/
Ghostscript lib   --with-gslib=no          no
Graphviz          --with-gvc=no         
JBIG              --with-jbig=yes          no
JPEG v1           --with-jpeg=yes          yes
JPEG-2000         --with-jp2=yes          yes
LCMS v1           --with-lcms=yes          yes
LCMS v2           --with-lcms2=yes          no
LQR               --with-lqr=yes          no
LTDL              --with-ltdl=yes          no
LZMA              --with-lzma=yes          no
Magick++          --with-magick-plus-plus=yes     yes
MUPDF             --with-mupdf=no          no
OpenEXR           --with-openexr=yes          no
PANGO             --with-pango=yes          no
PERL              --with-perl=no          no
PNG               --with-png=yes          no
RSVG              --with-rsvg=no          no
TIFF              --with-tiff=yes          yes
WEBP              --with-webp=yes          no
Windows fonts     --with-windows-font-dir=     none
WMF               --with-wmf=no          no
X11               --with-x=               yes
XML               --with-xml=yes          no
ZLIB              --with-zlib=yes          yes

X11 Configuration:
      X_CFLAGS        =
      X_PRE_LIBS      = -lSM -lICE
      X_LIBS          =
      X_EXTRA_LIBS    =

Options used to compile and link:
  PREFIX          = /usr/local
  EXEC-PREFIX     = /usr/local
  VERSION         = 6.8.7
  CC              = gcc -std=gnu99 -std=gnu99
  CFLAGS          = -I/usr/include/freetype2 -fopenmp -g -O2 -Wall -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
  CPPFLAGS        = -I/usr/local/include/ImageMagick-6
  PCFLAGS         = -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
  DEFS            = -DHAVE_CONFIG_H
  LDFLAGS         =
  MAGICK_LDFLAGS  = -L/usr/local/lib
  LIBS            = -llcms -ltiff -lfreetype -ljasper -ljpeg -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -lgomp
  CXX             = g++
  CXXFLAGS        = -g -O2 -pthread
  FEATURES        = DPC OpenMP
  DELEGATES       = bzlib mpeg freetype jp2 jpeg lcms ps tiff x zlib

PNG が有効になっていない。PNG を扱えるようにするため、libpng-devel をインストールいたしましょう。

yum install libpng-devel

インストール時の様子です。

Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: www.ftp.ne.jp
 * epel: ftp.tsukuba.wide.ad.jp
 * extras: www.ftp.ne.jp
 * remi: remi.kazukioishi.net
 * rpmforge: mirror-fpt-telecom.fpt.net
 * updates: www.ftp.ne.jp
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package libpng-devel.i386 2:1.2.10-17.el5_8 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================
 Package                    Arch               Version                         Repository          Size
========================================================================================================
Installing:
 libpng-devel               i386               2:1.2.10-17.el5_8               base               182 k

Transaction Summary
========================================================================================================
Install       1 Package(s)
Upgrade       0 Package(s)

Total download size: 182 k
Is this ok [y/N]: y
Downloading Packages:
libpng-devel-1.2.10-17.el5_8.i386.rpm                                            | 182 kB     00:00    
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : libpng-devel                                                                     1/1

Installed:
  libpng-devel.i386 2:1.2.10-17.el5_8                                                                  

Complete!

この後、もういちど ./configure し、「PNG               –with-png=yes          yes」と有効となったことを確認いたしました。

make コンパイル

make

コンパイル実行風景ですわ♪

make  all-recursive
make[1]: ディレクトリ `/tmp/ImageMagick-6.8.7-10' に入ります
Making all in .
make[2]: ディレクトリ `/tmp/ImageMagick-6.8.7-10' に入ります
  CC       magick/magick_libMagickCore_6_Q16_la-accelerate.lo
  CC       magick/magick_libMagickCore_6_Q16_la-animate.lo
  CC       magick/magick_libMagickCore_6_Q16_la-annotate.lo
  CC       magick/magick_libMagickCore_6_Q16_la-artifact.lo
  CC       magick/magick_libMagickCore_6_Q16_la-attribute.lo
  CC       magick/magick_libMagickCore_6_Q16_la-blob.lo
  CC       magick/magick_libMagickCore_6_Q16_la-cache.lo
  CC       magick/magick_libMagickCore_6_Q16_la-cache-view.lo
  CC       magick/magick_libMagickCore_6_Q16_la-channel.lo
  CC       magick/magick_libMagickCore_6_Q16_la-cipher.lo
  CC       magick/magick_libMagickCore_6_Q16_la-client.lo
  CC       magick/magick_libMagickCore_6_Q16_la-coder.lo
  CC       magick/magick_libMagickCore_6_Q16_la-color.lo
  CC       magick/magick_libMagickCore_6_Q16_la-colormap.lo
  CC       magick/magick_libMagickCore_6_Q16_la-colorspace.lo
  CC       magick/magick_libMagickCore_6_Q16_la-compare.lo
  CC       magick/magick_libMagickCore_6_Q16_la-composite.lo
  CC       magick/magick_libMagickCore_6_Q16_la-compress.lo
  CC       magick/magick_libMagickCore_6_Q16_la-configure.lo
  CC       magick/magick_libMagickCore_6_Q16_la-constitute.lo
  CC       magick/magick_libMagickCore_6_Q16_la-decorate.lo
  CC       magick/magick_libMagickCore_6_Q16_la-distribute-cache.lo
  CC       magick/magick_libMagickCore_6_Q16_la-delegate.lo
  CC       magick/magick_libMagickCore_6_Q16_la-deprecate.lo
  CC       magick/magick_libMagickCore_6_Q16_la-display.lo
  CC       magick/magick_libMagickCore_6_Q16_la-distort.lo
  CC       magick/magick_libMagickCore_6_Q16_la-draw.lo
  CC       magick/magick_libMagickCore_6_Q16_la-effect.lo
  CC       magick/magick_libMagickCore_6_Q16_la-enhance.lo
  CC       magick/magick_libMagickCore_6_Q16_la-exception.lo
  CC       magick/magick_libMagickCore_6_Q16_la-feature.lo
  CC       magick/magick_libMagickCore_6_Q16_la-fourier.lo
  CC       magick/magick_libMagickCore_6_Q16_la-fx.lo
  CC       magick/magick_libMagickCore_6_Q16_la-gem.lo
  CC       magick/magick_libMagickCore_6_Q16_la-geometry.lo
  CC       magick/magick_libMagickCore_6_Q16_la-hashmap.lo
  CC       magick/magick_libMagickCore_6_Q16_la-histogram.lo
  CC       magick/magick_libMagickCore_6_Q16_la-identify.lo
  CC       magick/magick_libMagickCore_6_Q16_la-image.lo
  CC       magick/magick_libMagickCore_6_Q16_la-image-view.lo
  CC       magick/magick_libMagickCore_6_Q16_la-layer.lo
  CC       magick/magick_libMagickCore_6_Q16_la-list.lo
  CC       magick/magick_libMagickCore_6_Q16_la-locale.lo
  CC       magick/magick_libMagickCore_6_Q16_la-log.lo
  CC       magick/magick_libMagickCore_6_Q16_la-magic.lo
  CC       magick/magick_libMagickCore_6_Q16_la-magick.lo
  CC       magick/magick_libMagickCore_6_Q16_la-matrix.lo
  CC       magick/magick_libMagickCore_6_Q16_la-memory.lo
  CC       magick/magick_libMagickCore_6_Q16_la-mime.lo
  CC       magick/magick_libMagickCore_6_Q16_la-module.lo
  CC       magick/magick_libMagickCore_6_Q16_la-monitor.lo
  CC       magick/magick_libMagickCore_6_Q16_la-montage.lo
  CC       magick/magick_libMagickCore_6_Q16_la-morphology.lo
  CC       magick/magick_libMagickCore_6_Q16_la-opencl.lo
  CC       magick/magick_libMagickCore_6_Q16_la-option.lo
  CC       magick/magick_libMagickCore_6_Q16_la-paint.lo
  CC       magick/magick_libMagickCore_6_Q16_la-pixel.lo
  CC       magick/magick_libMagickCore_6_Q16_la-policy.lo
  CC       magick/magick_libMagickCore_6_Q16_la-PreRvIcccm.lo
  CC       magick/magick_libMagickCore_6_Q16_la-prepress.lo
  CC       magick/magick_libMagickCore_6_Q16_la-property.lo
  CC       magick/magick_libMagickCore_6_Q16_la-profile.lo
  CC       magick/magick_libMagickCore_6_Q16_la-quantize.lo
  CC       magick/magick_libMagickCore_6_Q16_la-quantum.lo
  CC       magick/magick_libMagickCore_6_Q16_la-quantum-export.lo
  CC       magick/magick_libMagickCore_6_Q16_la-quantum-import.lo
  CC       magick/magick_libMagickCore_6_Q16_la-random.lo
  CC       magick/magick_libMagickCore_6_Q16_la-registry.lo
  CC       magick/magick_libMagickCore_6_Q16_la-resample.lo
  CC       magick/magick_libMagickCore_6_Q16_la-resize.lo
  CC       magick/magick_libMagickCore_6_Q16_la-resource.lo
  CC       magick/magick_libMagickCore_6_Q16_la-segment.lo
  CC       magick/magick_libMagickCore_6_Q16_la-semaphore.lo
  CC       magick/magick_libMagickCore_6_Q16_la-shear.lo
  CC       magick/magick_libMagickCore_6_Q16_la-signature.lo
  CC       magick/magick_libMagickCore_6_Q16_la-splay-tree.lo
  CC       magick/magick_libMagickCore_6_Q16_la-static.lo
  CC       magick/magick_libMagickCore_6_Q16_la-statistic.lo
  CC       magick/magick_libMagickCore_6_Q16_la-stream.lo
  CC       magick/magick_libMagickCore_6_Q16_la-string.lo
  CC       magick/magick_libMagickCore_6_Q16_la-thread.lo
  CC       magick/magick_libMagickCore_6_Q16_la-timer.lo
  CC       magick/magick_libMagickCore_6_Q16_la-token.lo
  CC       magick/magick_libMagickCore_6_Q16_la-transform.lo
  CC       magick/magick_libMagickCore_6_Q16_la-threshold.lo
  CC       magick/magick_libMagickCore_6_Q16_la-type.lo
  CC       magick/magick_libMagickCore_6_Q16_la-utility.lo
  CC       magick/magick_libMagickCore_6_Q16_la-version.lo
  CC       magick/magick_libMagickCore_6_Q16_la-widget.lo
  CC       magick/magick_libMagickCore_6_Q16_la-xml-tree.lo
  CC       magick/magick_libMagickCore_6_Q16_la-xwindow.lo
  CC       coders/magick_libMagickCore_6_Q16_la-aai.lo
  CC       coders/magick_libMagickCore_6_Q16_la-art.lo
  CC       coders/magick_libMagickCore_6_Q16_la-avs.lo
  CC       coders/magick_libMagickCore_6_Q16_la-bgr.lo
  CC       coders/magick_libMagickCore_6_Q16_la-bmp.lo
  CC       coders/magick_libMagickCore_6_Q16_la-braille.lo
  CC       coders/magick_libMagickCore_6_Q16_la-cals.lo
  CC       coders/magick_libMagickCore_6_Q16_la-caption.lo
  CC       coders/magick_libMagickCore_6_Q16_la-cin.lo
  CC       coders/magick_libMagickCore_6_Q16_la-cip.lo
  CC       coders/magick_libMagickCore_6_Q16_la-clip.lo
  CC       coders/magick_libMagickCore_6_Q16_la-cmyk.lo
  CC       coders/magick_libMagickCore_6_Q16_la-cut.lo
  CC       coders/magick_libMagickCore_6_Q16_la-dcm.lo
  CC       coders/magick_libMagickCore_6_Q16_la-dds.lo
  CC       coders/magick_libMagickCore_6_Q16_la-debug.lo
  CC       coders/magick_libMagickCore_6_Q16_la-dib.lo
  CC       coders/magick_libMagickCore_6_Q16_la-dng.lo
  CC       coders/magick_libMagickCore_6_Q16_la-dot.lo
  CC       coders/magick_libMagickCore_6_Q16_la-dpx.lo
  CC       coders/magick_libMagickCore_6_Q16_la-fax.lo
  CC       coders/magick_libMagickCore_6_Q16_la-fd.lo
  CC       coders/magick_libMagickCore_6_Q16_la-fits.lo
  CC       coders/magick_libMagickCore_6_Q16_la-gif.lo
  CC       coders/magick_libMagickCore_6_Q16_la-gradient.lo
  CC       coders/magick_libMagickCore_6_Q16_la-gray.lo
  CC       coders/magick_libMagickCore_6_Q16_la-hald.lo
  CC       coders/magick_libMagickCore_6_Q16_la-hdr.lo
  CC       coders/magick_libMagickCore_6_Q16_la-histogram.lo
  CC       coders/magick_libMagickCore_6_Q16_la-hrz.lo
  CC       coders/magick_libMagickCore_6_Q16_la-html.lo
  CC       coders/magick_libMagickCore_6_Q16_la-jnx.lo
  CC       coders/magick_libMagickCore_6_Q16_la-icon.lo
  CC       coders/magick_libMagickCore_6_Q16_la-info.lo
  CC       coders/magick_libMagickCore_6_Q16_la-inline.lo
  CC       coders/magick_libMagickCore_6_Q16_la-ipl.lo
  CC       coders/magick_libMagickCore_6_Q16_la-label.lo
  CC       coders/magick_libMagickCore_6_Q16_la-mac.lo
  CC       coders/magick_libMagickCore_6_Q16_la-magick.lo
  CC       coders/magick_libMagickCore_6_Q16_la-map.lo
  CC       coders/magick_libMagickCore_6_Q16_la-mask.lo
  CC       coders/magick_libMagickCore_6_Q16_la-mat.lo
  CC       coders/magick_libMagickCore_6_Q16_la-matte.lo
  CC       coders/magick_libMagickCore_6_Q16_la-meta.lo
  CC       coders/magick_libMagickCore_6_Q16_la-miff.lo
  CC       coders/magick_libMagickCore_6_Q16_la-mono.lo
  CC       coders/magick_libMagickCore_6_Q16_la-mpc.lo
  CC       coders/magick_libMagickCore_6_Q16_la-mpeg.lo
  CC       coders/magick_libMagickCore_6_Q16_la-mpr.lo
  CC       coders/magick_libMagickCore_6_Q16_la-msl.lo
  CC       coders/magick_libMagickCore_6_Q16_la-mtv.lo
  CC       coders/magick_libMagickCore_6_Q16_la-mvg.lo
  CC       coders/magick_libMagickCore_6_Q16_la-null.lo
  CC       coders/magick_libMagickCore_6_Q16_la-otb.lo
  CC       coders/magick_libMagickCore_6_Q16_la-palm.lo
  CC       coders/magick_libMagickCore_6_Q16_la-pango.lo
  CC       coders/magick_libMagickCore_6_Q16_la-pattern.lo
  CC       coders/magick_libMagickCore_6_Q16_la-pcd.lo
  CC       coders/magick_libMagickCore_6_Q16_la-pcl.lo
  CC       coders/magick_libMagickCore_6_Q16_la-pcx.lo
  CC       coders/magick_libMagickCore_6_Q16_la-pdb.lo
  CC       coders/magick_libMagickCore_6_Q16_la-pdf.lo
  CC       coders/magick_libMagickCore_6_Q16_la-pes.lo
  CC       coders/magick_libMagickCore_6_Q16_la-pict.lo
  CC       coders/magick_libMagickCore_6_Q16_la-pix.lo
  CC       coders/magick_libMagickCore_6_Q16_la-plasma.lo
  CC       coders/magick_libMagickCore_6_Q16_la-pnm.lo
  CC       coders/magick_libMagickCore_6_Q16_la-preview.lo
  CC       coders/magick_libMagickCore_6_Q16_la-ps.lo
  CC       coders/magick_libMagickCore_6_Q16_la-ps2.lo
  CC       coders/magick_libMagickCore_6_Q16_la-ps3.lo
  CC       coders/magick_libMagickCore_6_Q16_la-psd.lo
  CC       coders/magick_libMagickCore_6_Q16_la-pwp.lo
  CC       coders/magick_libMagickCore_6_Q16_la-raw.lo
  CC       coders/magick_libMagickCore_6_Q16_la-rgb.lo
  CC       coders/magick_libMagickCore_6_Q16_la-rgf.lo
  CC       coders/magick_libMagickCore_6_Q16_la-rla.lo
  CC       coders/magick_libMagickCore_6_Q16_la-rle.lo
  CC       coders/magick_libMagickCore_6_Q16_la-scr.lo
  CC       coders/magick_libMagickCore_6_Q16_la-sct.lo
  CC       coders/magick_libMagickCore_6_Q16_la-sfw.lo
  CC       coders/magick_libMagickCore_6_Q16_la-sgi.lo
  CC       coders/magick_libMagickCore_6_Q16_la-stegano.lo
  CC       coders/magick_libMagickCore_6_Q16_la-sun.lo
  CC       coders/magick_libMagickCore_6_Q16_la-svg.lo
  CC       coders/magick_libMagickCore_6_Q16_la-tga.lo
  CC       coders/magick_libMagickCore_6_Q16_la-thumbnail.lo
  CC       coders/magick_libMagickCore_6_Q16_la-tile.lo
  CC       coders/magick_libMagickCore_6_Q16_la-tim.lo
  CC       coders/magick_libMagickCore_6_Q16_la-ttf.lo
  CC       coders/magick_libMagickCore_6_Q16_la-txt.lo
  CC       coders/magick_libMagickCore_6_Q16_la-uil.lo
  CC       coders/magick_libMagickCore_6_Q16_la-url.lo
  CC       coders/magick_libMagickCore_6_Q16_la-uyvy.lo
  CC       coders/magick_libMagickCore_6_Q16_la-vicar.lo
  CC       coders/magick_libMagickCore_6_Q16_la-vid.lo
  CC       coders/magick_libMagickCore_6_Q16_la-viff.lo
  CC       coders/magick_libMagickCore_6_Q16_la-wbmp.lo
  CC       coders/magick_libMagickCore_6_Q16_la-wpg.lo
  CC       coders/magick_libMagickCore_6_Q16_la-xbm.lo
  CC       coders/magick_libMagickCore_6_Q16_la-xc.lo
  CC       coders/magick_libMagickCore_6_Q16_la-xcf.lo
  CC       coders/magick_libMagickCore_6_Q16_la-xpm.lo
  CC       coders/magick_libMagickCore_6_Q16_la-xps.lo
  CC       coders/magick_libMagickCore_6_Q16_la-ycbcr.lo
  CC       coders/magick_libMagickCore_6_Q16_la-yuv.lo
  CC       coders/magick_libMagickCore_6_Q16_la-jpeg.lo
  CC       coders/magick_libMagickCore_6_Q16_la-jp2.lo
  CC       coders/magick_libMagickCore_6_Q16_la-png.lo
  CC       coders/magick_libMagickCore_6_Q16_la-ept.lo
  CC       coders/magick_libMagickCore_6_Q16_la-tiff.lo
  CC       coders/magick_libMagickCore_6_Q16_la-x.lo
  CC       coders/magick_libMagickCore_6_Q16_la-xwd.lo
  CC       filters/magick_libMagickCore_6_Q16_la-analyze.lo
  CCLD     magick/libMagickCore-6.Q16.la
copying selected object files to avoid basename conflicts...
  CC       wand/wand_libMagickWand_6_Q16_la-animate.lo
  CC       wand/wand_libMagickWand_6_Q16_la-compare.lo
  CC       wand/wand_libMagickWand_6_Q16_la-composite.lo
  CC       wand/wand_libMagickWand_6_Q16_la-conjure.lo
  CC       wand/wand_libMagickWand_6_Q16_la-convert.lo
  CC       wand/wand_libMagickWand_6_Q16_la-deprecate.lo
wand/deprecate.c: In function 'MagickColorFloodfillImage':
wand/deprecate.c:1176: warning: 'ColorFloodfillImage' is deprecated (declared at ./magick/deprecate.h:179)
wand/deprecate.c: In function 'MagickFlattenImages':
wand/deprecate.c:1246: warning: 'FlattenImages' is deprecated (declared at ./magick/deprecate.h:136)
wand/deprecate.c: In function 'MagickMapImage':
wand/deprecate.c:1570: warning: 'MapImage' is deprecated (declared at ./magick/deprecate.h:202)
wand/deprecate.c: In function 'MagickMatteFloodfillImage':
wand/deprecate.c:1642: warning: 'MatteFloodfillImage' is deprecated (declared at ./magick/deprecate.h:206)
wand/deprecate.c: In function 'MagickMosaicImages':
wand/deprecate.c:1817: warning: 'MosaicImages' is deprecated (declared at ./magick/deprecate.h:141)
wand/deprecate.c: In function 'MagickOpaqueImage':
wand/deprecate.c:1863: warning: 'MagickPaintOpaqueImage' is deprecated (declared at ./wand/deprecate.h:103)
wand/deprecate.c: In function 'MagickPaintOpaqueImage':
wand/deprecate.c:1964: warning: 'MagickPaintOpaqueImageChannel' is deprecated (declared at ./wand/deprecate.h:106)
wand/deprecate.c: In function 'MagickRecolorImage':
wand/deprecate.c:2069: warning: 'RecolorImage' is deprecated (declared at ./magick/deprecate.h:144)
wand/deprecate.c: In function 'MagickTransparentImage':
wand/deprecate.c:2313: warning: 'MagickPaintTransparentImage' is deprecated (declared at wand/deprecate.c:2018)
  CC       wand/wand_libMagickWand_6_Q16_la-display.lo
  CC       wand/wand_libMagickWand_6_Q16_la-drawing-wand.lo
  CC       wand/wand_libMagickWand_6_Q16_la-identify.lo
  CC       wand/wand_libMagickWand_6_Q16_la-import.lo
  CC       wand/wand_libMagickWand_6_Q16_la-magick-image.lo
  CC       wand/wand_libMagickWand_6_Q16_la-magick-property.lo
  CC       wand/wand_libMagickWand_6_Q16_la-magick-wand.lo
  CC       wand/wand_libMagickWand_6_Q16_la-mogrify.lo
  CC       wand/wand_libMagickWand_6_Q16_la-montage.lo
  CC       wand/wand_libMagickWand_6_Q16_la-pixel-iterator.lo
  CC       wand/wand_libMagickWand_6_Q16_la-pixel-wand.lo
  CC       wand/wand_libMagickWand_6_Q16_la-stream.lo
  CC       wand/wand_libMagickWand_6_Q16_la-wand.lo
  CC       wand/wand_libMagickWand_6_Q16_la-wand-view.lo
  CCLD     wand/libMagickWand-6.Q16.la
  CXX      Magick++/lib/Blob.lo
  CXX      Magick++/lib/BlobRef.lo
  CXX      Magick++/lib/CoderInfo.lo
  CXX      Magick++/lib/Color.lo
  CXX      Magick++/lib/Drawable.lo
  CXX      Magick++/lib/Exception.lo
  CXX      Magick++/lib/Functions.lo
  CXX      Magick++/lib/Geometry.lo
  CXX      Magick++/lib/Image.lo
  CXX      Magick++/lib/ImageRef.lo
  CXX      Magick++/lib/Montage.lo
  CXX      Magick++/lib/Options.lo
  CXX      Magick++/lib/Pixels.lo
  CXX      Magick++/lib/STL.lo
  CXX      Magick++/lib/Thread.lo
  CXX      Magick++/lib/TypeMetric.lo
  CXXLD    Magick++/lib/libMagick++-6.Q16.la
  CC       utilities/animate.o
  CCLD     utilities/animate
  CC       utilities/compare.o
  CCLD     utilities/compare
  CC       utilities/composite.o
  CCLD     utilities/composite
  CC       utilities/conjure.o
  CCLD     utilities/conjure
  CC       utilities/convert.o
  CCLD     utilities/convert
  CC       utilities/display.o
  CCLD     utilities/display
  CC       utilities/identify.o
  CCLD     utilities/identify
  CC       utilities/import.o
  CCLD     utilities/import
  CC       utilities/mogrify.o
  CCLD     utilities/mogrify
  CC       utilities/montage.o
  CCLD     utilities/montage
  CC       utilities/stream.o
  CCLD     utilities/stream
cp -f magick/ImageMagick.pc magick/ImageMagick-6.Q16.pc
cp -f magick/MagickCore.pc magick/MagickCore-6.Q16.pc
cp -f wand/MagickWand.pc wand/MagickWand-6.Q16.pc
cp -f wand/Wand.pc wand/Wand-6.Q16.pc
cp -f Magick++/lib/Magick++.pc Magick++/lib/Magick++-6.Q16.pc
cp -f Magick++/lib/ImageMagick++.pc Magick++/lib/ImageMagick++-6.Q16.pc
make[2]: ディレクトリ `/tmp/ImageMagick-6.8.7-10' から出ます
make[1]: ディレクトリ `/tmp/ImageMagick-6.8.7-10' から出ます

make install インストール

make install

インストールの表示ログです♪

make  install-recursive
make[1]: ディレクトリ `/tmp/ImageMagick-6.8.7-10' に入ります
Making install in .
make[2]: ディレクトリ `/tmp/ImageMagick-6.8.7-10' に入ります
make[3]: ディレクトリ `/tmp/ImageMagick-6.8.7-10' に入ります
 /bin/mkdir -p '/usr/local/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   magick/libMagickCore-6.Q16.la wand/libMagickWand-6.Q16.la Magick++/lib/libMagick++-6.Q16.la '/usr/local/lib'
libtool: install: /usr/bin/install -c magick/.libs/libMagickCore-6.Q16.so.1.0.0 /usr/local/lib/libMagickCore-6.Q16.so.1.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libMagickCore-6.Q16.so.1.0.0 libMagickCore-6.Q16.so.1 || { rm -f libMagickCore-6.Q16.so.1 && ln -s libMagickCore-6.Q16.so.1.0.0 libMagickCore-6.Q16.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libMagickCore-6.Q16.so.1.0.0 libMagickCore-6.Q16.so || { rm -f libMagickCore-6.Q16.so && ln -s libMagickCore-6.Q16.so.1.0.0 libMagickCore-6.Q16.so; }; })
libtool: install: /usr/bin/install -c magick/.libs/libMagickCore-6.Q16.lai /usr/local/lib/libMagickCore-6.Q16.la
libtool: install: warning: relinking `wand/libMagickWand-6.Q16.la'
libtool: install: (cd /tmp/ImageMagick-6.8.7-10; /bin/sh /tmp/ImageMagick-6.8.7-10/libtool  --silent --tag CC --mode=relink gcc -std=gnu99 -std=gnu99 -I/usr/include/freetype2 -fopenmp -g -O2 -Wall -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -no-undefined -version-info 1:0:0 -o wand/libMagickWand-6.Q16.la -rpath /usr/local/lib wand/wand_libMagickWand_6_Q16_la-animate.lo wand/wand_libMagickWand_6_Q16_la-compare.lo wand/wand_libMagickWand_6_Q16_la-composite.lo wand/wand_libMagickWand_6_Q16_la-conjure.lo wand/wand_libMagickWand_6_Q16_la-convert.lo wand/wand_libMagickWand_6_Q16_la-deprecate.lo wand/wand_libMagickWand_6_Q16_la-display.lo wand/wand_libMagickWand_6_Q16_la-drawing-wand.lo wand/wand_libMagickWand_6_Q16_la-identify.lo wand/wand_libMagickWand_6_Q16_la-import.lo wand/wand_libMagickWand_6_Q16_la-magick-image.lo wand/wand_libMagickWand_6_Q16_la-magick-property.lo wand/wand_libMagickWand_6_Q16_la-magick-wand.lo wand/wand_libMagickWand_6_Q16_la-mogrify.lo wand/wand_libMagickWand_6_Q16_la-montage.lo wand/wand_libMagickWand_6_Q16_la-pixel-iterator.lo wand/wand_libMagickWand_6_Q16_la-pixel-wand.lo wand/wand_libMagickWand_6_Q16_la-stream.lo wand/wand_libMagickWand_6_Q16_la-wand.lo wand/wand_libMagickWand_6_Q16_la-wand-view.lo magick/libMagickCore-6.Q16.la -lSM -lICE -lX11 -lgomp -lm )
libtool: install: /usr/bin/install -c wand/.libs/libMagickWand-6.Q16.so.1.0.0T /usr/local/lib/libMagickWand-6.Q16.so.1.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libMagickWand-6.Q16.so.1.0.0 libMagickWand-6.Q16.so.1 || { rm -f libMagickWand-6.Q16.so.1 && ln -s libMagickWand-6.Q16.so.1.0.0 libMagickWand-6.Q16.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libMagickWand-6.Q16.so.1.0.0 libMagickWand-6.Q16.so || { rm -f libMagickWand-6.Q16.so && ln -s libMagickWand-6.Q16.so.1.0.0 libMagickWand-6.Q16.so; }; })
libtool: install: /usr/bin/install -c wand/.libs/libMagickWand-6.Q16.lai /usr/local/lib/libMagickWand-6.Q16.la
libtool: install: warning: relinking `Magick++/lib/libMagick++-6.Q16.la'
libtool: install: (cd /tmp/ImageMagick-6.8.7-10; /bin/sh /tmp/ImageMagick-6.8.7-10/libtool  --silent --tag CXX --mode=relink g++ -g -O2 -pthread -no-undefined -version-info 3:0:0 -o Magick++/lib/libMagick++-6.Q16.la -rpath /usr/local/lib Magick++/lib/Blob.lo Magick++/lib/BlobRef.lo Magick++/lib/CoderInfo.lo Magick++/lib/Color.lo Magick++/lib/Drawable.lo Magick++/lib/Exception.lo Magick++/lib/Functions.lo Magick++/lib/Geometry.lo Magick++/lib/Image.lo Magick++/lib/ImageRef.lo Magick++/lib/Montage.lo Magick++/lib/Options.lo Magick++/lib/Pixels.lo Magick++/lib/STL.lo Magick++/lib/Thread.lo Magick++/lib/TypeMetric.lo magick/libMagickCore-6.Q16.la wand/libMagickWand-6.Q16.la )
libtool: install: /usr/bin/install -c Magick++/lib/.libs/libMagick++-6.Q16.so.3.0.0T /usr/local/lib/libMagick++-6.Q16.so.3.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libMagick++-6.Q16.so.3.0.0 libMagick++-6.Q16.so.3 || { rm -f libMagick++-6.Q16.so.3 && ln -s libMagick++-6.Q16.so.3.0.0 libMagick++-6.Q16.so.3; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libMagick++-6.Q16.so.3.0.0 libMagick++-6.Q16.so || { rm -f libMagick++-6.Q16.so && ln -s libMagick++-6.Q16.so.3.0.0 libMagick++-6.Q16.so; }; })
libtool: install: /usr/bin/install -c Magick++/lib/.libs/libMagick++-6.Q16.lai /usr/local/lib/libMagick++-6.Q16.la
libtool: install: /usr/bin/install -c magick/.libs/libMagickCore-6.Q16.a /usr/local/lib/libMagickCore-6.Q16.a
libtool: install: chmod 644 /usr/local/lib/libMagickCore-6.Q16.a
libtool: install: ranlib /usr/local/lib/libMagickCore-6.Q16.a
libtool: install: /usr/bin/install -c wand/.libs/libMagickWand-6.Q16.a /usr/local/lib/libMagickWand-6.Q16.a
libtool: install: chmod 644 /usr/local/lib/libMagickWand-6.Q16.a
libtool: install: ranlib /usr/local/lib/libMagickWand-6.Q16.a
libtool: install: /usr/bin/install -c Magick++/lib/.libs/libMagick++-6.Q16.a /usr/local/lib/libMagick++-6.Q16.a
libtool: install: chmod 644 /usr/local/lib/libMagick++-6.Q16.a
libtool: install: ranlib /usr/local/lib/libMagick++-6.Q16.a
libtool: finish: PATH="/root/.rbenv/shims:/root/.rbenv/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/usr/local/bin'
  /bin/sh ./libtool   --mode=install /usr/bin/install -c utilities/animate utilities/compare utilities/composite utilities/conjure utilities/convert utilities/display utilities/identify utilities/import utilities/mogrify utilities/montage utilities/stream '/usr/local/bin'
libtool: install: /usr/bin/install -c utilities/.libs/animate /usr/local/bin/animate
libtool: install: /usr/bin/install -c utilities/.libs/compare /usr/local/bin/compare
libtool: install: /usr/bin/install -c utilities/.libs/composite /usr/local/bin/composite
libtool: install: /usr/bin/install -c utilities/.libs/conjure /usr/local/bin/conjure
libtool: install: /usr/bin/install -c utilities/.libs/convert /usr/local/bin/convert
libtool: install: /usr/bin/install -c utilities/.libs/display /usr/local/bin/display
libtool: install: /usr/bin/install -c utilities/.libs/identify /usr/local/bin/identify
libtool: install: /usr/bin/install -c utilities/.libs/import /usr/local/bin/import
libtool: install: /usr/bin/install -c utilities/.libs/mogrify /usr/local/bin/mogrify
libtool: install: /usr/bin/install -c utilities/.libs/montage /usr/local/bin/montage
libtool: install: /usr/bin/install -c utilities/.libs/stream /usr/local/bin/stream
 /bin/mkdir -p '/usr/local/bin'
 /usr/bin/install -c magick/Magick-config magick/MagickCore-config wand/Wand-config wand/MagickWand-config Magick++/bin/Magick++-config '/usr/local/bin'
 /bin/mkdir -p '/usr/local/etc/ImageMagick-6/'
 /usr/bin/install -c -m 644 config/coder.xml config/colors.xml config/delegates.xml config/log.xml config/magic.xml config/mime.xml config/policy.xml config/quantization-table.xml config/thresholds.xml config/type.xml config/type-dejavu.xml config/type-ghostscript.xml config/type-windows.xml '/usr/local/etc/ImageMagick-6/'
 /bin/mkdir -p '/usr/local/share/ImageMagick-6'
 /usr/bin/install -c -m 644 config/english.xml config/francais.xml config/locale.xml '/usr/local/share/ImageMagick-6'
 /bin/mkdir -p '/usr/local/lib/ImageMagick-6.8.7/config-Q16'
 /usr/bin/install -c -m 644 config/configure.xml '/usr/local/lib/ImageMagick-6.8.7/config-Q16'
/bin/sh ./config/mkinstalldirs /usr/local/include/ImageMagick-6/magick
mkdir -p -- /usr/local/include/ImageMagick-6/magick
/usr/bin/install -c -m 644 magick/magick-baseconfig.h /usr/local/include/ImageMagick-6/magick/magick-baseconfig.h
/bin/sh ./config/mkinstalldirs /usr/local/share/doc/ImageMagick-6
mkdir -p -- /usr/local/share/doc/ImageMagick-6
/usr/bin/install -c -m 644 ./index.html /usr/local/share/doc/ImageMagick-6
mkdir -p -- /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/ImageMagick.ico /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/affine.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/arc.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/background.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/black.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/bluebells_clipped.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/bluebells_darker.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/bluebells_lin.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/bluebells_log.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/button.gif /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/configure.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/cylinder_shaded.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/definitive-guide.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/difference.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/donate.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/examples.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/frame.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/fuzzy-magick.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/gaussian-blur.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/granite.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/imade_art2.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/label.gif /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/logo-sm-flop.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/logo-sm-fx.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/logo-sm.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/logo.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/logo.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/montage.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/navy.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/networkredux.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/piechart.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/project-support.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/radial-gradient.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/reconstruct.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/red-ball.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/red-circle.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/right.gif /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/rose-over.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/rose-sigmoidal.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/rose.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/rose.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/rose.pnm /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/script.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/smile.gif /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/sponsor.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/sprite.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/t-shirt.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/tricks.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/wand.ico /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/wand.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/white-highlight.png /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/wizard.jpg /usr/local/share/doc/ImageMagick-6/images
/usr/bin/install -c -m 644 ./images/wizard.png /usr/local/share/doc/ImageMagick-6/images
mkdir -p -- /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/bricks.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/checkerboard.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/circles.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/crosshatch.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/crosshatch30.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/crosshatch45.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/fishscales.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray0.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray10.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray100.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray15.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray20.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray25.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray30.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray35.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray40.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray45.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray5.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray50.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray55.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray60.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray65.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray70.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray75.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray80.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray85.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray90.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray95.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hexagons.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/horizontal.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/horizontal2.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/horizontal3.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/horizontalsaw.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hs_bdiagonal.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hs_cross.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hs_diagcross.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hs_fdiagonal.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hs_horizontal.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hs_vertical.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/left30.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/left45.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/leftshingle.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/octagons.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/right30.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/right45.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/rightshingle.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/smallfishscales.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/vertical.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/vertical2.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/vertical3.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/verticalbricks.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/verticalleftshingle.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/verticalrightshingle.png /usr/local/share/doc/ImageMagick-6/images/patterns
/usr/bin/install -c -m 644 ./images/patterns/verticalsaw.png /usr/local/share/doc/ImageMagick-6/images/patterns
mkdir -p -- /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/ImageMagickObject.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/advanced-unix-installation.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/advanced-windows-installation.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/animate.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/api.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/architecture.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/binary-releases.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/changelog.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/cipher.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/color-management.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/color.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/command-line-options.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/command-line-processing.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/command-line-tools.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/compare.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/compose.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/composite.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/conjure.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/contact.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/convert.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/display.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/distribute-pixel-cache.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/download.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/escape.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/examples.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/exception.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/export.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/favicon.ico /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/formats.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/fx.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/high-dynamic-range.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/history.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/identify.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/import.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/index.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/install-source.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/jp2.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/license.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/links.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/magick++.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/magick-core.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/magick-vector-graphics.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/magick-wand.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/magick.css /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/miff.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/mogrify.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/montage.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/motion-picture.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/openmp.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/perl-magick.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/porting.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/quantize.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/resources.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/search.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/sitemap.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/sponsors.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/stream.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/subversion.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/support.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/t-shirt.html /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/wand.png /usr/local/share/doc/ImageMagick-6/www
/usr/bin/install -c -m 644 ./www/webp.html /usr/local/share/doc/ImageMagick-6/www
mkdir -p -- /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/animate.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/annotate.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/attribute.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/blob.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/cache-view.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/cache.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/channel.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/cipher.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/color.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/colormap.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/colorspace.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/compare.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/composite.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/constitute.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/decorate.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/deprecate.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/display.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/distort.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/draw.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/drawing-wand.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/effect.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/enhance.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/exception.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/feature.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/fourier.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/fx.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/histogram.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/image-view.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/image.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/layer.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/list.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/magick++-classes.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/magick-deprecate.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/magick-image.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/magick-property.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/magick-wand.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/magick.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/memory.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/mime.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/module.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/mogrify.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/monitor.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/montage.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/morphology.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/paint.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/pixel-iterator.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/pixel-wand.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/profile.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/property.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/quantize.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/registry.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/resize.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/resource.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/segment.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/shear.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/signature.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/statistic.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/stream.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/transform.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/version.html /usr/local/share/doc/ImageMagick-6/www/api
/usr/bin/install -c -m 644 ./www/api/wand-view.html /usr/local/share/doc/ImageMagick-6/www/api
mkdir -p -- /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/analyze.c /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/coder.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/colors.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/configure.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/contrast.c /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/core.c /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/delegates.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/english.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/examples.pl /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/francais.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/incantation.msl /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/locale.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/log.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/magic.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/mime.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/piechart.mvg /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/piechart.svg /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/policy.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/thresholds.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/type-ghostscript.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/type-windows.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/type.xml /usr/local/share/doc/ImageMagick-6/www/source
/usr/bin/install -c -m 644 ./www/source/wand.c /usr/local/share/doc/ImageMagick-6/www/source
mkdir -p -- /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Blob.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Cache.fig /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Cache.png /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Cache.svg /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/ChangeLog.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/CoderInfo.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Color.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Documentation.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Drawable.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Drawable_example_1.png /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Enumerations.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Exception.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/FormatCharacters.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Future.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Geometry.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Image.fig /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Image.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Image.png /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/ImageDesign.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/ImageMagick.png /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Install.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Magick++.png /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Montage.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/NEWS.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/PixelPacket.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Pixels.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/README.txt /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/STL.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/TypeMetric.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/index.html /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/magick.css /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/montage-sample-framed.jpg /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/right_triangle.png /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/thumbnail-anatomy-framed.fig /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/thumbnail-anatomy-framed.jpg /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/thumbnail-anatomy-plain.fig /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/thumbnail-anatomy-plain.jpg /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/thumbnail-sample-framed.jpg /usr/local/share/doc/ImageMagick-6/www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/thumbnail-sample-plain.jpg /usr/local/share/doc/ImageMagick-6/www/Magick++
mkdir -p -- /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ImageMagick_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ImageMagick_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/MagickCore_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/MagickCore_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/PreRvIcccm_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/PreRvIcccm_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/PreRvIcccm_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/animate-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/animate-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/animate_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/animate_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/animate_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/annotate_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/annotate_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/annotate_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/annotated.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/api_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/api_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/artifact_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/artifact_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/artifact_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/blob-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/blob-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/blob_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/blob_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/blob_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/cache-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/cache-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/cache-view_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/cache-view_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/cache-view_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/cache_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/cache_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/cache_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/classes.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/client_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/client_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/client_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/coder_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/coder_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/coder_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/color-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/color-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/color_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/color_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/color_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/colorspace-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/colorspace-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/colorspace_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/colorspace_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/colorspace_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/compare_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/compare_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/compare_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/composite-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/composite-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/composite_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/composite_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/composite_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/compress_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/compress_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/compress_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/configure_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/configure_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/configure_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/constitute_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/constitute_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/constitute_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/decorate_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/decorate_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/decorate_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/delegate_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/delegate_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/delegate_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/deprecate_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/deprecate_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/deprecate_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/dir_b44b349db36f8365f5234e57d3038770.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/dirs.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/display-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/display-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/display_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/display_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/display_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/distort_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/distort_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/distort_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/doxygen.css /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/doxygen.png /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/draw-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/draw-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/draw_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/draw_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/draw_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/effect_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/effect_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/effect_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/enhance_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/enhance_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/enhance_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/exception-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/exception-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/exception_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/exception_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/exception_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/files.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ftv2blank.png /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ftv2doc.png /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ftv2folderclosed.png /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ftv2folderopen.png /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ftv2lastnode.png /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ftv2link.png /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ftv2mlastnode.png /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ftv2mnode.png /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ftv2node.png /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ftv2plastnode.png /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ftv2pnode.png /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/ftv2vertline.png /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x61.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x62.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x63.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x64.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x65.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x66.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x67.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x68.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x69.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x6b.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x6c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x6d.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x6e.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x6f.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x70.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x71.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x72.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x73.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x74.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x75.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x76.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x77.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x78.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x79.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_0x7a.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_func.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x61.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x62.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x63.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x64.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x65.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x66.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x67.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x68.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x69.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x6b.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x6c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x6d.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x6e.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x6f.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x70.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x71.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x72.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x73.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x74.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x75.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x76.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x77.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x78.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x79.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/functions_vars_0x7a.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/fx-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/fx-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/fx_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/fx_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/fx_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/gem_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/gem_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/gem_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/geometry_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/geometry_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/geometry_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x61.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x62.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x63.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x64.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x65.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x66.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x67.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x68.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x69.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x6a.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x6b.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x6c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x6d.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x6e.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x6f.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x70.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x71.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x72.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x73.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x74.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x75.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x76.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x77.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x78.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x79.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_0x7a.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x61.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x62.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x63.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x64.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x65.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x66.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x67.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x68.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x69.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x6b.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x6c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x6d.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x6e.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x6f.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x70.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x71.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x72.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x73.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x74.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x75.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x76.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x77.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x78.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_defs_0x79.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_enum.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x62.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x63.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x64.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x65.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x66.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x67.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x68.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x69.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x6a.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x6b.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x6c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x6d.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x6e.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x6f.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x70.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x71.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x72.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x73.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x74.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x75.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x76.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x77.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x78.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x79.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_eval_0x7a.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x62.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x63.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x64.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x65.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x66.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x67.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x68.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x69.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x6a.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x6b.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x6c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x6d.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x6e.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x6f.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x70.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x71.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x72.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x73.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x74.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x75.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x76.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x77.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x78.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x79.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_func_0x7a.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_type.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/globals_vars.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/hashmap_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/hashmap_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/hashmap_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/identify_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/identify_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/identify_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/image-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/image-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/image_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/image_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/image_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/index.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/layer_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/layer_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/layer_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/list_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/list_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/list_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/locale_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/locale___8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/locale___8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/log_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/log_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/log_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/mac_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/mac_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/mac_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/magic_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/magic_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/magic_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/magick-config_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/magick-config_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/magick-type_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/magick-type_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/magick_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/magick_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/magick_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/main.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/matrix_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/matrix_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/matrix_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/memory_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/memory___8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/memory___8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/methods_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/methods_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/mime-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/mime-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/mime_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/mime_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/mime_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/module_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/module_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/module_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/monitor_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/monitor_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/monitor_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/montage_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/montage_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/montage_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/nt-base_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/nt-base_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/nt-base_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/nt-feature_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/nt-feature_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/nt-feature_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/option_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/option_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/option_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/paint_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/paint_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/paint_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/pixel-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/pixel-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/pixel_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/pixel_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/pixel_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/prepress_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/prepress_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/prepress_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/profile_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/profile_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/profile_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/property_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/property_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/property_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/quantize_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/quantize_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/quantize_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/quantum-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/quantum-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/quantum_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/quantum_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/quantum_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/random_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/random___8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/random___8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/registry_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/registry_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/registry_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/resample_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/resample_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/resample_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/resize-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/resize-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/resize_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/resize_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/resize_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/resource_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/resource___8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/resource___8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/segment_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/segment_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/segment_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/semaphore_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/semaphore_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/semaphore_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/shear_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/shear_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/shear_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/signature_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/signature_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/signature_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/splay-tree_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/splay-tree_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/splay-tree_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/static_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/static_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/static_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/statistic_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/statistic_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/statistic_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/stream-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/stream-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/stream_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/stream_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/stream_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/string_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/string___8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/string___8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/structHuffmanTable.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/structSemaphoreInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__AffineMatrix.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__Ascii85Info.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__BlobInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__CacheInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__CacheMethods.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__CacheView.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ChannelStatistics.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ChromaticityInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__Cluster.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__CoderInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ColorInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ColorPacket.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ConfigureInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ContributionInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__CubeInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__DIR.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__DataSegmentInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__DelegateInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__DiversityPacket.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__DoublePixelPacket.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__DrawInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__EdgeInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ElementInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ElementReference.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__EntryInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ErrorInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__EventInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ExceptionInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ExtentPacket.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__FrameInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__FxInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__GeometryInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__GhostscriptVectors.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__GradientInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__HandlerInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__HashmapInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__Image.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ImageAttribute.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ImageInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__IntervalTree.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__LinkedListInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__LocaleInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__LogInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__LongPixelPacket.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__MagicInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__MagickInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__MagickPixelPacket.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__MedianListNode.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__MedianPixelList.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__MedianSkipList.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__MemoryInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__MimeInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ModuleInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__MontageInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__NTMEMORYSTATUSEX.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__NexusInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__NodeInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__Nodes.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__OptionInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__PathInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__PixelPacket.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__PointInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__PolygonInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__PrimaryInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__PrimitiveInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ProfileInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__QuantizeInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__QuantumInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__QuantumState.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__RandomInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__RealPixelPacket.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__RectangleInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__RegistryInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ResampleFilter.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ResizeFilter.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ResourceInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__SegmentInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__SignatureInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__SplayTreeInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__StopInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__StreamInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__StringInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ThresholdMap.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__Timer.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__TimerInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__TokenInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__TypeInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__TypeMetric.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ViewInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__XImportInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__XMLTreeInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__XMLTreeRoot.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__XWidgetInfo.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ZeroCrossing.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__dirdesc.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/struct__ile3.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/structdirent.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/studio_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/studio_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/tab_b.gif /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/tab_l.gif /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/tab_r.gif /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/tabs.css /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/threshold_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/threshold_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/threshold_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/timer_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/timer_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/timer_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/token_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/token_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/token_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/transform_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/transform_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/transform_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/tree.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/type_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/type_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/type_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/utility_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/utility_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/utility_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/version_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/version_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/version_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/vms_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/vms_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/vms_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/widget_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/widget_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/widget_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/xml-tree_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/xml-tree_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/xml-tree_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/xwindow-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/xwindow-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/xwindow_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/xwindow_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/xwindow_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickCore
mkdir -p -- /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/MagickWand_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/MagickWand_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/animate_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/animate_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/animate_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/annotated.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/classes.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/compare_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/compare_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/compare_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/composite_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/composite_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/composite_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/conjure_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/conjure_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/conjure_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/convert_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/convert_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/convert_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/deprecate_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/deprecate_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/deprecate_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/dir_101f7ac0a894e32543a314e85b2e1524.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/dirs.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/display_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/display_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/display_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/doxygen.css /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/doxygen.png /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/drawing-wand_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/drawing-wand_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/drawing-wand_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/drawtest_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/files.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/ftv2blank.png /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/ftv2doc.png /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/ftv2folderclosed.png /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/ftv2folderopen.png /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/ftv2lastnode.png /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/ftv2link.png /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/ftv2mlastnode.png /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/ftv2mnode.png /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/ftv2node.png /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/ftv2plastnode.png /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/ftv2pnode.png /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/ftv2vertline.png /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/functions.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/functions_vars.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x61.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x62.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x63.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x64.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x65.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x67.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x69.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x6d.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x6e.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x6f.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x70.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x71.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x72.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x73.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x74.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x75.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x77.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_0x78.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_defs.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_enum.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_eval.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_func.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_func_0x63.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_func_0x64.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_func_0x67.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_func_0x69.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_func_0x6d.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_func_0x6e.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_func_0x70.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_func_0x72.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_func_0x73.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_type.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/globals_vars.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/identify_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/identify_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/identify_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/import_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/import_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/import_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/index.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/magick-image_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/magick-image_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/magick-image_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/magick-property_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/magick-property_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/magick-property_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/magick-wand-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/magick-wand-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/magick-wand_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/magick-wand_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/magick-wand_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/magick__wand_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/magick__wand_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/main.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/mogrify-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/mogrify-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/mogrify_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/mogrify_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/mogrify_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/montage_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/montage_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/montage_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/pixel-iterator_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/pixel-iterator_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/pixel-iterator_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/pixel-wand-private_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/pixel-wand-private_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/pixel-wand_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/pixel-wand_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/pixel-wand_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/stream_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/stream_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/stream_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/struct__CompositeOptions.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/struct__DrawVTable.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/struct__DrawingWand.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/struct__MagickWand.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/struct__PixelIterator.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/struct__PixelWand.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/studio_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/studio_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/tab_b.gif /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/tab_l.gif /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/tab_r.gif /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/tabs.css /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/tree.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/wand_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/wand_8h-source.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/wand_8h.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/wandtest_8c.html /usr/local/share/doc/ImageMagick-6/www/api/MagickWand
 /bin/mkdir -p '/usr/local/share/doc/ImageMagick-6'
 /usr/bin/install -c -m 644 LICENSE ChangeLog NEWS.txt '/usr/local/share/doc/ImageMagick-6'
 /bin/mkdir -p '/usr/local/include/ImageMagick-6/magick'
 /usr/bin/install -c -m 644 magick/ImageMagick.h magick/MagickCore.h magick/PreRvIcccm.h magick/accelerate.h magick/animate.h magick/annotate.h magick/api.h magick/artifact.h magick/attribute.h magick/blob.h magick/cache.h magick/cache-view.h magick/channel.h magick/cipher.h magick/client.h magick/coder.h magick/color.h magick/colormap.h magick/colorspace.h magick/compare.h magick/composite.h magick/compress.h magick/configure.h magick/constitute.h magick/decorate.h magick/delegate.h magick/deprecate.h magick/display.h magick/distribute-cache.h magick/distort.h magick/draw.h magick/effect.h magick/enhance.h magick/exception.h magick/feature.h magick/fourier.h magick/fx.h magick/gem.h magick/geometry.h magick/hashmap.h '/usr/local/include/ImageMagick-6/magick'
 /usr/bin/install -c -m 644 magick/histogram.h magick/identify.h magick/image.h magick/image-view.h magick/layer.h magick/list.h magick/locale_.h magick/log.h magick/magic.h magick/magick.h magick/magick-config.h magick/magick-type.h magick/matrix.h magick/memory_.h magick/methods.h magick/method-attribute.h magick/mime.h magick/module.h magick/monitor.h magick/montage.h magick/morphology.h magick/opencl.h magick/option.h magick/paint.h magick/pixel.h magick/pixel-accessor.h magick/policy.h magick/prepress.h magick/profile.h magick/property.h magick/quantize.h magick/quantum.h magick/random_.h magick/registry.h magick/resample.h magick/resize.h magick/resource_.h magick/segment.h magick/semaphore.h magick/shear.h '/usr/local/include/ImageMagick-6/magick'
 /usr/bin/install -c -m 644 magick/signature.h magick/splay-tree.h magick/statistic.h magick/stream.h magick/string_.h magick/studio.h magick/timer.h magick/token.h magick/transform.h magick/threshold.h magick/type.h magick/utility.h magick/version.h magick/widget.h magick/xml-tree.h magick/xwindow.h '/usr/local/include/ImageMagick-6/magick'
 /bin/mkdir -p '/usr/local/include/ImageMagick-6/magick'
 /usr/bin/install -c -m 644 magick/magick-baseconfig.h '/usr/local/include/ImageMagick-6/magick'
 /bin/mkdir -p '/usr/local/include/ImageMagick-6/Magick++'
 /usr/bin/install -c -m 644 Magick++/lib/Magick++/Blob.h Magick++/lib/Magick++/CoderInfo.h Magick++/lib/Magick++/Color.h Magick++/lib/Magick++/Drawable.h Magick++/lib/Magick++/Exception.h Magick++/lib/Magick++/Geometry.h Magick++/lib/Magick++/Image.h Magick++/lib/Magick++/Include.h Magick++/lib/Magick++/Montage.h Magick++/lib/Magick++/Pixels.h Magick++/lib/Magick++/STL.h Magick++/lib/Magick++/TypeMetric.h '/usr/local/include/ImageMagick-6/Magick++'
 /bin/mkdir -p '/usr/local/include/ImageMagick-6'
 /usr/bin/install -c -m 644 Magick++/lib/Magick++.h '/usr/local/include/ImageMagick-6'
 /bin/mkdir -p '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 magick/Magick-config.1 magick/MagickCore-config.1 wand/MagickWand-config.1 wand/Wand-config.1 Magick++/bin/Magick++-config.1 utilities/ImageMagick.1 utilities/animate.1 utilities/compare.1 utilities/composite.1 utilities/conjure.1 utilities/convert.1 utilities/display.1 utilities/identify.1 utilities/import.1 utilities/mogrify.1 utilities/montage.1 utilities/stream.1 '/usr/local/share/man/man1'
 /bin/mkdir -p '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 magick/ImageMagick.pc magick/MagickCore.pc magick/ImageMagick-6.Q16.pc magick/MagickCore-6.Q16.pc wand/MagickWand.pc wand/Wand.pc wand/MagickWand-6.Q16.pc wand/Wand-6.Q16.pc Magick++/lib/Magick++.pc Magick++/lib/ImageMagick++.pc Magick++/lib/Magick++-6.Q16.pc Magick++/lib/ImageMagick++-6.Q16.pc '/usr/local/lib/pkgconfig'
 /bin/mkdir -p '/usr/local/include/ImageMagick-6/wand'
 /usr/bin/install -c -m 644 wand/MagickWand.h wand/animate.h wand/compare.h wand/composite.h wand/conjure.h wand/convert.h wand/deprecate.h wand/display.h wand/drawing-wand.h wand/identify.h wand/import.h wand/magick-image.h wand/magick-property.h wand/magick-wand.h wand/magick_wand.h wand/method-attribute.h wand/mogrify.h wand/montage.h wand/pixel-iterator.h wand/pixel-wand.h wand/stream.h wand/wand-view.h '/usr/local/include/ImageMagick-6/wand'
make[3]: ディレクトリ `/tmp/ImageMagick-6.8.7-10' から出ます
make[2]: ディレクトリ `/tmp/ImageMagick-6.8.7-10' から出ます
make[1]: ディレクトリ `/tmp/ImageMagick-6.8.7-10' から出ます

make uninstall アンインストール

make uninstall

アンインストール記録ですの♪

Making uninstall in .
make[1]: ディレクトリ `/tmp/ImageMagick-6.8.7-10' に入ります
 ( cd '/usr/local/bin' && rm -f animate compare composite conjure convert display identify import mogrify montage stream )
 ( cd '/usr/local/bin' && rm -f Magick-config MagickCore-config Wand-config MagickWand-config Magick++-config )
 ( cd '/usr/local/etc/ImageMagick-6/' && rm -f coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml policy.xml quantization-table.xml thresholds.xml type.xml type-dejavu.xml type-ghostscript.xml type-windows.xml )
 ( cd '/usr/local/share/ImageMagick-6' && rm -f english.xml francais.xml locale.xml )
 ( cd '/usr/local/lib/ImageMagick-6.8.7/config-Q16' && rm -f configure.xml )
 ( cd '/usr/local/share/doc/ImageMagick-6' && rm -f LICENSE ChangeLog NEWS.txt )
 /bin/sh ./libtool   --mode=uninstall rm -f '/usr/local/lib/libMagickCore-6.Q16.la'
libtool: uninstall: rm -f /usr/local/lib/libMagickCore-6.Q16.la /usr/local/lib/libMagickCore-6.Q16.so.1.0.0 /usr/local/lib/libMagickCore-6.Q16.so.1 /usr/local/lib/libMagickCore-6.Q16.so /usr/local/lib/libMagickCore-6.Q16.a
 /bin/sh ./libtool   --mode=uninstall rm -f '/usr/local/lib/libMagickWand-6.Q16.la'
libtool: uninstall: rm -f /usr/local/lib/libMagickWand-6.Q16.la /usr/local/lib/libMagickWand-6.Q16.so.1.0.0 /usr/local/lib/libMagickWand-6.Q16.so.1 /usr/local/lib/libMagickWand-6.Q16.so /usr/local/lib/libMagickWand-6.Q16.a
 /bin/sh ./libtool   --mode=uninstall rm -f '/usr/local/lib/libMagick++-6.Q16.la'
libtool: uninstall: rm -f /usr/local/lib/libMagick++-6.Q16.la /usr/local/lib/libMagick++-6.Q16.so.3.0.0 /usr/local/lib/libMagick++-6.Q16.so.3 /usr/local/lib/libMagick++-6.Q16.so /usr/local/lib/libMagick++-6.Q16.a
rm -f /usr/local/include/ImageMagick-6/magick/magick-baseconfig.h
rm -f /usr/local/share/doc/ImageMagick-6/index.html
for dir in images images/patterns www www/api www/source www/Magick++ www/api/MagickCore www/api/MagickWand ; do \
       rm -f -r /usr/local/share/doc/ImageMagick-6/$dir ; \
     done
 ( cd '/usr/local/include/ImageMagick-6/magick' && rm -f ImageMagick.h MagickCore.h PreRvIcccm.h accelerate.h animate.h annotate.h api.h artifact.h attribute.h blob.h cache.h cache-view.h channel.h cipher.h client.h coder.h color.h colormap.h colorspace.h compare.h composite.h compress.h configure.h constitute.h decorate.h delegate.h deprecate.h display.h distribute-cache.h distort.h draw.h effect.h enhance.h exception.h feature.h fourier.h fx.h gem.h geometry.h hashmap.h histogram.h identify.h image.h image-view.h layer.h list.h locale_.h log.h magic.h magick.h magick-config.h magick-type.h matrix.h memory_.h methods.h method-attribute.h mime.h module.h monitor.h montage.h morphology.h opencl.h option.h paint.h pixel.h pixel-accessor.h policy.h prepress.h profile.h property.h quantize.h quantum.h random_.h registry.h resample.h resize.h resource_.h segment.h semaphore.h shear.h signature.h splay-tree.h statistic.h stream.h string_.h studio.h timer.h token.h transform.h threshold.h type.h utility.h version.h widget.h xml-tree.h xwindow.h )
 ( cd '/usr/local/include/ImageMagick-6/magick' && rm -f magick-baseconfig.h )
 ( cd '/usr/local/include/ImageMagick-6/Magick++' && rm -f Blob.h CoderInfo.h Color.h Drawable.h Exception.h Geometry.h Image.h Include.h Montage.h Pixels.h STL.h TypeMetric.h )
 ( cd '/usr/local/include/ImageMagick-6' && rm -f Magick++.h )
 ( cd '/usr/local/share/man/man1' && rm -f Magick-config.1 MagickCore-config.1 MagickWand-config.1 Wand-config.1 Magick++-config.1 ImageMagick.1 animate.1 compare.1 composite.1 conjure.1 convert.1 display.1 identify.1 import.1 mogrify.1 montage.1 stream.1 )
 ( cd '/usr/local/lib/pkgconfig' && rm -f ImageMagick.pc MagickCore.pc ImageMagick-6.Q16.pc MagickCore-6.Q16.pc MagickWand.pc Wand.pc MagickWand-6.Q16.pc Wand-6.Q16.pc Magick++.pc ImageMagick++.pc Magick++-6.Q16.pc ImageMagick++-6.Q16.pc )
 ( cd '/usr/local/include/ImageMagick-6/wand' && rm -f MagickWand.h animate.h compare.h composite.h conjure.h convert.h deprecate.h display.h drawing-wand.h identify.h import.h magick-image.h magick-property.h magick-wand.h magick_wand.h method-attribute.h mogrify.h montage.h pixel-iterator.h pixel-wand.h stream.h wand-view.h )
make[1]: ディレクトリ `/tmp/ImageMagick-6.8.7-10' から出ます

おわりに

ImageMagick インストールでずいぶんと苦労いたしました。

ソースからのインストールでなんとか終えることができましたけれども、いつかまた躓いた時のために投稿いたしました。

文字数が多くなってしまいましたけれども、必要な投稿と考えておりますの

以上です。

「【ImageMagick】ソースからインストールする経過を淡々と記録!」への1件の返信

コメントを残す