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