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