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_srcdir)/src 294EXTRA_DIST = \ 295escapevel.result \ 296escapevel.testfile \ 297gedcom.result \ 298gedcom.testfile \ 299issue311docx.result \ 300issue311docx.testfile 301 302T = $(top_srcdir)/tests 303all: all-am 304 305.SUFFIXES: 306.SUFFIXES: .c .lo .o .obj 307$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 308 @for dep in $?; do \ 309 case '$(am__configure_deps)' in \ 310 *$$dep*) \ 311 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 312 && { if test -f $@; then exit 0; else break; fi; }; \ 313 exit 1;; \ 314 esac; \ 315 done; \ 316 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \ 317 $(am__cd) $(top_srcdir) && \ 318 $(AUTOMAKE) --foreign tests/Makefile 319Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 320 @case '$?' in \ 321 *config.status*) \ 322 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 323 *) \ 324 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 325 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 326 esac; 327 328$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 330 331$(top_srcdir)/configure: $(am__configure_deps) 332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 333$(ACLOCAL_M4): $(am__aclocal_m4_deps) 334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 335$(am__aclocal_m4_deps): 336 337clean-checkPROGRAMS: 338 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 339 echo " rm -f" $$list; \ 340 rm -f $$list || exit $$?; \ 341 test -n "$(EXEEXT)" || exit 0; \ 342 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 343 echo " rm -f" $$list; \ 344 rm -f $$list 345 346test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES) 347 @rm -f test$(EXEEXT) 348 $(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS) 349 350mostlyclean-compile: 351 -rm -f *.$(OBJEXT) 352 353distclean-compile: 354 -rm -f *.tab.c 355 356@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@ 357 358.c.o: 359@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 360@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 361@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 362@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 363@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 364@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 365 366.c.obj: 367@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 368@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 369@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 370@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 371@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 372@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 373 374.c.lo: 375@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 376@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 377@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 378@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 379@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 380@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 381 382test-test.o: test.c 383@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 384@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po 385@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@ 386@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 387@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 388 389test-test.obj: test.c 390@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` 391@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po 392@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@ 393@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 394@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` 395 396mostlyclean-libtool: 397 -rm -f *.lo 398 399clean-libtool: 400 -rm -rf .libs _libs 401 402ID: $(am__tagged_files) 403 $(am__define_uniq_tagged_files); mkid -fID $$unique 404tags: tags-am 405TAGS: tags 406 407tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 408 set x; \ 409 here=`pwd`; \ 410 $(am__define_uniq_tagged_files); \ 411 shift; \ 412 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 413 test -n "$$unique" || unique=$$empty_fix; \ 414 if test $$# -gt 0; then \ 415 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 416 "$$@" $$unique; \ 417 else \ 418 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 419 $$unique; \ 420 fi; \ 421 fi 422ctags: ctags-am 423 424CTAGS: ctags 425ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 426 $(am__define_uniq_tagged_files); \ 427 test -z "$(CTAGS_ARGS)$$unique" \ 428 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 429 $$unique 430 431GTAGS: 432 here=`$(am__cd) $(top_builddir) && pwd` \ 433 && $(am__cd) $(top_srcdir) \ 434 && gtags -i $(GTAGS_ARGS) "$$here" 435cscopelist: cscopelist-am 436 437cscopelist-am: $(am__tagged_files) 438 list='$(am__tagged_files)'; \ 439 case "$(srcdir)" in \ 440 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 441 *) sdir=$(subdir)/$(srcdir) ;; \ 442 esac; \ 443 for i in $$list; do \ 444 if test -f "$$i"; then \ 445 echo "$(subdir)/$$i"; \ 446 else \ 447 echo "$$sdir/$$i"; \ 448 fi; \ 449 done >> $(top_builddir)/cscope.files 450 451distclean-tags: 452 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 453 454distdir: $(DISTFILES) 455 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 456 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 457 list='$(DISTFILES)'; \ 458 dist_files=`for file in $$list; do echo $$file; done | \ 459 sed -e "s|^$$srcdirstrip/||;t" \ 460 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 461 case $$dist_files in \ 462 */*) $(MKDIR_P) `echo "$$dist_files" | \ 463 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 464 sort -u` ;; \ 465 esac; \ 466 for file in $$dist_files; do \ 467 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 468 if test -d $$d/$$file; then \ 469 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 470 if test -d "$(distdir)/$$file"; then \ 471 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 472 fi; \ 473 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 474 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 475 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 476 fi; \ 477 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 478 else \ 479 test -f "$(distdir)/$$file" \ 480 || cp -p $$d/$$file "$(distdir)/$$file" \ 481 || exit 1; \ 482 fi; \ 483 done 484check-am: all-am 485 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 486 $(MAKE) $(AM_MAKEFLAGS) check-local 487check: check-am 488all-am: Makefile 489installdirs: 490install: install-am 491install-exec: install-exec-am 492install-data: install-data-am 493uninstall: uninstall-am 494 495install-am: all-am 496 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 497 498installcheck: installcheck-am 499install-strip: 500 if test -z '$(STRIP)'; then \ 501 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 502 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 503 install; \ 504 else \ 505 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 506 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 507 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 508 fi 509mostlyclean-generic: 510 511clean-generic: 512 513distclean-generic: 514 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 515 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 516 517maintainer-clean-generic: 518 @echo "This command is intended for maintainers to use" 519 @echo "it deletes files that may require special tools to rebuild." 520clean: clean-am 521 522clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 523 mostlyclean-am 524 525distclean: distclean-am 526 -rm -rf ./$(DEPDIR) 527 -rm -f Makefile 528distclean-am: clean-am distclean-compile distclean-generic \ 529 distclean-tags 530 531dvi: dvi-am 532 533dvi-am: 534 535html: html-am 536 537html-am: 538 539info: info-am 540 541info-am: 542 543install-data-am: 544 545install-dvi: install-dvi-am 546 547install-dvi-am: 548 549install-exec-am: 550 551install-html: install-html-am 552 553install-html-am: 554 555install-info: install-info-am 556 557install-info-am: 558 559install-man: 560 561install-pdf: install-pdf-am 562 563install-pdf-am: 564 565install-ps: install-ps-am 566 567install-ps-am: 568 569installcheck-am: 570 571maintainer-clean: maintainer-clean-am 572 -rm -rf ./$(DEPDIR) 573 -rm -f Makefile 574maintainer-clean-am: distclean-am maintainer-clean-generic 575 576mostlyclean: mostlyclean-am 577 578mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 579 mostlyclean-libtool 580 581pdf: pdf-am 582 583pdf-am: 584 585ps: ps-am 586 587ps-am: 588 589uninstall-am: 590 591.MAKE: check-am install-am install-strip 592 593.PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \ 594 clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ 595 ctags ctags-am distclean distclean-compile distclean-generic \ 596 distclean-libtool distclean-tags distdir dvi dvi-am html \ 597 html-am info info-am install install-am install-data \ 598 install-data-am install-dvi install-dvi-am install-exec \ 599 install-exec-am install-html install-html-am install-info \ 600 install-info-am install-man install-pdf install-pdf-am \ 601 install-ps install-ps-am install-strip installcheck \ 602 installcheck-am installdirs maintainer-clean \ 603 maintainer-clean-generic mostlyclean mostlyclean-compile \ 604 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 605 tags tags-am uninstall uninstall-am 606 607.PRECIOUS: Makefile 608 609check-local: 610 MAGIC=$(top_builddir)/magic/magic ./test 611 for i in $T/*.testfile; do echo Running test: $$i; MAGIC=$(top_builddir)/magic/magic ./test $$i $${i%%.testfile}.result; done 612 613# Tell versions [3.59,3.63) of GNU make to not export all variables. 614# Otherwise a system limit (for SysV at least) may be exceeded. 615.NOEXPORT: 616