1# Makefile.in generated by automake 1.10.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16VPATH = @srcdir@ 17pkgdatadir = $(datadir)/@PACKAGE@ 18pkglibdir = $(libdir)/@PACKAGE@ 19pkgincludedir = $(includedir)/@PACKAGE@ 20am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 21install_sh_DATA = $(install_sh) -c -m 644 22install_sh_PROGRAM = $(install_sh) -c 23install_sh_SCRIPT = $(install_sh) -c 24INSTALL_HEADER = $(INSTALL_DATA) 25transform = $(program_transform_name) 26NORMAL_INSTALL = : 27PRE_INSTALL = : 28POST_INSTALL = : 29NORMAL_UNINSTALL = : 30PRE_UNINSTALL = : 31POST_UNINSTALL = : 32build_triplet = @build@ 33host_triplet = @host@ 34subdir = java/com/google 35DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 36ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 37am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 38 $(top_srcdir)/configure.ac 39am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 40 $(ACLOCAL_M4) 41mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 42CONFIG_HEADER = $(top_builddir)/config_auto.h 43CONFIG_CLEAN_FILES = 44SOURCES = 45DIST_SOURCES = 46RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 47 html-recursive info-recursive install-data-recursive \ 48 install-dvi-recursive install-exec-recursive \ 49 install-html-recursive install-info-recursive \ 50 install-pdf-recursive install-ps-recursive install-recursive \ 51 installcheck-recursive installdirs-recursive pdf-recursive \ 52 ps-recursive uninstall-recursive 53RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 54 distclean-recursive maintainer-clean-recursive 55ETAGS = etags 56CTAGS = ctags 57DIST_SUBDIRS = $(SUBDIRS) 58DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 59ACLOCAL = @ACLOCAL@ 60AMTAR = @AMTAR@ 61AUTOCONF = @AUTOCONF@ 62AUTOHEADER = @AUTOHEADER@ 63AUTOMAKE = @AUTOMAKE@ 64AWK = @AWK@ 65CC = @CC@ 66CCDEPMODE = @CCDEPMODE@ 67CFLAGS = @CFLAGS@ 68CPP = @CPP@ 69CPPFLAGS = @CPPFLAGS@ 70CXX = @CXX@ 71CXXCPP = @CXXCPP@ 72CXXDEPMODE = @CXXDEPMODE@ 73CXXFLAGS = @CXXFLAGS@ 74CYGPATH_W = @CYGPATH_W@ 75DEFS = @DEFS@ 76DEPDIR = @DEPDIR@ 77ECHO_C = @ECHO_C@ 78ECHO_N = @ECHO_N@ 79ECHO_T = @ECHO_T@ 80EGREP = @EGREP@ 81EXEEXT = @EXEEXT@ 82GREP = @GREP@ 83INSTALL = @INSTALL@ 84INSTALL_DATA = @INSTALL_DATA@ 85INSTALL_PROGRAM = @INSTALL_PROGRAM@ 86INSTALL_SCRIPT = @INSTALL_SCRIPT@ 87INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 88LDFLAGS = @LDFLAGS@ 89LIBOBJS = @LIBOBJS@ 90LIBS = @LIBS@ 91LIBTIFF_CFLAGS = @LIBTIFF_CFLAGS@ 92LIBTIFF_LIBS = @LIBTIFF_LIBS@ 93LTLIBOBJS = @LTLIBOBJS@ 94MAINT = @MAINT@ 95MAKEINFO = @MAKEINFO@ 96MKDIR_P = @MKDIR_P@ 97OBJEXT = @OBJEXT@ 98PACKAGE = @PACKAGE@ 99PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 100PACKAGE_DATE = @PACKAGE_DATE@ 101PACKAGE_NAME = @PACKAGE_NAME@ 102PACKAGE_STRING = @PACKAGE_STRING@ 103PACKAGE_TARNAME = @PACKAGE_TARNAME@ 104PACKAGE_VERSION = @PACKAGE_VERSION@ 105PACKAGE_YEAR = @PACKAGE_YEAR@ 106PATH_SEPARATOR = @PATH_SEPARATOR@ 107RANLIB = @RANLIB@ 108SET_MAKE = @SET_MAKE@ 109SHELL = @SHELL@ 110STRIP = @STRIP@ 111VERSION = @VERSION@ 112abs_builddir = @abs_builddir@ 113abs_srcdir = @abs_srcdir@ 114abs_top_builddir = @abs_top_builddir@ 115abs_top_srcdir = @abs_top_srcdir@ 116ac_ct_CC = @ac_ct_CC@ 117ac_ct_CXX = @ac_ct_CXX@ 118am__include = @am__include@ 119am__leading_dot = @am__leading_dot@ 120am__quote = @am__quote@ 121am__tar = @am__tar@ 122am__untar = @am__untar@ 123bindir = @bindir@ 124build = @build@ 125build_alias = @build_alias@ 126build_cpu = @build_cpu@ 127build_os = @build_os@ 128build_vendor = @build_vendor@ 129builddir = @builddir@ 130datadir = @datadir@ 131datarootdir = @datarootdir@ 132docdir = @docdir@ 133dvidir = @dvidir@ 134exec_prefix = @exec_prefix@ 135host = @host@ 136host_alias = @host_alias@ 137host_cpu = @host_cpu@ 138host_os = @host_os@ 139host_vendor = @host_vendor@ 140htmldir = @htmldir@ 141includedir = @includedir@ 142infodir = @infodir@ 143install_sh = @install_sh@ 144libdir = @libdir@ 145libexecdir = @libexecdir@ 146localedir = @localedir@ 147localstatedir = @localstatedir@ 148mandir = @mandir@ 149mkdir_p = @mkdir_p@ 150oldincludedir = @oldincludedir@ 151pdfdir = @pdfdir@ 152prefix = @prefix@ 153program_transform_name = @program_transform_name@ 154psdir = @psdir@ 155sbindir = @sbindir@ 156sharedstatedir = @sharedstatedir@ 157srcdir = @srcdir@ 158sysconfdir = @sysconfdir@ 159target_alias = @target_alias@ 160top_builddir = @top_builddir@ 161top_srcdir = @top_srcdir@ 162SUBDIRS = scrollview 163all: all-recursive 164 165.SUFFIXES: 166$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 167 @for dep in $?; do \ 168 case '$(am__configure_deps)' in \ 169 *$$dep*) \ 170 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 171 && exit 0; \ 172 exit 1;; \ 173 esac; \ 174 done; \ 175 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu java/com/google/Makefile'; \ 176 cd $(top_srcdir) && \ 177 $(AUTOMAKE) --gnu java/com/google/Makefile 178.PRECIOUS: Makefile 179Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 180 @case '$?' in \ 181 *config.status*) \ 182 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 183 *) \ 184 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 185 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 186 esac; 187 188$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 189 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 190 191$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 192 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 193$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 195 196# This directory's subdirectories are mostly independent; you can cd 197# into them and run `make' without going through this Makefile. 198# To change the values of `make' variables: instead of editing Makefiles, 199# (1) if the variable is set in `config.status', edit `config.status' 200# (which will cause the Makefiles to be regenerated when you run `make'); 201# (2) otherwise, pass the desired values on the `make' command line. 202$(RECURSIVE_TARGETS): 203 @failcom='exit 1'; \ 204 for f in x $$MAKEFLAGS; do \ 205 case $$f in \ 206 *=* | --[!k]*);; \ 207 *k*) failcom='fail=yes';; \ 208 esac; \ 209 done; \ 210 dot_seen=no; \ 211 target=`echo $@ | sed s/-recursive//`; \ 212 list='$(SUBDIRS)'; for subdir in $$list; do \ 213 echo "Making $$target in $$subdir"; \ 214 if test "$$subdir" = "."; then \ 215 dot_seen=yes; \ 216 local_target="$$target-am"; \ 217 else \ 218 local_target="$$target"; \ 219 fi; \ 220 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 221 || eval $$failcom; \ 222 done; \ 223 if test "$$dot_seen" = "no"; then \ 224 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 225 fi; test -z "$$fail" 226 227$(RECURSIVE_CLEAN_TARGETS): 228 @failcom='exit 1'; \ 229 for f in x $$MAKEFLAGS; do \ 230 case $$f in \ 231 *=* | --[!k]*);; \ 232 *k*) failcom='fail=yes';; \ 233 esac; \ 234 done; \ 235 dot_seen=no; \ 236 case "$@" in \ 237 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 238 *) list='$(SUBDIRS)' ;; \ 239 esac; \ 240 rev=''; for subdir in $$list; do \ 241 if test "$$subdir" = "."; then :; else \ 242 rev="$$subdir $$rev"; \ 243 fi; \ 244 done; \ 245 rev="$$rev ."; \ 246 target=`echo $@ | sed s/-recursive//`; \ 247 for subdir in $$rev; do \ 248 echo "Making $$target in $$subdir"; \ 249 if test "$$subdir" = "."; then \ 250 local_target="$$target-am"; \ 251 else \ 252 local_target="$$target"; \ 253 fi; \ 254 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 255 || eval $$failcom; \ 256 done && test -z "$$fail" 257tags-recursive: 258 list='$(SUBDIRS)'; for subdir in $$list; do \ 259 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 260 done 261ctags-recursive: 262 list='$(SUBDIRS)'; for subdir in $$list; do \ 263 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 264 done 265 266ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 267 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 268 unique=`for i in $$list; do \ 269 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 270 done | \ 271 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 272 END { if (nonempty) { for (i in files) print i; }; }'`; \ 273 mkid -fID $$unique 274tags: TAGS 275 276TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 277 $(TAGS_FILES) $(LISP) 278 tags=; \ 279 here=`pwd`; \ 280 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 281 include_option=--etags-include; \ 282 empty_fix=.; \ 283 else \ 284 include_option=--include; \ 285 empty_fix=; \ 286 fi; \ 287 list='$(SUBDIRS)'; for subdir in $$list; do \ 288 if test "$$subdir" = .; then :; else \ 289 test ! -f $$subdir/TAGS || \ 290 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 291 fi; \ 292 done; \ 293 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 294 unique=`for i in $$list; do \ 295 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 296 done | \ 297 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 298 END { if (nonempty) { for (i in files) print i; }; }'`; \ 299 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 300 test -n "$$unique" || unique=$$empty_fix; \ 301 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 302 $$tags $$unique; \ 303 fi 304ctags: CTAGS 305CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 306 $(TAGS_FILES) $(LISP) 307 tags=; \ 308 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 309 unique=`for i in $$list; do \ 310 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 311 done | \ 312 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 313 END { if (nonempty) { for (i in files) print i; }; }'`; \ 314 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 315 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 316 $$tags $$unique 317 318GTAGS: 319 here=`$(am__cd) $(top_builddir) && pwd` \ 320 && cd $(top_srcdir) \ 321 && gtags -i $(GTAGS_ARGS) $$here 322 323distclean-tags: 324 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 325 326distdir: $(DISTFILES) 327 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 328 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 329 list='$(DISTFILES)'; \ 330 dist_files=`for file in $$list; do echo $$file; done | \ 331 sed -e "s|^$$srcdirstrip/||;t" \ 332 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 333 case $$dist_files in \ 334 */*) $(MKDIR_P) `echo "$$dist_files" | \ 335 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 336 sort -u` ;; \ 337 esac; \ 338 for file in $$dist_files; do \ 339 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 340 if test -d $$d/$$file; then \ 341 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 342 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 343 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 344 fi; \ 345 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 346 else \ 347 test -f $(distdir)/$$file \ 348 || cp -p $$d/$$file $(distdir)/$$file \ 349 || exit 1; \ 350 fi; \ 351 done 352 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 353 if test "$$subdir" = .; then :; else \ 354 test -d "$(distdir)/$$subdir" \ 355 || $(MKDIR_P) "$(distdir)/$$subdir" \ 356 || exit 1; \ 357 distdir=`$(am__cd) $(distdir) && pwd`; \ 358 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 359 (cd $$subdir && \ 360 $(MAKE) $(AM_MAKEFLAGS) \ 361 top_distdir="$$top_distdir" \ 362 distdir="$$distdir/$$subdir" \ 363 am__remove_distdir=: \ 364 am__skip_length_check=: \ 365 distdir) \ 366 || exit 1; \ 367 fi; \ 368 done 369check-am: all-am 370check: check-recursive 371all-am: Makefile 372installdirs: installdirs-recursive 373installdirs-am: 374install: install-recursive 375install-exec: install-exec-recursive 376install-data: install-data-recursive 377uninstall: uninstall-recursive 378 379install-am: all-am 380 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 381 382installcheck: installcheck-recursive 383install-strip: 384 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 385 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 386 `test -z '$(STRIP)' || \ 387 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 388mostlyclean-generic: 389 390clean-generic: 391 392distclean-generic: 393 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 394 395maintainer-clean-generic: 396 @echo "This command is intended for maintainers to use" 397 @echo "it deletes files that may require special tools to rebuild." 398clean: clean-recursive 399 400clean-am: clean-generic mostlyclean-am 401 402distclean: distclean-recursive 403 -rm -f Makefile 404distclean-am: clean-am distclean-generic distclean-tags 405 406dvi: dvi-recursive 407 408dvi-am: 409 410html: html-recursive 411 412info: info-recursive 413 414info-am: 415 416install-data-am: 417 418install-dvi: install-dvi-recursive 419 420install-exec-am: 421 422install-html: install-html-recursive 423 424install-info: install-info-recursive 425 426install-man: 427 428install-pdf: install-pdf-recursive 429 430install-ps: install-ps-recursive 431 432installcheck-am: 433 434maintainer-clean: maintainer-clean-recursive 435 -rm -f Makefile 436maintainer-clean-am: distclean-am maintainer-clean-generic 437 438mostlyclean: mostlyclean-recursive 439 440mostlyclean-am: mostlyclean-generic 441 442pdf: pdf-recursive 443 444pdf-am: 445 446ps: ps-recursive 447 448ps-am: 449 450uninstall-am: 451 452.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 453 install-strip 454 455.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 456 all all-am check check-am clean clean-generic ctags \ 457 ctags-recursive distclean distclean-generic distclean-tags \ 458 distdir dvi dvi-am html html-am info info-am install \ 459 install-am install-data install-data-am install-dvi \ 460 install-dvi-am install-exec install-exec-am install-html \ 461 install-html-am install-info install-info-am install-man \ 462 install-pdf install-pdf-am install-ps install-ps-am \ 463 install-strip installcheck installcheck-am installdirs \ 464 installdirs-am maintainer-clean maintainer-clean-generic \ 465 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ 466 tags-recursive uninstall uninstall-am 467 468# Tell versions [3.59,3.63) of GNU make to not export all variables. 469# Otherwise a system limit (for SysV at least) may be exceeded. 470.NOEXPORT: 471