1# Makefile.in generated by automake 1.12.1 from Makefile.am. 2# include/Makefile. Generated from Makefile.in by configure. 3 4# Copyright (C) 1994-2012 Free Software Foundation, Inc. 5 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 16 17 18am__make_dryrun = \ 19 { \ 20 am__dry=no; \ 21 case $$MAKEFLAGS in \ 22 *\\[\ \ ]*) \ 23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 25 *) \ 26 for am__flg in $$MAKEFLAGS; do \ 27 case $$am__flg in \ 28 *=*|--*) ;; \ 29 *n*) am__dry=yes; break;; \ 30 esac; \ 31 done;; \ 32 esac; \ 33 test $$am__dry = yes; \ 34 } 35pkgdatadir = $(datadir)/o2-tools 36pkgincludedir = $(includedir)/o2-tools 37pkglibdir = $(libdir)/o2-tools 38pkglibexecdir = $(libexecdir)/o2-tools 39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 40install_sh_DATA = $(install_sh) -c -m 644 41install_sh_PROGRAM = $(install_sh) -c 42install_sh_SCRIPT = $(install_sh) -c 43INSTALL_HEADER = $(INSTALL_DATA) 44transform = $(program_transform_name) 45NORMAL_INSTALL = : 46PRE_INSTALL = : 47POST_INSTALL = : 48NORMAL_UNINSTALL = : 49PRE_UNINSTALL = : 50POST_UNINSTALL = : 51subdir = include 52DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \ 53 $(srcdir)/Makefile.in 54ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 55am__aclocal_m4_deps = $(top_srcdir)/configure.in 56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 57 $(ACLOCAL_M4) 58mkinstalldirs = $(install_sh) -d 59CONFIG_CLEAN_FILES = 60CONFIG_CLEAN_VPATH_FILES = 61SOURCES = 62DIST_SOURCES = 63am__can_run_installinfo = \ 64 case $$AM_UPDATE_INFO_DIR in \ 65 n|no|NO) false;; \ 66 *) (install-info --version) >/dev/null 2>&1;; \ 67 esac 68am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 69am__vpath_adj = case $$p in \ 70 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 71 *) f=$$p;; \ 72 esac; 73am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 74am__install_max = 40 75am__nobase_strip_setup = \ 76 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 77am__nobase_strip = \ 78 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 79am__nobase_list = $(am__nobase_strip_setup); \ 80 for p in $$list; do echo "$$p $$p"; done | \ 81 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 82 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 83 if (++n[$$2] == $(am__install_max)) \ 84 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 85 END { for (dir in files) print dir, files[dir] }' 86am__base_list = \ 87 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 88 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 89am__uninstall_files_from_dir = { \ 90 test -z "$$files" \ 91 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 92 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 93 $(am__cd) "$$dir" && rm -f $$files; }; \ 94 } 95am__installdirs = "$(DESTDIR)$(includedir)" 96HEADERS = $(include_HEADERS) 97ETAGS = etags 98CTAGS = ctags 99DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 100ACLOCAL = ${SHELL} /home/hgot/src/O2-tools-2.01/missing --run aclocal-1.12 101AMTAR = $${TAR-tar} 102AUTOCONF = ${SHELL} /home/hgot/src/O2-tools-2.01/missing --run autoconf 103AUTOHEADER = ${SHELL} /home/hgot/src/O2-tools-2.01/missing --run autoheader 104AUTOMAKE = ${SHELL} /home/hgot/src/O2-tools-2.01/missing --run automake-1.12 105AWK = gawk 106CC = gcc 107CCDEPMODE = depmode=gcc3 108CFLAGS = -O3 --unroll-loops 109CPPFLAGS = 110CXX = g++ 111CXXDEPMODE = depmode=gcc3 112CXXFLAGS = -O3 --unroll-loops 113CYGPATH_W = echo 114DEFS = -DPACKAGE_NAME=\"O2-tools\" -DPACKAGE_TARNAME=\"o2-tools\" -DPACKAGE_VERSION=\"2.00\" -DPACKAGE_STRING=\"O2-tools\ 2.00\" -DPACKAGE_BUGREPORT=\"http://www.sc.isc.tohoku.ac.jp/\~hgot/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"o2-tools\" -DVERSION=\"2.00\" 115DEPDIR = .deps 116ECHO_C = 117ECHO_N = -n 118ECHO_T = 119EXEEXT = 120INSTALL = /usr/bin/install -c 121INSTALL_DATA = ${INSTALL} -m 644 122INSTALL_PROGRAM = ${INSTALL} 123INSTALL_SCRIPT = ${INSTALL} 124INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 125LDFLAGS = 126LIBOBJS = 127LIBS = 128LTLIBOBJS = 129MAKEINFO = ${SHELL} /home/hgot/src/O2-tools-2.01/missing --run makeinfo 130MKDIR_P = /usr/bin/mkdir -p 131OBJEXT = o 132PACKAGE = o2-tools 133PACKAGE_BUGREPORT = http://www.sc.isc.tohoku.ac.jp/~hgot/ 134PACKAGE_NAME = O2-tools 135PACKAGE_STRING = O2-tools 2.00 136PACKAGE_TARNAME = o2-tools 137PACKAGE_URL = 138PACKAGE_VERSION = 2.00 139PATH_SEPARATOR = : 140RANLIB = ranlib 141SET_MAKE = 142SHELL = /bin/sh 143STRIP = 144VERSION = 2.00 145abs_builddir = /home/hgot/src/O2-tools-2.01/include 146abs_srcdir = /home/hgot/src/O2-tools-2.01/include 147abs_top_builddir = /home/hgot/src/O2-tools-2.01 148abs_top_srcdir = /home/hgot/src/O2-tools-2.01 149ac_ct_CC = gcc 150ac_ct_CXX = g++ 151am__include = include 152am__leading_dot = . 153am__quote = 154am__tar = $${TAR-tar} chof - "$$tardir" 155am__untar = $${TAR-tar} xf - 156bindir = ${exec_prefix}/bin 157build_alias = 158builddir = . 159datadir = ${datarootdir} 160datarootdir = ${prefix}/share 161docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 162dvidir = ${docdir} 163exec_prefix = ${prefix} 164host_alias = 165htmldir = ${docdir} 166includedir = ${prefix}/include 167infodir = ${datarootdir}/info 168install_sh = ${SHELL} /home/hgot/src/O2-tools-2.01/install-sh 169libdir = ${exec_prefix}/lib64 170libexecdir = ${exec_prefix}/lib 171localedir = ${datarootdir}/locale 172localstatedir = ${prefix}/var 173mandir = ${datarootdir}/man 174mkdir_p = /usr/bin/mkdir -p 175oldincludedir = /usr/include 176pdfdir = ${docdir} 177prefix = /home/hgot/O2/x86_64-pc-linux 178program_transform_name = s,x,x, 179psdir = ${docdir} 180sbindir = ${exec_prefix}/sbin 181sharedstatedir = ${prefix}/com 182srcdir = . 183sysconfdir = ${prefix}/etc 184target_alias = 185top_build_prefix = ../ 186top_builddir = .. 187top_srcdir = .. 188include_HEADERS = CRect.h ORect.h comlib.h d8IO.h imgobj.h ipIO.h objgrp.h pbmIO.h rasIO.h rasterfile.h sgplib.h siplib.h stdps.h ufilep.h utypes.h xiplib.h 189all: all-am 190 191.SUFFIXES: 192$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 193 @for dep in $?; do \ 194 case '$(am__configure_deps)' in \ 195 *$$dep*) \ 196 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 197 && { if test -f $@; then exit 0; else break; fi; }; \ 198 exit 1;; \ 199 esac; \ 200 done; \ 201 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 202 $(am__cd) $(top_srcdir) && \ 203 $(AUTOMAKE) --foreign include/Makefile 204.PRECIOUS: Makefile 205Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 206 @case '$?' in \ 207 *config.status*) \ 208 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 209 *) \ 210 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 211 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 212 esac; 213 214$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 216 217$(top_srcdir)/configure: $(am__configure_deps) 218 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 219$(ACLOCAL_M4): $(am__aclocal_m4_deps) 220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 221$(am__aclocal_m4_deps): 222install-includeHEADERS: $(include_HEADERS) 223 @$(NORMAL_INSTALL) 224 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 225 if test -n "$$list"; then \ 226 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 227 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 228 fi; \ 229 for p in $$list; do \ 230 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 231 echo "$$d$$p"; \ 232 done | $(am__base_list) | \ 233 while read files; do \ 234 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 235 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 236 done 237 238uninstall-includeHEADERS: 239 @$(NORMAL_UNINSTALL) 240 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 241 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 242 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 243 244ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 245 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 246 unique=`for i in $$list; do \ 247 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 248 done | \ 249 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 250 END { if (nonempty) { for (i in files) print i; }; }'`; \ 251 mkid -fID $$unique 252tags: TAGS 253 254TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 255 $(TAGS_FILES) $(LISP) 256 set x; \ 257 here=`pwd`; \ 258 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 259 unique=`for i in $$list; do \ 260 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 261 done | \ 262 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 263 END { if (nonempty) { for (i in files) print i; }; }'`; \ 264 shift; \ 265 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 266 test -n "$$unique" || unique=$$empty_fix; \ 267 if test $$# -gt 0; then \ 268 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 269 "$$@" $$unique; \ 270 else \ 271 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 272 $$unique; \ 273 fi; \ 274 fi 275ctags: CTAGS 276CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 277 $(TAGS_FILES) $(LISP) 278 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 279 unique=`for i in $$list; do \ 280 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 281 done | \ 282 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 283 END { if (nonempty) { for (i in files) print i; }; }'`; \ 284 test -z "$(CTAGS_ARGS)$$unique" \ 285 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 286 $$unique 287 288GTAGS: 289 here=`$(am__cd) $(top_builddir) && pwd` \ 290 && $(am__cd) $(top_srcdir) \ 291 && gtags -i $(GTAGS_ARGS) "$$here" 292 293cscopelist: $(HEADERS) $(SOURCES) $(LISP) 294 list='$(SOURCES) $(HEADERS) $(LISP)'; \ 295 case "$(srcdir)" in \ 296 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 297 *) sdir=$(subdir)/$(srcdir) ;; \ 298 esac; \ 299 for i in $$list; do \ 300 if test -f "$$i"; then \ 301 echo "$(subdir)/$$i"; \ 302 else \ 303 echo "$$sdir/$$i"; \ 304 fi; \ 305 done >> $(top_builddir)/cscope.files 306 307distclean-tags: 308 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 309 310distdir: $(DISTFILES) 311 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 312 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 313 list='$(DISTFILES)'; \ 314 dist_files=`for file in $$list; do echo $$file; done | \ 315 sed -e "s|^$$srcdirstrip/||;t" \ 316 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 317 case $$dist_files in \ 318 */*) $(MKDIR_P) `echo "$$dist_files" | \ 319 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 320 sort -u` ;; \ 321 esac; \ 322 for file in $$dist_files; do \ 323 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 324 if test -d $$d/$$file; then \ 325 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 326 if test -d "$(distdir)/$$file"; then \ 327 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 328 fi; \ 329 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 330 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 331 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 332 fi; \ 333 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 334 else \ 335 test -f "$(distdir)/$$file" \ 336 || cp -p $$d/$$file "$(distdir)/$$file" \ 337 || exit 1; \ 338 fi; \ 339 done 340check-am: all-am 341check: check-am 342all-am: Makefile $(HEADERS) 343installdirs: 344 for dir in "$(DESTDIR)$(includedir)"; do \ 345 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 346 done 347install: install-am 348install-exec: install-exec-am 349install-data: install-data-am 350uninstall: uninstall-am 351 352install-am: all-am 353 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 354 355installcheck: installcheck-am 356install-strip: 357 if test -z '$(STRIP)'; then \ 358 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 359 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 360 install; \ 361 else \ 362 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 363 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 364 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 365 fi 366mostlyclean-generic: 367 368clean-generic: 369 370distclean-generic: 371 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 372 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 373 374maintainer-clean-generic: 375 @echo "This command is intended for maintainers to use" 376 @echo "it deletes files that may require special tools to rebuild." 377clean: clean-am 378 379clean-am: clean-generic mostlyclean-am 380 381distclean: distclean-am 382 -rm -f Makefile 383distclean-am: clean-am distclean-generic distclean-tags 384 385dvi: dvi-am 386 387dvi-am: 388 389html: html-am 390 391html-am: 392 393info: info-am 394 395info-am: 396 397install-data-am: install-includeHEADERS 398 399install-dvi: install-dvi-am 400 401install-dvi-am: 402 403install-exec-am: 404 405install-html: install-html-am 406 407install-html-am: 408 409install-info: install-info-am 410 411install-info-am: 412 413install-man: 414 415install-pdf: install-pdf-am 416 417install-pdf-am: 418 419install-ps: install-ps-am 420 421install-ps-am: 422 423installcheck-am: 424 425maintainer-clean: maintainer-clean-am 426 -rm -f Makefile 427maintainer-clean-am: distclean-am maintainer-clean-generic 428 429mostlyclean: mostlyclean-am 430 431mostlyclean-am: mostlyclean-generic 432 433pdf: pdf-am 434 435pdf-am: 436 437ps: ps-am 438 439ps-am: 440 441uninstall-am: uninstall-includeHEADERS 442 443.MAKE: install-am install-strip 444 445.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 446 cscopelist ctags distclean distclean-generic distclean-tags \ 447 distdir dvi dvi-am html html-am info info-am install \ 448 install-am install-data install-data-am install-dvi \ 449 install-dvi-am install-exec install-exec-am install-html \ 450 install-html-am install-includeHEADERS install-info \ 451 install-info-am install-man install-pdf install-pdf-am \ 452 install-ps install-ps-am install-strip installcheck \ 453 installcheck-am installdirs maintainer-clean \ 454 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 455 pdf-am ps ps-am tags uninstall uninstall-am \ 456 uninstall-includeHEADERS 457 458 459# Tell versions [3.59,3.63) of GNU make to not export all variables. 460# Otherwise a system limit (for SysV at least) may be exceeded. 461.NOEXPORT: 462