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@ 16VPATH = @srcdir@ 17am__is_gnu_make = { \ 18 if test -z '$(MAKELEVEL)'; then \ 19 false; \ 20 elif test -n '$(MAKE_HOST)'; then \ 21 true; \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23 true; \ 24 else \ 25 false; \ 26 fi; \ 27} 28am__make_running_with_option = \ 29 case $${target_option-} in \ 30 ?) ;; \ 31 *) echo "am__make_running_with_option: internal error: invalid" \ 32 "target option '$${target_option-}' specified" >&2; \ 33 exit 1;; \ 34 esac; \ 35 has_opt=no; \ 36 sane_makeflags=$$MAKEFLAGS; \ 37 if $(am__is_gnu_make); then \ 38 sane_makeflags=$$MFLAGS; \ 39 else \ 40 case $$MAKEFLAGS in \ 41 *\\[\ \ ]*) \ 42 bs=\\; \ 43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 45 esac; \ 46 fi; \ 47 skip_next=no; \ 48 strip_trailopt () \ 49 { \ 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 51 }; \ 52 for flg in $$sane_makeflags; do \ 53 test $$skip_next = yes && { skip_next=no; continue; }; \ 54 case $$flg in \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ 59 -*O?*) strip_trailopt 'O';; \ 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \ 62 -[dEDm]) skip_next=yes;; \ 63 -[JT]) skip_next=yes;; \ 64 esac; \ 65 case $$flg in \ 66 *$$target_option*) has_opt=yes; break;; \ 67 esac; \ 68 done; \ 69 test $$has_opt = yes 70am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 71am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72pkgincludedir = $(includedir)/@PACKAGE@ 73pkglibdir = $(libdir)/@PACKAGE@ 74pkglibexecdir = $(libexecdir)/@PACKAGE@ 75am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 76install_sh_DATA = $(install_sh) -c -m 644 77install_sh_PROGRAM = $(install_sh) -c 78install_sh_SCRIPT = $(install_sh) -c 79INSTALL_HEADER = $(INSTALL_DATA) 80transform = $(program_transform_name) 81NORMAL_INSTALL = : 82PRE_INSTALL = : 83POST_INSTALL = : 84NORMAL_UNINSTALL = : 85PRE_UNINSTALL = : 86POST_UNINSTALL = : 87build_triplet = @build@ 88host_triplet = @host@ 89check_PROGRAMS = test$(EXEEXT) 90subdir = tests 91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 93 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 94 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 95 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac 96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 97 $(ACLOCAL_M4) 98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 99mkinstalldirs = $(install_sh) -d 100CONFIG_HEADER = $(top_builddir)/config.h 101CONFIG_CLEAN_FILES = 102CONFIG_CLEAN_VPATH_FILES = 103test_SOURCES = test.c 104test_OBJECTS = test-test.$(OBJEXT) 105test_DEPENDENCIES = $(top_builddir)/src/libmagic.la 106AM_V_lt = $(am__v_lt_@AM_V@) 107am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 108am__v_lt_0 = --silent 109am__v_lt_1 = 110AM_V_P = $(am__v_P_@AM_V@) 111am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 112am__v_P_0 = false 113am__v_P_1 = : 114AM_V_GEN = $(am__v_GEN_@AM_V@) 115am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 116am__v_GEN_0 = @echo " GEN " $@; 117am__v_GEN_1 = 118AM_V_at = $(am__v_at_@AM_V@) 119am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 120am__v_at_0 = @ 121am__v_at_1 = 122DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 123depcomp = $(SHELL) $(top_srcdir)/depcomp 124am__depfiles_maybe = depfiles 125am__mv = mv -f 126COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 127 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 128LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 129 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 130 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 131 $(AM_CFLAGS) $(CFLAGS) 132AM_V_CC = $(am__v_CC_@AM_V@) 133am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 134am__v_CC_0 = @echo " CC " $@; 135am__v_CC_1 = 136CCLD = $(CC) 137LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 138 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 139 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 140AM_V_CCLD = $(am__v_CCLD_@AM_V@) 141am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 142am__v_CCLD_0 = @echo " CCLD " $@; 143am__v_CCLD_1 = 144SOURCES = test.c 145DIST_SOURCES = test.c 146am__can_run_installinfo = \ 147 case $$AM_UPDATE_INFO_DIR in \ 148 n|no|NO) false;; \ 149 *) (install-info --version) >/dev/null 2>&1;; \ 150 esac 151am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 152# Read a list of newline-separated strings from the standard input, 153# and print each of them once, without duplicates. Input order is 154# *not* preserved. 155am__uniquify_input = $(AWK) '\ 156 BEGIN { nonempty = 0; } \ 157 { items[$$0] = 1; nonempty = 1; } \ 158 END { if (nonempty) { for (i in items) print i; }; } \ 159' 160# Make sure the list of sources is unique. This is necessary because, 161# e.g., the same source file might be shared among _SOURCES variables 162# for different programs/libraries. 163am__define_uniq_tagged_files = \ 164 list='$(am__tagged_files)'; \ 165 unique=`for i in $$list; do \ 166 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 167 done | $(am__uniquify_input)` 168ETAGS = etags 169CTAGS = ctags 170am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README 171DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 172pkgdatadir = @pkgdatadir@ 173ACLOCAL = @ACLOCAL@ 174AMTAR = @AMTAR@ 175AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 176AR = @AR@ 177AUTOCONF = @AUTOCONF@ 178AUTOHEADER = @AUTOHEADER@ 179AUTOMAKE = @AUTOMAKE@ 180AWK = @AWK@ 181CC = @CC@ 182CCDEPMODE = @CCDEPMODE@ 183CFLAGS = @CFLAGS@ 184CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ 185CPP = @CPP@ 186CPPFLAGS = @CPPFLAGS@ 187CYGPATH_W = @CYGPATH_W@ 188DEFS = @DEFS@ 189DEPDIR = @DEPDIR@ 190DLLTOOL = @DLLTOOL@ 191DSYMUTIL = @DSYMUTIL@ 192DUMPBIN = @DUMPBIN@ 193ECHO_C = @ECHO_C@ 194ECHO_N = @ECHO_N@ 195ECHO_T = @ECHO_T@ 196EGREP = @EGREP@ 197EXEEXT = @EXEEXT@ 198FGREP = @FGREP@ 199GREP = @GREP@ 200HAVE_VISIBILITY = @HAVE_VISIBILITY@ 201INSTALL = @INSTALL@ 202INSTALL_DATA = @INSTALL_DATA@ 203INSTALL_PROGRAM = @INSTALL_PROGRAM@ 204INSTALL_SCRIPT = @INSTALL_SCRIPT@ 205INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 206LD = @LD@ 207LDFLAGS = @LDFLAGS@ 208LIBOBJS = @LIBOBJS@ 209LIBS = @LIBS@ 210LIBTOOL = @LIBTOOL@ 211LIPO = @LIPO@ 212LN_S = @LN_S@ 213LTLIBOBJS = @LTLIBOBJS@ 214MAKEINFO = @MAKEINFO@ 215MANIFEST_TOOL = @MANIFEST_TOOL@ 216MINGW = @MINGW@ 217MKDIR_P = @MKDIR_P@ 218NM = @NM@ 219NMEDIT = @NMEDIT@ 220OBJDUMP = @OBJDUMP@ 221OBJEXT = @OBJEXT@ 222OTOOL = @OTOOL@ 223OTOOL64 = @OTOOL64@ 224PACKAGE = @PACKAGE@ 225PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 226PACKAGE_NAME = @PACKAGE_NAME@ 227PACKAGE_STRING = @PACKAGE_STRING@ 228PACKAGE_TARNAME = @PACKAGE_TARNAME@ 229PACKAGE_URL = @PACKAGE_URL@ 230PACKAGE_VERSION = @PACKAGE_VERSION@ 231PATH_SEPARATOR = @PATH_SEPARATOR@ 232RANLIB = @RANLIB@ 233SED = @SED@ 234SET_MAKE = @SET_MAKE@ 235SHELL = @SHELL@ 236STRIP = @STRIP@ 237VERSION = @VERSION@ 238WARNINGS = @WARNINGS@ 239abs_builddir = @abs_builddir@ 240abs_srcdir = @abs_srcdir@ 241abs_top_builddir = @abs_top_builddir@ 242abs_top_srcdir = @abs_top_srcdir@ 243ac_ct_AR = @ac_ct_AR@ 244ac_ct_CC = @ac_ct_CC@ 245ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 246am__include = @am__include@ 247am__leading_dot = @am__leading_dot@ 248am__quote = @am__quote@ 249am__tar = @am__tar@ 250am__untar = @am__untar@ 251bindir = @bindir@ 252build = @build@ 253build_alias = @build_alias@ 254build_cpu = @build_cpu@ 255build_os = @build_os@ 256build_vendor = @build_vendor@ 257builddir = @builddir@ 258datadir = @datadir@ 259datarootdir = @datarootdir@ 260docdir = @docdir@ 261dvidir = @dvidir@ 262exec_prefix = @exec_prefix@ 263fsect = @fsect@ 264host = @host@ 265host_alias = @host_alias@ 266host_cpu = @host_cpu@ 267host_os = @host_os@ 268host_vendor = @host_vendor@ 269htmldir = @htmldir@ 270includedir = @includedir@ 271infodir = @infodir@ 272install_sh = @install_sh@ 273libdir = @libdir@ 274libexecdir = @libexecdir@ 275localedir = @localedir@ 276localstatedir = @localstatedir@ 277mandir = @mandir@ 278mkdir_p = @mkdir_p@ 279oldincludedir = @oldincludedir@ 280pdfdir = @pdfdir@ 281prefix = @prefix@ 282program_transform_name = @program_transform_name@ 283psdir = @psdir@ 284sbindir = @sbindir@ 285sharedstatedir = @sharedstatedir@ 286srcdir = @srcdir@ 287sysconfdir = @sysconfdir@ 288target_alias = @target_alias@ 289top_build_prefix = @top_build_prefix@ 290top_builddir = @top_builddir@ 291top_srcdir = @top_srcdir@ 292test_LDADD = $(top_builddir)/src/libmagic.la 293test_CPPFLAGS = -I$(top_builddir)/src 294EXTRA_DIST = \ 295regex-eol.magic \ 296CVE-2014-1943.testfile \ 297JW07022A.mp3.testfile \ 298escapevel.testfile \ 299fit-map-data.testfile \ 300gedcom.testfile \ 301hddrawcopytool.testfile \ 302issue311docx.testfile \ 303issue359xlsx.testfile \ 304json1.testfile \ 305json2.testfile \ 306json3.testfile \ 307regex-eol.testfile \ 308zstd-v0.2-FF.testfile \ 309zstd-v0.3-FF.testfile \ 310zstd-v0.4-FF.testfile \ 311zstd-v0.5-FF.testfile \ 312zstd-v0.6-FF.testfile \ 313zstd-v0.7-21.testfile \ 314zstd-v0.7-22.testfile \ 315zstd-v0.8-01.testfile \ 316zstd-v0.8-02.testfile \ 317zstd-v0.8-03.testfile \ 318zstd-v0.8-16.testfile \ 319zstd-v0.8-20.testfile \ 320zstd-v0.8-21.testfile \ 321zstd-v0.8-22.testfile \ 322zstd-v0.8-23.testfile \ 323zstd-v0.8-F4.testfile \ 324zstd-v0.8-FF.testfile \ 325CVE-2014-1943.result \ 326JW07022A.mp3.result \ 327escapevel.result \ 328fit-map-data.result \ 329gedcom.result \ 330hddrawcopytool.result \ 331issue311docx.result \ 332issue359xlsx.result \ 333json1.result \ 334json2.result \ 335json3.result \ 336regex-eol.result \ 337zstd-3-skippable-frames.result \ 338zstd-dictionary-0.result \ 339zstd-dictionary-1.result \ 340zstd-dictionary-2.result \ 341zstd-skippable-frame-0.result \ 342zstd-skippable-frame-4.result \ 343zstd-skippable-frame-8.result \ 344zstd-skippable-frame-C.result \ 345zstd-v0.2-FF.result \ 346zstd-v0.3-FF.result \ 347zstd-v0.4-FF.result \ 348zstd-v0.5-FF.result \ 349zstd-v0.6-FF.result \ 350zstd-v0.7-00.result \ 351zstd-v0.7-21.result \ 352zstd-v0.7-22.result \ 353zstd-v0.8-00.result \ 354zstd-v0.8-01.result \ 355zstd-v0.8-02.result \ 356zstd-v0.8-03.result \ 357zstd-v0.8-16.result \ 358zstd-v0.8-20.result \ 359zstd-v0.8-21.result \ 360zstd-v0.8-22.result \ 361zstd-v0.8-23.result \ 362zstd-v0.8-F4.result \ 363zstd-v0.8-FF.result 364 365T = $(top_srcdir)/tests 366all: all-am 367 368.SUFFIXES: 369.SUFFIXES: .c .lo .o .obj 370$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 371 @for dep in $?; do \ 372 case '$(am__configure_deps)' in \ 373 *$$dep*) \ 374 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 375 && { if test -f $@; then exit 0; else break; fi; }; \ 376 exit 1;; \ 377 esac; \ 378 done; \ 379 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \ 380 $(am__cd) $(top_srcdir) && \ 381 $(AUTOMAKE) --foreign tests/Makefile 382Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 383 @case '$?' in \ 384 *config.status*) \ 385 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 386 *) \ 387 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 388 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 389 esac; 390 391$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 393 394$(top_srcdir)/configure: $(am__configure_deps) 395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 396$(ACLOCAL_M4): $(am__aclocal_m4_deps) 397 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 398$(am__aclocal_m4_deps): 399 400clean-checkPROGRAMS: 401 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 402 echo " rm -f" $$list; \ 403 rm -f $$list || exit $$?; \ 404 test -n "$(EXEEXT)" || exit 0; \ 405 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 406 echo " rm -f" $$list; \ 407 rm -f $$list 408 409test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES) 410 @rm -f test$(EXEEXT) 411 $(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS) 412 413mostlyclean-compile: 414 -rm -f *.$(OBJEXT) 415 416distclean-compile: 417 -rm -f *.tab.c 418 419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@ 420 421.c.o: 422@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 423@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 424@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 425@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 426@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 427@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 428 429.c.obj: 430@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 431@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 432@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 433@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 434@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 435@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 436 437.c.lo: 438@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 439@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 440@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 441@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 442@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 443@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 444 445test-test.o: test.c 446@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test-test.o -MD -MP -MF $(DEPDIR)/test-test.Tpo -c -o test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c 447@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po 448@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@ 449@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 450@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c 451 452test-test.obj: test.c 453@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test-test.obj -MD -MP -MF $(DEPDIR)/test-test.Tpo -c -o test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi` 454@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po 455@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@ 456@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 457@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi` 458 459mostlyclean-libtool: 460 -rm -f *.lo 461 462clean-libtool: 463 -rm -rf .libs _libs 464 465ID: $(am__tagged_files) 466 $(am__define_uniq_tagged_files); mkid -fID $$unique 467tags: tags-am 468TAGS: tags 469 470tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 471 set x; \ 472 here=`pwd`; \ 473 $(am__define_uniq_tagged_files); \ 474 shift; \ 475 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 476 test -n "$$unique" || unique=$$empty_fix; \ 477 if test $$# -gt 0; then \ 478 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 479 "$$@" $$unique; \ 480 else \ 481 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 482 $$unique; \ 483 fi; \ 484 fi 485ctags: ctags-am 486 487CTAGS: ctags 488ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 489 $(am__define_uniq_tagged_files); \ 490 test -z "$(CTAGS_ARGS)$$unique" \ 491 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 492 $$unique 493 494GTAGS: 495 here=`$(am__cd) $(top_builddir) && pwd` \ 496 && $(am__cd) $(top_srcdir) \ 497 && gtags -i $(GTAGS_ARGS) "$$here" 498cscopelist: cscopelist-am 499 500cscopelist-am: $(am__tagged_files) 501 list='$(am__tagged_files)'; \ 502 case "$(srcdir)" in \ 503 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 504 *) sdir=$(subdir)/$(srcdir) ;; \ 505 esac; \ 506 for i in $$list; do \ 507 if test -f "$$i"; then \ 508 echo "$(subdir)/$$i"; \ 509 else \ 510 echo "$$sdir/$$i"; \ 511 fi; \ 512 done >> $(top_builddir)/cscope.files 513 514distclean-tags: 515 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 516 517distdir: $(DISTFILES) 518 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 519 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 520 list='$(DISTFILES)'; \ 521 dist_files=`for file in $$list; do echo $$file; done | \ 522 sed -e "s|^$$srcdirstrip/||;t" \ 523 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 524 case $$dist_files in \ 525 */*) $(MKDIR_P) `echo "$$dist_files" | \ 526 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 527 sort -u` ;; \ 528 esac; \ 529 for file in $$dist_files; do \ 530 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 531 if test -d $$d/$$file; then \ 532 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 533 if test -d "$(distdir)/$$file"; then \ 534 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 535 fi; \ 536 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 537 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 538 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 539 fi; \ 540 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 541 else \ 542 test -f "$(distdir)/$$file" \ 543 || cp -p $$d/$$file "$(distdir)/$$file" \ 544 || exit 1; \ 545 fi; \ 546 done 547check-am: all-am 548 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 549 $(MAKE) $(AM_MAKEFLAGS) check-local 550check: check-am 551all-am: Makefile 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-checkPROGRAMS clean-generic clean-libtool \ 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: check-am install-am install-strip 655 656.PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \ 657 clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ 658 ctags 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 672check-local: 673 MAGIC=$(top_builddir)/magic/magic ./test 674 set -e; \ 675 for i in $T/*.testfile; do \ 676 echo Running test: $$i; \ 677 if [ -f $${i%%.testfile}.magic ]; then \ 678 m=$${i%%.testfile}.magic; \ 679 else \ 680 m=$(top_builddir)/magic/magic; \ 681 fi; \ 682 TZ=UTC MAGIC=$$m ./test $$i $${i%%.testfile}.result; \ 683 done 684 685# Tell versions [3.59,3.63) of GNU make to not export all variables. 686# Otherwise a system limit (for SysV at least) may be exceeded. 687.NOEXPORT: 688