Makefile.in 26 KB

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