]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/file/src/Makefile.in
Update file(1) to new version with security update. [EN-18:02.file]
[FreeBSD/releng/10.3.git] / contrib / file / src / Makefile.in
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
19 VPATH = @srcdir@
20 am__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 }
31 am__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
73 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 bin_PROGRAMS = file$(EXEEXT)
93 subdir = src
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__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
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100         $(ACLOCAL_M4)
101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/config.h
104 CONFIG_CLEAN_FILES =
105 CONFIG_CLEAN_VPATH_FILES =
106 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107 am__vpath_adj = case $$p in \
108     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109     *) f=$$p;; \
110   esac;
111 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112 am__install_max = 40
113 am__nobase_strip_setup = \
114   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115 am__nobase_strip = \
116   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117 am__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] }'
124 am__base_list = \
125   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127 am__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   }
133 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
134         "$(DESTDIR)$(includedir)"
135 LTLIBRARIES = $(lib_LTLIBRARIES)
136 am__DEPENDENCIES_1 =
137 libmagic_la_DEPENDENCIES = $(LTLIBOBJS) $(am__DEPENDENCIES_1)
138 am_libmagic_la_OBJECTS = magic.lo apprentice.lo softmagic.lo \
139         ascmagic.lo encoding.lo compress.lo is_tar.lo readelf.lo \
140         print.lo fsmagic.lo funcs.lo apptype.lo der.lo cdf.lo \
141         cdf_time.lo readcdf.lo
142 libmagic_la_OBJECTS = $(am_libmagic_la_OBJECTS)
143 AM_V_lt = $(am__v_lt_@AM_V@)
144 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145 am__v_lt_0 = --silent
146 am__v_lt_1 = 
147 libmagic_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149         $(libmagic_la_LDFLAGS) $(LDFLAGS) -o $@
150 PROGRAMS = $(bin_PROGRAMS)
151 am_file_OBJECTS = file.$(OBJEXT)
152 file_OBJECTS = $(am_file_OBJECTS)
153 file_DEPENDENCIES = libmagic.la
154 AM_V_P = $(am__v_P_@AM_V@)
155 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
156 am__v_P_0 = false
157 am__v_P_1 = :
158 AM_V_GEN = $(am__v_GEN_@AM_V@)
159 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
160 am__v_GEN_0 = @echo "  GEN     " $@;
161 am__v_GEN_1 = 
162 AM_V_at = $(am__v_at_@AM_V@)
163 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
164 am__v_at_0 = @
165 am__v_at_1 = 
166 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
167 depcomp = $(SHELL) $(top_srcdir)/depcomp
168 am__depfiles_maybe = depfiles
169 am__mv = mv -f
170 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
171         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
172 LTCOMPILE = $(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)
176 AM_V_CC = $(am__v_CC_@AM_V@)
177 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
178 am__v_CC_0 = @echo "  CC      " $@;
179 am__v_CC_1 = 
180 CCLD = $(CC)
181 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
183         $(AM_LDFLAGS) $(LDFLAGS) -o $@
184 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
185 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
186 am__v_CCLD_0 = @echo "  CCLD    " $@;
187 am__v_CCLD_1 = 
188 SOURCES = $(libmagic_la_SOURCES) $(file_SOURCES)
189 DIST_SOURCES = $(libmagic_la_SOURCES) $(file_SOURCES)
190 am__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
195 HEADERS = $(nodist_include_HEADERS)
196 am__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.
200 am__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.
208 am__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)`
213 ETAGS = etags
214 CTAGS = ctags
215 am__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
219 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
220 pkgdatadir = @pkgdatadir@
221 ACLOCAL = @ACLOCAL@
222 AMTAR = @AMTAR@
223 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
224 AR = @AR@
225 AUTOCONF = @AUTOCONF@
226 AUTOHEADER = @AUTOHEADER@
227 AUTOMAKE = @AUTOMAKE@
228 AWK = @AWK@
229 CC = @CC@
230 CCDEPMODE = @CCDEPMODE@
231 CFLAGS = @CFLAGS@
232 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
233 CPP = @CPP@
234 CPPFLAGS = @CPPFLAGS@
235 CYGPATH_W = @CYGPATH_W@
236 DEFS = @DEFS@
237 DEPDIR = @DEPDIR@
238 DLLTOOL = @DLLTOOL@
239 DSYMUTIL = @DSYMUTIL@
240 DUMPBIN = @DUMPBIN@
241 ECHO_C = @ECHO_C@
242 ECHO_N = @ECHO_N@
243 ECHO_T = @ECHO_T@
244 EGREP = @EGREP@
245 EXEEXT = @EXEEXT@
246 FGREP = @FGREP@
247 GREP = @GREP@
248 HAVE_VISIBILITY = @HAVE_VISIBILITY@
249 INSTALL = @INSTALL@
250 INSTALL_DATA = @INSTALL_DATA@
251 INSTALL_PROGRAM = @INSTALL_PROGRAM@
252 INSTALL_SCRIPT = @INSTALL_SCRIPT@
253 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
254 LD = @LD@
255 LDFLAGS = @LDFLAGS@
256 LIBOBJS = @LIBOBJS@
257 LIBS = @LIBS@
258 LIBTOOL = @LIBTOOL@
259 LIPO = @LIPO@
260 LN_S = @LN_S@
261 LTLIBOBJS = @LTLIBOBJS@
262 MAKEINFO = @MAKEINFO@
263 MANIFEST_TOOL = @MANIFEST_TOOL@
264 MINGW = @MINGW@
265 MKDIR_P = @MKDIR_P@
266 NM = @NM@
267 NMEDIT = @NMEDIT@
268 OBJDUMP = @OBJDUMP@
269 OBJEXT = @OBJEXT@
270 OTOOL = @OTOOL@
271 OTOOL64 = @OTOOL64@
272 PACKAGE = @PACKAGE@
273 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
274 PACKAGE_NAME = @PACKAGE_NAME@
275 PACKAGE_STRING = @PACKAGE_STRING@
276 PACKAGE_TARNAME = @PACKAGE_TARNAME@
277 PACKAGE_URL = @PACKAGE_URL@
278 PACKAGE_VERSION = @PACKAGE_VERSION@
279 PATH_SEPARATOR = @PATH_SEPARATOR@
280 RANLIB = @RANLIB@
281 SED = @SED@
282 SET_MAKE = @SET_MAKE@
283 SHELL = @SHELL@
284 STRIP = @STRIP@
285 VERSION = @VERSION@
286 WARNINGS = @WARNINGS@
287 abs_builddir = @abs_builddir@
288 abs_srcdir = @abs_srcdir@
289 abs_top_builddir = @abs_top_builddir@
290 abs_top_srcdir = @abs_top_srcdir@
291 ac_ct_AR = @ac_ct_AR@
292 ac_ct_CC = @ac_ct_CC@
293 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
294 am__include = @am__include@
295 am__leading_dot = @am__leading_dot@
296 am__quote = @am__quote@
297 am__tar = @am__tar@
298 am__untar = @am__untar@
299 bindir = @bindir@
300 build = @build@
301 build_alias = @build_alias@
302 build_cpu = @build_cpu@
303 build_os = @build_os@
304 build_vendor = @build_vendor@
305 builddir = @builddir@
306 datadir = @datadir@
307 datarootdir = @datarootdir@
308 docdir = @docdir@
309 dvidir = @dvidir@
310 exec_prefix = @exec_prefix@
311 fsect = @fsect@
312 host = @host@
313 host_alias = @host_alias@
314 host_cpu = @host_cpu@
315 host_os = @host_os@
316 host_vendor = @host_vendor@
317 htmldir = @htmldir@
318 includedir = @includedir@
319 infodir = @infodir@
320 install_sh = @install_sh@
321 libdir = @libdir@
322 libexecdir = @libexecdir@
323 localedir = @localedir@
324 localstatedir = @localstatedir@
325 mandir = @mandir@
326 mkdir_p = @mkdir_p@
327 oldincludedir = @oldincludedir@
328 pdfdir = @pdfdir@
329 prefix = @prefix@
330 program_transform_name = @program_transform_name@
331 psdir = @psdir@
332 sbindir = @sbindir@
333 sharedstatedir = @sharedstatedir@
334 srcdir = @srcdir@
335 sysconfdir = @sysconfdir@
336 target_alias = @target_alias@
337 top_build_prefix = @top_build_prefix@
338 top_builddir = @top_builddir@
339 top_srcdir = @top_srcdir@
340 MAGIC = $(pkgdatadir)/magic
341 lib_LTLIBRARIES = libmagic.la
342 nodist_include_HEADERS = magic.h
343 AM_CPPFLAGS = -DMAGIC='"$(MAGIC)"'
344 AM_CFLAGS = $(CFLAG_VISIBILITY) @WARNINGS@
345 libmagic_la_SOURCES = magic.c apprentice.c softmagic.c ascmagic.c \
346         encoding.c compress.c is_tar.c readelf.c print.c fsmagic.c \
347         funcs.c file.h readelf.h tar.h apptype.c der.c der.h \
348         file_opts.h elfclass.h mygetopt.h cdf.c cdf_time.c readcdf.c cdf.h
349
350 libmagic_la_LDFLAGS = -no-undefined -version-info 1:0:0
351 @MINGW_FALSE@MINGWLIBS = 
352 @MINGW_TRUE@MINGWLIBS = -lgnurx -lshlwapi
353 libmagic_la_LIBADD = $(LTLIBOBJS) $(MINGWLIBS)
354 file_SOURCES = file.c
355 file_LDADD = libmagic.la
356 CLEANFILES = magic.h
357 EXTRA_DIST = magic.h.in
358 HDR = $(top_srcdir)/src/magic.h.in
359 BUILT_SOURCES = magic.h
360 all: $(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
377 Makefile: $(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
395 install-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
410 uninstall-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
419 clean-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
430 libmagic.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)
432 install-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
462 uninstall-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
473 clean-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
482 file$(EXEEXT): $(file_OBJECTS) $(file_DEPENDENCIES) $(EXTRA_file_DEPENDENCIES) 
483         @rm -f file$(EXEEXT)
484         $(AM_V_CCLD)$(LINK) $(file_OBJECTS) $(file_LDADD) $(LIBS)
485
486 mostlyclean-compile:
487         -rm -f *.$(OBJEXT)
488
489 distclean-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
548 mostlyclean-libtool:
549         -rm -f *.lo
550
551 clean-libtool:
552         -rm -rf .libs _libs
553 install-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
569 uninstall-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
575 ID: $(am__tagged_files)
576         $(am__define_uniq_tagged_files); mkid -fID $$unique
577 tags: tags-am
578 TAGS: tags
579
580 tags-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
595 ctags: ctags-am
596
597 CTAGS: ctags
598 ctags-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
604 GTAGS:
605         here=`$(am__cd) $(top_builddir) && pwd` \
606           && $(am__cd) $(top_srcdir) \
607           && gtags -i $(GTAGS_ARGS) "$$here"
608 cscopelist: cscopelist-am
609
610 cscopelist-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
624 distclean-tags:
625         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
626
627 distdir: $(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
657 check-am: all-am
658 check: $(BUILT_SOURCES)
659         $(MAKE) $(AM_MAKEFLAGS) check-am
660 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
661 install-binPROGRAMS: install-libLTLIBRARIES
662
663 installdirs:
664         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
665           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
666         done
667 install: $(BUILT_SOURCES)
668         $(MAKE) $(AM_MAKEFLAGS) install-am
669 install-exec: install-exec-am
670 install-data: install-data-am
671 uninstall: uninstall-am
672
673 install-am: all-am
674         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
675
676 installcheck: installcheck-am
677 install-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
687 mostlyclean-generic:
688
689 clean-generic:
690         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
691
692 distclean-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
696 maintainer-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)
700 clean: clean-am
701
702 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
703         clean-libtool mostlyclean-am
704
705 distclean: distclean-am
706         -rm -rf $(DEPDIR) ./$(DEPDIR)
707         -rm -f Makefile
708 distclean-am: clean-am distclean-compile distclean-generic \
709         distclean-tags
710
711 dvi: dvi-am
712
713 dvi-am:
714
715 html: html-am
716
717 html-am:
718
719 info: info-am
720
721 info-am:
722
723 install-data-am: install-nodist_includeHEADERS
724
725 install-dvi: install-dvi-am
726
727 install-dvi-am:
728
729 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
730
731 install-html: install-html-am
732
733 install-html-am:
734
735 install-info: install-info-am
736
737 install-info-am:
738
739 install-man:
740
741 install-pdf: install-pdf-am
742
743 install-pdf-am:
744
745 install-ps: install-ps-am
746
747 install-ps-am:
748
749 installcheck-am:
750
751 maintainer-clean: maintainer-clean-am
752         -rm -rf $(DEPDIR) ./$(DEPDIR)
753         -rm -f Makefile
754 maintainer-clean-am: distclean-am maintainer-clean-generic
755
756 mostlyclean: mostlyclean-am
757
758 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
759         mostlyclean-libtool
760
761 pdf: pdf-am
762
763 pdf-am:
764
765 ps: ps-am
766
767 ps-am:
768
769 uninstall-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
794 magic.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: