# Makefile.in generated by automake 1.10.1 from Makefile.am.
# test/Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008  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.




pkgdatadir = $(datadir)/comics
pkglibdir = $(libdir)/comics
pkgincludedir = $(includedir)/comics
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = i686-pc-linux-gnu
host_triplet = arm-poky-linux-gnueabi
noinst_PROGRAMS = images_scanner_unittest$(EXEEXT) \
	image_dither_unittest$(EXEEXT) image_page_unittest$(EXEEXT) \
	images_renderer_unittest$(EXEEXT) thumbnail$(EXEEXT)
subdir = test
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
	$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
PROGRAMS = $(noinst_PROGRAMS)
am__objects_1 = unzip.$(OBJEXT) ioapi.$(OBJEXT)
am__objects_2 = image_dither_unittest.$(OBJEXT) image_dither.$(OBJEXT)
am_image_dither_unittest_OBJECTS = $(am__objects_1) $(am__objects_2)
image_dither_unittest_OBJECTS = $(am_image_dither_unittest_OBJECTS)
image_dither_unittest_DEPENDENCIES =
am__objects_3 = image_page_unittest.$(OBJEXT) image_page.$(OBJEXT) \
	image_dither.$(OBJEXT) utils.$(OBJEXT)
am_image_page_unittest_OBJECTS = $(am__objects_1) $(am__objects_3)
image_page_unittest_OBJECTS = $(am_image_page_unittest_OBJECTS)
image_page_unittest_DEPENDENCIES =
am__objects_4 = images_renderer_unittest.$(OBJEXT) \
	images_renderer.$(OBJEXT) images_pages_cache.$(OBJEXT) \
	image_render_task.$(OBJEXT) image_dither.$(OBJEXT) \
	image_page.$(OBJEXT) images_document.$(OBJEXT) \
	images_scanner.$(OBJEXT) thread.$(OBJEXT) utils.$(OBJEXT)
am_images_renderer_unittest_OBJECTS = $(am__objects_1) \
	$(am__objects_4)
images_renderer_unittest_OBJECTS =  \
	$(am_images_renderer_unittest_OBJECTS)
images_renderer_unittest_DEPENDENCIES =
am__objects_5 = images_scanner_unittest.$(OBJEXT) \
	images_scanner.$(OBJEXT) utils.$(OBJEXT)
am_images_scanner_unittest_OBJECTS = $(am__objects_1) $(am__objects_5)
images_scanner_unittest_OBJECTS =  \
	$(am_images_scanner_unittest_OBJECTS)
images_scanner_unittest_DEPENDENCIES =
am__objects_6 = thumbnail.$(OBJEXT)
am_thumbnail_OBJECTS = $(am__objects_1) $(am__objects_6)
thumbnail_OBJECTS = $(am_thumbnail_OBJECTS)
thumbnail_DEPENDENCIES =
DEFAULT_INCLUDES = -I. -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
	$(LDFLAGS) -o $@
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
	$(LDFLAGS) -o $@
SOURCES = $(image_dither_unittest_SOURCES) \
	$(image_page_unittest_SOURCES) \
	$(images_renderer_unittest_SOURCES) \
	$(images_scanner_unittest_SOURCES) $(thumbnail_SOURCES)
DIST_SOURCES = $(image_dither_unittest_SOURCES) \
	$(image_page_unittest_SOURCES) \
	$(images_renderer_unittest_SOURCES) \
	$(images_scanner_unittest_SOURCES) $(thumbnail_SOURCES)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = aclocal-1.10
AMTAR = tar
AR = arm-poky-linux-gnueabi-ar
AUTOCONF = autoconf
AUTOHEADER = autoheader
AUTOMAKE = automake-1.10
AWK = mawk
CC = arm-poky-linux-gnueabi-gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -g -O2
CPP = arm-poky-linux-gnueabi-gcc -E
CPPFLAGS = 
CXX = arm-poky-linux-gnueabi-g++
CXXCPP = arm-poky-linux-gnueabi-g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -g -O2 -Wall -Werror -DLOCALE_DIR=\"$(localedir)\"  -DDATA_DIR=\"$(pkgdatadir)\"  -fno-strict-aliasing
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
DEPS_CFLAGS = -pthread -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/gtk-2.0 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/lib/gtk-2.0/include -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/atk-1.0 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/cairo -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/pango-1.0 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/glib-2.0 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/lib/glib-2.0/include -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/freetype2 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/libpng12 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/pixman-1 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/dbus-1.0 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/lib/dbus-1.0/include  
DEPS_LIBS = -Wl,--export-dynamic -pthread -lgthread-2.0 -lrt -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -lexif -lm  
DSYMUTIL = 
ECHO = echo
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = /bin/grep -E
EXEEXT = 
F77 = 
FFLAGS = 
FREETYPE_CFLAGS = -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/freetype2  
FREETYPE_LIBS = -lfreetype  
GREP = /bin/grep
INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
LDFLAGS = 
LIBOBJS = 
LIBS = -lz 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LN_S = ln -s
LTLIBOBJS = 
MAKEINFO = makeinfo
MKDIR_P = /bin/mkdir -p
NMEDIT = 
OBJEXT = o
PACKAGE = comics
PACKAGE_BUGREPORT = 
PACKAGE_NAME = comics
PACKAGE_STRING = comics 1.0
PACKAGE_TARNAME = comics
PACKAGE_VERSION = 1.0
PATH_SEPARATOR = :
PKG_CONFIG = /usr/local/poky/eabi-glibc/arm/bin/pkg-config
RANLIB = arm-poky-linux-gnueabi-ranlib
SED = /bin/sed
SET_MAKE = 
SHELL = /bin/bash
STRIP = arm-poky-linux-gnueabi-strip
VERSION = 1.0
abs_builddir = /mnt/hgfs/adamth On My Mac/Documents/Development/iRex SDK/udsplugins/plugins/comics/test
abs_srcdir = /mnt/hgfs/adamth On My Mac/Documents/Development/iRex SDK/udsplugins/plugins/comics/test
abs_top_builddir = /mnt/hgfs/adamth On My Mac/Documents/Development/iRex SDK/udsplugins/plugins/comics
abs_top_srcdir = /mnt/hgfs/adamth On My Mac/Documents/Development/iRex SDK/udsplugins/plugins/comics
ac_ct_CC = 
ac_ct_CXX = 
ac_ct_F77 = 
am__include = include
am__leading_dot = .
am__quote = 
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
bindir = ${exec_prefix}/bin
build = i686-pc-linux-gnu
build_alias = 
build_cpu = i686
build_os = linux-gnu
build_vendor = pc
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = arm-poky-linux-gnueabi
host_alias = arm-poky-linux-gnueabi
host_cpu = arm
host_os = linux-gnueabi
host_vendor = poky
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = $(SHELL) /mnt/hgfs/adamth On My Mac/Documents/Development/iRex SDK/udsplugins/plugins/comics/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
localstatedir = ${prefix}/var
mandir = ${datarootdir}/man
mkdir_p = /bin/mkdir -p
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr/local
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
srcdir = .
sysconfdir = ${prefix}/etc
target_alias = 
top_builddir = ..
top_srcdir = ..
uds_data_dir = ${datadir}/uds
uds_plugin_dir = ${libdir}/uds
common_source_cpp = $(top_srcdir)/minizip/unzip.c \
                    $(top_srcdir)/minizip/ioapi.c

images_scanner_test_source_cpp = images_scanner_unittest.cpp            \
                                 $(top_srcdir)/src/images_scanner.cpp   \
                                 $(top_srcdir)/../common/utils.cpp

image_dither_test_source_cpp = image_dither_unittest.cpp                \
                               $(top_srcdir)/src/image_dither.cpp

image_page_test_source_cpp = image_page_unittest.cpp                    \
                             $(top_srcdir)/src/image_page.cpp           \
                             $(top_srcdir)/src/image_dither.cpp         \
                             $(top_srcdir)/../common/utils.cpp

images_renderer_test_source_cpp = images_renderer_unittest.cpp          \
                           $(top_srcdir)/src/images_renderer.cpp        \
                           $(top_srcdir)/src/images_pages_cache.cpp     \
                           $(top_srcdir)/src/image_render_task.cpp      \
                           $(top_srcdir)/src/image_dither.cpp           \
                           $(top_srcdir)/src/image_page.cpp             \
                           $(top_srcdir)/src/images_document.cpp        \
                           $(top_srcdir)/src/images_scanner.cpp         \
                           $(top_srcdir)/../common/thread.cpp           \
                           $(top_srcdir)/../common/utils.cpp

thumbnail_source_cpp = thumbnail.cpp
INCLUDES = -I$(top_srcdir)/../../interfaces -I$(top_srcdir)/../common -I$(top_srcdir)/minizip -I$(top_srcdir)/inc -pthread -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/gtk-2.0 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/lib/gtk-2.0/include -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/atk-1.0 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/cairo -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/pango-1.0 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/glib-2.0 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/lib/glib-2.0/include -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/freetype2 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/libpng12 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/pixman-1 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/include/dbus-1.0 -I/usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/lib/dbus-1.0/include  
DATADIR = $(datadir)

#AM_CFLAGS += -Wall -Werror
AM_CFLAGS = -Werror -Wall -DDATADIR=\"$(datadir)\" -Wall
images_scanner_unittest_SOURCES = $(common_source_cpp) $(images_scanner_test_source_cpp)
images_scanner_unittest_LDADD = 
image_dither_unittest_SOURCES = $(common_source_cpp) $(image_dither_test_source_cpp)
image_dither_unittest_LDADD = 
image_page_unittest_SOURCES = $(common_source_cpp) $(image_page_test_source_cpp)
image_page_unittest_LDADD = 
images_renderer_unittest_SOURCES = $(common_source_cpp) $(images_renderer_test_source_cpp)
images_renderer_unittest_LDADD = 
thumbnail_SOURCES = $(common_source_cpp) $(thumbnail_source_cpp)
thumbnail_LDADD = 
AM_CPPFLAGS = 
AM_LDFLAGS = -Wl,--export-dynamic -pthread -lgthread-2.0 -lrt -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -lexif -lm  
all: all-am

.SUFFIXES:
.SUFFIXES: .c .cpp .lo .o .obj
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
		&& exit 0; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  test/Makefile'; \
	cd $(top_srcdir) && \
	  $(AUTOMAKE) --foreign  test/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	@case '$?' in \
	  *config.status*) \
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
	  *) \
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
	esac;

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

