1310490Scy# Makefile.in generated by automake 1.15 from Makefile.am.
2310490Scy# @configure_input@
338494Sobrien
4310490Scy# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5310490Scy
638494Sobrien# This Makefile.in is free software; the Free Software Foundation
7310490Scy# gives unlimited permission to copy and/or distribute it,
8310490Scy# with or without modifications, as long as this notice is preserved.
9310490Scy
10310490Scy# This program is distributed in the hope that it will be useful,
1138494Sobrien# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12310490Scy# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13310490Scy# PARTICULAR PURPOSE.
14174294Sobrien
15310490Scy@SET_MAKE@
16310490Scy
17310490Scy
18310490Scy
19310490ScyVPATH = @srcdir@
20310490Scyam__is_gnu_make = { \
21310490Scy  if test -z '$(MAKELEVEL)'; then \
22310490Scy    false; \
2338494Sobrien  elif test -n '$(MAKE_HOST)'; then \
24310490Scy    true; \
25310490Scy  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26310490Scy    true; \
27310490Scy  else \
28310490Scy    false; \
29310490Scy  fi; \
30310490Scy}
31310490Scyam__make_running_with_option = \
3238494Sobrien  case $${target_option-} in \
33310490Scy      ?) ;; \
34310490Scy      *) echo "am__make_running_with_option: internal error: invalid" \
35310490Scy              "target option '$${target_option-}' specified" >&2; \
36310490Scy         exit 1;; \
37310490Scy  esac; \
3838494Sobrien  has_opt=no; \
39310490Scy  sane_makeflags=$$MAKEFLAGS; \
40310490Scy  if $(am__is_gnu_make); then \
41310490Scy    sane_makeflags=$$MFLAGS; \
42310490Scy  else \
43310490Scy    case $$MAKEFLAGS in \
44310490Scy      *\\[\ \	]*) \
4538494Sobrien        bs=\\; \
46310490Scy        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47310490Scy          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48310490Scy    esac; \
49310490Scy  fi; \
50119679Smbr  skip_next=no; \
51310490Scy  strip_trailopt () \
5238494Sobrien  { \
53310490Scy    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54310490Scy  }; \
5538494Sobrien  for flg in $$sane_makeflags; do \
56310490Scy    test $$skip_next = yes && { skip_next=no; continue; }; \
57310490Scy    case $$flg in \
58310490Scy      *=*|--*) continue;; \
59310490Scy        -*I) strip_trailopt 'I'; skip_next=yes;; \
60310490Scy      -*I?*) strip_trailopt 'I';; \
61310490Scy        -*O) strip_trailopt 'O'; skip_next=yes;; \
62310490Scy      -*O?*) strip_trailopt 'O';; \
63310490Scy        -*l) strip_trailopt 'l'; skip_next=yes;; \
64310490Scy      -*l?*) strip_trailopt 'l';; \
65310490Scy      -[dEDm]) skip_next=yes;; \
66310490Scy      -[JT]) skip_next=yes;; \
67310490Scy    esac; \
68310490Scy    case $$flg in \
69310490Scy      *$$target_option*) has_opt=yes; break;; \
70310490Scy    esac; \
71310490Scy  done; \
72310490Scy  test $$has_opt = yes
73310490Scyam__make_dryrun = (target_option=n; $(am__make_running_with_option))
74310490Scyam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75310490Scypkgincludedir = $(includedir)/@PACKAGE@
76310490Scypkglibdir = $(libdir)/@PACKAGE@
77310490Scypkglibexecdir = $(libexecdir)/@PACKAGE@
78310490Scyam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79310490Scyinstall_sh_DATA = $(install_sh) -c -m 644
80310490Scyinstall_sh_PROGRAM = $(install_sh) -c
81310490Scyinstall_sh_SCRIPT = $(install_sh) -c
82310490ScyINSTALL_HEADER = $(INSTALL_DATA)
83310490Scytransform = $(program_transform_name)
84310490ScyNORMAL_INSTALL = :
85310490ScyPRE_INSTALL = :
86310490ScyPOST_INSTALL = :
87310490ScyNORMAL_UNINSTALL = :
88310490ScyPRE_UNINSTALL = :
89310490ScyPOST_UNINSTALL = :
90310490Scybuild_triplet = @build@
91310490Scyhost_triplet = @host@
92310490Scybin_PROGRAMS = file$(EXEEXT)
93310490Scysubdir = src
94310490ScyACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95310490Scyam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
96310490Scy	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97310490Scy	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98310490Scy	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
99310490Scyam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100310490Scy	$(ACLOCAL_M4)
101310490ScyDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102310490Scymkinstalldirs = $(install_sh) -d
103310490ScyCONFIG_HEADER = $(top_builddir)/config.h
104310490ScyCONFIG_CLEAN_FILES =
105310490ScyCONFIG_CLEAN_VPATH_FILES =
106310490Scyam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107310490Scyam__vpath_adj = case $$p in \
108310490Scy    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109310490Scy    *) f=$$p;; \
110310490Scy  esac;
111310490Scyam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112310490Scyam__install_max = 40
113310490Scyam__nobase_strip_setup = \
114310490Scy  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115310490Scyam__nobase_strip = \
116310490Scy  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117310490Scyam__nobase_list = $(am__nobase_strip_setup); \
118310490Scy  for p in $$list; do echo "$$p $$p"; done | \
119310490Scy  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
120310490Scy  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
121310490Scy    if (++n[$$2] == $(am__install_max)) \
122310490Scy      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123310490Scy    END { for (dir in files) print dir, files[dir] }'
124310490Scyam__base_list = \
125310490Scy  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126310490Scy  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127310490Scyam__uninstall_files_from_dir = { \
128310490Scy  test -z "$$files" \
129310490Scy    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
130310490Scy    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131310490Scy         $(am__cd) "$$dir" && rm -f $$files; }; \
132310490Scy  }
133310490Scyam__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
134310490Scy	"$(DESTDIR)$(includedir)"
135310490ScyLTLIBRARIES = $(lib_LTLIBRARIES)
136310490Scyam__DEPENDENCIES_1 =
137310490Scylibmagic_la_DEPENDENCIES = $(LTLIBOBJS) $(am__DEPENDENCIES_1)
138310490Scyam_libmagic_la_OBJECTS = magic.lo apprentice.lo softmagic.lo \
139310490Scy	ascmagic.lo encoding.lo compress.lo is_tar.lo readelf.lo \
140310490Scy	print.lo fsmagic.lo funcs.lo apptype.lo der.lo cdf.lo \
141310490Scy	cdf_time.lo readcdf.lo
142310490Scylibmagic_la_OBJECTS = $(am_libmagic_la_OBJECTS)
143310490ScyAM_V_lt = $(am__v_lt_@AM_V@)
144310490Scyam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145310490Scyam__v_lt_0 = --silent
146310490Scyam__v_lt_1 = 
147310490Scylibmagic_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148310490Scy	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149310490Scy	$(libmagic_la_LDFLAGS) $(LDFLAGS) -o $@
150310490ScyPROGRAMS = $(bin_PROGRAMS)
151310490Scyam_file_OBJECTS = file.$(OBJEXT)
152310490Scyfile_OBJECTS = $(am_file_OBJECTS)
153310490Scyfile_DEPENDENCIES = libmagic.la
154310490ScyAM_V_P = $(am__v_P_@AM_V@)
155310490Scyam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
156310490Scyam__v_P_0 = false
157310490Scyam__v_P_1 = :
158310490ScyAM_V_GEN = $(am__v_GEN_@AM_V@)
159310490Scyam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
160310490Scyam__v_GEN_0 = @echo "  GEN     " $@;
161310490Scyam__v_GEN_1 = 
162310490ScyAM_V_at = $(am__v_at_@AM_V@)
163310490Scyam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
164310490Scyam__v_at_0 = @
165310490Scyam__v_at_1 = 
166310490ScyDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
167310490Scydepcomp = $(SHELL) $(top_srcdir)/depcomp
168310490Scyam__depfiles_maybe = depfiles
169310490Scyam__mv = mv -f
170310490ScyCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
171310490Scy	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
172310490ScyLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
173310490Scy	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
174310490Scy	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
175310490Scy	$(AM_CFLAGS) $(CFLAGS)
176310490ScyAM_V_CC = $(am__v_CC_@AM_V@)
177310490Scyam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
178310490Scyam__v_CC_0 = @echo "  CC      " $@;
179310490Scyam__v_CC_1 = 
180310490ScyCCLD = $(CC)
181310490ScyLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182310490Scy	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
183310490Scy	$(AM_LDFLAGS) $(LDFLAGS) -o $@
184310490ScyAM_V_CCLD = $(am__v_CCLD_@AM_V@)
185310490Scyam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
186310490Scyam__v_CCLD_0 = @echo "  CCLD    " $@;
187310490Scyam__v_CCLD_1 = 
188310490ScySOURCES = $(libmagic_la_SOURCES) $(file_SOURCES)
189310490ScyDIST_SOURCES = $(libmagic_la_SOURCES) $(file_SOURCES)
190310490Scyam__can_run_installinfo = \
191310490Scy  case $$AM_UPDATE_INFO_DIR in \
192310490Scy    n|no|NO) false;; \
193310490Scy    *) (install-info --version) >/dev/null 2>&1;; \
194310490Scy  esac
195310490ScyHEADERS = $(nodist_include_HEADERS)
196310490Scyam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
197310490Scy# Read a list of newline-separated strings from the standard input,
198310490Scy# and print each of them once, without duplicates.  Input order is
199310490Scy# *not* preserved.
200310490Scyam__uniquify_input = $(AWK) '\
201310490Scy  BEGIN { nonempty = 0; } \
202310490Scy  { items[$$0] = 1; nonempty = 1; } \
203310490Scy  END { if (nonempty) { for (i in items) print i; }; } \
204310490Scy'
205310490Scy# Make sure the list of sources is unique.  This is necessary because,
206310490Scy# e.g., the same source file might be shared among _SOURCES variables
207310490Scy# for different programs/libraries.
208310490Scyam__define_uniq_tagged_files = \
209310490Scy  list='$(am__tagged_files)'; \
210310490Scy  unique=`for i in $$list; do \
211310490Scy    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
212310490Scy  done | $(am__uniquify_input)`
213310490ScyETAGS = etags
214310490ScyCTAGS = ctags
215310490Scyam__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
216310490Scy	asctime_r.c asprintf.c ctime_r.c dprintf.c fmtcheck.c \
217310490Scy	getline.c getopt_long.c gmtime_r.c localtime_r.c pread.c \
218310490Scy	strcasestr.c strlcat.c strlcpy.c vasprintf.c
219310490ScyDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
220310490Scypkgdatadir = @pkgdatadir@
221310490ScyACLOCAL = @ACLOCAL@
222310490ScyAMTAR = @AMTAR@
223310490ScyAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
224310490ScyAR = @AR@
225310490ScyAUTOCONF = @AUTOCONF@
226310490ScyAUTOHEADER = @AUTOHEADER@
227310490ScyAUTOMAKE = @AUTOMAKE@
228310490ScyAWK = @AWK@
229310490ScyCC = @CC@
230310490ScyCCDEPMODE = @CCDEPMODE@
231310490ScyCFLAGS = @CFLAGS@
232310490ScyCFLAG_VISIBILITY = @CFLAG_VISIBILITY@
233310490ScyCPP = @CPP@
234310490ScyCPPFLAGS = @CPPFLAGS@
235310490ScyCYGPATH_W = @CYGPATH_W@
236310490ScyDEFS = @DEFS@
237310490ScyDEPDIR = @DEPDIR@
238310490ScyDLLTOOL = @DLLTOOL@
239310490ScyDSYMUTIL = @DSYMUTIL@
240310490ScyDUMPBIN = @DUMPBIN@
241310490ScyECHO_C = @ECHO_C@
242310490ScyECHO_N = @ECHO_N@
243310490ScyECHO_T = @ECHO_T@
244310490ScyEGREP = @EGREP@
245310490ScyEXEEXT = @EXEEXT@
246310490ScyFGREP = @FGREP@
247310490ScyGREP = @GREP@
248310490ScyHAVE_VISIBILITY = @HAVE_VISIBILITY@
249310490ScyINSTALL = @INSTALL@
250310490ScyINSTALL_DATA = @INSTALL_DATA@
251310490ScyINSTALL_PROGRAM = @INSTALL_PROGRAM@
252310490ScyINSTALL_SCRIPT = @INSTALL_SCRIPT@
253310490ScyINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
254310490ScyLD = @LD@
255310490ScyLDFLAGS = @LDFLAGS@
256310490ScyLIBOBJS = @LIBOBJS@
257310490ScyLIBS = @LIBS@
258310490ScyLIBTOOL = @LIBTOOL@
259310490ScyLIPO = @LIPO@
260310490ScyLN_S = @LN_S@
261310490ScyLTLIBOBJS = @LTLIBOBJS@
262310490ScyMAKEINFO = @MAKEINFO@
263310490ScyMANIFEST_TOOL = @MANIFEST_TOOL@
264310490ScyMINGW = @MINGW@
265310490ScyMKDIR_P = @MKDIR_P@
266310490ScyNM = @NM@
267310490ScyNMEDIT = @NMEDIT@
268310490ScyOBJDUMP = @OBJDUMP@
269310490ScyOBJEXT = @OBJEXT@
270310490ScyOTOOL = @OTOOL@
271310490ScyOTOOL64 = @OTOOL64@
272310490ScyPACKAGE = @PACKAGE@
273310490ScyPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
274310490ScyPACKAGE_NAME = @PACKAGE_NAME@
275310490ScyPACKAGE_STRING = @PACKAGE_STRING@
276310490ScyPACKAGE_TARNAME = @PACKAGE_TARNAME@
277310490ScyPACKAGE_URL = @PACKAGE_URL@
278310490ScyPACKAGE_VERSION = @PACKAGE_VERSION@
279310490ScyPATH_SEPARATOR = @PATH_SEPARATOR@
280310490ScyRANLIB = @RANLIB@
281310490ScySED = @SED@
282310490ScySET_MAKE = @SET_MAKE@
283310490ScySHELL = @SHELL@
284310490ScySTRIP = @STRIP@
285310490ScyVERSION = @VERSION@
286310490ScyWARNINGS = @WARNINGS@
287310490Scyabs_builddir = @abs_builddir@
288310490Scyabs_srcdir = @abs_srcdir@
289310490Scyabs_top_builddir = @abs_top_builddir@
290310490Scyabs_top_srcdir = @abs_top_srcdir@
291310490Scyac_ct_AR = @ac_ct_AR@
292310490Scyac_ct_CC = @ac_ct_CC@
293310490Scyac_ct_DUMPBIN = @ac_ct_DUMPBIN@
294310490Scyam__include = @am__include@
295310490Scyam__leading_dot = @am__leading_dot@
296310490Scyam__quote = @am__quote@
297310490Scyam__tar = @am__tar@
298310490Scyam__untar = @am__untar@
299310490Scybindir = @bindir@
300310490Scybuild = @build@
301310490Scybuild_alias = @build_alias@
302310490Scybuild_cpu = @build_cpu@
303310490Scybuild_os = @build_os@
304310490Scybuild_vendor = @build_vendor@
305310490Scybuilddir = @builddir@
306310490Scydatadir = @datadir@
307310490Scydatarootdir = @datarootdir@
308310490Scydocdir = @docdir@
309310490Scydvidir = @dvidir@
310310490Scyexec_prefix = @exec_prefix@
311310490Scyfsect = @fsect@
312310490Scyhost = @host@
313310490Scyhost_alias = @host_alias@
314310490Scyhost_cpu = @host_cpu@
315310490Scyhost_os = @host_os@
316310490Scyhost_vendor = @host_vendor@
317310490Scyhtmldir = @htmldir@
318310490Scyincludedir = @includedir@
319310490Scyinfodir = @infodir@
320310490Scyinstall_sh = @install_sh@
321310490Scylibdir = @libdir@
322310490Scylibexecdir = @libexecdir@
323310490Scylocaledir = @localedir@
324310490Scylocalstatedir = @localstatedir@
325310490Scymandir = @mandir@
326310490Scymkdir_p = @mkdir_p@
327310490Scyoldincludedir = @oldincludedir@
328310490Scypdfdir = @pdfdir@
329310490Scyprefix = @prefix@
330310490Scyprogram_transform_name = @program_transform_name@
331310490Scypsdir = @psdir@
332310490Scysbindir = @sbindir@
333310490Scysharedstatedir = @sharedstatedir@
334310490Scysrcdir = @srcdir@
335310490Scysysconfdir = @sysconfdir@
336310490Scytarget_alias = @target_alias@
337310490Scytop_build_prefix = @top_build_prefix@
338310490Scytop_builddir = @top_builddir@
339310490Scytop_srcdir = @top_srcdir@
340310490ScyMAGIC = $(pkgdatadir)/magic
341310490Scylib_LTLIBRARIES = libmagic.la
342310490Scynodist_include_HEADERS = magic.h
343310490ScyAM_CPPFLAGS = -DMAGIC='"$(MAGIC)"'
344310490ScyAM_CFLAGS = $(CFLAG_VISIBILITY) @WARNINGS@
345310490Scylibmagic_la_SOURCES = magic.c apprentice.c softmagic.c ascmagic.c \
346310490Scy	encoding.c compress.c is_tar.c readelf.c print.c fsmagic.c \
347310490Scy	funcs.c file.h readelf.h tar.h apptype.c der.c der.h \
348310490Scy	file_opts.h elfclass.h mygetopt.h cdf.c cdf_time.c readcdf.c cdf.h
349310490Scy
350310490Scylibmagic_la_LDFLAGS = -no-undefined -version-info 1:0:0
351310490Scy@MINGW_FALSE@MINGWLIBS = 
352310490Scy@MINGW_TRUE@MINGWLIBS = -lgnurx -lshlwapi
353310490Scylibmagic_la_LIBADD = $(LTLIBOBJS) $(MINGWLIBS)
354310490Scyfile_SOURCES = file.c
355310490Scyfile_LDADD = libmagic.la
356310490ScyCLEANFILES = magic.h
357310490ScyEXTRA_DIST = magic.h.in
358310490ScyHDR = $(top_srcdir)/src/magic.h.in
359310490ScyBUILT_SOURCES = magic.h
360310490Scyall: $(BUILT_SOURCES)
361310490Scy	$(MAKE) $(AM_MAKEFLAGS) all-am
362310490Scy
363310490Scy.SUFFIXES:
364310490Scy.SUFFIXES: .c .lo .o .obj
365310490Scy$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
366310490Scy	@for dep in $?; do \
367310490Scy	  case '$(am__configure_deps)' in \
368310490Scy	    *$$dep*) \
369310490Scy	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
370310490Scy	        && { 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