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 © 2010 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 = { \ 43 if test -z '$(MAKELEVEL)'; then \ 44 false; \ 45 elif test -n '$(MAKE_HOST)'; then \ 46 true; \ 47 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 48 true; \ 49 else \ 50 false; \ 51 fi; \ 52} 53am__make_running_with_option = \ 54 case $${target_option-} in \ 55 ?) ;; \ 56 *) echo "am__make_running_with_option: internal error: invalid" \ 57 "target option '$${target_option-}' specified" >&2; \ 58 exit 1;; \ 59 esac; \ 60 has_opt=no; \ 61 sane_makeflags=$$MAKEFLAGS; \ 62 if $(am__is_gnu_make); then \ 63 sane_makeflags=$$MFLAGS; \ 64 else \ 65 case $$MAKEFLAGS in \ 66 *\\[\ \ ]*) \ 67 bs=\\; \ 68 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 69 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 70 esac; \ 71 fi; \ 72 skip_next=no; \ 73 strip_trailopt () \ 74 { \ 75 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 76 }; \ 77 for flg in $$sane_makeflags; do \ 78 test $$skip_next = yes && { skip_next=no; continue; }; \ 79 case $$flg in \ 80 *=*|--*) continue;; \ 81 -*I) strip_trailopt 'I'; skip_next=yes;; \ 82 -*I?*) strip_trailopt 'I';; \ 83 -*O) strip_trailopt 'O'; skip_next=yes;; \ 84 -*O?*) strip_trailopt 'O';; \ 85 -*l) strip_trailopt 'l'; skip_next=yes;; \ 86 -*l?*) strip_trailopt 'l';; \ 87 -[dEDm]) skip_next=yes;; \ 88 -[JT]) skip_next=yes;; \ 89 esac; \ 90 case $$flg in \ 91 *$$target_option*) has_opt=yes; break;; \ 92 esac; \ 93 done; \ 94 test $$has_opt = yes 95am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 96am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 97pkgdatadir = $(datadir)/@PACKAGE@ 98pkgincludedir = $(includedir)/@PACKAGE@ 99pkglibdir = $(libdir)/@PACKAGE@ 100pkglibexecdir = $(libexecdir)/@PACKAGE@ 101am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 102install_sh_DATA = $(install_sh) -c -m 644 103install_sh_PROGRAM = $(install_sh) -c 104install_sh_SCRIPT = $(install_sh) -c 105INSTALL_HEADER = $(INSTALL_DATA) 106transform = $(program_transform_name) 107NORMAL_INSTALL = : 108PRE_INSTALL = : 109POST_INSTALL = : 110NORMAL_UNINSTALL = : 111PRE_UNINSTALL = : 112POST_UNINSTALL = : 113build_triplet = @build@ 114host_triplet = @host@ 115@HAVE_GLUT_TRUE@noinst_PROGRAMS = objview$(EXEEXT) 116subdir = src/objviewer 117ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 118am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.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 = $(install_sh) -d 126CONFIG_CLEAN_FILES = 127CONFIG_CLEAN_VPATH_FILES = 128PROGRAMS = $(noinst_PROGRAMS) 129am_objview_OBJECTS = glm.$(OBJEXT) glmdraw.$(OBJEXT) objview.$(OBJEXT) \ 130 skybox.$(OBJEXT) 131objview_OBJECTS = $(am_objview_OBJECTS) 132objview_DEPENDENCIES = ../util/libutil.la 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 = $(objview_SOURCES) 172DIST_SOURCES = $(objview_SOURCES) 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 197am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 198DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 199ACLOCAL = @ACLOCAL@ 200AMTAR = @AMTAR@ 201AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 202AR = @AR@ 203AUTOCONF = @AUTOCONF@ 204AUTOHEADER = @AUTOHEADER@ 205AUTOMAKE = @AUTOMAKE@ 206AWK = @AWK@ 207CC = @CC@ 208CCDEPMODE = @CCDEPMODE@ 209CFLAGS = @CFLAGS@ 210CPP = @CPP@ 211CPPFLAGS = @CPPFLAGS@ 212CXX = @CXX@ 213CXXCPP = @CXXCPP@ 214CXXDEPMODE = @CXXDEPMODE@ 215CXXFLAGS = @CXXFLAGS@ 216CYGPATH_W = @CYGPATH_W@ 217DEFS = @DEFS@ 218DEMOS_DATA_DIR = @DEMOS_DATA_DIR@ 219DEMO_CFLAGS = @DEMO_CFLAGS@ 220DEMO_LIBS = @DEMO_LIBS@ 221DEPDIR = @DEPDIR@ 222DLLTOOL = @DLLTOOL@ 223DRM_CFLAGS = @DRM_CFLAGS@ 224DRM_LIBS = @DRM_LIBS@ 225DSYMUTIL = @DSYMUTIL@ 226DUMPBIN = @DUMPBIN@ 227ECHO_C = @ECHO_C@ 228ECHO_N = @ECHO_N@ 229ECHO_T = @ECHO_T@ 230EGL_CFLAGS = @EGL_CFLAGS@ 231EGL_LIBS = @EGL_LIBS@ 232EGREP = @EGREP@ 233EXEEXT = @EXEEXT@ 234FGREP = @FGREP@ 235FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@ 236FREETYPE2_LIBS = @FREETYPE2_LIBS@ 237GBM_CFLAGS = @GBM_CFLAGS@ 238GBM_LIBS = @GBM_LIBS@ 239GLESV1_CFLAGS = @GLESV1_CFLAGS@ 240GLESV1_LIBS = @GLESV1_LIBS@ 241GLESV2_CFLAGS = @GLESV2_CFLAGS@ 242GLESV2_LIBS = @GLESV2_LIBS@ 243GLEW_CFLAGS = @GLEW_CFLAGS@ 244GLEW_LIBS = @GLEW_LIBS@ 245GLUT_CFLAGS = @GLUT_CFLAGS@ 246GLUT_LIBS = @GLUT_LIBS@ 247GLU_CFLAGS = @GLU_CFLAGS@ 248GLU_LIBS = @GLU_LIBS@ 249GL_CFLAGS = @GL_CFLAGS@ 250GL_LIBS = @GL_LIBS@ 251GREP = @GREP@ 252INSTALL = @INSTALL@ 253INSTALL_DATA = @INSTALL_DATA@ 254INSTALL_PROGRAM = @INSTALL_PROGRAM@ 255INSTALL_SCRIPT = @INSTALL_SCRIPT@ 256INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 257LD = @LD@ 258LDFLAGS = @LDFLAGS@ 259LIBOBJS = @LIBOBJS@ 260LIBS = @LIBS@ 261LIBTOOL = @LIBTOOL@ 262LIPO = @LIPO@ 263LN_S = @LN_S@ 264LTLIBOBJS = @LTLIBOBJS@ 265LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 266MAKEINFO = @MAKEINFO@ 267MANIFEST_TOOL = @MANIFEST_TOOL@ 268MESA_GLAPI = @MESA_GLAPI@ 269MKDIR_P = @MKDIR_P@ 270NM = @NM@ 271NMEDIT = @NMEDIT@ 272OBJDUMP = @OBJDUMP@ 273OBJEXT = @OBJEXT@ 274OSMESA16_LIBS = @OSMESA16_LIBS@ 275OSMESA32_LIBS = @OSMESA32_LIBS@ 276OSMESA_CFLAGS = @OSMESA_CFLAGS@ 277OSMESA_LIBS = @OSMESA_LIBS@ 278OTOOL = @OTOOL@ 279OTOOL64 = @OTOOL64@ 280PACKAGE = @PACKAGE@ 281PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 282PACKAGE_NAME = @PACKAGE_NAME@ 283PACKAGE_STRING = @PACKAGE_STRING@ 284PACKAGE_TARNAME = @PACKAGE_TARNAME@ 285PACKAGE_URL = @PACKAGE_URL@ 286PACKAGE_VERSION = @PACKAGE_VERSION@ 287PATH_SEPARATOR = @PATH_SEPARATOR@ 288PKG_CONFIG = @PKG_CONFIG@ 289PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 290PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 291RANLIB = @RANLIB@ 292SED = @SED@ 293SET_MAKE = @SET_MAKE@ 294SHELL = @SHELL@ 295STRIP = @STRIP@ 296VERSION = @VERSION@ 297VG_CFLAGS = @VG_CFLAGS@ 298VG_LIBS = @VG_LIBS@ 299WAYLAND_CFLAGS = @WAYLAND_CFLAGS@ 300WAYLAND_LIBS = @WAYLAND_LIBS@ 301X11_CFLAGS = @X11_CFLAGS@ 302X11_LIBS = @X11_LIBS@ 303abs_builddir = @abs_builddir@ 304abs_srcdir = @abs_srcdir@ 305abs_top_builddir = @abs_top_builddir@ 306abs_top_srcdir = @abs_top_srcdir@ 307ac_ct_AR = @ac_ct_AR@ 308ac_ct_CC = @ac_ct_CC@ 309ac_ct_CXX = @ac_ct_CXX@ 310ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 311am__include = @am__include@ 312am__leading_dot = @am__leading_dot@ 313am__quote = @am__quote@ 314am__tar = @am__tar@ 315am__untar = @am__untar@ 316bindir = @bindir@ 317build = @build@ 318build_alias = @build_alias@ 319build_cpu = @build_cpu@ 320build_os = @build_os@ 321build_vendor = @build_vendor@ 322builddir = @builddir@ 323datadir = @datadir@ 324datarootdir = @datarootdir@ 325docdir = @docdir@ 326dvidir = @dvidir@ 327exec_prefix = @exec_prefix@ 328host = @host@ 329host_alias = @host_alias@ 330host_cpu = @host_cpu@ 331host_os = @host_os@ 332host_vendor = @host_vendor@ 333htmldir = @htmldir@ 334includedir = @includedir@ 335infodir = @infodir@ 336install_sh = @install_sh@ 337libdir = @libdir@ 338libexecdir = @libexecdir@ 339localedir = @localedir@ 340localstatedir = @localstatedir@ 341mandir = @mandir@ 342mkdir_p = @mkdir_p@ 343oldincludedir = @oldincludedir@ 344pdfdir = @pdfdir@ 345prefix = @prefix@ 346program_transform_name = @program_transform_name@ 347psdir = @psdir@ 348runstatedir = @runstatedir@ 349sbindir = @sbindir@ 350sharedstatedir = @sharedstatedir@ 351srcdir = @srcdir@ 352sysconfdir = @sysconfdir@ 353target_alias = @target_alias@ 354top_build_prefix = @top_build_prefix@ 355top_builddir = @top_builddir@ 356top_srcdir = @top_srcdir@ 357AM_CFLAGS = \ 358 $(DEMO_CFLAGS) \ 359 $(GLUT_CFLAGS) \ 360 -I$(top_srcdir)/src/util 361 362AM_LDFLAGS = \ 363 $(DEMO_LIBS) \ 364 $(GLUT_LIBS) 365 366objview_SOURCES = \ 367 glm.c \ 368 glm.h \ 369 glmdraw.c \ 370 objview.c \ 371 skybox.c \ 372 skybox.h 373 374objview_LDADD = ../util/libutil.la 375EXTRA_DIST = \ 376 bobcat.obj \ 377 buddha.obj \ 378 bunny.obj \ 379 GreatLakesBiplaneHP.obj \ 380 README.txt 381 382all: all-am 383 384.SUFFIXES: 385.SUFFIXES: .c .lo .o .obj 386$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 387 @for dep in $?; do \ 388 case '$(am__configure_deps)' in \ 389 *$$dep*) \ 390 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 391 && { if test -f $@; then exit 0; else break; fi; }; \ 392 exit 1;; \ 393 esac; \ 394 done; \ 395 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/objviewer/Makefile'; \ 396 $(am__cd) $(top_srcdir) && \ 397 $(AUTOMAKE) --gnu src/objviewer/Makefile 398Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 399 @case '$?' in \ 400 *config.status*) \ 401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 402 *) \ 403 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 404 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 405 esac; 406 407$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 409 410$(top_srcdir)/configure: $(am__configure_deps) 411 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 412$(ACLOCAL_M4): $(am__aclocal_m4_deps) 413 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 414$(am__aclocal_m4_deps): 415 416clean-noinstPROGRAMS: 417 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 418 echo " rm -f" $$list; \ 419 rm -f $$list || exit $$?; \ 420 test -n "$(EXEEXT)" || exit 0; \ 421 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 422 echo " rm -f" $$list; \ 423 rm -f $$list 424 425objview$(EXEEXT): $(objview_OBJECTS) $(objview_DEPENDENCIES) $(EXTRA_objview_DEPENDENCIES) 426 @rm -f objview$(EXEEXT) 427 $(AM_V_CCLD)$(LINK) $(objview_OBJECTS) $(objview_LDADD) $(LIBS) 428 429mostlyclean-compile: 430 -rm -f *.$(OBJEXT) 431 432distclean-compile: 433 -rm -f *.tab.c 434 435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glm.Po@am__quote@ 436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glmdraw.Po@am__quote@ 437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objview.Po@am__quote@ 438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skybox.Po@am__quote@ 439 440.c.o: 441@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 442@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 443@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 444@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 445@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 446 447.c.obj: 448@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 449@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 450@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 451@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 452@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 453 454.c.lo: 455@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 456@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 457@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 458@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 459@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 460 461mostlyclean-libtool: 462 -rm -f *.lo 463 464clean-libtool: 465 -rm -rf .libs _libs 466 467ID: $(am__tagged_files) 468 $(am__define_uniq_tagged_files); mkid -fID $$unique 469tags: tags-am 470TAGS: tags 471 472tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 473 set x; \ 474 here=`pwd`; \ 475 $(am__define_uniq_tagged_files); \ 476 shift; \ 477 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 478 test -n "$$unique" || unique=$$empty_fix; \ 479 if test $$# -gt 0; then \ 480 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 481 "$$@" $$unique; \ 482 else \ 483 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 484 $$unique; \ 485 fi; \ 486 fi 487ctags: ctags-am 488 489CTAGS: ctags 490ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 491 $(am__define_uniq_tagged_files); \ 492 test -z "$(CTAGS_ARGS)$$unique" \ 493 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 494 $$unique 495 496GTAGS: 497 here=`$(am__cd) $(top_builddir) && pwd` \ 498 && $(am__cd) $(top_srcdir) \ 499 && gtags -i $(GTAGS_ARGS) "$$here" 500cscopelist: cscopelist-am 501 502cscopelist-am: $(am__tagged_files) 503 list='$(am__tagged_files)'; \ 504 case "$(srcdir)" in \ 505 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 506 *) sdir=$(subdir)/$(srcdir) ;; \ 507 esac; \ 508 for i in $$list; do \ 509 if test -f "$$i"; then \ 510 echo "$(subdir)/$$i"; \ 511 else \ 512 echo "$$sdir/$$i"; \ 513 fi; \ 514 done >> $(top_builddir)/cscope.files 515 516distclean-tags: 517 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 518 519distdir: $(DISTFILES) 520 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 521 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 522 list='$(DISTFILES)'; \ 523 dist_files=`for file in $$list; do echo $$file; done | \ 524 sed -e "s|^$$srcdirstrip/||;t" \ 525 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 526 case $$dist_files in \ 527 */*) $(MKDIR_P) `echo "$$dist_files" | \ 528 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 529 sort -u` ;; \ 530 esac; \ 531 for file in $$dist_files; do \ 532 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 533 if test -d $$d/$$file; then \ 534 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 535 if test -d "$(distdir)/$$file"; then \ 536 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 537 fi; \ 538 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 539 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 540 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 541 fi; \ 542 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 543 else \ 544 test -f "$(distdir)/$$file" \ 545 || cp -p $$d/$$file "$(distdir)/$$file" \ 546 || exit 1; \ 547 fi; \ 548 done 549check-am: all-am 550check: check-am 551all-am: Makefile $(PROGRAMS) 552installdirs: 553install: install-am 554install-exec: install-exec-am 555install-data: install-data-am 556uninstall: uninstall-am 557 558install-am: all-am 559 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 560 561installcheck: installcheck-am 562install-strip: 563 if test -z '$(STRIP)'; then \ 564 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 565 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 566 install; \ 567 else \ 568 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 569 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 570 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 571 fi 572mostlyclean-generic: 573 574clean-generic: 575 576distclean-generic: 577 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 578 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 579 580maintainer-clean-generic: 581 @echo "This command is intended for maintainers to use" 582 @echo "it deletes files that may require special tools to rebuild." 583clean: clean-am 584 585clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 586 mostlyclean-am 587 588distclean: distclean-am 589 -rm -rf ./$(DEPDIR) 590 -rm -f Makefile 591distclean-am: clean-am distclean-compile distclean-generic \ 592 distclean-tags 593 594dvi: dvi-am 595 596dvi-am: 597 598html: html-am 599 600html-am: 601 602info: info-am 603 604info-am: 605 606install-data-am: 607 608install-dvi: install-dvi-am 609 610install-dvi-am: 611 612install-exec-am: 613 614install-html: install-html-am 615 616install-html-am: 617 618install-info: install-info-am 619 620install-info-am: 621 622install-man: 623 624install-pdf: install-pdf-am 625 626install-pdf-am: 627 628install-ps: install-ps-am 629 630install-ps-am: 631 632installcheck-am: 633 634maintainer-clean: maintainer-clean-am 635 -rm -rf ./$(DEPDIR) 636 -rm -f Makefile 637maintainer-clean-am: distclean-am maintainer-clean-generic 638 639mostlyclean: mostlyclean-am 640 641mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 642 mostlyclean-libtool 643 644pdf: pdf-am 645 646pdf-am: 647 648ps: ps-am 649 650ps-am: 651 652uninstall-am: 653 654.MAKE: install-am install-strip 655 656.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 657 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ 658 ctags-am distclean distclean-compile distclean-generic \ 659 distclean-libtool distclean-tags distdir dvi dvi-am html \ 660 html-am info info-am install install-am install-data \ 661 install-data-am install-dvi install-dvi-am install-exec \ 662 install-exec-am install-html install-html-am install-info \ 663 install-info-am install-man install-pdf install-pdf-am \ 664 install-ps install-ps-am install-strip installcheck \ 665 installcheck-am installdirs maintainer-clean \ 666 maintainer-clean-generic mostlyclean mostlyclean-compile \ 667 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 668 tags tags-am uninstall uninstall-am 669 670.PRECIOUS: Makefile 671 672 673# Tell versions [3.59,3.63) of GNU make to not export all variables. 674# Otherwise a system limit (for SysV at least) may be exceeded. 675.NOEXPORT: 676