Makefile.in 27 KB

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