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