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