Makefile.in 26 KB

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