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 18 19VPATH = @srcdir@ 20am__is_gnu_make = { \ 21 if test -z '$(MAKELEVEL)'; then \ 22 false; \ 23 elif test -n '$(MAKE_HOST)'; then \ 24 true; \ 25 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 26 true; \ 27 else \ 28 false; \ 29 fi; \ 30} 31am__make_running_with_option = \ 32 case $${target_option-} in \ 33 ?) ;; \ 34 *) echo "am__make_running_with_option: internal error: invalid" \ 35 "target option '$${target_option-}' specified" >&2; \ 36 exit 1;; \ 37 esac; \ 38 has_opt=no; \ 39 sane_makeflags=$$MAKEFLAGS; \ 40 if $(am__is_gnu_make); then \ 41 sane_makeflags=$$MFLAGS; \ 42 else \ 43 case $$MAKEFLAGS in \ 44 *\\[\ \ ]*) \ 45 bs=\\; \ 46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 48 esac; \ 49 fi; \ 50 skip_next=no; \ 51 strip_trailopt () \ 52 { \ 53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 54 }; \ 55 for flg in $$sane_makeflags; do \ 56 test $$skip_next = yes && { skip_next=no; continue; }; \ 57 case $$flg in \ 58 *=*|--*) continue;; \ 59 -*I) strip_trailopt 'I'; skip_next=yes;; \ 60 -*I?*) strip_trailopt 'I';; \ 61 -*O) strip_trailopt 'O'; skip_next=yes;; \ 62 -*O?*) strip_trailopt 'O';; \ 63 -*l) strip_trailopt 'l'; skip_next=yes;; \ 64 -*l?*) strip_trailopt 'l';; \ 65 -[dEDm]) skip_next=yes;; \ 66 -[JT]) skip_next=yes;; \ 67 esac; \ 68 case $$flg in \ 69 *$$target_option*) has_opt=yes; break;; \ 70 esac; \ 71 done; \ 72 test $$has_opt = yes 73am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 74am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 75pkgincludedir = $(includedir)/@PACKAGE@ 76pkglibdir = $(libdir)/@PACKAGE@ 77pkglibexecdir = $(libexecdir)/@PACKAGE@ 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79install_sh_DATA = $(install_sh) -c -m 644 80install_sh_PROGRAM = $(install_sh) -c 81install_sh_SCRIPT = $(install_sh) -c 82INSTALL_HEADER = $(INSTALL_DATA) 83transform = $(program_transform_name) 84NORMAL_INSTALL = : 85PRE_INSTALL = : 86POST_INSTALL = : 87NORMAL_UNINSTALL = : 88PRE_UNINSTALL = : 89POST_UNINSTALL = : 90build_triplet = @build@ 91host_triplet = @host@ 92bin_PROGRAMS = file$(EXEEXT) 93subdir = src 94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 96 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 97 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 98 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac 99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 100 $(ACLOCAL_M4) 101DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 102mkinstalldirs = $(install_sh) -d 103CONFIG_HEADER = $(top_builddir)/config.h 104CONFIG_CLEAN_FILES = 105CONFIG_CLEAN_VPATH_FILES = 106am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 107am__vpath_adj = case $$p in \ 108 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 109 *) f=$$p;; \ 110 esac; 111am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 112am__install_max = 40 113am__nobase_strip_setup = \ 114 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 115am__nobase_strip = \ 116 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 117am__nobase_list = $(am__nobase_strip_setup); \ 118 for p in $$list; do echo "$$p $$p"; done | \ 119 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 121 if (++n[$$2] == $(am__install_max)) \ 122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 123 END { for (dir in files) print dir, files[dir] }' 124am__base_list = \ 125 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 126 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 127am__uninstall_files_from_dir = { \ 128 test -z "$$files" \ 129 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 131 $(am__cd) "$$dir" && rm -f $$files; }; \ 132 } 133am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ 134 "$(DESTDIR)$(includedir)" 135LTLIBRARIES = $(lib_LTLIBRARIES) 136am__DEPENDENCIES_1 = 137libmagic_la_DEPENDENCIES = $(LTLIBOBJS) $(am__DEPENDENCIES_1) 138am_libmagic_la_OBJECTS = magic.lo apprentice.lo softmagic.lo \ 139 ascmagic.lo encoding.lo compress.lo is_tar.lo readelf.lo \ 140 print.lo fsmagic.lo funcs.lo apptype.lo der.lo cdf.lo \ 141 cdf_time.lo readcdf.lo 142libmagic_la_OBJECTS = $(am_libmagic_la_OBJECTS) 143AM_V_lt = $(am__v_lt_@AM_V@) 144am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 145am__v_lt_0 = --silent 146am__v_lt_1 = 147libmagic_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 148 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 149 $(libmagic_la_LDFLAGS) $(LDFLAGS) -o $@ 150PROGRAMS = $(bin_PROGRAMS) 151am_file_OBJECTS = file.$(OBJEXT) 152file_OBJECTS = $(am_file_OBJECTS) 153file_DEPENDENCIES = libmagic.la 154AM_V_P = $(am__v_P_@AM_V@) 155am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 156am__v_P_0 = false 157am__v_P_1 = : 158AM_V_GEN = $(am__v_GEN_@AM_V@) 159am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 160am__v_GEN_0 = @echo " GEN " $@; 161am__v_GEN_1 = 162AM_V_at = $(am__v_at_@AM_V@) 163am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 164am__v_at_0 = @ 165am__v_at_1 = 166DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 167depcomp = $(SHELL) $(top_srcdir)/depcomp 168am__depfiles_maybe = depfiles 169am__mv = mv -f 170COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 171 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 172LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 173 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 174 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 175 $(AM_CFLAGS) $(CFLAGS) 176AM_V_CC = $(am__v_CC_@AM_V@) 177am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 178am__v_CC_0 = @echo " CC " $@; 179am__v_CC_1 = 180CCLD = $(CC) 181LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 182 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 183 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 184AM_V_CCLD = $(am__v_CCLD_@AM_V@) 185am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 186am__v_CCLD_0 = @echo " CCLD " $@; 187am__v_CCLD_1 = 188SOURCES = $(libmagic_la_SOURCES) $(file_SOURCES) 189DIST_SOURCES = $(libmagic_la_SOURCES) $(file_SOURCES) 190am__can_run_installinfo = \ 191 case $$AM_UPDATE_INFO_DIR in \ 192 n|no|NO) false;; \ 193 *) (install-info --version) >/dev/null 2>&1;; \ 194 esac 195HEADERS = $(nodist_include_HEADERS) 196am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 197# Read a list of newline-separated strings from the standard input, 198# and print each of them once, without duplicates. Input order is 199# *not* preserved. 200am__uniquify_input = $(AWK) '\ 201 BEGIN { nonempty = 0; } \ 202 { items[$$0] = 1; nonempty = 1; } \ 203 END { if (nonempty) { for (i in items) print i; }; } \ 204' 205# Make sure the list of sources is unique. This is necessary because, 206# e.g., the same source file might be shared among _SOURCES variables 207# for different programs/libraries. 208am__define_uniq_tagged_files = \ 209 list='$(am__tagged_files)'; \ 210 unique=`for i in $$list; do \ 211 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 212 done | $(am__uniquify_input)` 213ETAGS = etags 214CTAGS = ctags 215am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ 216 asctime_r.c asprintf.c ctime_r.c dprintf.c fmtcheck.c \ 217 getline.c getopt_long.c gmtime_r.c localtime_r.c pread.c \ 218 strcasestr.c strlcat.c strlcpy.c vasprintf.c 219DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 220pkgdatadir = @pkgdatadir@ 221ACLOCAL = @ACLOCAL@ 222AMTAR = @AMTAR@ 223AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 224AR = @AR@ 225AUTOCONF = @AUTOCONF@ 226AUTOHEADER = @AUTOHEADER@ 227AUTOMAKE = @AUTOMAKE@ 228AWK = @AWK@ 229CC = @CC@ 230CCDEPMODE = @CCDEPMODE@ 231CFLAGS = @CFLAGS@ 232CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ 233CPP = @CPP@ 234CPPFLAGS = @CPPFLAGS@ 235CYGPATH_W = @CYGPATH_W@ 236DEFS = @DEFS@ 237DEPDIR = @DEPDIR@ 238DLLTOOL = @DLLTOOL@ 239DSYMUTIL = @DSYMUTIL@ 240DUMPBIN = @DUMPBIN@ 241ECHO_C = @ECHO_C@ 242ECHO_N = @ECHO_N@ 243ECHO_T = @ECHO_T@ 244EGREP = @EGREP@ 245EXEEXT = @EXEEXT@ 246FGREP = @FGREP@ 247GREP = @GREP@ 248HAVE_VISIBILITY = @HAVE_VISIBILITY@ 249INSTALL = @INSTALL@ 250INSTALL_DATA = @INSTALL_DATA@ 251INSTALL_PROGRAM = @INSTALL_PROGRAM@ 252INSTALL_SCRIPT = @INSTALL_SCRIPT@ 253INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 254LD = @LD@ 255LDFLAGS = @LDFLAGS@ 256LIBOBJS = @LIBOBJS@ 257LIBS = @LIBS@ 258LIBTOOL = @LIBTOOL@ 259LIPO = @LIPO@ 260LN_S = @LN_S@ 261LTLIBOBJS = @LTLIBOBJS@ 262MAKEINFO = @MAKEINFO@ 263MANIFEST_TOOL = @MANIFEST_TOOL@ 264MINGW = @MINGW@ 265MKDIR_P = @MKDIR_P@ 266NM = @NM@ 267NMEDIT = @NMEDIT@ 268OBJDUMP = @OBJDUMP@ 269OBJEXT = @OBJEXT@ 270OTOOL = @OTOOL@ 271OTOOL64 = @OTOOL64@ 272PACKAGE = @PACKAGE@ 273PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 274PACKAGE_NAME = @PACKAGE_NAME@ 275PACKAGE_STRING = @PACKAGE_STRING@ 276PACKAGE_TARNAME = @PACKAGE_TARNAME@ 277PACKAGE_URL = @PACKAGE_URL@ 278PACKAGE_VERSION = @PACKAGE_VERSION@ 279PATH_SEPARATOR = @PATH_SEPARATOR@ 280RANLIB = @RANLIB@ 281SED = @SED@ 282SET_MAKE = @SET_MAKE@ 283SHELL = @SHELL@ 284STRIP = @STRIP@ 285VERSION = @VERSION@ 286WARNINGS = @WARNINGS@ 287abs_builddir = @abs_builddir@ 288abs_srcdir = @abs_srcdir@ 289abs_top_builddir = @abs_top_builddir@ 290abs_top_srcdir = @abs_top_srcdir@ 291ac_ct_AR = @ac_ct_AR@ 292ac_ct_CC = @ac_ct_CC@ 293ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 294am__include = @am__include@ 295am__leading_dot = @am__leading_dot@ 296am__quote = @am__quote@ 297am__tar = @am__tar@ 298am__untar = @am__untar@ 299bindir = @bindir@ 300build = @build@ 301build_alias = @build_alias@ 302build_cpu = @build_cpu@ 303build_os = @build_os@ 304build_vendor = @build_vendor@ 305builddir = @builddir@ 306datadir = @datadir@ 307datarootdir = @datarootdir@ 308docdir = @docdir@ 309dvidir = @dvidir@ 310exec_prefix = @exec_prefix@ 311fsect = @fsect@ 312host = @host@ 313host_alias = @host_alias@ 314host_cpu = @host_cpu@ 315host_os = @host_os@ 316host_vendor = @host_vendor@ 317htmldir = @htmldir@ 318includedir = @includedir@ 319infodir = @infodir@ 320install_sh = @install_sh@ 321libdir = @libdir@ 322libexecdir = @libexecdir@ 323localedir = @localedir@ 324localstatedir = @localstatedir@ 325mandir = @mandir@ 326mkdir_p = @mkdir_p@ 327oldincludedir = @oldincludedir@ 328pdfdir = @pdfdir@ 329prefix = @prefix@ 330program_transform_name = @program_transform_name@ 331psdir = @psdir@ 332sbindir = @sbindir@ 333sharedstatedir = @sharedstatedir@ 334srcdir = @srcdir@ 335sysconfdir = @sysconfdir@ 336target_alias = @target_alias@ 337top_build_prefix = @top_build_prefix@ 338top_builddir = @top_builddir@ 339top_srcdir = @top_srcdir@ 340MAGIC = $(pkgdatadir)/magic 341lib_LTLIBRARIES = libmagic.la 342nodist_include_HEADERS = magic.h 343AM_CPPFLAGS = -DMAGIC='"$(MAGIC)"' 344AM_CFLAGS = $(CFLAG_VISIBILITY) @WARNINGS@ 345libmagic_la_SOURCES = magic.c apprentice.c softmagic.c ascmagic.c \ 346 encoding.c compress.c is_tar.c readelf.c print.c fsmagic.c \ 347 funcs.c file.h readelf.h tar.h apptype.c der.c der.h \ 348 file_opts.h elfclass.h mygetopt.h cdf.c cdf_time.c readcdf.c cdf.h 349 350libmagic_la_LDFLAGS = -no-undefined -version-info 1:0:0 351@MINGW_FALSE@MINGWLIBS = 352@MINGW_TRUE@MINGWLIBS = -lgnurx -lshlwapi 353libmagic_la_LIBADD = $(LTLIBOBJS) $(MINGWLIBS) 354file_SOURCES = file.c 355file_LDADD = libmagic.la 356CLEANFILES = magic.h 357EXTRA_DIST = magic.h.in 358HDR = $(top_srcdir)/src/magic.h.in 359BUILT_SOURCES = magic.h 360all: $(BUILT_SOURCES) 361 $(MAKE) $(AM_MAKEFLAGS) all-am 362 363.SUFFIXES: 364.SUFFIXES: .c .lo .o .obj 365$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 366 @for dep in $?; do \ 367 case '$(am__configure_deps)' in \ 368 *$$dep*) \ 369 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 370 && { if test -f $@; then exit 0; else break; fi; }; \ 371 exit 1;; \ 372 esac; \ 373 done; \ 374 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 375 $(am__cd) $(top_srcdir) && \ 376 $(AUTOMAKE) --foreign src/Makefile 377Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 378 @case '$?' in \ 379 *config.status*) \ 380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 381 *) \ 382 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 383 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 384 esac; 385 386$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 387 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 388 389$(top_srcdir)/configure: $(am__configure_deps) 390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 391$(ACLOCAL_M4): $(am__aclocal_m4_deps) 392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 393$(am__aclocal_m4_deps): 394 395install-libLTLIBRARIES: $(lib_LTLIBRARIES) 396 @$(NORMAL_INSTALL) 397 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 398 list2=; for p in $$list; do \ 399 if test -f $$p; then \ 400 list2="$$list2 $$p"; \ 401 else :; fi; \ 402 done; \ 403 test -z "$$list2" || { \ 404 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 405 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 406 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 407 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 408 } 409 410uninstall-libLTLIBRARIES: 411 @$(NORMAL_UNINSTALL) 412 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 413 for p in $$list; do \ 414 $(am__strip_dir) \ 415 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 416 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 417 done 418 419clean-libLTLIBRARIES: 420 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 421 @list='$(lib_LTLIBRARIES)'; \ 422 locs=`for p in $$list; do echo $$p; done | \ 423 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 424 sort -u`; \ 425 test -z "$$locs" || { \ 426 echo rm -f $${locs}; \ 427 rm -f $${locs}; \ 428 } 429 430libmagic.la: $(libmagic_la_OBJECTS) $(libmagic_la_DEPENDENCIES) $(EXTRA_libmagic_la_DEPENDENCIES) 431 $(AM_V_CCLD)$(libmagic_la_LINK) -rpath $(libdir) $(libmagic_la_OBJECTS) $(libmagic_la_LIBADD) $(LIBS) 432install-binPROGRAMS: $(bin_PROGRAMS) 433 @$(NORMAL_INSTALL) 434 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 435 if test -n "$$list"; then \ 436 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 437 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 438 fi; \ 439 for p in $$list; do echo "$$p $$p"; done | \ 440 sed 's/$(EXEEXT)$$//' | \ 441 while read p p1; do if test -f $$p \ 442 || test -f $$p1 \ 443 ; then echo "$$p"; echo "$$p"; else :; fi; \ 444 done | \ 445 sed -e 'p;s,.*/,,;n;h' \ 446 -e 's|.*|.|' \ 447 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 448 sed 'N;N;N;s,\n, ,g' | \ 449 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 450 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 451 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 452 else { print "f", $$3 "/" $$4, $$1; } } \ 453 END { for (d in files) print "f", d, files[d] }' | \ 454 while read type dir files; do \ 455 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 456 test -z "$$files" || { \ 457 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 458 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 459 } \ 460 ; done 461 462uninstall-binPROGRAMS: 463 @$(NORMAL_UNINSTALL) 464 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 465 files=`for p in $$list; do echo "$$p"; done | \ 466 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 467 -e 's/$$/$(EXEEXT)/' \ 468 `; \ 469 test -n "$$list" || exit 0; \ 470 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 471 cd "$(DESTDIR)$(bindir)" && rm -f $$files 472 473clean-binPROGRAMS: 474 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 475 echo " rm -f" $$list; \ 476 rm -f $$list || exit $$?; \ 477 test -n "$(EXEEXT)" || exit 0; \ 478 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 479 echo " rm -f" $$list; \ 480 rm -f $$list 481 482file$(EXEEXT): $(file_OBJECTS) $(file_DEPENDENCIES) $(EXTRA_file_DEPENDENCIES) 483 @rm -f file$(EXEEXT) 484 $(AM_V_CCLD)$(LINK) $(file_OBJECTS) $(file_LDADD) $(LIBS) 485 486mostlyclean-compile: 487 -rm -f *.$(OBJEXT) 488 489distclean-compile: 490 -rm -f *.tab.c 491 492@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asctime_r.Plo@am__quote@ 493@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asprintf.Plo@am__quote@ 494@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ctime_r.Plo@am__quote@ 495@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dprintf.Plo@am__quote@ 496@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fmtcheck.Plo@am__quote@ 497@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getline.Plo@am__quote@ 498@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt_long.Plo@am__quote@ 499@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gmtime_r.Plo@am__quote@ 500@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/localtime_r.Plo@am__quote@ 501@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pread.Plo@am__quote@ 502@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasestr.Plo@am__quote@ 503@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcat.Plo@am__quote@ 504@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcpy.Plo@am__quote@ 505@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vasprintf.Plo@am__quote@ 506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apprentice.Plo@am__quote@ 507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apptype.Plo@am__quote@ 508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ascmagic.Plo@am__quote@ 509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdf.Plo@am__quote@ 510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdf_time.Plo@am__quote@ 511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@ 512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/der.Plo@am__quote@ 513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoding.Plo@am__quote@ 514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@ 515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsmagic.Plo@am__quote@ 516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/funcs.Plo@am__quote@ 517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_tar.Plo@am__quote@ 518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/magic.Plo@am__quote@ 519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@ 520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readcdf.Plo@am__quote@ 521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readelf.Plo@am__quote@ 522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/softmagic.Plo@am__quote@ 523 524.c.o: 525@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 526@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 527@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 528@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 529@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 530@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 531 532.c.obj: 533@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 534@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 535@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 536@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 537@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 538@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 539 540.c.lo: 541@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 542@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 543@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 544@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 545@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 546@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 547 548mostlyclean-libtool: 549 -rm -f *.lo 550 551clean-libtool: 552 -rm -rf .libs _libs 553install-nodist_includeHEADERS: $(nodist_include_HEADERS) 554 @$(NORMAL_INSTALL) 555 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ 556 if test -n "$$list"; then \ 557 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 558 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 559 fi; \ 560 for p in $$list; do \ 561 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 562 echo "$$d$$p"; \ 563 done | $(am__base_list) | \ 564 while read files; do \ 565 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 566 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 567 done 568 569uninstall-nodist_includeHEADERS: 570 @$(NORMAL_UNINSTALL) 571 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ 572 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 573 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 574 575ID: $(am__tagged_files) 576 $(am__define_uniq_tagged_files); mkid -fID $$unique 577tags: tags-am 578TAGS: tags 579 580tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 581 set x; \ 582 here=`pwd`; \ 583 $(am__define_uniq_tagged_files); \ 584 shift; \ 585 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 586 test -n "$$unique" || unique=$$empty_fix; \ 587 if test $$# -gt 0; then \ 588 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 589 "$$@" $$unique; \ 590 else \ 591 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 592 $$unique; \ 593 fi; \ 594 fi 595ctags: ctags-am 596 597CTAGS: ctags 598ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 599 $(am__define_uniq_tagged_files); \ 600 test -z "$(CTAGS_ARGS)$$unique" \ 601 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 602 $$unique 603 604GTAGS: 605 here=`$(am__cd) $(top_builddir) && pwd` \ 606 && $(am__cd) $(top_srcdir) \ 607 && gtags -i $(GTAGS_ARGS) "$$here" 608cscopelist: cscopelist-am 609 610cscopelist-am: $(am__tagged_files) 611 list='$(am__tagged_files)'; \ 612 case "$(srcdir)" in \ 613 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 614 *) sdir=$(subdir)/$(srcdir) ;; \ 615 esac; \ 616 for i in $$list; do \ 617 if test -f "$$i"; then \ 618 echo "$(subdir)/$$i"; \ 619 else \ 620 echo "$$sdir/$$i"; \ 621 fi; \ 622 done >> $(top_builddir)/cscope.files 623 624distclean-tags: 625 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 626 627distdir: $(DISTFILES) 628 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 629 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 630 list='$(DISTFILES)'; \ 631 dist_files=`for file in $$list; do echo $$file; done | \ 632 sed -e "s|^$$srcdirstrip/||;t" \ 633 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 634 case $$dist_files in \ 635 */*) $(MKDIR_P) `echo "$$dist_files" | \ 636 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 637 sort -u` ;; \ 638 esac; \ 639 for file in $$dist_files; do \ 640 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 641 if test -d $$d/$$file; then \ 642 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 643 if test -d "$(distdir)/$$file"; then \ 644 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 645 fi; \ 646 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 647 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 648 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 649 fi; \ 650 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 651 else \ 652 test -f "$(distdir)/$$file" \ 653 || cp -p $$d/$$file "$(distdir)/$$file" \ 654 || exit 1; \ 655 fi; \ 656 done 657check-am: all-am 658check: $(BUILT_SOURCES) 659 $(MAKE) $(AM_MAKEFLAGS) check-am 660all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) 661install-binPROGRAMS: install-libLTLIBRARIES 662 663installdirs: 664 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \ 665 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 666 done 667install: $(BUILT_SOURCES) 668 $(MAKE) $(AM_MAKEFLAGS) install-am 669install-exec: install-exec-am 670install-data: install-data-am 671uninstall: uninstall-am 672 673install-am: all-am 674 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 675 676installcheck: installcheck-am 677install-strip: 678 if test -z '$(STRIP)'; then \ 679 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 680 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 681 install; \ 682 else \ 683 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 684 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 685 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 686 fi 687mostlyclean-generic: 688 689clean-generic: 690 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 691 692distclean-generic: 693 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 694 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 695 696maintainer-clean-generic: 697 @echo "This command is intended for maintainers to use" 698 @echo "it deletes files that may require special tools to rebuild." 699 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 700clean: clean-am 701 702clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ 703 clean-libtool mostlyclean-am 704 705distclean: distclean-am 706 -rm -rf $(DEPDIR) ./$(DEPDIR) 707 -rm -f Makefile 708distclean-am: clean-am distclean-compile distclean-generic \ 709 distclean-tags 710 711dvi: dvi-am 712 713dvi-am: 714 715html: html-am 716 717html-am: 718 719info: info-am 720 721info-am: 722 723install-data-am: install-nodist_includeHEADERS 724 725install-dvi: install-dvi-am 726 727install-dvi-am: 728 729install-exec-am: install-binPROGRAMS install-libLTLIBRARIES 730 731install-html: install-html-am 732 733install-html-am: 734 735install-info: install-info-am 736 737install-info-am: 738 739install-man: 740 741install-pdf: install-pdf-am 742 743install-pdf-am: 744 745install-ps: install-ps-am 746 747install-ps-am: 748 749installcheck-am: 750 751maintainer-clean: maintainer-clean-am 752 -rm -rf $(DEPDIR) ./$(DEPDIR) 753 -rm -f Makefile 754maintainer-clean-am: distclean-am maintainer-clean-generic 755 756mostlyclean: mostlyclean-am 757 758mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 759 mostlyclean-libtool 760 761pdf: pdf-am 762 763pdf-am: 764 765ps: ps-am 766 767ps-am: 768 769uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \ 770 uninstall-nodist_includeHEADERS 771 772.MAKE: all check install install-am install-strip 773 774.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ 775 clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ 776 clean-libtool cscopelist-am ctags ctags-am distclean \ 777 distclean-compile distclean-generic distclean-libtool \ 778 distclean-tags distdir dvi dvi-am html html-am info info-am \ 779 install install-am install-binPROGRAMS install-data \ 780 install-data-am install-dvi install-dvi-am install-exec \ 781 install-exec-am install-html install-html-am install-info \ 782 install-info-am install-libLTLIBRARIES install-man \ 783 install-nodist_includeHEADERS install-pdf install-pdf-am \ 784 install-ps install-ps-am install-strip installcheck \ 785 installcheck-am installdirs maintainer-clean \ 786 maintainer-clean-generic mostlyclean mostlyclean-compile \ 787 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 788 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ 789 uninstall-libLTLIBRARIES uninstall-nodist_includeHEADERS 790 791.PRECIOUS: Makefile 792 793 794magic.h: ${HDR} 795 sed -e "s/X.YY/$$(echo @VERSION@ | tr -d .)/" < ${HDR} > $@ 796 797# Tell versions [3.59,3.63) of GNU make to not export all variables. 798# Otherwise a system limit (for SysV at least) may be exceeded. 799.NOEXPORT: 800