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 = buffer.lo magic.lo apprentice.lo softmagic.lo \ 139 ascmagic.lo encoding.lo compress.lo is_json.lo is_tar.lo \ 140 readelf.lo print.lo fsmagic.lo funcs.lo apptype.lo der.lo \ 141 cdf.lo 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) seccomp.$(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 = buffer.c magic.c apprentice.c softmagic.c ascmagic.c \ 346 encoding.c compress.c is_json.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 seccomp.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)/buffer.Plo@am__quote@ 510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdf.Plo@am__quote@ 511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdf_time.Plo@am__quote@ 512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@ 513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/der.Plo@am__quote@ 514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoding.Plo@am__quote@ 515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@ 516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsmagic.Plo@am__quote@ 517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/funcs.Plo@am__quote@ 518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_json.Plo@am__quote@ 519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_tar.Plo@am__quote@ 520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/magic.Plo@am__quote@ 521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@ 522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readcdf.Plo@am__quote@ 523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readelf.Plo@am__quote@ 524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seccomp.Po@am__quote@ 525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/softmagic.Plo@am__quote@ 526 527.c.o: 528@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 529@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 530@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 531@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 532@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 533@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 534 535.c.obj: 536@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 537@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 538@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 539@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 540@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 541@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 542 543.c.lo: 544@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 545@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 546@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 547@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 548@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 549@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 550 551mostlyclean-libtool: 552 -rm -f *.lo 553 554clean-libtool: 555 -rm -rf .libs _libs 556install-nodist_includeHEADERS: $(nodist_include_HEADERS) 557 @$(NORMAL_INSTALL) 558 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ 559 if test -n "$$list"; then \ 560 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 561 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 562 fi; \ 563 for p in $$list; do \ 564 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 565 echo "$$d$$p"; \ 566 done | $(am__base_list) | \ 567 while read files; do \ 568 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 569 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 570 done 571 572uninstall-nodist_includeHEADERS: 573 @$(NORMAL_UNINSTALL) 574 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ 575 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 576 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 577 578ID: $(am__tagged_files) 579 $(am__define_uniq_tagged_files); mkid -fID $$unique 580tags: tags-am 581TAGS: tags 582 583tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 584 set x; \ 585 here=`pwd`; \ 586 $(am__define_uniq_tagged_files); \ 587 shift; \ 588 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 589 test -n "$$unique" || unique=$$empty_fix; \ 590 if test $$# -gt 0; then \ 591 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 592 "$$@" $$unique; \ 593 else \ 594 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 595 $$unique; \ 596 fi; \ 597 fi 598ctags: ctags-am 599 600CTAGS: ctags 601ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 602 $(am__define_uniq_tagged_files); \ 603 test -z "$(CTAGS_ARGS)$$unique" \ 604 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 605 $$unique 606 607GTAGS: 608 here=`$(am__cd) $(top_builddir) && pwd` \ 609 && $(am__cd) $(top_srcdir) \ 610 && gtags -i $(GTAGS_ARGS) "$$here" 611cscopelist: cscopelist-am 612 613cscopelist-am: $(am__tagged_files) 614 list='$(am__tagged_files)'; \ 615 case "$(srcdir)" in \ 616 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 617 *) sdir=$(subdir)/$(srcdir) ;; \ 618 esac; \ 619 for i in $$list; do \ 620 if test -f "$$i"; then \ 621 echo "$(subdir)/$$i"; \ 622 else \ 623 echo "$$sdir/$$i"; \ 624 fi; \ 625 done >> $(top_builddir)/cscope.files 626 627distclean-tags: 628 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 629 630distdir: $(DISTFILES) 631 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 632 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 633 list='$(DISTFILES)'; \ 634 dist_files=`for file in $$list; do echo $$file; done | \ 635 sed -e "s|^$$srcdirstrip/||;t" \ 636 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 637 case $$dist_files in \ 638 */*) $(MKDIR_P) `echo "$$dist_files" | \ 639 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 640 sort -u` ;; \ 641 esac; \ 642 for file in $$dist_files; do \ 643 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 644 if test -d $$d/$$file; then \ 645 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 646 if test -d "$(distdir)/$$file"; then \ 647 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 648 fi; \ 649 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 650 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 651 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 652 fi; \ 653 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 654 else \ 655 test -f "$(distdir)/$$file" \ 656 || cp -p $$d/$$file "$(distdir)/$$file" \ 657 || exit 1; \ 658 fi; \ 659 done 660check-am: all-am 661check: $(BUILT_SOURCES) 662 $(MAKE) $(AM_MAKEFLAGS) check-am 663all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) 664install-binPROGRAMS: install-libLTLIBRARIES 665 666installdirs: 667 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \ 668 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 669 done 670install: $(BUILT_SOURCES) 671 $(MAKE) $(AM_MAKEFLAGS) install-am 672install-exec: install-exec-am 673install-data: install-data-am 674uninstall: uninstall-am 675 676install-am: all-am 677 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 678 679installcheck: installcheck-am 680install-strip: 681 if test -z '$(STRIP)'; then \ 682 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 683 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 684 install; \ 685 else \ 686 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 687 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 688 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 689 fi 690mostlyclean-generic: 691 692clean-generic: 693 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 694 695distclean-generic: 696 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 697 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 698 699maintainer-clean-generic: 700 @echo "This command is intended for maintainers to use" 701 @echo "it deletes files that may require special tools to rebuild." 702 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 703clean: clean-am 704 705clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ 706 clean-libtool mostlyclean-am 707 708distclean: distclean-am 709 -rm -rf $(DEPDIR) ./$(DEPDIR) 710 -rm -f Makefile 711distclean-am: clean-am distclean-compile distclean-generic \ 712 distclean-tags 713 714dvi: dvi-am 715 716dvi-am: 717 718html: html-am 719 720html-am: 721 722info: info-am 723 724info-am: 725 726install-data-am: install-nodist_includeHEADERS 727 728install-dvi: install-dvi-am 729 730install-dvi-am: 731 732install-exec-am: install-binPROGRAMS install-libLTLIBRARIES 733 734install-html: install-html-am 735 736install-html-am: 737 738install-info: install-info-am 739 740install-info-am: 741 742install-man: 743 744install-pdf: install-pdf-am 745 746install-pdf-am: 747 748install-ps: install-ps-am 749 750install-ps-am: 751 752installcheck-am: 753 754maintainer-clean: maintainer-clean-am 755 -rm -rf $(DEPDIR) ./$(DEPDIR) 756 -rm -f Makefile 757maintainer-clean-am: distclean-am maintainer-clean-generic 758 759mostlyclean: mostlyclean-am 760 761mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 762 mostlyclean-libtool 763 764pdf: pdf-am 765 766pdf-am: 767 768ps: ps-am 769 770ps-am: 771 772uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \ 773 uninstall-nodist_includeHEADERS 774 775.MAKE: all check install install-am install-strip 776 777.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ 778 clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ 779 clean-libtool cscopelist-am ctags ctags-am distclean \ 780 distclean-compile distclean-generic distclean-libtool \ 781 distclean-tags distdir dvi dvi-am html html-am info info-am \ 782 install install-am install-binPROGRAMS install-data \ 783 install-data-am install-dvi install-dvi-am install-exec \ 784 install-exec-am install-html install-html-am install-info \ 785 install-info-am install-libLTLIBRARIES install-man \ 786 install-nodist_includeHEADERS install-pdf install-pdf-am \ 787 install-ps install-ps-am install-strip installcheck \ 788 installcheck-am installdirs maintainer-clean \ 789 maintainer-clean-generic mostlyclean mostlyclean-compile \ 790 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 791 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ 792 uninstall-libLTLIBRARIES uninstall-nodist_includeHEADERS 793 794.PRECIOUS: Makefile 795 796 797magic.h: ${HDR} 798 sed -e "s/X.YY/$$(echo @VERSION@ | tr -d .)/" < ${HDR} > $@ 799 800# Tell versions [3.59,3.63) of GNU make to not export all variables. 801# Otherwise a system limit (for SysV at least) may be exceeded. 802.NOEXPORT: 803