1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 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@SET_MAKE@ 16 17# Tag Image File Format (TIFF) Software 18# 19# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu> 20# 21# Permission to use, copy, modify, distribute, and sell this software and 22# its documentation for any purpose is hereby granted without fee, provided 23# that (i) the above copyright notices and this permission notice appear in 24# all copies of the software and related documentation, and (ii) the names of 25# Sam Leffler and Silicon Graphics may not be used in any advertising or 26# publicity relating to the software without the specific, prior written 27# permission of Sam Leffler and Silicon Graphics. 28# 29# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 30# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 31# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 32# 33# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR 34# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, 35# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 36# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 37# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 38# OF THIS SOFTWARE. 39 40# Process this file with automake to produce Makefile.in. 41 42VPATH = @srcdir@ 43am__is_gnu_make = { \ 44 if test -z '$(MAKELEVEL)'; then \ 45 false; \ 46 elif test -n '$(MAKE_HOST)'; then \ 47 true; \ 48 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 49 true; \ 50 else \ 51 false; \ 52 fi; \ 53} 54am__make_running_with_option = \ 55 case $${target_option-} in \ 56 ?) ;; \ 57 *) echo "am__make_running_with_option: internal error: invalid" \ 58 "target option '$${target_option-}' specified" >&2; \ 59 exit 1;; \ 60 esac; \ 61 has_opt=no; \ 62 sane_makeflags=$$MAKEFLAGS; \ 63 if $(am__is_gnu_make); then \ 64 sane_makeflags=$$MFLAGS; \ 65 else \ 66 case $$MAKEFLAGS in \ 67 *\\[\ \ ]*) \ 68 bs=\\; \ 69 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 70 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 71 esac; \ 72 fi; \ 73 skip_next=no; \ 74 strip_trailopt () \ 75 { \ 76 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 77 }; \ 78 for flg in $$sane_makeflags; do \ 79 test $$skip_next = yes && { skip_next=no; continue; }; \ 80 case $$flg in \ 81 *=*|--*) continue;; \ 82 -*I) strip_trailopt 'I'; skip_next=yes;; \ 83 -*I?*) strip_trailopt 'I';; \ 84 -*O) strip_trailopt 'O'; skip_next=yes;; \ 85 -*O?*) strip_trailopt 'O';; \ 86 -*l) strip_trailopt 'l'; skip_next=yes;; \ 87 -*l?*) strip_trailopt 'l';; \ 88 -[dEDm]) skip_next=yes;; \ 89 -[JT]) skip_next=yes;; \ 90 esac; \ 91 case $$flg in \ 92 *$$target_option*) has_opt=yes; break;; \ 93 esac; \ 94 done; \ 95 test $$has_opt = yes 96am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 97am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 98pkgdatadir = $(datadir)/@PACKAGE@ 99pkgincludedir = $(includedir)/@PACKAGE@ 100pkglibdir = $(libdir)/@PACKAGE@ 101pkglibexecdir = $(libexecdir)/@PACKAGE@ 102am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 103install_sh_DATA = $(install_sh) -c -m 644 104install_sh_PROGRAM = $(install_sh) -c 105install_sh_SCRIPT = $(install_sh) -c 106INSTALL_HEADER = $(INSTALL_DATA) 107transform = $(program_transform_name) 108NORMAL_INSTALL = : 109PRE_INSTALL = : 110POST_INSTALL = : 111NORMAL_UNINSTALL = : 112PRE_UNINSTALL = : 113POST_UNINSTALL = : 114build_triplet = @build@ 115host_triplet = @host@ 116subdir = port 117ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 118am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ 119 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 120 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 121 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 122am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 123 $(ACLOCAL_M4) 124DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 125mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 126CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \ 127 $(top_builddir)/libtiff/tiffconf.h 128CONFIG_CLEAN_FILES = 129CONFIG_CLEAN_VPATH_FILES = 130LTLIBRARIES = $(noinst_LTLIBRARIES) 131libport_la_DEPENDENCIES = @LTLIBOBJS@ 132am_libport_la_OBJECTS = dummy.lo 133libport_la_OBJECTS = $(am_libport_la_OBJECTS) 134AM_V_lt = $(am__v_lt_@AM_V@) 135am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 136am__v_lt_0 = --silent 137am__v_lt_1 = 138AM_V_P = $(am__v_P_@AM_V@) 139am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 140am__v_P_0 = false 141am__v_P_1 = : 142AM_V_GEN = $(am__v_GEN_@AM_V@) 143am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 144am__v_GEN_0 = @echo " GEN " $@; 145am__v_GEN_1 = 146AM_V_at = $(am__v_at_@AM_V@) 147am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 148am__v_at_0 = @ 149am__v_at_1 = 150DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/libtiff 151depcomp = $(SHELL) $(top_srcdir)/config/depcomp 152am__depfiles_maybe = depfiles 153am__mv = mv -f 154COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 155 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 156LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 157 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 158 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 159 $(AM_CFLAGS) $(CFLAGS) 160AM_V_CC = $(am__v_CC_@AM_V@) 161am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 162am__v_CC_0 = @echo " CC " $@; 163am__v_CC_1 = 164CCLD = $(CC) 165LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 166 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 167 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 168AM_V_CCLD = $(am__v_CCLD_@AM_V@) 169am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 170am__v_CCLD_0 = @echo " CCLD " $@; 171am__v_CCLD_1 = 172SOURCES = $(libport_la_SOURCES) 173DIST_SOURCES = $(libport_la_SOURCES) 174am__can_run_installinfo = \ 175 case $$AM_UPDATE_INFO_DIR in \ 176 n|no|NO) false;; \ 177 *) (install-info --version) >/dev/null 2>&1;; \ 178 esac 179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 180# Read a list of newline-separated strings from the standard input, 181# and print each of them once, without duplicates. Input order is 182# *not* preserved. 183am__uniquify_input = $(AWK) '\ 184 BEGIN { nonempty = 0; } \ 185 { items[$$0] = 1; nonempty = 1; } \ 186 END { if (nonempty) { for (i in items) print i; }; } \ 187' 188# Make sure the list of sources is unique. This is necessary because, 189# e.g., the same source file might be shared among _SOURCES variables 190# for different programs/libraries. 191am__define_uniq_tagged_files = \ 192 list='$(am__tagged_files)'; \ 193 unique=`for i in $$list; do \ 194 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 195 done | $(am__uniquify_input)` 196ETAGS = etags 197CTAGS = ctags 198am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \ 199 $(top_srcdir)/config/mkinstalldirs getopt.c lfind.c snprintf.c \ 200 strcasecmp.c strtoul.c strtoull.c 201DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 202ACLOCAL = @ACLOCAL@ 203AMTAR = @AMTAR@ 204AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 205AR = @AR@ 206AS = @AS@ 207AUTOCONF = @AUTOCONF@ 208AUTOHEADER = @AUTOHEADER@ 209AUTOMAKE = @AUTOMAKE@ 210AWK = @AWK@ 211CC = @CC@ 212CCDEPMODE = @CCDEPMODE@ 213CFLAGS = @CFLAGS@ 214CMAKE = @CMAKE@ 215CPP = @CPP@ 216CPPFLAGS = @CPPFLAGS@ 217CXX = @CXX@ 218CXXCPP = @CXXCPP@ 219CXXDEPMODE = @CXXDEPMODE@ 220CXXFLAGS = @CXXFLAGS@ 221CYGPATH_W = @CYGPATH_W@ 222DEFS = @DEFS@ 223DEPDIR = @DEPDIR@ 224DLLTOOL = @DLLTOOL@ 225DSYMUTIL = @DSYMUTIL@ 226DUMPBIN = @DUMPBIN@ 227ECHO_C = @ECHO_C@ 228ECHO_N = @ECHO_N@ 229ECHO_T = @ECHO_T@ 230EGREP = @EGREP@ 231EXEEXT = @EXEEXT@ 232FGREP = @FGREP@ 233GLUT_CFLAGS = @GLUT_CFLAGS@ 234GLUT_LIBS = @GLUT_LIBS@ 235GLU_CFLAGS = @GLU_CFLAGS@ 236GLU_LIBS = @GLU_LIBS@ 237GL_CFLAGS = @GL_CFLAGS@ 238GL_LIBS = @GL_LIBS@ 239GREP = @GREP@ 240INSTALL = @INSTALL@ 241INSTALL_DATA = @INSTALL_DATA@ 242INSTALL_PROGRAM = @INSTALL_PROGRAM@ 243INSTALL_SCRIPT = @INSTALL_SCRIPT@ 244INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 245LD = @LD@ 246LDFLAGS = @LDFLAGS@ 247LIBDIR = @LIBDIR@ 248LIBOBJS = @LIBOBJS@ 249LIBS = @LIBS@ 250LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@ 251LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@ 252LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@ 253LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@ 254LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@ 255LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@ 256LIBTIFF_VERSION = @LIBTIFF_VERSION@ 257LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@ 258LIBTOOL = @LIBTOOL@ 259LIPO = @LIPO@ 260LN_S = @LN_S@ 261LTLIBOBJS = @LTLIBOBJS@ 262LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 263MAINT = @MAINT@ 264MAKEINFO = @MAKEINFO@ 265MANIFEST_TOOL = @MANIFEST_TOOL@ 266MKDIR_P = @MKDIR_P@ 267NM = @NM@ 268NMEDIT = @NMEDIT@ 269OBJDUMP = @OBJDUMP@ 270OBJEXT = @OBJEXT@ 271OTOOL = @OTOOL@ 272OTOOL64 = @OTOOL64@ 273PACKAGE = @PACKAGE@ 274PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 275PACKAGE_NAME = @PACKAGE_NAME@ 276PACKAGE_STRING = @PACKAGE_STRING@ 277PACKAGE_TARNAME = @PACKAGE_TARNAME@ 278PACKAGE_URL = @PACKAGE_URL@ 279PACKAGE_VERSION = @PACKAGE_VERSION@ 280PATH_SEPARATOR = @PATH_SEPARATOR@ 281PTHREAD_CC = @PTHREAD_CC@ 282PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 283PTHREAD_LIBS = @PTHREAD_LIBS@ 284RANLIB = @RANLIB@ 285SED = @SED@ 286SET_MAKE = @SET_MAKE@ 287SHELL = @SHELL@ 288STRIP = @STRIP@ 289VERSION = @VERSION@ 290XMKMF = @XMKMF@ 291X_CFLAGS = @X_CFLAGS@ 292X_EXTRA_LIBS = @X_EXTRA_LIBS@ 293X_LIBS = @X_LIBS@ 294X_PRE_LIBS = @X_PRE_LIBS@ 295abs_builddir = @abs_builddir@ 296abs_srcdir = @abs_srcdir@ 297abs_top_builddir = @abs_top_builddir@ 298abs_top_srcdir = @abs_top_srcdir@ 299ac_ct_AR = @ac_ct_AR@ 300ac_ct_CC = @ac_ct_CC@ 301ac_ct_CXX = @ac_ct_CXX@ 302ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 303am__include = @am__include@ 304am__leading_dot = @am__leading_dot@ 305am__quote = @am__quote@ 306am__tar = @am__tar@ 307am__untar = @am__untar@ 308ax_pthread_config = @ax_pthread_config@ 309bindir = @bindir@ 310build = @build@ 311build_alias = @build_alias@ 312build_cpu = @build_cpu@ 313build_os = @build_os@ 314build_vendor = @build_vendor@ 315builddir = @builddir@ 316datadir = @datadir@ 317datarootdir = @datarootdir@ 318docdir = @docdir@ 319dvidir = @dvidir@ 320exec_prefix = @exec_prefix@ 321host = @host@ 322host_alias = @host_alias@ 323host_cpu = @host_cpu@ 324host_os = @host_os@ 325host_vendor = @host_vendor@ 326htmldir = @htmldir@ 327includedir = @includedir@ 328infodir = @infodir@ 329install_sh = @install_sh@ 330libdir = @libdir@ 331libexecdir = @libexecdir@ 332localedir = @localedir@ 333localstatedir = @localstatedir@ 334mandir = @mandir@ 335mkdir_p = @mkdir_p@ 336oldincludedir = @oldincludedir@ 337pdfdir = @pdfdir@ 338prefix = @prefix@ 339program_transform_name = @program_transform_name@ 340psdir = @psdir@ 341sbindir = @sbindir@ 342sharedstatedir = @sharedstatedir@ 343srcdir = @srcdir@ 344sysconfdir = @sysconfdir@ 345target_alias = @target_alias@ 346tiff_libs_private = @tiff_libs_private@ 347top_build_prefix = @top_build_prefix@ 348top_builddir = @top_builddir@ 349top_srcdir = @top_srcdir@ 350EXTRA_DIST = \ 351 CMakeLists.txt \ 352 Makefile.vc \ 353 libport.h \ 354 snprintf.c 355 356noinst_LTLIBRARIES = libport.la 357libport_la_SOURCES = dummy.c libport.h 358libport_la_LIBADD = @LTLIBOBJS@ 359all: all-am 360 361.SUFFIXES: 362.SUFFIXES: .c .lo .o .obj 363$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 364 @for dep in $?; do \ 365 case '$(am__configure_deps)' in \ 366 *$$dep*) \ 367 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 368 && { if test -f $@; then exit 0; else break; fi; }; \ 369 exit 1;; \ 370 esac; \ 371 done; \ 372 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign port/Makefile'; \ 373 $(am__cd) $(top_srcdir) && \ 374 $(AUTOMAKE) --foreign port/Makefile 375Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 376 @case '$?' in \ 377 *config.status*) \ 378 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 379 *) \ 380 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 381 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 382 esac; 383 384$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 385 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 386 387$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 389$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 391$(am__aclocal_m4_deps): 392 393clean-noinstLTLIBRARIES: 394 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 395 @list='$(noinst_LTLIBRARIES)'; \ 396 locs=`for p in $$list; do echo $$p; done | \ 397 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 398 sort -u`; \ 399 test -z "$$locs" || { \ 400 echo rm -f $${locs}; \ 401 rm -f $${locs}; \ 402 } 403 404libport.la: $(libport_la_OBJECTS) $(libport_la_DEPENDENCIES) $(EXTRA_libport_la_DEPENDENCIES) 405 $(AM_V_CCLD)$(LINK) $(libport_la_OBJECTS) $(libport_la_LIBADD) $(LIBS) 406 407mostlyclean-compile: 408 -rm -f *.$(OBJEXT) 409 410distclean-compile: 411 -rm -f *.tab.c 412 413@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt.Plo@am__quote@ 414@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lfind.Plo@am__quote@ 415@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Plo@am__quote@ 416@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasecmp.Plo@am__quote@ 417@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoul.Plo@am__quote@ 418@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoull.Plo@am__quote@ 419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@ 420 421.c.o: 422@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 423@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 424@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 425@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 426@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 427 428.c.obj: 429@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 430@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 431@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 432@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 433@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 434 435.c.lo: 436@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 437@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 438@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 439@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 440@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 441 442mostlyclean-libtool: 443 -rm -f *.lo 444 445clean-libtool: 446 -rm -rf .libs _libs 447 448ID: $(am__tagged_files) 449 $(am__define_uniq_tagged_files); mkid -fID $$unique 450tags: tags-am 451TAGS: tags 452 453tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 454 set x; \ 455 here=`pwd`; \ 456 $(am__define_uniq_tagged_files); \ 457 shift; \ 458 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 459 test -n "$$unique" || unique=$$empty_fix; \ 460 if test $$# -gt 0; then \ 461 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 462 "$$@" $$unique; \ 463 else \ 464 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 465 $$unique; \ 466 fi; \ 467 fi 468ctags: ctags-am 469 470CTAGS: ctags 471ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 472 $(am__define_uniq_tagged_files); \ 473 test -z "$(CTAGS_ARGS)$$unique" \ 474 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 475 $$unique 476 477GTAGS: 478 here=`$(am__cd) $(top_builddir) && pwd` \ 479 && $(am__cd) $(top_srcdir) \ 480 && gtags -i $(GTAGS_ARGS) "$$here" 481cscopelist: cscopelist-am 482 483cscopelist-am: $(am__tagged_files) 484 list='$(am__tagged_files)'; \ 485 case "$(srcdir)" in \ 486 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 487 *) sdir=$(subdir)/$(srcdir) ;; \ 488 esac; \ 489 for i in $$list; do \ 490 if test -f "$$i"; then \ 491 echo "$(subdir)/$$i"; \ 492 else \ 493 echo "$$sdir/$$i"; \ 494 fi; \ 495 done >> $(top_builddir)/cscope.files 496 497distclean-tags: 498 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 499 500distdir: $(DISTFILES) 501 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 502 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 503 list='$(DISTFILES)'; \ 504 dist_files=`for file in $$list; do echo $$file; done | \ 505 sed -e "s|^$$srcdirstrip/||;t" \ 506 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 507 case $$dist_files in \ 508 */*) $(MKDIR_P) `echo "$$dist_files" | \ 509 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 510 sort -u` ;; \ 511 esac; \ 512 for file in $$dist_files; do \ 513 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 514 if test -d $$d/$$file; then \ 515 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 516 if test -d "$(distdir)/$$file"; then \ 517 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 518 fi; \ 519 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 520 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 521 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 522 fi; \ 523 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 524 else \ 525 test -f "$(distdir)/$$file" \ 526 || cp -p $$d/$$file "$(distdir)/$$file" \ 527 || exit 1; \ 528 fi; \ 529 done 530check-am: all-am 531check: check-am 532all-am: Makefile $(LTLIBRARIES) 533installdirs: 534install: install-am 535install-exec: install-exec-am 536install-data: install-data-am 537uninstall: uninstall-am 538 539install-am: all-am 540 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 541 542installcheck: installcheck-am 543install-strip: 544 if test -z '$(STRIP)'; then \ 545 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 546 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 547 install; \ 548 else \ 549 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 550 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 551 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 552 fi 553mostlyclean-generic: 554 555clean-generic: 556 557distclean-generic: 558 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 559 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 560 561maintainer-clean-generic: 562 @echo "This command is intended for maintainers to use" 563 @echo "it deletes files that may require special tools to rebuild." 564clean: clean-am 565 566clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 567 mostlyclean-am 568 569distclean: distclean-am 570 -rm -rf $(DEPDIR) ./$(DEPDIR) 571 -rm -f Makefile 572distclean-am: clean-am distclean-compile distclean-generic \ 573 distclean-tags 574 575dvi: dvi-am 576 577dvi-am: 578 579html: html-am 580 581html-am: 582 583info: info-am 584 585info-am: 586 587install-data-am: 588 589install-dvi: install-dvi-am 590 591install-dvi-am: 592 593install-exec-am: 594 595install-html: install-html-am 596 597install-html-am: 598 599install-info: install-info-am 600 601install-info-am: 602 603install-man: 604 605install-pdf: install-pdf-am 606 607install-pdf-am: 608 609install-ps: install-ps-am 610 611install-ps-am: 612 613installcheck-am: 614 615maintainer-clean: maintainer-clean-am 616 -rm -rf $(DEPDIR) ./$(DEPDIR) 617 -rm -f Makefile 618maintainer-clean-am: distclean-am maintainer-clean-generic 619 620mostlyclean: mostlyclean-am 621 622mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 623 mostlyclean-libtool 624 625pdf: pdf-am 626 627pdf-am: 628 629ps: ps-am 630 631ps-am: 632 633uninstall-am: 634 635.MAKE: install-am install-strip 636 637.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 638 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ 639 ctags-am distclean distclean-compile distclean-generic \ 640 distclean-libtool distclean-tags distdir dvi dvi-am html \ 641 html-am info info-am install install-am install-data \ 642 install-data-am install-dvi install-dvi-am install-exec \ 643 install-exec-am install-html install-html-am install-info \ 644 install-info-am install-man install-pdf install-pdf-am \ 645 install-ps install-ps-am install-strip installcheck \ 646 installcheck-am installdirs maintainer-clean \ 647 maintainer-clean-generic mostlyclean mostlyclean-compile \ 648 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 649 tags tags-am uninstall uninstall-am 650 651.PRECIOUS: Makefile 652 653 654# Tell versions [3.59,3.63) of GNU make to not export all variables. 655# Otherwise a system limit (for SysV at least) may be exceeded. 656.NOEXPORT: 657