Makefile.in 22 KB

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