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