# Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ oldincludedir = /usr/include top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_FLAG = transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : @SET_MAKE@ build_alias = @build_alias@ build_triplet = @build@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ AMDEP = @AMDEP@ AMTAR = @AMTAR@ AS = @AS@ AWK = @AWK@ BZIPDelegate = @BZIPDelegate@ BrowseDelegate = @BrowseDelegate@ CC = @CC@ CGMDecodeDelegate = @CGMDecodeDelegate@ CPP = @CPP@ CXX = @CXX@ CXXCPP = @CXXCPP@ CatDelegate = @CatDelegate@ ConvertDelegate = @ConvertDelegate@ DELEGATES = @DELEGATES@ DEPDIR = @DEPDIR@ DLLDFLAGS = @DLLDFLAGS@ DLLTOOL = @DLLTOOL@ DOTDecodeDelegate = @DOTDecodeDelegate@ DVIDecodeDelegate = @DVIDecodeDelegate@ EXEEXT = @EXEEXT@ EchoDelegate = @EchoDelegate@ EditorDelegate = @EditorDelegate@ FIGDecodeDelegate = @FIGDecodeDelegate@ GCJ = @GCJ@ GCJFLAGS = @GCJFLAGS@ GSColorDevice = @GSColorDevice@ GSEPSDevice = @GSEPSDevice@ GSMonoDevice = @GSMonoDevice@ GSPDFDevice = @GSPDFDevice@ GSPSDevice = @GSPSDevice@ GnuplotDecodeDelegate = @GnuplotDecodeDelegate@ HPGLDecodeDelegate = @HPGLDecodeDelegate@ HTMLDecodeDelegate = @HTMLDecodeDelegate@ ILBMDecodeDelegate = @ILBMDecodeDelegate@ ILBMEncodeDelegate = @ILBMEncodeDelegate@ INCLTDL = @INCLTDL@ LD = @LD@ LIBLTDL = @LIBLTDL@ LIBSTDC_LDFLAGS = @LIBSTDC_LDFLAGS@ LIBTOOL = @LIBTOOL@ LIB_BZLIB = @LIB_BZLIB@ LIB_DL = @LIB_DL@ LIB_DPS = @LIB_DPS@ LIB_FPX = @LIB_FPX@ LIB_GS = @LIB_GS@ LIB_HDF = @LIB_HDF@ LIB_JBIG = @LIB_JBIG@ LIB_JP2 = @LIB_JP2@ LIB_JPEG = @LIB_JPEG@ LIB_LCMS = @LIB_LCMS@ LIB_LF = @LIB_LF@ LIB_MATH = @LIB_MATH@ LIB_PNG = @LIB_PNG@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_TTF = @LIB_TTF@ LIB_WMF = @LIB_WMF@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ LIB_XML = @LIB_XML@ LIB_XT = @LIB_XT@ LIB_ZLIB = @LIB_ZLIB@ LN_S = @LN_S@ LPDelegate = @LPDelegate@ LPRDelegate = @LPRDelegate@ LZWDecodeDelegate = @LZWDecodeDelegate@ LZWEncodeDelegate = @LZWEncodeDelegate@ LaunchDelegate = @LaunchDelegate@ MAGICKLIB = @MAGICKLIB@ MAINT = @MAINT@ MAJOR_VERSION = @MAJOR_VERSION@ MAKEINFO = @MAKEINFO@ MANDelegate = @MANDelegate@ MICRO_VERSION = @MICRO_VERSION@ MINOR_VERSION = @MINOR_VERSION@ MPEGDecodeDelegate = @MPEGDecodeDelegate@ MPEGEncodeDelegate = @MPEGEncodeDelegate@ MVDelegate = @MVDelegate@ MagickSharePath = @MagickSharePath@ MogrifyDelegate = @MogrifyDelegate@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PERL = @PERL@ PERL_MAKE_OPTIONS = @PERL_MAKE_OPTIONS@ PGPDecodeDelegate = @PGPDecodeDelegate@ POVDelegate = @POVDelegate@ PSDelegate = @PSDelegate@ PrintDelegate = @PrintDelegate@ RADDecodeDelegate = @RADDecodeDelegate@ RANLIB = @RANLIB@ RLEEncodeDelegate = @RLEEncodeDelegate@ RMDelegate = @RMDelegate@ SCANDecodeDelegate = @SCANDecodeDelegate@ STRIP = @STRIP@ ShowImageDelegate = @ShowImageDelegate@ TXTDelegate = @TXTDelegate@ VERSION = @VERSION@ WMFDecodeDelegate = @WMFDecodeDelegate@ WWWDecodeDelegate = @WWWDecodeDelegate@ XCFDecodeDelegate = @XCFDecodeDelegate@ X_CFLAGS = @X_CFLAGS@ ZipDelegate = @ZipDelegate@ freetype_config = @freetype_config@ install_sh = @install_sh@ # # Makefile for Magick++ library # # Copyright Bob Friesenhahn, 1999, 2000, 2001 # AUTOMAKE_OPTIONS = 1.4 SUBDIRS = Magick++ INCLUDES = -I../.. -I$(top_srcdir) includedir = ${prefix}/include pkgdatadir = $(datadir)/Magick++ pkglibdir = $(libdir)/Magick++ pkgincludedir = $(includedir)/Magick++ lib_LTLIBRARIES = libMagick++.la MAJOR_VERSION = @MAJOR_VERSION@ MINOR_VERSION = @MINOR_VERSION@ MICRO_VERSION = @MICRO_VERSION@ libMagick___la_SOURCES = \ Blob.cpp Coder.cpp Color.cpp Drawable.cpp Exception.cpp \ Functions.cpp Geometry.cpp Image.cpp Montage.cpp Options.cpp \ Pixels.cpp Thread.cpp TypeMetric.cpp libMagick___la_LDFLAGS = -version-info $(MAJOR_VERSION):$(MINOR_VERSION)$(MICRO_VERSION):0 include_HEADERS = Magick++.h EXTRA_DIST = LDFLAGS = @LDFLAGS@ $(LIBSTDC_LDFLAGS) subdir = Magick++/lib mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../magick/config.h CONFIG_CLEAN_FILES = LTLIBRARIES = $(lib_LTLIBRARIES) DEFS = @DEFS@ -I. -I$(srcdir) -I../../magick CPPFLAGS = @CPPFLAGS@ LIBS = @LIBS@ X_LIBS = @X_LIBS@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@ libMagick___la_LIBADD = am_libMagick___la_OBJECTS = Blob.lo Coder.lo Color.lo Drawable.lo \ Exception.lo Functions.lo Geometry.lo Image.lo Montage.lo Options.lo \ Pixels.lo Thread.lo TypeMetric.lo libMagick___la_OBJECTS = $(am_libMagick___la_OBJECTS) CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXFLAGS = @CXXFLAGS@ CXXLD = $(CXX) CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ DIST_SOURCES = $(libMagick___la_SOURCES) HEADERS = $(include_HEADERS) depcomp = $(SHELL) $(top_srcdir)/depcomp DEP_FILES = @AMDEP@ $(DEPDIR)/Blob.Plo $(DEPDIR)/Coder.Plo \ $(DEPDIR)/Color.Plo $(DEPDIR)/Drawable.Plo $(DEPDIR)/Exception.Plo \ $(DEPDIR)/Functions.Plo $(DEPDIR)/Geometry.Plo $(DEPDIR)/Image.Plo \ $(DEPDIR)/Montage.Plo $(DEPDIR)/Options.Plo $(DEPDIR)/Pixels.Plo \ $(DEPDIR)/Thread.Plo $(DEPDIR)/TypeMetric.Plo DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) GZIP_ENV = --best SOURCES = $(libMagick___la_SOURCES) OBJECTS = $(am_libMagick___la_OBJECTS) all: all-redirect .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu Magick++/lib/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status mostlyclean-libLTLIBRARIES: clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) distclean-libLTLIBRARIES: maintainer-clean-libLTLIBRARIES: install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(libdir) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \ $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \ else :; fi; \ done uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ done mostlyclean-compile: -rm -f *.o core *.core -rm -f *.$(OBJEXT) clean-compile: distclean-compile: -rm -f *.tab.c maintainer-clean-compile: mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: maintainer-clean-libtool: libMagick++.la: $(libMagick___la_OBJECTS) $(libMagick___la_DEPENDENCIES) $(CXXLINK) -rpath $(libdir) $(libMagick___la_LDFLAGS) $(libMagick___la_OBJECTS) $(libMagick___la_LIBADD) $(LIBS) install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(includedir) @list='$(include_HEADERS)'; for p in $$list; do \ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$f"; \ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$f; \ done uninstall-includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(include_HEADERS)'; for p in $$list; do \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " rm -f $(DESTDIR)$(includedir)/$$f"; \ rm -f $(DESTDIR)$(includedir)/$$f; \ done # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: @AMDEP@include $(DEPDIR)/Blob.Plo @AMDEP@include $(DEPDIR)/Coder.Plo @AMDEP@include $(DEPDIR)/Color.Plo @AMDEP@include $(DEPDIR)/Drawable.Plo @AMDEP@include $(DEPDIR)/Exception.Plo @AMDEP@include $(DEPDIR)/Functions.Plo @AMDEP@include $(DEPDIR)/Geometry.Plo @AMDEP@include $(DEPDIR)/Image.Plo @AMDEP@include $(DEPDIR)/Montage.Plo @AMDEP@include $(DEPDIR)/Options.Plo @AMDEP@include $(DEPDIR)/Pixels.Plo @AMDEP@include $(DEPDIR)/Thread.Plo @AMDEP@include $(DEPDIR)/TypeMetric.Plo mostlyclean-depend: clean-depend: distclean-depend: -rm -rf $(DEPDIR) maintainer-clean-depend: @AMDEP@CXXDEPMODE = @CXXDEPMODE@ .cpp.o: @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ @AMDEP@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< .cpp.lo: @AMDEP@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ @AMDEP@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LTCXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< .cpp.obj: @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ @AMDEP@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(CXXCOMPILE) -c -o $@ `cygpath -w $<` distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done for subdir in $(SUBDIRS); do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ || exit 1; \ fi; \ done info-am: info: info-recursive dvi-am: dvi: dvi-recursive check-am: all-am check: check-recursive installcheck-am: installcheck: installcheck-recursive install-exec-am: install-libLTLIBRARIES install-exec: install-exec-recursive install-data-am: install-includeHEADERS install-data: install-data-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-recursive uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS uninstall: uninstall-recursive all-am: Makefile $(LTLIBRARIES) $(HEADERS) all-redirect: all-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install installdirs: installdirs-recursive installdirs-am: $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: -rm -f Makefile.in mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ mostlyclean-generic mostlyclean: mostlyclean-recursive clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \ clean-depend clean-generic mostlyclean-am clean: clean-recursive distclean-am: distclean-libLTLIBRARIES distclean-compile \ distclean-libtool distclean-tags distclean-depend \ distclean-generic clean-am -rm -f libtool distclean: distclean-recursive maintainer-clean-am: maintainer-clean-libLTLIBRARIES \ maintainer-clean-compile maintainer-clean-libtool \ maintainer-clean-tags maintainer-clean-depend \ maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ distclean-compile clean-compile maintainer-clean-compile \ mostlyclean-libtool distclean-libtool clean-libtool \ maintainer-clean-libtool uninstall-includeHEADERS \ install-includeHEADERS install-recursive uninstall-recursive \ install-data-recursive uninstall-data-recursive install-exec-recursive \ uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ all-recursive check-recursive installcheck-recursive info-recursive \ dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ distclean-tags clean-tags maintainer-clean-tags mostlyclean-depend \ distclean-depend clean-depend maintainer-clean-depend distdir info-am \ info dvi-am dvi check check-am installcheck-am installcheck \ install-exec-am install-exec install-data-am install-data install-am \ install uninstall-am uninstall all-redirect all-am all install-strip \ installdirs-am installdirs mostlyclean-generic distclean-generic \ clean-generic maintainer-clean-generic clean mostlyclean distclean \ maintainer-clean # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: