Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.03 KB | None | 0 0
  1. # Makefile.in generated by automake 1.14 from Makefile.am.
  2. # src/Makefile. Generated from Makefile.in by configure.
  3.  
  4. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  5.  
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  12. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. # PARTICULAR PURPOSE.
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  21. am__make_running_with_option = \
  22. case $${target_option-} in \
  23. ?) ;; \
  24. *) echo "am__make_running_with_option: internal error: invalid" \
  25. "target option '$${target_option-}' specified" >&2; \
  26. exit 1;; \
  27. esac; \
  28. has_opt=no; \
  29. sane_makeflags=$$MAKEFLAGS; \
  30. if $(am__is_gnu_make); then \
  31. sane_makeflags=$$MFLAGS; \
  32. else \
  33. case $$MAKEFLAGS in \
  34. *\\[\ \ ]*) \
  35. bs=\\; \
  36. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  37. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  38. esac; \
  39. fi; \
  40. skip_next=no; \
  41. strip_trailopt () \
  42. { \
  43. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  44. }; \
  45. for flg in $$sane_makeflags; do \
  46. test $$skip_next = yes && { skip_next=no; continue; }; \
  47. case $$flg in \
  48. *=*|--*) continue;; \
  49. -*I) strip_trailopt 'I'; skip_next=yes;; \
  50. -*I?*) strip_trailopt 'I';; \
  51. -*O) strip_trailopt 'O'; skip_next=yes;; \
  52. -*O?*) strip_trailopt 'O';; \
  53. -*l) strip_trailopt 'l'; skip_next=yes;; \
  54. -*l?*) strip_trailopt 'l';; \
  55. -[dEDm]) skip_next=yes;; \
  56. -[JT]) skip_next=yes;; \
  57. esac; \
  58. case $$flg in \
  59. *$$target_option*) has_opt=yes; break;; \
  60. esac; \
  61. done; \
  62. test $$has_opt = yes
  63. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  64. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  65. pkgincludedir = $(includedir)/file
  66. pkglibdir = $(libdir)/file
  67. pkglibexecdir = $(libexecdir)/file
  68. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  69. install_sh_DATA = $(install_sh) -c -m 644
  70. install_sh_PROGRAM = $(install_sh) -c
  71. install_sh_SCRIPT = $(install_sh) -c
  72. INSTALL_HEADER = $(INSTALL_DATA)
  73. transform = $(program_transform_name)
  74. NORMAL_INSTALL = :
  75. PRE_INSTALL = :
  76. POST_INSTALL = :
  77. NORMAL_UNINSTALL = :
  78. PRE_UNINSTALL = :
  79. POST_UNINSTALL = :
  80. build_triplet = x86_64-unknown-msys
  81. host_triplet = x86_64-unknown-msys
  82. bin_PROGRAMS = file$(EXEEXT)
  83. subdir = src
  84. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ctime_r.c \
  85. getline.c strcasestr.c strlcat.c getopt_long.c asctime_r.c \
  86. fmtcheck.c vasprintf.c pread.c strlcpy.c asprintf.c \
  87. $(top_srcdir)/depcomp $(include_HEADERS)
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  90. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  91. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  92. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
  93. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  94. $(ACLOCAL_M4)
  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 cdf.lo cdf_time.lo \
  134. readcdf.lo
  135. libmagic_la_OBJECTS = $(am_libmagic_la_OBJECTS)
  136. AM_V_lt = $(am__v_lt_$(V))
  137. am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
  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_$(V))
  148. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  149. am__v_P_0 = false
  150. am__v_P_1 = :
  151. AM_V_GEN = $(am__v_GEN_$(V))
  152. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  153. am__v_GEN_0 = @echo " GEN " $@;
  154. am__v_GEN_1 =
  155. AM_V_at = $(am__v_at_$(V))
  156. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  157. am__v_at_0 = @
  158. am__v_at_1 =
  159. DEFAULT_INCLUDES = -I. -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_$(V))
  170. am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
  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_$(V))
  178. am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
  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 = $(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. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  209. pkgdatadir = $(datadir)/misc
  210. ACLOCAL = ${SHELL} /home/grr-build/file-5.20/missing aclocal-1.14
  211. AMTAR = $${TAR-tar}
  212. AM_DEFAULT_VERBOSITY = 0
  213. AR = ar
  214. AUTOCONF = ${SHELL} /home/grr-build/file-5.20/missing autoconf
  215. AUTOHEADER = ${SHELL} /home/grr-build/file-5.20/missing autoheader
  216. AUTOMAKE = ${SHELL} /home/grr-build/file-5.20/missing automake-1.14
  217. AWK = gawk
  218. CC = gcc -std=gnu99
  219. CCDEPMODE = depmode=gcc3
  220. CFLAGS = -g -O2
  221. CFLAG_VISIBILITY = -fvisibility=hidden
  222. CPP = gcc -std=gnu99 -E
  223. CPPFLAGS =
  224. CYGPATH_W = cygpath -w
  225. DEFS = -DHAVE_CONFIG_H
  226. DEPDIR = .deps
  227. DLLTOOL = dlltool
  228. DSYMUTIL =
  229. DUMPBIN =
  230. ECHO_C =
  231. ECHO_N = -n
  232. ECHO_T =
  233. EGREP = /usr/bin/grep -E
  234. EXEEXT = .exe
  235. FGREP = /usr/bin/grep -F
  236. GREP = /usr/bin/grep
  237. HAVE_VISIBILITY = 1
  238. INSTALL = /usr/bin/install -c
  239. INSTALL_DATA = ${INSTALL} -m 644
  240. INSTALL_PROGRAM = ${INSTALL}
  241. INSTALL_SCRIPT = ${INSTALL}
  242. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  243. LD = /usr/x86_64-pc-msys/bin/ld.exe
  244. LDFLAGS =
  245. LIBOBJS = ${LIBOBJDIR}fmtcheck$U.o
  246. LIBS =
  247. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  248. LIPO =
  249. LN_S = cp -pR
  250. LTLIBOBJS = ${LIBOBJDIR}fmtcheck$U.lo
  251. MAKEINFO = ${SHELL} /home/grr-build/file-5.20/missing makeinfo
  252. MANIFEST_TOOL = :
  253. MINGW = 0
  254. MKDIR_P = /usr/bin/mkdir -p
  255. NM = /usr/bin/nm -B
  256. NMEDIT =
  257. OBJDUMP = objdump
  258. OBJEXT = o
  259. OTOOL =
  260. OTOOL64 =
  261. PACKAGE = file
  262. PACKAGE_BUGREPORT = christos@astron.com
  263. PACKAGE_NAME = file
  264. PACKAGE_STRING = file 5.20
  265. PACKAGE_TARNAME = file
  266. PACKAGE_URL =
  267. PACKAGE_VERSION = 5.20
  268. PATH_SEPARATOR = :
  269. RANLIB = ranlib
  270. SED = /usr/bin/sed
  271. SET_MAKE =
  272. SHELL = /bin/sh
  273. STRIP = strip
  274. VERSION = 5.20
  275. WARNINGS = -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wsign-compare -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter -Wformat=2
  276. abs_builddir = /home/grr-build/file-5.20/src
  277. abs_srcdir = /home/grr-build/file-5.20/src
  278. abs_top_builddir = /home/grr-build/file-5.20
  279. abs_top_srcdir = /home/grr-build/file-5.20
  280. ac_ct_AR = ar
  281. ac_ct_CC = gcc
  282. ac_ct_DUMPBIN =
  283. am__include = include
  284. am__leading_dot = .
  285. am__quote =
  286. am__tar = $${TAR-tar} chof - "$$tardir"
  287. am__untar = $${TAR-tar} xf -
  288. bindir = ${exec_prefix}/bin
  289. build = x86_64-unknown-msys
  290. build_alias =
  291. build_cpu = x86_64
  292. build_os = msys
  293. build_vendor = unknown
  294. builddir = .
  295. datadir = ${datarootdir}
  296. datarootdir = ${prefix}/share
  297. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  298. dvidir = ${docdir}
  299. exec_prefix = ${prefix}
  300. fsect = 4
  301. host = x86_64-unknown-msys
  302. host_alias =
  303. host_cpu = x86_64
  304. host_os = msys
  305. host_vendor = unknown
  306. htmldir = ${docdir}
  307. includedir = ${prefix}/include
  308. infodir = ${datarootdir}/info
  309. install_sh = ${SHELL} /home/grr-build/file-5.20/install-sh
  310. libdir = ${exec_prefix}/lib
  311. libexecdir = ${exec_prefix}/libexec
  312. localedir = ${datarootdir}/locale
  313. localstatedir = ${prefix}/var
  314. mandir = ${datarootdir}/man
  315. mkdir_p = $(MKDIR_P)
  316. oldincludedir = /usr/include
  317. pdfdir = ${docdir}
  318. prefix = /usr/local
  319. program_transform_name = s,x,x,
  320. psdir = ${docdir}
  321. sbindir = ${exec_prefix}/sbin
  322. sharedstatedir = ${prefix}/com
  323. srcdir = .
  324. sysconfdir = ${prefix}/etc
  325. target_alias =
  326. top_build_prefix = ../
  327. top_builddir = ..
  328. top_srcdir = ..
  329. MAGIC = $(pkgdatadir)/magic
  330. lib_LTLIBRARIES = libmagic.la
  331. include_HEADERS = magic.h
  332. AM_CPPFLAGS = -DMAGIC='"$(MAGIC)"'
  333. AM_CFLAGS = $(CFLAG_VISIBILITY) -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wsign-compare -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter -Wformat=2
  334. libmagic_la_SOURCES = magic.c apprentice.c softmagic.c ascmagic.c \
  335. encoding.c compress.c is_tar.c readelf.c print.c fsmagic.c \
  336. funcs.c file.h readelf.h tar.h apptype.c \
  337. file_opts.h elfclass.h mygetopt.h cdf.c cdf_time.c readcdf.c cdf.h
  338.  
  339. libmagic_la_LDFLAGS = -no-undefined -version-info 1:0:0
  340. MINGWLIBS =
  341. #MINGWLIBS = -lgnurx -lshlwapi
  342. libmagic_la_LIBADD = $(LTLIBOBJS) $(MINGWLIBS)
  343. file_SOURCES = file.c
  344. file_LDADD = libmagic.la
  345. CLEANFILES = magic.h
  346. EXTRA_DIST = magic.h.in
  347. HDR = $(top_srcdir)/src/magic.h.in
  348. BUILT_SOURCES = magic.h
  349. all: $(BUILT_SOURCES)
  350. $(MAKE) $(AM_MAKEFLAGS) all-am
  351.  
  352. .SUFFIXES:
  353. .SUFFIXES: .c .lo .o .obj
  354. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  355. @for dep in $?; do \
  356. case '$(am__configure_deps)' in \
  357. *$$dep*) \
  358. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  359. && { if test -f $@; then exit 0; else break; fi; }; \
  360. exit 1;; \
  361. esac; \
  362. done; \
  363. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
  364. $(am__cd) $(top_srcdir) && \
  365. $(AUTOMAKE) --foreign src/Makefile
  366. .PRECIOUS: Makefile
  367. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  368. @case '$?' in \
  369. *config.status*) \
  370. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  371. *) \
  372. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  373. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  374. esac;
  375.  
  376. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  377. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  378.  
  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.  
  385. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  386. @$(NORMAL_INSTALL)
  387. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  388. list2=; for p in $$list; do \
  389. if test -f $$p; then \
  390. list2="$$list2 $$p"; \
  391. else :; fi; \
  392. done; \
  393. test -z "$$list2" || { \
  394. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  395. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  396. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  397. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  398. }
  399.  
  400. uninstall-libLTLIBRARIES:
  401. @$(NORMAL_UNINSTALL)
  402. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  403. for p in $$list; do \
  404. $(am__strip_dir) \
  405. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  406. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  407. done
  408.  
  409. clean-libLTLIBRARIES:
  410. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  411. @list='$(lib_LTLIBRARIES)'; \
  412. locs=`for p in $$list; do echo $$p; done | \
  413. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  414. sort -u`; \
  415. test -z "$$locs" || { \
  416. echo rm -f $${locs}; \
  417. rm -f $${locs}; \
  418. }
  419.  
  420. libmagic.la: $(libmagic_la_OBJECTS) $(libmagic_la_DEPENDENCIES) $(EXTRA_libmagic_la_DEPENDENCIES)
  421. $(AM_V_CCLD)$(libmagic_la_LINK) -rpath $(libdir) $(libmagic_la_OBJECTS) $(libmagic_la_LIBADD) $(LIBS)
  422. install-binPROGRAMS: $(bin_PROGRAMS)
  423. @$(NORMAL_INSTALL)
  424. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  425. if test -n "$$list"; then \
  426. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  427. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  428. fi; \
  429. for p in $$list; do echo "$$p $$p"; done | \
  430. sed 's/$(EXEEXT)$$//' | \
  431. while read p p1; do if test -f $$p \
  432. || test -f $$p1 \
  433. ; then echo "$$p"; echo "$$p"; else :; fi; \
  434. done | \
  435. sed -e 'p;s,.*/,,;n;h' \
  436. -e 's|.*|.|' \
  437. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  438. sed 'N;N;N;s,\n, ,g' | \
  439. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  440. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  441. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  442. else { print "f", $$3 "/" $$4, $$1; } } \
  443. END { for (d in files) print "f", d, files[d] }' | \
  444. while read type dir files; do \
  445. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  446. test -z "$$files" || { \
  447. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  448. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  449. } \
  450. ; done
  451.  
  452. uninstall-binPROGRAMS:
  453. @$(NORMAL_UNINSTALL)
  454. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  455. files=`for p in $$list; do echo "$$p"; done | \
  456. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  457. -e 's/$$/$(EXEEXT)/' \
  458. `; \
  459. test -n "$$list" || exit 0; \
  460. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  461. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  462.  
  463. clean-binPROGRAMS:
  464. @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  465. echo " rm -f" $$list; \
  466. rm -f $$list || exit $$?; \
  467. test -n "$(EXEEXT)" || exit 0; \
  468. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  469. echo " rm -f" $$list; \
  470. rm -f $$list
  471.  
  472. file$(EXEEXT): $(file_OBJECTS) $(file_DEPENDENCIES) $(EXTRA_file_DEPENDENCIES)
  473. @rm -f file$(EXEEXT)
  474. $(AM_V_CCLD)$(LINK) $(file_OBJECTS) $(file_LDADD) $(LIBS)
  475.  
  476. mostlyclean-compile:
  477. -rm -f *.$(OBJEXT)
  478.  
  479. distclean-compile:
  480. -rm -f *.tab.c
  481.  
  482. include $(DEPDIR)/asctime_r.Plo
  483. include $(DEPDIR)/asprintf.Plo
  484. include $(DEPDIR)/ctime_r.Plo
  485. include $(DEPDIR)/fmtcheck.Plo
  486. include $(DEPDIR)/getline.Plo
  487. include $(DEPDIR)/getopt_long.Plo
  488. include $(DEPDIR)/pread.Plo
  489. include $(DEPDIR)/strcasestr.Plo
  490. include $(DEPDIR)/strlcat.Plo
  491. include $(DEPDIR)/strlcpy.Plo
  492. include $(DEPDIR)/vasprintf.Plo
  493. include ./$(DEPDIR)/apprentice.Plo
  494. include ./$(DEPDIR)/apptype.Plo
  495. include ./$(DEPDIR)/ascmagic.Plo
  496. include ./$(DEPDIR)/cdf.Plo
  497. include ./$(DEPDIR)/cdf_time.Plo
  498. include ./$(DEPDIR)/compress.Plo
  499. include ./$(DEPDIR)/encoding.Plo
  500. include ./$(DEPDIR)/file.Po
  501. include ./$(DEPDIR)/fsmagic.Plo
  502. include ./$(DEPDIR)/funcs.Plo
  503. include ./$(DEPDIR)/is_tar.Plo
  504. include ./$(DEPDIR)/magic.Plo
  505. include ./$(DEPDIR)/print.Plo
  506. include ./$(DEPDIR)/readcdf.Plo
  507. include ./$(DEPDIR)/readelf.Plo
  508. include ./$(DEPDIR)/softmagic.Plo
  509.  
  510. .c.o:
  511. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  512. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  513. $(am__mv) $$depbase.Tpo $$depbase.Po
  514. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  515. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  516. # $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
  517.  
  518. .c.obj:
  519. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  520. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  521. $(am__mv) $$depbase.Tpo $$depbase.Po
  522. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  523. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  524. # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  525.  
  526. .c.lo:
  527. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  528. $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  529. $(am__mv) $$depbase.Tpo $$depbase.Plo
  530. # $(AM_V_CC)source='$<' object='$@' libtool=yes \
  531. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  532. # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
  533.  
  534. mostlyclean-libtool:
  535. -rm -f *.lo
  536.  
  537. clean-libtool:
  538. -rm -rf .libs _libs
  539. install-includeHEADERS: $(include_HEADERS)
  540. @$(NORMAL_INSTALL)
  541. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  542. if test -n "$$list"; then \
  543. echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
  544. $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
  545. fi; \
  546. for p in $$list; do \
  547. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  548. echo "$$d$$p"; \
  549. done | $(am__base_list) | \
  550. while read files; do \
  551. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  552. $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  553. done
  554.  
  555. uninstall-includeHEADERS:
  556. @$(NORMAL_UNINSTALL)
  557. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  558. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  559. dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
  560.  
  561. ID: $(am__tagged_files)
  562. $(am__define_uniq_tagged_files); mkid -fID $$unique
  563. tags: tags-am
  564. TAGS: tags
  565.  
  566. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  567. set x; \
  568. here=`pwd`; \
  569. $(am__define_uniq_tagged_files); \
  570. shift; \
  571. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  572. test -n "$$unique" || unique=$$empty_fix; \
  573. if test $$# -gt 0; then \
  574. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  575. "$$@" $$unique; \
  576. else \
  577. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  578. $$unique; \
  579. fi; \
  580. fi
  581. ctags: ctags-am
  582.  
  583. CTAGS: ctags
  584. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  585. $(am__define_uniq_tagged_files); \
  586. test -z "$(CTAGS_ARGS)$$unique" \
  587. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  588. $$unique
  589.  
  590. GTAGS:
  591. here=`$(am__cd) $(top_builddir) && pwd` \
  592. && $(am__cd) $(top_srcdir) \
  593. && gtags -i $(GTAGS_ARGS) "$$here"
  594. cscopelist: cscopelist-am
  595.  
  596. cscopelist-am: $(am__tagged_files)
  597. list='$(am__tagged_files)'; \
  598. case "$(srcdir)" in \
  599. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  600. *) sdir=$(subdir)/$(srcdir) ;; \
  601. esac; \
  602. for i in $$list; do \
  603. if test -f "$$i"; then \
  604. echo "$(subdir)/$$i"; \
  605. else \
  606. echo "$$sdir/$$i"; \
  607. fi; \
  608. done >> $(top_builddir)/cscope.files
  609.  
  610. distclean-tags:
  611. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  612.  
  613. distdir: $(DISTFILES)
  614. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  615. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  616. list='$(DISTFILES)'; \
  617. dist_files=`for file in $$list; do echo $$file; done | \
  618. sed -e "s|^$$srcdirstrip/||;t" \
  619. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  620. case $$dist_files in \
  621. */*) $(MKDIR_P) `echo "$$dist_files" | \
  622. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  623. sort -u` ;; \
  624. esac; \
  625. for file in $$dist_files; do \
  626. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  627. if test -d $$d/$$file; then \
  628. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  629. if test -d "$(distdir)/$$file"; then \
  630. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  631. fi; \
  632. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  633. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  634. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  635. fi; \
  636. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  637. else \
  638. test -f "$(distdir)/$$file" \
  639. || cp -p $$d/$$file "$(distdir)/$$file" \
  640. || exit 1; \
  641. fi; \
  642. done
  643. check-am: all-am
  644. check: $(BUILT_SOURCES)
  645. $(MAKE) $(AM_MAKEFLAGS) check-am
  646. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
  647. install-binPROGRAMS: install-libLTLIBRARIES
  648.  
  649. installdirs:
  650. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
  651. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  652. done
  653. install: $(BUILT_SOURCES)
  654. $(MAKE) $(AM_MAKEFLAGS) install-am
  655. install-exec: install-exec-am
  656. install-data: install-data-am
  657. uninstall: uninstall-am
  658.  
  659. install-am: all-am
  660. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  661.  
  662. installcheck: installcheck-am
  663. install-strip:
  664. if test -z '$(STRIP)'; then \
  665. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  666. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  667. install; \
  668. else \
  669. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  670. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  671. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  672. fi
  673. mostlyclean-generic:
  674.  
  675. clean-generic:
  676. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  677.  
  678. distclean-generic:
  679. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  680. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  681.  
  682. maintainer-clean-generic:
  683. @echo "This command is intended for maintainers to use"
  684. @echo "it deletes files that may require special tools to rebuild."
  685. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  686. clean: clean-am
  687.  
  688. clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
  689. clean-libtool mostlyclean-am
  690.  
  691. distclean: distclean-am
  692. -rm -rf $(DEPDIR) ./$(DEPDIR)
  693. -rm -f Makefile
  694. distclean-am: clean-am distclean-compile distclean-generic \
  695. distclean-tags
  696.  
  697. dvi: dvi-am
  698.  
  699. dvi-am:
  700.  
  701. html: html-am
  702.  
  703. html-am:
  704.  
  705. info: info-am
  706.  
  707. info-am:
  708.  
  709. install-data-am: install-includeHEADERS
  710.  
  711. install-dvi: install-dvi-am
  712.  
  713. install-dvi-am:
  714.  
  715. install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
  716.  
  717. install-html: install-html-am
  718.  
  719. install-html-am:
  720.  
  721. install-info: install-info-am
  722.  
  723. install-info-am:
  724.  
  725. install-man:
  726.  
  727. install-pdf: install-pdf-am
  728.  
  729. install-pdf-am:
  730.  
  731. install-ps: install-ps-am
  732.  
  733. install-ps-am:
  734.  
  735. installcheck-am:
  736.  
  737. maintainer-clean: maintainer-clean-am
  738. -rm -rf $(DEPDIR) ./$(DEPDIR)
  739. -rm -f Makefile
  740. maintainer-clean-am: distclean-am maintainer-clean-generic
  741.  
  742. mostlyclean: mostlyclean-am
  743.  
  744. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  745. mostlyclean-libtool
  746.  
  747. pdf: pdf-am
  748.  
  749. pdf-am:
  750.  
  751. ps: ps-am
  752.  
  753. ps-am:
  754.  
  755. uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
  756. uninstall-libLTLIBRARIES
  757.  
  758. .MAKE: all check install install-am install-strip
  759.  
  760. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
  761. clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
  762. clean-libtool cscopelist-am ctags ctags-am distclean \
  763. distclean-compile distclean-generic distclean-libtool \
  764. distclean-tags distdir dvi dvi-am html html-am info info-am \
  765. install install-am install-binPROGRAMS install-data \
  766. install-data-am install-dvi install-dvi-am install-exec \
  767. install-exec-am install-html install-html-am \
  768. install-includeHEADERS install-info install-info-am \
  769. install-libLTLIBRARIES install-man install-pdf install-pdf-am \
  770. install-ps install-ps-am install-strip installcheck \
  771. installcheck-am installdirs maintainer-clean \
  772. maintainer-clean-generic mostlyclean mostlyclean-compile \
  773. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  774. tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
  775. uninstall-includeHEADERS uninstall-libLTLIBRARIES
  776.  
  777.  
  778. magic.h: ${HDR}
  779. sed -e "s/X.YY/$$(echo 5.20 | tr -d .)/" < ${HDR} > $@
  780.  
  781. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  782. # Otherwise a system limit (for SysV at least) may be exceeded.
  783. .NOEXPORT:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement