Makefile.in 23 KB

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