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# test_libFLAC - Unit tester for libFLAC 18# Copyright (C) 2000-2009 Josh Coalson 19# Copyright (C) 2011-2016 Xiph.Org Foundation 20# 21# This program is free software; you can redistribute it and/or 22# modify it under the terms of the GNU General Public License 23# as published by the Free Software Foundation; either version 2 24# of the License, or (at your option) any later version. 25# 26# This program is distributed in the hope that it will be useful, 27# but WITHOUT ANY WARRANTY; without even the implied warranty of 28# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 29# GNU General Public License for more details. 30# 31# You should have received a copy of the GNU General Public License along 32# with this program; if not, write to the Free Software Foundation, Inc., 33# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 34 35VPATH = @srcdir@ 36am__is_gnu_make = { \ 37 if test -z '$(MAKELEVEL)'; then \ 38 false; \ 39 elif test -n '$(MAKE_HOST)'; then \ 40 true; \ 41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 42 true; \ 43 else \ 44 false; \ 45 fi; \ 46} 47am__make_running_with_option = \ 48 case $${target_option-} in \ 49 ?) ;; \ 50 *) echo "am__make_running_with_option: internal error: invalid" \ 51 "target option '$${target_option-}' specified" >&2; \ 52 exit 1;; \ 53 esac; \ 54 has_opt=no; \ 55 sane_makeflags=$$MAKEFLAGS; \ 56 if $(am__is_gnu_make); then \ 57 sane_makeflags=$$MFLAGS; \ 58 else \ 59 case $$MAKEFLAGS in \ 60 *\\[\ \ ]*) \ 61 bs=\\; \ 62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 64 esac; \ 65 fi; \ 66 skip_next=no; \ 67 strip_trailopt () \ 68 { \ 69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 70 }; \ 71 for flg in $$sane_makeflags; do \ 72 test $$skip_next = yes && { skip_next=no; continue; }; \ 73 case $$flg in \ 74 *=*|--*) continue;; \ 75 -*I) strip_trailopt 'I'; skip_next=yes;; \ 76 -*I?*) strip_trailopt 'I';; \ 77 -*O) strip_trailopt 'O'; skip_next=yes;; \ 78 -*O?*) strip_trailopt 'O';; \ 79 -*l) strip_trailopt 'l'; skip_next=yes;; \ 80 -*l?*) strip_trailopt 'l';; \ 81 -[dEDm]) skip_next=yes;; \ 82 -[JT]) skip_next=yes;; \ 83 esac; \ 84 case $$flg in \ 85 *$$target_option*) has_opt=yes; break;; \ 86 esac; \ 87 done; \ 88 test $$has_opt = yes 89am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 90am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 91pkgdatadir = $(datadir)/@PACKAGE@ 92pkgincludedir = $(includedir)/@PACKAGE@ 93pkglibdir = $(libdir)/@PACKAGE@ 94pkglibexecdir = $(libexecdir)/@PACKAGE@ 95am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 96install_sh_DATA = $(install_sh) -c -m 644 97install_sh_PROGRAM = $(install_sh) -c 98install_sh_SCRIPT = $(install_sh) -c 99INSTALL_HEADER = $(INSTALL_DATA) 100transform = $(program_transform_name) 101NORMAL_INSTALL = : 102PRE_INSTALL = : 103POST_INSTALL = : 104NORMAL_UNINSTALL = : 105PRE_UNINSTALL = : 106POST_UNINSTALL = : 107build_triplet = @build@ 108host_triplet = @host@ 109noinst_PROGRAMS = test_libFLAC$(EXEEXT) 110subdir = src/test_libFLAC 111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 112am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \ 113 $(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \ 114 $(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \ 115 $(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \ 116 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ 117 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 118 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 119 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 120 $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \ 121 $(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \ 122 $(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_HEADER = $(top_builddir)/config.h 128CONFIG_CLEAN_FILES = 129CONFIG_CLEAN_VPATH_FILES = 130PROGRAMS = $(noinst_PROGRAMS) 131am_test_libFLAC_OBJECTS = bitwriter.$(OBJEXT) decoders.$(OBJEXT) \ 132 encoders.$(OBJEXT) endswap.$(OBJEXT) format.$(OBJEXT) \ 133 main.$(OBJEXT) metadata.$(OBJEXT) metadata_manip.$(OBJEXT) \ 134 metadata_object.$(OBJEXT) md5.$(OBJEXT) 135test_libFLAC_OBJECTS = $(am_test_libFLAC_OBJECTS) 136test_libFLAC_DEPENDENCIES = \ 137 $(top_builddir)/src/share/grabbag/libgrabbag.la \ 138 $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ 139 $(top_builddir)/src/test_libs_common/libtest_libs_common.la \ 140 $(top_builddir)/src/libFLAC/libFLAC-static.la 141AM_V_lt = $(am__v_lt_@AM_V@) 142am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 143am__v_lt_0 = --silent 144am__v_lt_1 = 145AM_V_P = $(am__v_P_@AM_V@) 146am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 147am__v_P_0 = false 148am__v_P_1 = : 149AM_V_GEN = $(am__v_GEN_@AM_V@) 150am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 151am__v_GEN_0 = @echo " GEN " $@; 152am__v_GEN_1 = 153AM_V_at = $(am__v_at_@AM_V@) 154am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 155am__v_at_0 = @ 156am__v_at_1 = 157DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 158depcomp = $(SHELL) $(top_srcdir)/depcomp 159am__depfiles_maybe = depfiles 160am__mv = mv -f 161COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 162 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 163LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 164 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 165 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 166 $(AM_CFLAGS) $(CFLAGS) 167AM_V_CC = $(am__v_CC_@AM_V@) 168am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 169am__v_CC_0 = @echo " CC " $@; 170am__v_CC_1 = 171CCLD = $(CC) 172LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 173 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 174 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 175AM_V_CCLD = $(am__v_CCLD_@AM_V@) 176am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 177am__v_CCLD_0 = @echo " CCLD " $@; 178am__v_CCLD_1 = 179SOURCES = $(test_libFLAC_SOURCES) 180DIST_SOURCES = $(test_libFLAC_SOURCES) 181am__can_run_installinfo = \ 182 case $$AM_UPDATE_INFO_DIR in \ 183 n|no|NO) false;; \ 184 *) (install-info --version) >/dev/null 2>&1;; \ 185 esac 186am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 187# Read a list of newline-separated strings from the standard input, 188# and print each of them once, without duplicates. Input order is 189# *not* preserved. 190am__uniquify_input = $(AWK) '\ 191 BEGIN { nonempty = 0; } \ 192 { items[$$0] = 1; nonempty = 1; } \ 193 END { if (nonempty) { for (i in items) print i; }; } \ 194' 195# Make sure the list of sources is unique. This is necessary because, 196# e.g., the same source file might be shared among _SOURCES variables 197# for different programs/libraries. 198am__define_uniq_tagged_files = \ 199 list='$(am__tagged_files)'; \ 200 unique=`for i in $$list; do \ 201 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 202 done | $(am__uniquify_input)` 203ETAGS = etags 204CTAGS = ctags 205am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 206DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 207ACLOCAL = @ACLOCAL@ 208AMTAR = @AMTAR@ 209AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 210AR = @AR@ 211AS = @AS@ 212AUTOCONF = @AUTOCONF@ 213AUTOHEADER = @AUTOHEADER@ 214AUTOMAKE = @AUTOMAKE@ 215AWK = @AWK@ 216CC = @CC@ 217CCAS = @CCAS@ 218CCASDEPMODE = @CCASDEPMODE@ 219CCASFLAGS = @CCASFLAGS@ 220CCDEPMODE = @CCDEPMODE@ 221CFLAGS = @CFLAGS@ 222CPP = @CPP@ 223CPPFLAGS = @CPPFLAGS@ 224CXX = @CXX@ 225CXXCPP = @CXXCPP@ 226CXXDEPMODE = @CXXDEPMODE@ 227CXXFLAGS = @CXXFLAGS@ 228CYGPATH_W = @CYGPATH_W@ 229DEFS = @DEFS@ 230DEPDIR = @DEPDIR@ 231DLLTOOL = @DLLTOOL@ 232DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ 233DOXYGEN = @DOXYGEN@ 234DSYMUTIL = @DSYMUTIL@ 235DUMPBIN = @DUMPBIN@ 236ECHO_C = @ECHO_C@ 237ECHO_N = @ECHO_N@ 238ECHO_T = @ECHO_T@ 239EGREP = @EGREP@ 240ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@ 241EXEEXT = @EXEEXT@ 242FGREP = @FGREP@ 243FLAC__HAS_OGG = @FLAC__HAS_OGG@ 244FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@ 245FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@ 246GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ 247GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ 248GCC_VERSION = @GCC_VERSION@ 249GREP = @GREP@ 250INSTALL = @INSTALL@ 251INSTALL_DATA = @INSTALL_DATA@ 252INSTALL_PROGRAM = @INSTALL_PROGRAM@ 253INSTALL_SCRIPT = @INSTALL_SCRIPT@ 254INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 255LD = @LD@ 256LDFLAGS = @LDFLAGS@ 257LIBICONV = @LIBICONV@ 258LIBOBJS = @LIBOBJS@ 259LIBS = @LIBS@ 260LIBTOOL = @LIBTOOL@ 261LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ 262LIPO = @LIPO@ 263LN_S = @LN_S@ 264LTLIBICONV = @LTLIBICONV@ 265LTLIBOBJS = @LTLIBOBJS@ 266LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 267MAKEINFO = @MAKEINFO@ 268MANIFEST_TOOL = @MANIFEST_TOOL@ 269MKDIR_P = @MKDIR_P@ 270NASM = @NASM@ 271NM = @NM@ 272NMEDIT = @NMEDIT@ 273OBJDUMP = @OBJDUMP@ 274OBJEXT = @OBJEXT@ 275OBJ_FORMAT = @OBJ_FORMAT@ 276OGG_CFLAGS = @OGG_CFLAGS@ 277OGG_LIBS = @OGG_LIBS@ 278OGG_PACKAGE = @OGG_PACKAGE@ 279OTOOL = @OTOOL@ 280OTOOL64 = @OTOOL64@ 281PACKAGE = @PACKAGE@ 282PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 283PACKAGE_NAME = @PACKAGE_NAME@ 284PACKAGE_STRING = @PACKAGE_STRING@ 285PACKAGE_TARNAME = @PACKAGE_TARNAME@ 286PACKAGE_URL = @PACKAGE_URL@ 287PACKAGE_VERSION = @PACKAGE_VERSION@ 288PATH_SEPARATOR = @PATH_SEPARATOR@ 289RANLIB = @RANLIB@ 290SED = @SED@ 291SET_MAKE = @SET_MAKE@ 292SHELL = @SHELL@ 293STRIP = @STRIP@ 294VERSION = @VERSION@ 295XMMS_CFLAGS = @XMMS_CFLAGS@ 296XMMS_CONFIG = @XMMS_CONFIG@ 297XMMS_DATA_DIR = @XMMS_DATA_DIR@ 298XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@ 299XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@ 300XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@ 301XMMS_LIBS = @XMMS_LIBS@ 302XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@ 303XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@ 304XMMS_VERSION = @XMMS_VERSION@ 305XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@ 306abs_builddir = @abs_builddir@ 307abs_srcdir = @abs_srcdir@ 308abs_top_builddir = @abs_top_builddir@ 309abs_top_srcdir = @abs_top_srcdir@ 310ac_ct_AR = @ac_ct_AR@ 311ac_ct_CC = @ac_ct_CC@ 312ac_ct_CXX = @ac_ct_CXX@ 313ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 314am__include = @am__include@ 315am__leading_dot = @am__leading_dot@ 316am__quote = @am__quote@ 317am__tar = @am__tar@ 318am__untar = @am__untar@ 319bindir = @bindir@ 320build = @build@ 321build_alias = @build_alias@ 322build_cpu = @build_cpu@ 323build_os = @build_os@ 324build_vendor = @build_vendor@ 325builddir = @builddir@ 326datadir = @datadir@ 327datarootdir = @datarootdir@ 328docdir = @docdir@ 329dvidir = @dvidir@ 330exec_prefix = @exec_prefix@ 331host = @host@ 332host_alias = @host_alias@ 333host_cpu = @host_cpu@ 334host_os = @host_os@ 335host_vendor = @host_vendor@ 336htmldir = @htmldir@ 337includedir = @includedir@ 338infodir = @infodir@ 339install_sh = @install_sh@ 340libdir = @libdir@ 341libexecdir = @libexecdir@ 342localedir = @localedir@ 343localstatedir = @localstatedir@ 344mandir = @mandir@ 345mkdir_p = @mkdir_p@ 346oldincludedir = @oldincludedir@ 347pdfdir = @pdfdir@ 348prefix = @prefix@ 349program_transform_name = @program_transform_name@ 350psdir = @psdir@ 351runstatedir = @runstatedir@ 352sbindir = @sbindir@ 353sharedstatedir = @sharedstatedir@ 354srcdir = @srcdir@ 355sysconfdir = @sysconfdir@ 356target_alias = @target_alias@ 357top_build_prefix = @top_build_prefix@ 358top_builddir = @top_builddir@ 359top_srcdir = @top_srcdir@ 360EXTRA_DIST = \ 361 Makefile.lite \ 362 test_libFLAC.vcproj \ 363 test_libFLAC.vcxproj \ 364 test_libFLAC.vcxproj.filters 365 366AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src/libFLAC/include 367test_libFLAC_LDADD = \ 368 $(top_builddir)/src/share/grabbag/libgrabbag.la \ 369 $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ 370 $(top_builddir)/src/test_libs_common/libtest_libs_common.la \ 371 $(top_builddir)/src/libFLAC/libFLAC-static.la \ 372 @OGG_LIBS@ \ 373 -lm 374 375test_libFLAC_SOURCES = \ 376 bitwriter.c \ 377 decoders.c \ 378 encoders.c \ 379 endswap.c \ 380 format.c \ 381 main.c \ 382 metadata.c \ 383 metadata_manip.c \ 384 metadata_object.c \ 385 md5.c \ 386 bitwriter.h \ 387 decoders.h \ 388 encoders.h \ 389 endswap.h \ 390 format.h \ 391 metadata.h \ 392 md5.h 393 394CLEANFILES = test_libFLAC.exe 395all: all-am 396 397.SUFFIXES: 398.SUFFIXES: .c .lo .o .obj 399$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 400 @for dep in $?; do \ 401 case '$(am__configure_deps)' in \ 402 *$$dep*) \ 403 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 404 && { if test -f $@; then exit 0; else break; fi; }; \ 405 exit 1;; \ 406 esac; \ 407 done; \ 408 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/test_libFLAC/Makefile'; \ 409 $(am__cd) $(top_srcdir) && \ 410 $(AUTOMAKE) --foreign src/test_libFLAC/Makefile 411Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 412 @case '$?' in \ 413 *config.status*) \ 414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 415 *) \ 416 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 417 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 418 esac; 419 420$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 421 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 422 423$(top_srcdir)/configure: $(am__configure_deps) 424 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 425$(ACLOCAL_M4): $(am__aclocal_m4_deps) 426 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 427$(am__aclocal_m4_deps): 428 429clean-noinstPROGRAMS: 430 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 431 echo " rm -f" $$list; \ 432 rm -f $$list || exit $$?; \ 433 test -n "$(EXEEXT)" || exit 0; \ 434 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 435 echo " rm -f" $$list; \ 436 rm -f $$list 437 438test_libFLAC$(EXEEXT): $(test_libFLAC_OBJECTS) $(test_libFLAC_DEPENDENCIES) $(EXTRA_test_libFLAC_DEPENDENCIES) 439 @rm -f test_libFLAC$(EXEEXT) 440 $(AM_V_CCLD)$(LINK) $(test_libFLAC_OBJECTS) $(test_libFLAC_LDADD) $(LIBS) 441 442mostlyclean-compile: 443 -rm -f *.$(OBJEXT) 444 445distclean-compile: 446 -rm -f *.tab.c 447 448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitwriter.Po@am__quote@ 449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decoders.Po@am__quote@ 450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoders.Po@am__quote@ 451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/endswap.Po@am__quote@ 452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Po@am__quote@ 453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ 454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@ 455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metadata.Po@am__quote@ 456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metadata_manip.Po@am__quote@ 457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metadata_object.Po@am__quote@ 458 459.c.o: 460@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 461@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 462@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 463@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 464@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 465@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 466 467.c.obj: 468@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 469@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 470@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 471@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 472@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 473@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 474 475.c.lo: 476@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 477@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 478@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 479@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 480@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 481@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 482 483mostlyclean-libtool: 484 -rm -f *.lo 485 486clean-libtool: 487 -rm -rf .libs _libs 488 489ID: $(am__tagged_files) 490 $(am__define_uniq_tagged_files); mkid -fID $$unique 491tags: tags-am 492TAGS: tags 493 494tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 495 set x; \ 496 here=`pwd`; \ 497 $(am__define_uniq_tagged_files); \ 498 shift; \ 499 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 500 test -n "$$unique" || unique=$$empty_fix; \ 501 if test $$# -gt 0; then \ 502 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 503 "$$@" $$unique; \ 504 else \ 505 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 506 $$unique; \ 507 fi; \ 508 fi 509ctags: ctags-am 510 511CTAGS: ctags 512ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 513 $(am__define_uniq_tagged_files); \ 514 test -z "$(CTAGS_ARGS)$$unique" \ 515 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 516 $$unique 517 518GTAGS: 519 here=`$(am__cd) $(top_builddir) && pwd` \ 520 && $(am__cd) $(top_srcdir) \ 521 && gtags -i $(GTAGS_ARGS) "$$here" 522cscopelist: cscopelist-am 523 524cscopelist-am: $(am__tagged_files) 525 list='$(am__tagged_files)'; \ 526 case "$(srcdir)" in \ 527 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 528 *) sdir=$(subdir)/$(srcdir) ;; \ 529 esac; \ 530 for i in $$list; do \ 531 if test -f "$$i"; then \ 532 echo "$(subdir)/$$i"; \ 533 else \ 534 echo "$$sdir/$$i"; \ 535 fi; \ 536 done >> $(top_builddir)/cscope.files 537 538distclean-tags: 539 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 540 541distdir: $(DISTFILES) 542 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 543 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 544 list='$(DISTFILES)'; \ 545 dist_files=`for file in $$list; do echo $$file; done | \ 546 sed -e "s|^$$srcdirstrip/||;t" \ 547 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 548 case $$dist_files in \ 549 */*) $(MKDIR_P) `echo "$$dist_files" | \ 550 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 551 sort -u` ;; \ 552 esac; \ 553 for file in $$dist_files; do \ 554 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 555 if test -d $$d/$$file; then \ 556 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 557 if test -d "$(distdir)/$$file"; then \ 558 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 559 fi; \ 560 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 561 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 562 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 563 fi; \ 564 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 565 else \ 566 test -f "$(distdir)/$$file" \ 567 || cp -p $$d/$$file "$(distdir)/$$file" \ 568 || exit 1; \ 569 fi; \ 570 done 571check-am: all-am 572check: check-am 573all-am: Makefile $(PROGRAMS) 574installdirs: 575install: install-am 576install-exec: install-exec-am 577install-data: install-data-am 578uninstall: uninstall-am 579 580install-am: all-am 581 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 582 583installcheck: installcheck-am 584install-strip: 585 if test -z '$(STRIP)'; then \ 586 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 587 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 588 install; \ 589 else \ 590 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 591 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 592 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 593 fi 594mostlyclean-generic: 595 596clean-generic: 597 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 598 599distclean-generic: 600 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 601 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 602 603maintainer-clean-generic: 604 @echo "This command is intended for maintainers to use" 605 @echo "it deletes files that may require special tools to rebuild." 606clean: clean-am 607 608clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 609 mostlyclean-am 610 611distclean: distclean-am 612 -rm -rf ./$(DEPDIR) 613 -rm -f Makefile 614distclean-am: clean-am distclean-compile distclean-generic \ 615 distclean-tags 616 617dvi: dvi-am 618 619dvi-am: 620 621html: html-am 622 623html-am: 624 625info: info-am 626 627info-am: 628 629install-data-am: 630 631install-dvi: install-dvi-am 632 633install-dvi-am: 634 635install-exec-am: 636 637install-html: install-html-am 638 639install-html-am: 640 641install-info: install-info-am 642 643install-info-am: 644 645install-man: 646 647install-pdf: install-pdf-am 648 649install-pdf-am: 650 651install-ps: install-ps-am 652 653install-ps-am: 654 655installcheck-am: 656 657maintainer-clean: maintainer-clean-am 658 -rm -rf ./$(DEPDIR) 659 -rm -f Makefile 660maintainer-clean-am: distclean-am maintainer-clean-generic 661 662mostlyclean: mostlyclean-am 663 664mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 665 mostlyclean-libtool 666 667pdf: pdf-am 668 669pdf-am: 670 671ps: ps-am 672 673ps-am: 674 675uninstall-am: 676 677.MAKE: install-am install-strip 678 679.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 680 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ 681 ctags-am distclean distclean-compile distclean-generic \ 682 distclean-libtool distclean-tags distdir dvi dvi-am html \ 683 html-am info info-am install install-am install-data \ 684 install-data-am install-dvi install-dvi-am install-exec \ 685 install-exec-am install-html install-html-am install-info \ 686 install-info-am install-man install-pdf install-pdf-am \ 687 install-ps install-ps-am install-strip installcheck \ 688 installcheck-am installdirs maintainer-clean \ 689 maintainer-clean-generic mostlyclean mostlyclean-compile \ 690 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 691 tags tags-am uninstall uninstall-am 692 693.PRECIOUS: Makefile 694 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