Makefile.in 27 KB

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