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