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