$(top_srcdir)/configure:  $(am__configure_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

clean-noinstPROGRAMS:
	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
	  echo " rm -f $$p $$f"; \
	  rm -f $$p $$f ; \
	done
image_dither_unittest$(EXEEXT): $(image_dither_unittest_OBJECTS) $(image_dither_unittest_DEPENDENCIES) 
	@rm -f image_dither_unittest$(EXEEXT)
	$(CXXLINK) $(image_dither_unittest_OBJECTS) $(image_dither_unittest_LDADD) $(LIBS)
image_page_unittest$(EXEEXT): $(image_page_unittest_OBJECTS) $(image_page_unittest_DEPENDENCIES) 
	@rm -f image_page_unittest$(EXEEXT)
	$(CXXLINK) $(image_page_unittest_OBJECTS) $(image_page_unittest_LDADD) $(LIBS)
images_renderer_unittest$(EXEEXT): $(images_renderer_unittest_OBJECTS) $(images_renderer_unittest_DEPENDENCIES) 
	@rm -f images_renderer_unittest$(EXEEXT)
	$(CXXLINK) $(images_renderer_unittest_OBJECTS) $(images_renderer_unittest_LDADD) $(LIBS)
images_scanner_unittest$(EXEEXT): $(images_scanner_unittest_OBJECTS) $(images_scanner_unittest_DEPENDENCIES) 
	@rm -f images_scanner_unittest$(EXEEXT)
	$(CXXLINK) $(images_scanner_unittest_OBJECTS) $(images_scanner_unittest_LDADD) $(LIBS)
thumbnail$(EXEEXT): $(thumbnail_OBJECTS) $(thumbnail_DEPENDENCIES) 
	@rm -f thumbnail$(EXEEXT)
	$(CXXLINK) $(thumbnail_OBJECTS) $(thumbnail_LDADD) $(LIBS)

mostlyclean-compile:
	-rm -f *.$(OBJEXT)

distclean-compile:
	-rm -f *.tab.c

include ./$(DEPDIR)/image_dither.Po
include ./$(DEPDIR)/image_dither_unittest.Po
include ./$(DEPDIR)/image_page.Po
include ./$(DEPDIR)/image_page_unittest.Po
include ./$(DEPDIR)/image_render_task.Po
include ./$(DEPDIR)/images_document.Po
include ./$(DEPDIR)/images_pages_cache.Po
include ./$(DEPDIR)/images_renderer.Po
include ./$(DEPDIR)/images_renderer_unittest.Po
include ./$(DEPDIR)/images_scanner.Po
include ./$(DEPDIR)/images_scanner_unittest.Po
include ./$(DEPDIR)/ioapi.Po
include ./$(DEPDIR)/thread.Po
include ./$(DEPDIR)/thumbnail.Po
include ./$(DEPDIR)/unzip.Po
include ./$(DEPDIR)/utils.Po

.c.o:
	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
#	source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(COMPILE) -c $<

.c.obj:
	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
#	source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(COMPILE) -c `$(CYGPATH_W) '$<'`

.c.lo:
	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
#	source='$<' object='$@' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(LTCOMPILE) -c -o $@ $<

unzip.o: $(top_srcdir)/minizip/unzip.c
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unzip.o -MD -MP -MF $(DEPDIR)/unzip.Tpo -c -o unzip.o `test -f '$(top_srcdir)/minizip/unzip.c' || echo '$(srcdir)/'`$(top_srcdir)/minizip/unzip.c
	mv -f $(DEPDIR)/unzip.Tpo $(DEPDIR)/unzip.Po
#	source='$(top_srcdir)/minizip/unzip.c' object='unzip.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unzip.o `test -f '$(top_srcdir)/minizip/unzip.c' || echo '$(srcdir)/'`$(top_srcdir)/minizip/unzip.c

unzip.obj: $(top_srcdir)/minizip/unzip.c
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unzip.obj -MD -MP -MF $(DEPDIR)/unzip.Tpo -c -o unzip.obj `if test -f '$(top_srcdir)/minizip/unzip.c'; then $(CYGPATH_W) '$(top_srcdir)/minizip/unzip.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/minizip/unzip.c'; fi`
	mv -f $(DEPDIR)/unzip.Tpo $(DEPDIR)/unzip.Po
#	source='$(top_srcdir)/minizip/unzip.c' object='unzip.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unzip.obj `if test -f '$(top_srcdir)/minizip/unzip.c'; then $(CYGPATH_W) '$(top_srcdir)/minizip/unzip.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/minizip/unzip.c'; fi`

ioapi.o: $(top_srcdir)/minizip/ioapi.c
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ioapi.o -MD -MP -MF $(DEPDIR)/ioapi.Tpo -c -o ioapi.o `test -f '$(top_srcdir)/minizip/ioapi.c' || echo '$(srcdir)/'`$(top_srcdir)/minizip/ioapi.c
	mv -f $(DEPDIR)/ioapi.Tpo $(DEPDIR)/ioapi.Po
#	source='$(top_srcdir)/minizip/ioapi.c' object='ioapi.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ioapi.o `test -f '$(top_srcdir)/minizip/ioapi.c' || echo '$(srcdir)/'`$(top_srcdir)/minizip/ioapi.c

ioapi.obj: $(top_srcdir)/minizip/ioapi.c
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ioapi.obj -MD -MP -MF $(DEPDIR)/ioapi.Tpo -c -o ioapi.obj `if test -f '$(top_srcdir)/minizip/ioapi.c'; then $(CYGPATH_W) '$(top_srcdir)/minizip/ioapi.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/minizip/ioapi.c'; fi`
	mv -f $(DEPDIR)/ioapi.Tpo $(DEPDIR)/ioapi.Po
#	source='$(top_srcdir)/minizip/ioapi.c' object='ioapi.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ioapi.obj `if test -f '$(top_srcdir)/minizip/ioapi.c'; then $(CYGPATH_W) '$(top_srcdir)/minizip/ioapi.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/minizip/ioapi.c'; fi`

.cpp.o:
	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
#	source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXXCOMPILE) -c -o $@ $<

.cpp.obj:
	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
#	source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

.cpp.lo:
	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
#	source='$<' object='$@' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(LTCXXCOMPILE) -c -o $@ $<

image_dither.o: $(top_srcdir)/src/image_dither.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT image_dither.o -MD -MP -MF $(DEPDIR)/image_dither.Tpo -c -o image_dither.o `test -f '$(top_srcdir)/src/image_dither.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/image_dither.cpp
	mv -f $(DEPDIR)/image_dither.Tpo $(DEPDIR)/image_dither.Po
#	source='$(top_srcdir)/src/image_dither.cpp' object='image_dither.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o image_dither.o `test -f '$(top_srcdir)/src/image_dither.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/image_dither.cpp

image_dither.obj: $(top_srcdir)/src/image_dither.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT image_dither.obj -MD -MP -MF $(DEPDIR)/image_dither.Tpo -c -o image_dither.obj `if test -f '$(top_srcdir)/src/image_dither.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/image_dither.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/image_dither.cpp'; fi`
	mv -f $(DEPDIR)/image_dither.Tpo $(DEPDIR)/image_dither.Po
#	source='$(top_srcdir)/src/image_dither.cpp' object='image_dither.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o image_dither.obj `if test -f '$(top_srcdir)/src/image_dither.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/image_dither.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/image_dither.cpp'; fi`

image_page.o: $(top_srcdir)/src/image_page.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT image_page.o -MD -MP -MF $(DEPDIR)/image_page.Tpo -c -o image_page.o `test -f '$(top_srcdir)/src/image_page.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/image_page.cpp
	mv -f $(DEPDIR)/image_page.Tpo $(DEPDIR)/image_page.Po
#	source='$(top_srcdir)/src/image_page.cpp' object='image_page.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o image_page.o `test -f '$(top_srcdir)/src/image_page.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/image_page.cpp

image_page.obj: $(top_srcdir)/src/image_page.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT image_page.obj -MD -MP -MF $(DEPDIR)/image_page.Tpo -c -o image_page.obj `if test -f '$(top_srcdir)/src/image_page.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/image_page.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/image_page.cpp'; fi`
	mv -f $(DEPDIR)/image_page.Tpo $(DEPDIR)/image_page.Po
#	source='$(top_srcdir)/src/image_page.cpp' object='image_page.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o image_page.obj `if test -f '$(top_srcdir)/src/image_page.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/image_page.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/image_page.cpp'; fi`

utils.o: $(top_srcdir)/../common/utils.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utils.o -MD -MP -MF $(DEPDIR)/utils.Tpo -c -o utils.o `test -f '$(top_srcdir)/../common/utils.cpp' || echo '$(srcdir)/'`$(top_srcdir)/../common/utils.cpp
	mv -f $(DEPDIR)/utils.Tpo $(DEPDIR)/utils.Po
#	source='$(top_srcdir)/../common/utils.cpp' object='utils.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utils.o `test -f '$(top_srcdir)/../common/utils.cpp' || echo '$(srcdir)/'`$(top_srcdir)/../common/utils.cpp

utils.obj: $(top_srcdir)/../common/utils.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utils.obj -MD -MP -MF $(DEPDIR)/utils.Tpo -c -o utils.obj `if test -f '$(top_srcdir)/../common/utils.cpp'; then $(CYGPATH_W) '$(top_srcdir)/../common/utils.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/../common/utils.cpp'; fi`
	mv -f $(DEPDIR)/utils.Tpo $(DEPDIR)/utils.Po
#	source='$(top_srcdir)/../common/utils.cpp' object='utils.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utils.obj `if test -f '$(top_srcdir)/../common/utils.cpp'; then $(CYGPATH_W) '$(top_srcdir)/../common/utils.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/../common/utils.cpp'; fi`

images_renderer.o: $(top_srcdir)/src/images_renderer.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT images_renderer.o -MD -MP -MF $(DEPDIR)/images_renderer.Tpo -c -o images_renderer.o `test -f '$(top_srcdir)/src/images_renderer.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/images_renderer.cpp
	mv -f $(DEPDIR)/images_renderer.Tpo $(DEPDIR)/images_renderer.Po
#	source='$(top_srcdir)/src/images_renderer.cpp' object='images_renderer.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o images_renderer.o `test -f '$(top_srcdir)/src/images_renderer.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/images_renderer.cpp

images_renderer.obj: $(top_srcdir)/src/images_renderer.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT images_renderer.obj -MD -MP -MF $(DEPDIR)/images_renderer.Tpo -c -o images_renderer.obj `if test -f '$(top_srcdir)/src/images_renderer.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/images_renderer.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/images_renderer.cpp'; fi`
	mv -f $(DEPDIR)/images_renderer.Tpo $(DEPDIR)/images_renderer.Po
#	source='$(top_srcdir)/src/images_renderer.cpp' object='images_renderer.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o images_renderer.obj `if test -f '$(top_srcdir)/src/images_renderer.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/images_renderer.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/images_renderer.cpp'; fi`

images_pages_cache.o: $(top_srcdir)/src/images_pages_cache.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT images_pages_cache.o -MD -MP -MF $(DEPDIR)/images_pages_cache.Tpo -c -o images_pages_cache.o `test -f '$(top_srcdir)/src/images_pages_cache.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/images_pages_cache.cpp
	mv -f $(DEPDIR)/images_pages_cache.Tpo $(DEPDIR)/images_pages_cache.Po
#	source='$(top_srcdir)/src/images_pages_cache.cpp' object='images_pages_cache.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o images_pages_cache.o `test -f '$(top_srcdir)/src/images_pages_cache.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/images_pages_cache.cpp

images_pages_cache.obj: $(top_srcdir)/src/images_pages_cache.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT images_pages_cache.obj -MD -MP -MF $(DEPDIR)/images_pages_cache.Tpo -c -o images_pages_cache.obj `if test -f '$(top_srcdir)/src/images_pages_cache.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/images_pages_cache.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/images_pages_cache.cpp'; fi`
	mv -f $(DEPDIR)/images_pages_cache.Tpo $(DEPDIR)/images_pages_cache.Po
#	source='$(top_srcdir)/src/images_pages_cache.cpp' object='images_pages_cache.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o images_pages_cache.obj `if test -f '$(top_srcdir)/src/images_pages_cache.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/images_pages_cache.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/images_pages_cache.cpp'; fi`

image_render_task.o: $(top_srcdir)/src/image_render_task.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT image_render_task.o -MD -MP -MF $(DEPDIR)/image_render_task.Tpo -c -o image_render_task.o `test -f '$(top_srcdir)/src/image_render_task.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/image_render_task.cpp
	mv -f $(DEPDIR)/image_render_task.Tpo $(DEPDIR)/image_render_task.Po
#	source='$(top_srcdir)/src/image_render_task.cpp' object='image_render_task.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o image_render_task.o `test -f '$(top_srcdir)/src/image_render_task.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/image_render_task.cpp

image_render_task.obj: $(top_srcdir)/src/image_render_task.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT image_render_task.obj -MD -MP -MF $(DEPDIR)/image_render_task.Tpo -c -o image_render_task.obj `if test -f '$(top_srcdir)/src/image_render_task.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/image_render_task.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/image_render_task.cpp'; fi`
	mv -f $(DEPDIR)/image_render_task.Tpo $(DEPDIR)/image_render_task.Po
#	source='$(top_srcdir)/src/image_render_task.cpp' object='image_render_task.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o image_render_task.obj `if test -f '$(top_srcdir)/src/image_render_task.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/image_render_task.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/image_render_task.cpp'; fi`

images_document.o: $(top_srcdir)/src/images_document.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT images_document.o -MD -MP -MF $(DEPDIR)/images_document.Tpo -c -o images_document.o `test -f '$(top_srcdir)/src/images_document.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/images_document.cpp
	mv -f $(DEPDIR)/images_document.Tpo $(DEPDIR)/images_document.Po
#	source='$(top_srcdir)/src/images_document.cpp' object='images_document.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o images_document.o `test -f '$(top_srcdir)/src/images_document.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/images_document.cpp

images_document.obj: $(top_srcdir)/src/images_document.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT images_document.obj -MD -MP -MF $(DEPDIR)/images_document.Tpo -c -o images_document.obj `if test -f '$(top_srcdir)/src/images_document.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/images_document.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/images_document.cpp'; fi`
	mv -f $(DEPDIR)/images_document.Tpo $(DEPDIR)/images_document.Po
#	source='$(top_srcdir)/src/images_document.cpp' object='images_document.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o images_document.obj `if test -f '$(top_srcdir)/src/images_document.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/images_document.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/images_document.cpp'; fi`

images_scanner.o: $(top_srcdir)/src/images_scanner.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT images_scanner.o -MD -MP -MF $(DEPDIR)/images_scanner.Tpo -c -o images_scanner.o `test -f '$(top_srcdir)/src/images_scanner.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/images_scanner.cpp
	mv -f $(DEPDIR)/images_scanner.Tpo $(DEPDIR)/images_scanner.Po
#	source='$(top_srcdir)/src/images_scanner.cpp' object='images_scanner.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o images_scanner.o `test -f '$(top_srcdir)/src/images_scanner.cpp' || echo '$(srcdir)/'`$(top_srcdir)/src/images_scanner.cpp

images_scanner.obj: $(top_srcdir)/src/images_scanner.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT images_scanner.obj -MD -MP -MF $(DEPDIR)/images_scanner.Tpo -c -o images_scanner.obj `if test -f '$(top_srcdir)/src/images_scanner.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/images_scanner.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/images_scanner.cpp'; fi`
	mv -f $(DEPDIR)/images_scanner.Tpo $(DEPDIR)/images_scanner.Po
#	source='$(top_srcdir)/src/images_scanner.cpp' object='images_scanner.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o images_scanner.obj `if test -f '$(top_srcdir)/src/images_scanner.cpp'; then $(CYGPATH_W) '$(top_srcdir)/src/images_scanner.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/images_scanner.cpp'; fi`

thread.o: $(top_srcdir)/../common/thread.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thread.o -MD -MP -MF $(DEPDIR)/thread.Tpo -c -o thread.o `test -f '$(top_srcdir)/../common/thread.cpp' || echo '$(srcdir)/'`$(top_srcdir)/../common/thread.cpp
	mv -f $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Po
#	source='$(top_srcdir)/../common/thread.cpp' object='thread.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thread.o `test -f '$(top_srcdir)/../common/thread.cpp' || echo '$(srcdir)/'`$(top_srcdir)/../common/thread.cpp

thread.obj: $(top_srcdir)/../common/thread.cpp
	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thread.obj -MD -MP -MF $(DEPDIR)/thread.Tpo -c -o thread.obj `if test -f '$(top_srcdir)/../common/thread.cpp'; then $(CYGPATH_W) '$(top_srcdir)/../common/thread.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/../common/thread.cpp'; fi`
	mv -f $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Po
#	source='$(top_srcdir)/../common/thread.cpp' object='thread.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thread.obj `if test -f '$(top_srcdir)/../common/thread.cpp'; then $(CYGPATH_W) '$(top_srcdir)/../common/thread.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/../common/thread.cpp'; fi`

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs

ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
	list='$(SOURCES) $(HEADERS) $(LISP) $(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; nonemtpy = 1; } \
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
	mkid -fID $$unique
tags: TAGS

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
		$(TAGS_FILES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)  $(LISP) $(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; nonempty = 1; } \
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
	  test -n "$$unique" || unique=$$empty_fix; \
	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	    $$tags $$unique; \
	fi
ctags: CTAGS
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
		$(TAGS_FILES) $(LISP)
	tags=; \
	list='$(SOURCES) $(HEADERS)  $(LISP) $(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; nonempty = 1; } \
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
	test -z "$(CTAGS_ARGS)$$tags$$unique" \
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
	     $$tags $$unique

GTAGS:
	here=`$(am__cd) $(top_builddir) && pwd` \
	  && cd $(top_srcdir) \
	  && gtags -i $(GTAGS_ARGS) $$here

distclean-tags:
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags

distdir: $(DISTFILES)
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	list='$(DISTFILES)'; \
	  dist_files=`for file in $$list; do echo $$file; done | \
	  sed -e "s|^$$srcdirstrip/||;t" \
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
	case $$dist_files in \
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $$dist_files; do \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  if test -d $$d/$$file; then \
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
	    fi; \
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
	  else \
	    test -f $(distdir)/$$file \
	    || cp -p $$d/$$file $(distdir)/$$file \
	    || exit 1; \
	  fi; \
	done
check-am: all-am
check: check-am
all-am: Makefile $(PROGRAMS)
installdirs:
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	  `test -z '$(STRIP)' || \
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:

clean-generic:

distclean-generic:
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
clean: clean-am

clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
	mostlyclean-am

distclean: distclean-am
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
	distclean-tags

dvi: dvi-am

dvi-am:

html: html-am

info: info-am

info-am:

install-data-am:

install-dvi: install-dvi-am

install-exec-am:

install-html: install-html-am

install-info: install-info-am

install-man:

install-pdf: install-pdf-am

install-ps: install-ps-am

installcheck-am:

maintainer-clean: maintainer-clean-am
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-compile mostlyclean-generic \
	mostlyclean-libtool

pdf: pdf-am

pdf-am:

ps: ps-am

ps-am:

uninstall-am:

.MAKE: install-am install-strip

.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
	clean-libtool clean-noinstPROGRAMS ctags distclean \
	distclean-compile distclean-generic distclean-libtool \
	distclean-tags distdir dvi dvi-am html html-am info info-am \
	install install-am install-data install-data-am install-dvi \
	install-dvi-am install-exec install-exec-am install-html \
	install-html-am install-info install-info-am install-man \
	install-pdf install-pdf-am install-ps install-ps-am \
	install-strip installcheck installcheck-am installdirs \
	maintainer-clean maintainer-clean-generic mostlyclean \
	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
	pdf pdf-am ps ps-am tags uninstall uninstall-am

# 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:
