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