vm: merge i386 and arm pagetable code
[minix.git] / external / bsd / file / dist / src / Makefile.in
blob8961f5c71cbf8fef6d8a341aea57ba448e9eb829
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
20 VPATH = @srcdir@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 bin_PROGRAMS = file$(EXEEXT)
39 subdir = src
40 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
41 $(srcdir)/Makefile.in asprintf.c getline.c getopt_long.c \
42 strlcat.c strlcpy.c vasprintf.c
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
45 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
47 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49 $(ACLOCAL_M4)
50 mkinstalldirs = $(install_sh) -d
51 CONFIG_HEADER = $(top_builddir)/config.h
52 CONFIG_CLEAN_FILES =
53 CONFIG_CLEAN_VPATH_FILES =
54 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55 am__vpath_adj = case $$p in \
56 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57 *) f=$$p;; \
58 esac;
59 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
60 am__install_max = 40
61 am__nobase_strip_setup = \
62 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
63 am__nobase_strip = \
64 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
65 am__nobase_list = $(am__nobase_strip_setup); \
66 for p in $$list; do echo "$$p $$p"; done | \
67 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
68 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
69 if (++n[$$2] == $(am__install_max)) \
70 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
71 END { for (dir in files) print dir, files[dir] }'
72 am__base_list = \
73 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
74 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
75 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
76 "$(DESTDIR)$(includedir)"
77 LTLIBRARIES = $(lib_LTLIBRARIES)
78 am__DEPENDENCIES_1 =
79 libmagic_la_DEPENDENCIES = $(LTLIBOBJS) $(am__DEPENDENCIES_1)
80 am_libmagic_la_OBJECTS = magic.lo apprentice.lo softmagic.lo \
81 ascmagic.lo encoding.lo compress.lo is_tar.lo readelf.lo \
82 print.lo fsmagic.lo funcs.lo apptype.lo cdf.lo cdf_time.lo \
83 readcdf.lo
84 libmagic_la_OBJECTS = $(am_libmagic_la_OBJECTS)
85 AM_V_lt = $(am__v_lt_$(V))
86 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
87 am__v_lt_0 = --silent
88 libmagic_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
89 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
90 $(libmagic_la_LDFLAGS) $(LDFLAGS) -o $@
91 PROGRAMS = $(bin_PROGRAMS)
92 am_file_OBJECTS = file.$(OBJEXT)
93 file_OBJECTS = $(am_file_OBJECTS)
94 file_DEPENDENCIES = libmagic.la
95 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
96 depcomp = $(SHELL) $(top_srcdir)/depcomp
97 am__depfiles_maybe = depfiles
98 am__mv = mv -f
99 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
100 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
102 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
103 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
104 $(AM_CFLAGS) $(CFLAGS)
105 AM_V_CC = $(am__v_CC_$(V))
106 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
107 am__v_CC_0 = @echo " CC " $@;
108 AM_V_at = $(am__v_at_$(V))
109 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
110 am__v_at_0 = @
111 CCLD = $(CC)
112 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
113 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
114 $(AM_LDFLAGS) $(LDFLAGS) -o $@
115 AM_V_CCLD = $(am__v_CCLD_$(V))
116 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
117 am__v_CCLD_0 = @echo " CCLD " $@;
118 AM_V_GEN = $(am__v_GEN_$(V))
119 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
120 am__v_GEN_0 = @echo " GEN " $@;
121 SOURCES = $(libmagic_la_SOURCES) $(file_SOURCES)
122 DIST_SOURCES = $(libmagic_la_SOURCES) $(file_SOURCES)
123 HEADERS = $(include_HEADERS)
124 ETAGS = etags
125 CTAGS = ctags
126 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127 pkgdatadir = @pkgdatadir@
128 ACLOCAL = @ACLOCAL@
129 AMTAR = @AMTAR@
130 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
131 AR = @AR@
132 AUTOCONF = @AUTOCONF@
133 AUTOHEADER = @AUTOHEADER@
134 AUTOMAKE = @AUTOMAKE@
135 AWK = @AWK@
136 CC = @CC@
137 CCDEPMODE = @CCDEPMODE@
138 CFLAGS = @CFLAGS@
139 CPP = @CPP@
140 CPPFLAGS = @CPPFLAGS@
141 CYGPATH_W = @CYGPATH_W@
142 DEFS = @DEFS@
143 DEPDIR = @DEPDIR@
144 DSYMUTIL = @DSYMUTIL@
145 DUMPBIN = @DUMPBIN@
146 ECHO_C = @ECHO_C@
147 ECHO_N = @ECHO_N@
148 ECHO_T = @ECHO_T@
149 EGREP = @EGREP@
150 EXEEXT = @EXEEXT@
151 FGREP = @FGREP@
152 GREP = @GREP@
153 INSTALL = @INSTALL@
154 INSTALL_DATA = @INSTALL_DATA@
155 INSTALL_PROGRAM = @INSTALL_PROGRAM@
156 INSTALL_SCRIPT = @INSTALL_SCRIPT@
157 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158 LD = @LD@
159 LDFLAGS = @LDFLAGS@
160 LIBOBJS = @LIBOBJS@
161 LIBS = @LIBS@
162 LIBTOOL = @LIBTOOL@
163 LIPO = @LIPO@
164 LN_S = @LN_S@
165 LTLIBOBJS = @LTLIBOBJS@
166 MAINT = @MAINT@
167 MAKEINFO = @MAKEINFO@
168 MINGW = @MINGW@
169 MKDIR_P = @MKDIR_P@
170 NM = @NM@
171 NMEDIT = @NMEDIT@
172 OBJDUMP = @OBJDUMP@
173 OBJEXT = @OBJEXT@
174 OTOOL = @OTOOL@
175 OTOOL64 = @OTOOL64@
176 PACKAGE = @PACKAGE@
177 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178 PACKAGE_NAME = @PACKAGE_NAME@
179 PACKAGE_STRING = @PACKAGE_STRING@
180 PACKAGE_TARNAME = @PACKAGE_TARNAME@
181 PACKAGE_URL = @PACKAGE_URL@
182 PACKAGE_VERSION = @PACKAGE_VERSION@
183 PATH_SEPARATOR = @PATH_SEPARATOR@
184 RANLIB = @RANLIB@
185 SED = @SED@
186 SET_MAKE = @SET_MAKE@
187 SHELL = @SHELL@
188 STRIP = @STRIP@
189 VERSION = @VERSION@
190 WARNINGS = @WARNINGS@
191 abs_builddir = @abs_builddir@
192 abs_srcdir = @abs_srcdir@
193 abs_top_builddir = @abs_top_builddir@
194 abs_top_srcdir = @abs_top_srcdir@
195 ac_ct_CC = @ac_ct_CC@
196 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
197 am__include = @am__include@
198 am__leading_dot = @am__leading_dot@
199 am__quote = @am__quote@
200 am__tar = @am__tar@
201 am__untar = @am__untar@
202 bindir = @bindir@
203 build = @build@
204 build_alias = @build_alias@
205 build_cpu = @build_cpu@
206 build_os = @build_os@
207 build_vendor = @build_vendor@
208 builddir = @builddir@
209 datadir = @datadir@
210 datarootdir = @datarootdir@
211 docdir = @docdir@
212 dvidir = @dvidir@
213 exec_prefix = @exec_prefix@
214 fsect = @fsect@
215 host = @host@
216 host_alias = @host_alias@
217 host_cpu = @host_cpu@
218 host_os = @host_os@
219 host_vendor = @host_vendor@
220 htmldir = @htmldir@
221 includedir = @includedir@
222 infodir = @infodir@
223 install_sh = @install_sh@
224 libdir = @libdir@
225 libexecdir = @libexecdir@
226 localedir = @localedir@
227 localstatedir = @localstatedir@
228 lt_ECHO = @lt_ECHO@
229 mandir = @mandir@
230 mkdir_p = @mkdir_p@
231 oldincludedir = @oldincludedir@
232 pdfdir = @pdfdir@
233 prefix = @prefix@
234 program_transform_name = @program_transform_name@
235 psdir = @psdir@
236 sbindir = @sbindir@
237 sharedstatedir = @sharedstatedir@
238 srcdir = @srcdir@
239 sysconfdir = @sysconfdir@
240 target_alias = @target_alias@
241 top_build_prefix = @top_build_prefix@
242 top_builddir = @top_builddir@
243 top_srcdir = @top_srcdir@
244 MAGIC = $(pkgdatadir)/magic
245 lib_LTLIBRARIES = libmagic.la
246 include_HEADERS = magic.h
247 AM_CPPFLAGS = -DMAGIC='"$(MAGIC)"'
248 AM_CFLAGS = @WARNINGS@
249 libmagic_la_SOURCES = magic.c apprentice.c softmagic.c ascmagic.c \
250 encoding.c compress.c is_tar.c readelf.c print.c fsmagic.c \
251 funcs.c file.h names.h readelf.h tar.h apptype.c \
252 file_opts.h elfclass.h mygetopt.h cdf.c cdf_time.c readcdf.c cdf.h
254 libmagic_la_LDFLAGS = -no-undefined -version-info 1:0:0
255 @MINGW_FALSE@MINGWLIBS =
256 @MINGW_TRUE@MINGWLIBS = -lgnurx -lshlwapi
257 libmagic_la_LIBADD = $(LTLIBOBJS) $(MINGWLIBS)
258 file_SOURCES = file.c
259 file_LDADD = libmagic.la
260 all: all-am
262 .SUFFIXES:
263 .SUFFIXES: .c .lo .o .obj
264 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
265 @for dep in $?; do \
266 case '$(am__configure_deps)' in \
267 *$$dep*) \
268 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
269 && { if test -f $@; then exit 0; else break; fi; }; \
270 exit 1;; \
271 esac; \
272 done; \
273 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
274 $(am__cd) $(top_srcdir) && \
275 $(AUTOMAKE) --gnu src/Makefile
276 .PRECIOUS: Makefile
277 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
278 @case '$?' in \
279 *config.status*) \
280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
281 *) \
282 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
283 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
284 esac;
286 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
292 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293 $(am__aclocal_m4_deps):
294 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
295 @$(NORMAL_INSTALL)
296 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
297 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
298 list2=; for p in $$list; do \
299 if test -f $$p; then \
300 list2="$$list2 $$p"; \
301 else :; fi; \
302 done; \
303 test -z "$$list2" || { \
304 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
305 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
308 uninstall-libLTLIBRARIES:
309 @$(NORMAL_UNINSTALL)
310 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
311 for p in $$list; do \
312 $(am__strip_dir) \
313 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
314 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
315 done
317 clean-libLTLIBRARIES:
318 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
319 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
320 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
321 test "$$dir" != "$$p" || dir=.; \
322 echo "rm -f \"$${dir}/so_locations\""; \
323 rm -f "$${dir}/so_locations"; \
324 done
325 libmagic.la: $(libmagic_la_OBJECTS) $(libmagic_la_DEPENDENCIES)
326 $(AM_V_CCLD)$(libmagic_la_LINK) -rpath $(libdir) $(libmagic_la_OBJECTS) $(libmagic_la_LIBADD) $(LIBS)
327 install-binPROGRAMS: $(bin_PROGRAMS)
328 @$(NORMAL_INSTALL)
329 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
330 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
331 for p in $$list; do echo "$$p $$p"; done | \
332 sed 's/$(EXEEXT)$$//' | \
333 while read p p1; do if test -f $$p || test -f $$p1; \
334 then echo "$$p"; echo "$$p"; else :; fi; \
335 done | \
336 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
337 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
338 sed 'N;N;N;s,\n, ,g' | \
339 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
340 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
341 if ($$2 == $$4) files[d] = files[d] " " $$1; \
342 else { print "f", $$3 "/" $$4, $$1; } } \
343 END { for (d in files) print "f", d, files[d] }' | \
344 while read type dir files; do \
345 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
346 test -z "$$files" || { \
347 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
348 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
350 ; done
352 uninstall-binPROGRAMS:
353 @$(NORMAL_UNINSTALL)
354 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
355 files=`for p in $$list; do echo "$$p"; done | \
356 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
357 -e 's/$$/$(EXEEXT)/' `; \
358 test -n "$$list" || exit 0; \
359 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
360 cd "$(DESTDIR)$(bindir)" && rm -f $$files
362 clean-binPROGRAMS:
363 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
364 echo " rm -f" $$list; \
365 rm -f $$list || exit $$?; \
366 test -n "$(EXEEXT)" || exit 0; \
367 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
368 echo " rm -f" $$list; \
369 rm -f $$list
370 file$(EXEEXT): $(file_OBJECTS) $(file_DEPENDENCIES)
371 @rm -f file$(EXEEXT)
372 $(AM_V_CCLD)$(LINK) $(file_OBJECTS) $(file_LDADD) $(LIBS)
374 mostlyclean-compile:
375 -rm -f *.$(OBJEXT)
377 distclean-compile:
378 -rm -f *.tab.c
380 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asprintf.Plo@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getline.Plo@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt_long.Plo@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcat.Plo@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcpy.Plo@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vasprintf.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apprentice.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apptype.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ascmagic.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdf.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdf_time.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoding.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsmagic.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/funcs.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_tar.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/magic.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readcdf.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readelf.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/softmagic.Plo@am__quote@
403 .c.o:
404 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
405 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
406 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
411 .c.obj:
412 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
413 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
414 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
419 .c.lo:
420 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
421 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
422 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
427 mostlyclean-libtool:
428 -rm -f *.lo
430 clean-libtool:
431 -rm -rf .libs _libs
432 install-includeHEADERS: $(include_HEADERS)
433 @$(NORMAL_INSTALL)
434 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
435 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
436 for p in $$list; do \
437 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
438 echo "$$d$$p"; \
439 done | $(am__base_list) | \
440 while read files; do \
441 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
442 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
443 done
445 uninstall-includeHEADERS:
446 @$(NORMAL_UNINSTALL)
447 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
448 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
449 test -n "$$files" || exit 0; \
450 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
451 cd "$(DESTDIR)$(includedir)" && rm -f $$files
453 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
454 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
455 unique=`for i in $$list; do \
456 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457 done | \
458 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459 END { if (nonempty) { for (i in files) print i; }; }'`; \
460 mkid -fID $$unique
461 tags: TAGS
463 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
464 $(TAGS_FILES) $(LISP)
465 set x; \
466 here=`pwd`; \
467 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
468 unique=`for i in $$list; do \
469 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470 done | \
471 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472 END { if (nonempty) { for (i in files) print i; }; }'`; \
473 shift; \
474 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
475 test -n "$$unique" || unique=$$empty_fix; \
476 if test $$# -gt 0; then \
477 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478 "$$@" $$unique; \
479 else \
480 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
481 $$unique; \
482 fi; \
484 ctags: CTAGS
485 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
486 $(TAGS_FILES) $(LISP)
487 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
488 unique=`for i in $$list; do \
489 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490 done | \
491 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492 END { if (nonempty) { for (i in files) print i; }; }'`; \
493 test -z "$(CTAGS_ARGS)$$unique" \
494 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
495 $$unique
497 GTAGS:
498 here=`$(am__cd) $(top_builddir) && pwd` \
499 && $(am__cd) $(top_srcdir) \
500 && gtags -i $(GTAGS_ARGS) "$$here"
502 distclean-tags:
503 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
505 distdir: $(DISTFILES)
506 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508 list='$(DISTFILES)'; \
509 dist_files=`for file in $$list; do echo $$file; done | \
510 sed -e "s|^$$srcdirstrip/||;t" \
511 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
512 case $$dist_files in \
513 */*) $(MKDIR_P) `echo "$$dist_files" | \
514 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
515 sort -u` ;; \
516 esac; \
517 for file in $$dist_files; do \
518 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
519 if test -d $$d/$$file; then \
520 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
521 if test -d "$(distdir)/$$file"; then \
522 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523 fi; \
524 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
525 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
526 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527 fi; \
528 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
529 else \
530 test -f "$(distdir)/$$file" \
531 || cp -p $$d/$$file "$(distdir)/$$file" \
532 || exit 1; \
533 fi; \
534 done
535 check-am: all-am
536 check: check-am
537 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
538 install-binPROGRAMS: install-libLTLIBRARIES
540 installdirs:
541 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
542 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
543 done
544 install: install-am
545 install-exec: install-exec-am
546 install-data: install-data-am
547 uninstall: uninstall-am
549 install-am: all-am
550 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
552 installcheck: installcheck-am
553 install-strip:
554 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556 `test -z '$(STRIP)' || \
557 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
558 mostlyclean-generic:
560 clean-generic:
562 distclean-generic:
563 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
564 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
566 maintainer-clean-generic:
567 @echo "This command is intended for maintainers to use"
568 @echo "it deletes files that may require special tools to rebuild."
569 clean: clean-am
571 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
572 clean-libtool mostlyclean-am
574 distclean: distclean-am
575 -rm -rf $(DEPDIR) ./$(DEPDIR)
576 -rm -f Makefile
577 distclean-am: clean-am distclean-compile distclean-generic \
578 distclean-tags
580 dvi: dvi-am
582 dvi-am:
584 html: html-am
586 html-am:
588 info: info-am
590 info-am:
592 install-data-am: install-includeHEADERS
594 install-dvi: install-dvi-am
596 install-dvi-am:
598 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
600 install-html: install-html-am
602 install-html-am:
604 install-info: install-info-am
606 install-info-am:
608 install-man:
610 install-pdf: install-pdf-am
612 install-pdf-am:
614 install-ps: install-ps-am
616 install-ps-am:
618 installcheck-am:
620 maintainer-clean: maintainer-clean-am
621 -rm -rf $(DEPDIR) ./$(DEPDIR)
622 -rm -f Makefile
623 maintainer-clean-am: distclean-am maintainer-clean-generic
625 mostlyclean: mostlyclean-am
627 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
628 mostlyclean-libtool
630 pdf: pdf-am
632 pdf-am:
634 ps: ps-am
636 ps-am:
638 uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
639 uninstall-libLTLIBRARIES
641 .MAKE: install-am install-strip
643 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
644 clean-generic clean-libLTLIBRARIES clean-libtool ctags \
645 distclean distclean-compile distclean-generic \
646 distclean-libtool distclean-tags distdir dvi dvi-am html \
647 html-am info info-am install install-am install-binPROGRAMS \
648 install-data install-data-am install-dvi install-dvi-am \
649 install-exec install-exec-am install-html install-html-am \
650 install-includeHEADERS install-info install-info-am \
651 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
652 install-ps install-ps-am install-strip installcheck \
653 installcheck-am installdirs maintainer-clean \
654 maintainer-clean-generic mostlyclean mostlyclean-compile \
655 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
656 tags uninstall uninstall-am uninstall-binPROGRAMS \
657 uninstall-includeHEADERS uninstall-libLTLIBRARIES
660 # Tell versions [3.59,3.63) of GNU make to not export all variables.
661 # Otherwise a system limit (for SysV at least) may be exceeded.
662 .NOEXPORT: