1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 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__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \ 107 "$(DESTDIR)$(includedir)" 108PROGRAMS = $(bin_PROGRAMS) 109am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 110am__vpath_adj = case $$p in \ 111 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 112 *) f=$$p;; \ 113 esac; 114am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 115am__install_max = 40 116am__nobase_strip_setup = \ 117 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 118am__nobase_strip = \ 119 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 120am__nobase_list = $(am__nobase_strip_setup); \ 121 for p in $$list; do echo "$$p $$p"; done | \ 122 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 123 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 124 if (++n[$$2] == $(am__install_max)) \ 125 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 126 END { for (dir in files) print dir, files[dir] }' 127am__base_list = \ 128 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 129 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 130am__uninstall_files_from_dir = { \ 131 test -z "$$files" \ 132 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 133 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 134 $(am__cd) "$$dir" && rm -f $$files; }; \ 135 } 136LTLIBRARIES = $(lib_LTLIBRARIES) 137am__DEPENDENCIES_1 = 138libmagic_la_DEPENDENCIES = $(LTLIBOBJS) $(am__DEPENDENCIES_1) 139am_libmagic_la_OBJECTS = buffer.lo magic.lo apprentice.lo softmagic.lo \ 140 ascmagic.lo encoding.lo compress.lo is_csv.lo is_json.lo \ 141 is_tar.lo readelf.lo print.lo fsmagic.lo funcs.lo apptype.lo \ 142 der.lo cdf.lo cdf_time.lo readcdf.lo 143libmagic_la_OBJECTS = $(am_libmagic_la_OBJECTS) 144AM_V_lt = $(am__v_lt_@AM_V@) 145am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 146am__v_lt_0 = --silent 147am__v_lt_1 = 148libmagic_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 149 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 150 $(libmagic_la_LDFLAGS) $(LDFLAGS) -o $@ 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__maybe_remake_depfiles = depfiles 169am__depfiles_remade = $(DEPDIR)/asctime_r.Plo $(DEPDIR)/asprintf.Plo \ 170 $(DEPDIR)/ctime_r.Plo $(DEPDIR)/dprintf.Plo \ 171 $(DEPDIR)/fmtcheck.Plo $(DEPDIR)/getline.Plo \ 172 $(DEPDIR)/getopt_long.Plo $(DEPDIR)/gmtime_r.Plo \ 173 $(DEPDIR)/localtime_r.Plo $(DEPDIR)/pread.Plo \ 174 $(DEPDIR)/strcasestr.Plo $(DEPDIR)/strlcat.Plo \ 175 $(DEPDIR)/strlcpy.Plo $(DEPDIR)/vasprintf.Plo \ 176 ./$(DEPDIR)/apprentice.Plo ./$(DEPDIR)/apptype.Plo \ 177 ./$(DEPDIR)/ascmagic.Plo ./$(DEPDIR)/buffer.Plo \ 178 ./$(DEPDIR)/cdf.Plo ./$(DEPDIR)/cdf_time.Plo \ 179 ./$(DEPDIR)/compress.Plo ./$(DEPDIR)/der.Plo \ 180 ./$(DEPDIR)/encoding.Plo ./$(DEPDIR)/file.Po \ 181 ./$(DEPDIR)/fsmagic.Plo ./$(DEPDIR)/funcs.Plo \ 182 ./$(DEPDIR)/is_csv.Plo ./$(DEPDIR)/is_json.Plo \ 183 ./$(DEPDIR)/is_tar.Plo ./$(DEPDIR)/magic.Plo \ 184 ./$(DEPDIR)/print.Plo ./$(DEPDIR)/readcdf.Plo \ 185 ./$(DEPDIR)/readelf.Plo ./$(DEPDIR)/seccomp.Po \ 186 ./$(DEPDIR)/softmagic.Plo 187am__mv = mv -f 188COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 189 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 190LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 191 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 192 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 193 $(AM_CFLAGS) $(CFLAGS) 194AM_V_CC = $(am__v_CC_@AM_V@) 195am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 196am__v_CC_0 = @echo " CC " $@; 197am__v_CC_1 = 198CCLD = $(CC) 199LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 200 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 201 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 202AM_V_CCLD = $(am__v_CCLD_@AM_V@) 203am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 204am__v_CCLD_0 = @echo " CCLD " $@; 205am__v_CCLD_1 = 206SOURCES = $(libmagic_la_SOURCES) $(file_SOURCES) 207DIST_SOURCES = $(libmagic_la_SOURCES) $(file_SOURCES) 208am__can_run_installinfo = \ 209 case $$AM_UPDATE_INFO_DIR in \ 210 n|no|NO) false;; \ 211 *) (install-info --version) >/dev/null 2>&1;; \ 212 esac 213HEADERS = $(nodist_include_HEADERS) 214am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 215# Read a list of newline-separated strings from the standard input, 216# and print each of them once, without duplicates. Input order is 217# *not* preserved. 218am__uniquify_input = $(AWK) '\ 219 BEGIN { nonempty = 0; } \ 220 { items[$$0] = 1; nonempty = 1; } \ 221 END { if (nonempty) { for (i in items) print i; }; } \ 222' 223# Make sure the list of sources is unique. This is necessary because, 224# e.g., the same source file might be shared among _SOURCES variables 225# for different programs/libraries. 226am__define_uniq_tagged_files = \ 227 list='$(am__tagged_files)'; \ 228 unique=`for i in $$list; do \ 229 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 230 done | $(am__uniquify_input)` 231ETAGS = etags 232CTAGS = ctags 233am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ 234 asctime_r.c asprintf.c ctime_r.c dprintf.c fmtcheck.c \ 235 getline.c getopt_long.c gmtime_r.c localtime_r.c pread.c \ 236 strcasestr.c strlcat.c strlcpy.c vasprintf.c 237DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 238pkgdatadir = @pkgdatadir@ 239ACLOCAL = @ACLOCAL@ 240AMTAR = @AMTAR@ 241AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 242AR = @AR@ 243AUTOCONF = @AUTOCONF@ 244AUTOHEADER = @AUTOHEADER@ 245AUTOMAKE = @AUTOMAKE@ 246AWK = @AWK@ 247CC = @CC@ 248CCDEPMODE = @CCDEPMODE@ 249CFLAGS = @CFLAGS@ 250CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ 251CPP = @CPP@ 252CPPFLAGS = @CPPFLAGS@ 253CYGPATH_W = @CYGPATH_W@ 254DEFS = @DEFS@ 255DEPDIR = @DEPDIR@ 256DLLTOOL = @DLLTOOL@ 257DSYMUTIL = @DSYMUTIL@ 258DUMPBIN = @DUMPBIN@ 259ECHO_C = @ECHO_C@ 260ECHO_N = @ECHO_N@ 261ECHO_T = @ECHO_T@ 262EGREP = @EGREP@ 263EXEEXT = @EXEEXT@ 264FGREP = @FGREP@ 265GREP = @GREP@ 266HAVE_VISIBILITY = @HAVE_VISIBILITY@ 267INSTALL = @INSTALL@ 268INSTALL_DATA = @INSTALL_DATA@ 269INSTALL_PROGRAM = @INSTALL_PROGRAM@ 270INSTALL_SCRIPT = @INSTALL_SCRIPT@ 271INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 272LD = @LD@ 273LDFLAGS = @LDFLAGS@ 274LIBOBJS = @LIBOBJS@ 275LIBS = @LIBS@ 276LIBTOOL = @LIBTOOL@ 277LIPO = @LIPO@ 278LN_S = @LN_S@ 279LTLIBOBJS = @LTLIBOBJS@ 280LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 281MAKEINFO = @MAKEINFO@ 282MANIFEST_TOOL = @MANIFEST_TOOL@ 283MINGW = @MINGW@ 284MKDIR_P = @MKDIR_P@ 285NM = @NM@ 286NMEDIT = @NMEDIT@ 287OBJDUMP = @OBJDUMP@ 288OBJEXT = @OBJEXT@ 289OTOOL = @OTOOL@ 290OTOOL64 = @OTOOL64@ 291PACKAGE = @PACKAGE@ 292PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 293PACKAGE_NAME = @PACKAGE_NAME@ 294PACKAGE_STRING = @PACKAGE_STRING@ 295PACKAGE_TARNAME = @PACKAGE_TARNAME@ 296PACKAGE_URL = @PACKAGE_URL@ 297PACKAGE_VERSION = @PACKAGE_VERSION@ 298PATH_SEPARATOR = @PATH_SEPARATOR@ 299RANLIB = @RANLIB@ 300SED = @SED@ 301SET_MAKE = @SET_MAKE@ 302SHELL = @SHELL@ 303STRIP = @STRIP@ 304VERSION = @VERSION@ 305WARNINGS = @WARNINGS@ 306abs_builddir = @abs_builddir@ 307abs_srcdir = @abs_srcdir@ 308abs_top_builddir = @abs_top_builddir@ 309abs_top_srcdir = @abs_top_srcdir@ 310ac_ct_AR = @ac_ct_AR@ 311ac_ct_CC = @ac_ct_CC@ 312ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 313am__include = @am__include@ 314am__leading_dot = @am__leading_dot@ 315am__quote = @am__quote@ 316am__tar = @am__tar@ 317am__untar = @am__untar@ 318bindir = @bindir@ 319build = @build@ 320build_alias = @build_alias@ 321build_cpu = @build_cpu@ 322build_os = @build_os@ 323build_vendor = @build_vendor@ 324builddir = @builddir@ 325datadir = @datadir@ 326datarootdir = @datarootdir@ 327docdir = @docdir@ 328dvidir = @dvidir@ 329exec_prefix = @exec_prefix@ 330fsect = @fsect@ 331host = @host@ 332host_alias = @host_alias@ 333host_cpu = @host_cpu@ 334host_os = @host_os@ 335host_vendor = @host_vendor@ 336htmldir = @htmldir@ 337includedir = @includedir@ 338infodir = @infodir@ 339install_sh = @install_sh@ 340libdir = @libdir@ 341libexecdir = @libexecdir@ 342localedir = @localedir@ 343localstatedir = @localstatedir@ 344mandir = @mandir@ 345mkdir_p = @mkdir_p@ 346oldincludedir = @oldincludedir@ 347pdfdir = @pdfdir@ 348prefix = @prefix@ 349program_transform_name = @program_transform_name@ 350psdir = @psdir@ 351sbindir = @sbindir@ 352sharedstatedir = @sharedstatedir@ 353srcdir = @srcdir@ 354sysconfdir = @sysconfdir@ 355target_alias = @target_alias@ 356top_build_prefix = @top_build_prefix@ 357top_builddir = @top_builddir@ 358top_srcdir = @top_srcdir@ 359MAGIC = $(pkgdatadir)/magic 360lib_LTLIBRARIES = libmagic.la 361nodist_include_HEADERS = magic.h 362AM_CPPFLAGS = -DMAGIC='"$(MAGIC)"' 363AM_CFLAGS = $(CFLAG_VISIBILITY) @WARNINGS@ 364libmagic_la_SOURCES = buffer.c magic.c apprentice.c softmagic.c ascmagic.c \ 365 encoding.c compress.c is_csv.c is_json.c is_tar.c readelf.c print.c \ 366 fsmagic.c funcs.c file.h readelf.h tar.h apptype.c der.c der.h \ 367 file_opts.h elfclass.h mygetopt.h cdf.c cdf_time.c readcdf.c cdf.h 368 369libmagic_la_LDFLAGS = -no-undefined -version-info 1:0:0 370@MINGW_FALSE@MINGWLIBS = 371@MINGW_TRUE@MINGWLIBS = -lgnurx -lshlwapi 372libmagic_la_LIBADD = $(LTLIBOBJS) $(MINGWLIBS) 373file_SOURCES = file.c seccomp.c 374file_LDADD = libmagic.la 375CLEANFILES = magic.h 376EXTRA_DIST = magic.h.in 377HDR = $(top_srcdir)/src/magic.h.in 378BUILT_SOURCES = magic.h 379all: $(BUILT_SOURCES) 380 $(MAKE) $(AM_MAKEFLAGS) all-am 381 382.SUFFIXES: 383.SUFFIXES: .c .lo .o .obj 384$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 385 @for dep in $?; do \ 386 case '$(am__configure_deps)' in \ 387 *$$dep*) \ 388 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 389 && { if test -f $@; then exit 0; else break; fi; }; \ 390 exit 1;; \ 391 esac; \ 392 done; \ 393 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 394 $(am__cd) $(top_srcdir) && \ 395 $(AUTOMAKE) --foreign src/Makefile 396Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 397 @case '$?' in \ 398 *config.status*) \ 399 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 400 *) \ 401 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 402 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 403 esac; 404 405$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 407 408$(top_srcdir)/configure: $(am__configure_deps) 409 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 410$(ACLOCAL_M4): $(am__aclocal_m4_deps) 411 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 412$(am__aclocal_m4_deps): 413install-binPROGRAMS: $(bin_PROGRAMS) 414 @$(NORMAL_INSTALL) 415 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 416 if test -n "$$list"; then \ 417 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 418 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 419 fi; \ 420 for p in $$list; do echo "$$p $$p"; done | \ 421 sed 's/$(EXEEXT)$$//' | \ 422 while read p p1; do if test -f $$p \ 423 || test -f $$p1 \ 424 ; then echo "$$p"; echo "$$p"; else :; fi; \ 425 done | \ 426 sed -e 'p;s,.*/,,;n;h' \ 427 -e 's|.*|.|' \ 428 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 429 sed 'N;N;N;s,\n, ,g' | \ 430 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 431 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 432 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 433 else { print "f", $$3 "/" $$4, $$1; } } \ 434 END { for (d in files) print "f", d, files[d] }' | \ 435 while read type dir files; do \ 436 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 437 test -z "$$files" || { \ 438 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 439 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 440 } \ 441 ; done 442 443uninstall-binPROGRAMS: 444 @$(NORMAL_UNINSTALL) 445 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 446 files=`for p in $$list; do echo "$$p"; done | \ 447 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 448 -e 's/$$/$(EXEEXT)/' \ 449 `; \ 450 test -n "$$list" || exit 0; \ 451 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 452 cd "$(DESTDIR)$(bindir)" && rm -f $$files 453 454clean-binPROGRAMS: 455 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 456 echo " rm -f" $$list; \ 457 rm -f $$list || exit $$?; \ 458 test -n "$(EXEEXT)" || exit 0; \ 459 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 460 echo " rm -f" $$list; \ 461 rm -f $$list 462 463install-libLTLIBRARIES: $(lib_LTLIBRARIES) 464 @$(NORMAL_INSTALL) 465 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 466 list2=; for p in $$list; do \ 467 if test -f $$p; then \ 468 list2="$$list2 $$p"; \ 469 else :; fi; \ 470 done; \ 471 test -z "$$list2" || { \ 472 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 473 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 474 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 475 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 476 } 477 478uninstall-libLTLIBRARIES: 479 @$(NORMAL_UNINSTALL) 480 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 481 for p in $$list; do \ 482 $(am__strip_dir) \ 483 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 484 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 485 done 486 487clean-libLTLIBRARIES: 488 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 489 @list='$(lib_LTLIBRARIES)'; \ 490 locs=`for p in $$list; do echo $$p; done | \ 491 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 492 sort -u`; \ 493 test -z "$$locs" || { \ 494 echo rm -f $${locs}; \ 495 rm -f $${locs}; \ 496 } 497 498libmagic.la: $(libmagic_la_OBJECTS) $(libmagic_la_DEPENDENCIES) $(EXTRA_libmagic_la_DEPENDENCIES) 499 $(AM_V_CCLD)$(libmagic_la_LINK) -rpath $(libdir) $(libmagic_la_OBJECTS) $(libmagic_la_LIBADD) $(LIBS) 500 501file$(EXEEXT): $(file_OBJECTS) $(file_DEPENDENCIES) $(EXTRA_file_DEPENDENCIES) 502 @rm -f file$(EXEEXT) 503 $(AM_V_CCLD)$(LINK) $(file_OBJECTS) $(file_LDADD) $(LIBS) 504 505mostlyclean-compile: 506 -rm -f *.$(OBJEXT) 507 508distclean-compile: 509 -rm -f *.tab.c 510 511@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asctime_r.Plo@am__quote@ # am--include-marker 512@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asprintf.Plo@am__quote@ # am--include-marker 513@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ctime_r.Plo@am__quote@ # am--include-marker 514@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dprintf.Plo@am__quote@ # am--include-marker 515@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fmtcheck.Plo@am__quote@ # am--include-marker 516@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getline.Plo@am__quote@ # am--include-marker 517@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt_long.Plo@am__quote@ # am--include-marker 518@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gmtime_r.Plo@am__quote@ # am--include-marker 519@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/localtime_r.Plo@am__quote@ # am--include-marker 520@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pread.Plo@am__quote@ # am--include-marker 521@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasestr.Plo@am__quote@ # am--include-marker 522@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcat.Plo@am__quote@ # am--include-marker 523@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcpy.Plo@am__quote@ # am--include-marker 524@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vasprintf.Plo@am__quote@ # am--include-marker 525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apprentice.Plo@am__quote@ # am--include-marker 526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apptype.Plo@am__quote@ # am--include-marker 527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ascmagic.Plo@am__quote@ # am--include-marker 528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@ # am--include-marker 529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdf.Plo@am__quote@ # am--include-marker 530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdf_time.Plo@am__quote@ # am--include-marker 531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@ # am--include-marker 532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/der.Plo@am__quote@ # am--include-marker 533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoding.Plo@am__quote@ # am--include-marker 534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@ # am--include-marker 535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsmagic.Plo@am__quote@ # am--include-marker 536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/funcs.Plo@am__quote@ # am--include-marker 537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_csv.Plo@am__quote@ # am--include-marker 538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_json.Plo@am__quote@ # am--include-marker 539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_tar.Plo@am__quote@ # am--include-marker 540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/magic.Plo@am__quote@ # am--include-marker 541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@ # am--include-marker 542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readcdf.Plo@am__quote@ # am--include-marker 543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readelf.Plo@am__quote@ # am--include-marker 544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seccomp.Po@am__quote@ # am--include-marker 545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/softmagic.Plo@am__quote@ # am--include-marker 546 547$(am__depfiles_remade): 548 @$(MKDIR_P) $(@D) 549 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 550 551am--depfiles: $(am__depfiles_remade) 552 553.c.o: 554@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 555@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 556@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 557@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 558@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 559@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 560 561.c.obj: 562@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 563@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 564@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 565@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 566@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 567@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 568 569.c.lo: 570@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 571@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 572@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 573@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 574@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 575@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 576 577mostlyclean-libtool: 578 -rm -f *.lo 579 580clean-libtool: 581 -rm -rf .libs _libs 582install-nodist_includeHEADERS: $(nodist_include_HEADERS) 583 @$(NORMAL_INSTALL) 584 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ 585 if test -n "$$list"; then \ 586 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 587 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 588 fi; \ 589 for p in $$list; do \ 590 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 591 echo "$$d$$p"; \ 592 done | $(am__base_list) | \ 593 while read files; do \ 594 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 595 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 596 done 597 598uninstall-nodist_includeHEADERS: 599 @$(NORMAL_UNINSTALL) 600 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ 601 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 602 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 603 604ID: $(am__tagged_files) 605 $(am__define_uniq_tagged_files); mkid -fID $$unique 606tags: tags-am 607TAGS: tags 608 609tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 610 set x; \ 611 here=`pwd`; \ 612 $(am__define_uniq_tagged_files); \ 613 shift; \ 614 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 615 test -n "$$unique" || unique=$$empty_fix; \ 616 if test $$# -gt 0; then \ 617 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 618 "$$@" $$unique; \ 619 else \ 620 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 621 $$unique; \ 622 fi; \ 623 fi 624ctags: ctags-am 625 626CTAGS: ctags 627ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 628 $(am__define_uniq_tagged_files); \ 629 test -z "$(CTAGS_ARGS)$$unique" \ 630 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 631 $$unique 632 633GTAGS: 634 here=`$(am__cd) $(top_builddir) && pwd` \ 635 && $(am__cd) $(top_srcdir) \ 636 && gtags -i $(GTAGS_ARGS) "$$here" 637cscopelist: cscopelist-am 638 639cscopelist-am: $(am__tagged_files) 640 list='$(am__tagged_files)'; \ 641 case "$(srcdir)" in \ 642 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 643 *) sdir=$(subdir)/$(srcdir) ;; \ 644 esac; \ 645 for i in $$list; do \ 646 if test -f "$$i"; then \ 647 echo "$(subdir)/$$i"; \ 648 else \ 649 echo "$$sdir/$$i"; \ 650 fi; \ 651 done >> $(top_builddir)/cscope.files 652 653distclean-tags: 654 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 655 656distdir: $(BUILT_SOURCES) 657 $(MAKE) $(AM_MAKEFLAGS) distdir-am 658 659distdir-am: $(DISTFILES) 660 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 661 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 662 list='$(DISTFILES)'; \ 663 dist_files=`for file in $$list; do echo $$file; done | \ 664 sed -e "s|^$$srcdirstrip/||;t" \ 665 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 666 case $$dist_files in \ 667 */*) $(MKDIR_P) `echo "$$dist_files" | \ 668 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 669 sort -u` ;; \ 670 esac; \ 671 for file in $$dist_files; do \ 672 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 673 if test -d $$d/$$file; then \ 674 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 675 if test -d "$(distdir)/$$file"; then \ 676 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 677 fi; \ 678 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 679 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 680 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 681 fi; \ 682 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 683 else \ 684 test -f "$(distdir)/$$file" \ 685 || cp -p $$d/$$file "$(distdir)/$$file" \ 686 || exit 1; \ 687 fi; \ 688 done 689check-am: all-am 690check: $(BUILT_SOURCES) 691 $(MAKE) $(AM_MAKEFLAGS) check-am 692all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS) 693install-binPROGRAMS: install-libLTLIBRARIES 694 695installdirs: 696 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ 697 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 698 done 699install: $(BUILT_SOURCES) 700 $(MAKE) $(AM_MAKEFLAGS) install-am 701install-exec: install-exec-am 702install-data: install-data-am 703uninstall: uninstall-am 704 705install-am: all-am 706 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 707 708installcheck: installcheck-am 709install-strip: 710 if test -z '$(STRIP)'; then \ 711 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 712 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 713 install; \ 714 else \ 715 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 716 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 717 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 718 fi 719mostlyclean-generic: 720 721clean-generic: 722 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 723 724distclean-generic: 725 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 726 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 727 728maintainer-clean-generic: 729 @echo "This command is intended for maintainers to use" 730 @echo "it deletes files that may require special tools to rebuild." 731 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 732clean: clean-am 733 734clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ 735 clean-libtool mostlyclean-am 736 737distclean: distclean-am 738 -rm -f $(DEPDIR)/asctime_r.Plo 739 -rm -f $(DEPDIR)/asprintf.Plo 740 -rm -f $(DEPDIR)/ctime_r.Plo 741 -rm -f $(DEPDIR)/dprintf.Plo 742 -rm -f $(DEPDIR)/fmtcheck.Plo 743 -rm -f $(DEPDIR)/getline.Plo 744 -rm -f $(DEPDIR)/getopt_long.Plo 745 -rm -f $(DEPDIR)/gmtime_r.Plo 746 -rm -f $(DEPDIR)/localtime_r.Plo 747 -rm -f $(DEPDIR)/pread.Plo 748 -rm -f $(DEPDIR)/strcasestr.Plo 749 -rm -f $(DEPDIR)/strlcat.Plo 750 -rm -f $(DEPDIR)/strlcpy.Plo 751 -rm -f $(DEPDIR)/vasprintf.Plo 752 -rm -f ./$(DEPDIR)/apprentice.Plo 753 -rm -f ./$(DEPDIR)/apptype.Plo 754 -rm -f ./$(DEPDIR)/ascmagic.Plo 755 -rm -f ./$(DEPDIR)/buffer.Plo 756 -rm -f ./$(DEPDIR)/cdf.Plo 757 -rm -f ./$(DEPDIR)/cdf_time.Plo 758 -rm -f ./$(DEPDIR)/compress.Plo 759 -rm -f ./$(DEPDIR)/der.Plo 760 -rm -f ./$(DEPDIR)/encoding.Plo 761 -rm -f ./$(DEPDIR)/file.Po 762 -rm -f ./$(DEPDIR)/fsmagic.Plo 763 -rm -f ./$(DEPDIR)/funcs.Plo 764 -rm -f ./$(DEPDIR)/is_csv.Plo 765 -rm -f ./$(DEPDIR)/is_json.Plo 766 -rm -f ./$(DEPDIR)/is_tar.Plo 767 -rm -f ./$(DEPDIR)/magic.Plo 768 -rm -f ./$(DEPDIR)/print.Plo 769 -rm -f ./$(DEPDIR)/readcdf.Plo 770 -rm -f ./$(DEPDIR)/readelf.Plo 771 -rm -f ./$(DEPDIR)/seccomp.Po 772 -rm -f ./$(DEPDIR)/softmagic.Plo 773 -rm -f Makefile 774distclean-am: clean-am distclean-compile distclean-generic \ 775 distclean-tags 776 777dvi: dvi-am 778 779dvi-am: 780 781html: html-am 782 783html-am: 784 785info: info-am 786 787info-am: 788 789install-data-am: install-nodist_includeHEADERS 790 791install-dvi: install-dvi-am 792 793install-dvi-am: 794 795install-exec-am: install-binPROGRAMS install-libLTLIBRARIES 796 797install-html: install-html-am 798 799install-html-am: 800 801install-info: install-info-am 802 803install-info-am: 804 805install-man: 806 807install-pdf: install-pdf-am 808 809install-pdf-am: 810 811install-ps: install-ps-am 812 813install-ps-am: 814 815installcheck-am: 816 817maintainer-clean: maintainer-clean-am 818 -rm -f $(DEPDIR)/asctime_r.Plo 819 -rm -f $(DEPDIR)/asprintf.Plo 820 -rm -f $(DEPDIR)/ctime_r.Plo 821 -rm -f $(DEPDIR)/dprintf.Plo 822 -rm -f $(DEPDIR)/fmtcheck.Plo 823 -rm -f $(DEPDIR)/getline.Plo 824 -rm -f $(DEPDIR)/getopt_long.Plo 825 -rm -f $(DEPDIR)/gmtime_r.Plo 826 -rm -f $(DEPDIR)/localtime_r.Plo 827 -rm -f $(DEPDIR)/pread.Plo 828 -rm -f $(DEPDIR)/strcasestr.Plo 829 -rm -f $(DEPDIR)/strlcat.Plo 830 -rm -f $(DEPDIR)/strlcpy.Plo 831 -rm -f $(DEPDIR)/vasprintf.Plo 832 -rm -f ./$(DEPDIR)/apprentice.Plo 833 -rm -f ./$(DEPDIR)/apptype.Plo 834 -rm -f ./$(DEPDIR)/ascmagic.Plo 835 -rm -f ./$(DEPDIR)/buffer.Plo 836 -rm -f ./$(DEPDIR)/cdf.Plo 837 -rm -f ./$(DEPDIR)/cdf_time.Plo 838 -rm -f ./$(DEPDIR)/compress.Plo 839 -rm -f ./$(DEPDIR)/der.Plo 840 -rm -f ./$(DEPDIR)/encoding.Plo 841 -rm -f ./$(DEPDIR)/file.Po 842 -rm -f ./$(DEPDIR)/fsmagic.Plo 843 -rm -f ./$(DEPDIR)/funcs.Plo 844 -rm -f ./$(DEPDIR)/is_csv.Plo 845 -rm -f ./$(DEPDIR)/is_json.Plo 846 -rm -f ./$(DEPDIR)/is_tar.Plo 847 -rm -f ./$(DEPDIR)/magic.Plo 848 -rm -f ./$(DEPDIR)/print.Plo 849 -rm -f ./$(DEPDIR)/readcdf.Plo 850 -rm -f ./$(DEPDIR)/readelf.Plo 851 -rm -f ./$(DEPDIR)/seccomp.Po 852 -rm -f ./$(DEPDIR)/softmagic.Plo 853 -rm -f Makefile 854maintainer-clean-am: distclean-am maintainer-clean-generic 855 856mostlyclean: mostlyclean-am 857 858mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 859 mostlyclean-libtool 860 861pdf: pdf-am 862 863pdf-am: 864 865ps: ps-am 866 867ps-am: 868 869uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \ 870 uninstall-nodist_includeHEADERS 871 872.MAKE: all check install install-am install-strip 873 874.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 875 clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ 876 clean-libtool cscopelist-am ctags ctags-am distclean \ 877 distclean-compile distclean-generic distclean-libtool \ 878 distclean-tags distdir dvi dvi-am html html-am info info-am \ 879 install install-am install-binPROGRAMS install-data \ 880 install-data-am install-dvi install-dvi-am install-exec \ 881 install-exec-am install-html install-html-am install-info \ 882 install-info-am install-libLTLIBRARIES install-man \ 883 install-nodist_includeHEADERS install-pdf install-pdf-am \ 884 install-ps install-ps-am install-strip installcheck \ 885 installcheck-am installdirs maintainer-clean \ 886 maintainer-clean-generic mostlyclean mostlyclean-compile \ 887 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 888 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ 889 uninstall-libLTLIBRARIES uninstall-nodist_includeHEADERS 890 891.PRECIOUS: Makefile 892 893 894magic.h: ${HDR} 895 sed -e "s/X.YY/$$(echo @VERSION@ | tr -d .)/" < ${HDR} > $@ 896 897# Tell versions [3.59,3.63) of GNU make to not export all variables. 898# Otherwise a system limit (for SysV at least) may be exceeded. 899.NOEXPORT: 900