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