Makefile.in 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  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. check_PROGRAMS = test$(EXEEXT)
  86. subdir = tests
  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. test_SOURCES = test.c
  100. test_OBJECTS = test-test.$(OBJEXT)
  101. test_DEPENDENCIES = $(top_builddir)/src/libmagic.la
  102. AM_V_lt = $(am__v_lt_@AM_V@)
  103. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  104. am__v_lt_0 = --silent
  105. am__v_lt_1 =
  106. AM_V_P = $(am__v_P_@AM_V@)
  107. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  108. am__v_P_0 = false
  109. am__v_P_1 = :
  110. AM_V_GEN = $(am__v_GEN_@AM_V@)
  111. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  112. am__v_GEN_0 = @echo " GEN " $@;
  113. am__v_GEN_1 =
  114. AM_V_at = $(am__v_at_@AM_V@)
  115. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  116. am__v_at_0 = @
  117. am__v_at_1 =
  118. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  119. depcomp = $(SHELL) $(top_srcdir)/depcomp
  120. am__depfiles_maybe = depfiles
  121. am__mv = mv -f
  122. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  123. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  124. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  125. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  126. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  127. $(AM_CFLAGS) $(CFLAGS)
  128. AM_V_CC = $(am__v_CC_@AM_V@)
  129. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  130. am__v_CC_0 = @echo " CC " $@;
  131. am__v_CC_1 =
  132. CCLD = $(CC)
  133. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  134. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  135. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  136. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  137. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  138. am__v_CCLD_0 = @echo " CCLD " $@;
  139. am__v_CCLD_1 =
  140. SOURCES = test.c
  141. DIST_SOURCES = test.c
  142. am__can_run_installinfo = \
  143. case $$AM_UPDATE_INFO_DIR in \
  144. n|no|NO) false;; \
  145. *) (install-info --version) >/dev/null 2>&1;; \
  146. esac
  147. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  148. # Read a list of newline-separated strings from the standard input,
  149. # and print each of them once, without duplicates. Input order is
  150. # *not* preserved.
  151. am__uniquify_input = $(AWK) '\
  152. BEGIN { nonempty = 0; } \
  153. { items[$$0] = 1; nonempty = 1; } \
  154. END { if (nonempty) { for (i in items) print i; }; } \
  155. '
  156. # Make sure the list of sources is unique. This is necessary because,
  157. # e.g., the same source file might be shared among _SOURCES variables
  158. # for different programs/libraries.
  159. am__define_uniq_tagged_files = \
  160. list='$(am__tagged_files)'; \
  161. unique=`for i in $$list; do \
  162. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  163. done | $(am__uniquify_input)`
  164. ETAGS = etags
  165. CTAGS = ctags
  166. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README
  167. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  168. pkgdatadir = @pkgdatadir@
  169. ACLOCAL = @ACLOCAL@
  170. AMTAR = @AMTAR@
  171. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  172. AR = @AR@
  173. AUTOCONF = @AUTOCONF@
  174. AUTOHEADER = @AUTOHEADER@
  175. AUTOMAKE = @AUTOMAKE@
  176. AWK = @AWK@
  177. CC = @CC@
  178. CCDEPMODE = @CCDEPMODE@
  179. CFLAGS = @CFLAGS@
  180. CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
  181. CPP = @CPP@
  182. CPPFLAGS = @CPPFLAGS@
  183. CYGPATH_W = @CYGPATH_W@
  184. DEFS = @DEFS@
  185. DEPDIR = @DEPDIR@
  186. DLLTOOL = @DLLTOOL@
  187. DSYMUTIL = @DSYMUTIL@
  188. DUMPBIN = @DUMPBIN@
  189. ECHO_C = @ECHO_C@
  190. ECHO_N = @ECHO_N@
  191. ECHO_T = @ECHO_T@
  192. EGREP = @EGREP@
  193. EXEEXT = @EXEEXT@
  194. FGREP = @FGREP@
  195. GREP = @GREP@
  196. HAVE_VISIBILITY = @HAVE_VISIBILITY@
  197. INSTALL = @INSTALL@
  198. INSTALL_DATA = @INSTALL_DATA@
  199. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  200. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  201. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  202. LD = @LD@
  203. LDFLAGS = @LDFLAGS@
  204. LIBOBJS = @LIBOBJS@
  205. LIBS = @LIBS@
  206. LIBTOOL = @LIBTOOL@
  207. LIPO = @LIPO@
  208. LN_S = @LN_S@
  209. LTLIBOBJS = @LTLIBOBJS@
  210. MAKEINFO = @MAKEINFO@
  211. MANIFEST_TOOL = @MANIFEST_TOOL@
  212. MINGW = @MINGW@
  213. MKDIR_P = @MKDIR_P@
  214. NM = @NM@
  215. NMEDIT = @NMEDIT@
  216. OBJDUMP = @OBJDUMP@
  217. OBJEXT = @OBJEXT@
  218. OTOOL = @OTOOL@
  219. OTOOL64 = @OTOOL64@
  220. PACKAGE = @PACKAGE@
  221. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  222. PACKAGE_NAME = @PACKAGE_NAME@
  223. PACKAGE_STRING = @PACKAGE_STRING@
  224. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  225. PACKAGE_URL = @PACKAGE_URL@
  226. PACKAGE_VERSION = @PACKAGE_VERSION@
  227. PATH_SEPARATOR = @PATH_SEPARATOR@
  228. RANLIB = @RANLIB@
  229. SED = @SED@
  230. SET_MAKE = @SET_MAKE@
  231. SHELL = @SHELL@
  232. STRIP = @STRIP@
  233. VERSION = @VERSION@
  234. WARNINGS = @WARNINGS@
  235. abs_builddir = @abs_builddir@
  236. abs_srcdir = @abs_srcdir@
  237. abs_top_builddir = @abs_top_builddir@
  238. abs_top_srcdir = @abs_top_srcdir@
  239. ac_ct_AR = @ac_ct_AR@
  240. ac_ct_CC = @ac_ct_CC@
  241. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  242. am__include = @am__include@
  243. am__leading_dot = @am__leading_dot@
  244. am__quote = @am__quote@
  245. am__tar = @am__tar@
  246. am__untar = @am__untar@
  247. bindir = @bindir@
  248. build = @build@
  249. build_alias = @build_alias@
  250. build_cpu = @build_cpu@
  251. build_os = @build_os@
  252. build_vendor = @build_vendor@
  253. builddir = @builddir@
  254. datadir = @datadir@
  255. datarootdir = @datarootdir@
  256. docdir = @docdir@
  257. dvidir = @dvidir@
  258. exec_prefix = @exec_prefix@
  259. fsect = @fsect@
  260. host = @host@
  261. host_alias = @host_alias@
  262. host_cpu = @host_cpu@
  263. host_os = @host_os@
  264. host_vendor = @host_vendor@
  265. htmldir = @htmldir@
  266. includedir = @includedir@
  267. infodir = @infodir@
  268. install_sh = @install_sh@
  269. libdir = @libdir@
  270. libexecdir = @libexecdir@
  271. localedir = @localedir@
  272. localstatedir = @localstatedir@
  273. mandir = @mandir@
  274. mkdir_p = @mkdir_p@
  275. oldincludedir = @oldincludedir@
  276. pdfdir = @pdfdir@
  277. prefix = @prefix@
  278. program_transform_name = @program_transform_name@
  279. psdir = @psdir@
  280. sbindir = @sbindir@
  281. sharedstatedir = @sharedstatedir@
  282. srcdir = @srcdir@
  283. sysconfdir = @sysconfdir@
  284. target_alias = @target_alias@
  285. top_build_prefix = @top_build_prefix@
  286. top_builddir = @top_builddir@
  287. top_srcdir = @top_srcdir@
  288. test_LDADD = $(top_builddir)/src/libmagic.la
  289. test_CPPFLAGS = -I$(top_builddir)/src
  290. EXTRA_DIST = \
  291. regex-eol.magic \
  292. CVE-2014-1943.testfile \
  293. JW07022A.mp3.testfile \
  294. escapevel.testfile \
  295. fit-map-data.testfile \
  296. gedcom.testfile \
  297. hddrawcopytool.testfile \
  298. issue311docx.testfile \
  299. issue359xlsx.testfile \
  300. json1.testfile \
  301. json2.testfile \
  302. json3.testfile \
  303. regex-eol.testfile \
  304. zstd-v0.2-FF.testfile \
  305. zstd-v0.3-FF.testfile \
  306. zstd-v0.4-FF.testfile \
  307. zstd-v0.5-FF.testfile \
  308. zstd-v0.6-FF.testfile \
  309. zstd-v0.7-21.testfile \
  310. zstd-v0.7-22.testfile \
  311. zstd-v0.8-01.testfile \
  312. zstd-v0.8-02.testfile \
  313. zstd-v0.8-03.testfile \
  314. zstd-v0.8-16.testfile \
  315. zstd-v0.8-20.testfile \
  316. zstd-v0.8-21.testfile \
  317. zstd-v0.8-22.testfile \
  318. zstd-v0.8-23.testfile \
  319. zstd-v0.8-F4.testfile \
  320. zstd-v0.8-FF.testfile \
  321. CVE-2014-1943.result \
  322. JW07022A.mp3.result \
  323. escapevel.result \
  324. fit-map-data.result \
  325. gedcom.result \
  326. hddrawcopytool.result \
  327. issue311docx.result \
  328. issue359xlsx.result \
  329. json1.result \
  330. json2.result \
  331. json3.result \
  332. regex-eol.result \
  333. zstd-3-skippable-frames.result \
  334. zstd-dictionary-0.result \
  335. zstd-dictionary-1.result \
  336. zstd-dictionary-2.result \
  337. zstd-skippable-frame-0.result \
  338. zstd-skippable-frame-4.result \
  339. zstd-skippable-frame-8.result \
  340. zstd-skippable-frame-C.result \
  341. zstd-v0.2-FF.result \
  342. zstd-v0.3-FF.result \
  343. zstd-v0.4-FF.result \
  344. zstd-v0.5-FF.result \
  345. zstd-v0.6-FF.result \
  346. zstd-v0.7-00.result \
  347. zstd-v0.7-21.result \
  348. zstd-v0.7-22.result \
  349. zstd-v0.8-00.result \
  350. zstd-v0.8-01.result \
  351. zstd-v0.8-02.result \
  352. zstd-v0.8-03.result \
  353. zstd-v0.8-16.result \
  354. zstd-v0.8-20.result \
  355. zstd-v0.8-21.result \
  356. zstd-v0.8-22.result \
  357. zstd-v0.8-23.result \
  358. zstd-v0.8-F4.result \
  359. zstd-v0.8-FF.result
  360. T = $(top_srcdir)/tests
  361. all: all-am
  362. .SUFFIXES:
  363. .SUFFIXES: .c .lo .o .obj
  364. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  365. @for dep in $?; do \
  366. case '$(am__configure_deps)' in \
  367. *$$dep*) \
  368. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  369. && { if test -f $@; then exit 0; else break; fi; }; \
  370. exit 1;; \
  371. esac; \
  372. done; \
  373. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
  374. $(am__cd) $(top_srcdir) && \
  375. $(AUTOMAKE) --foreign tests/Makefile
  376. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  377. @case '$?' in \
  378. *config.status*) \
  379. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  380. *) \
  381. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  382. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  383. esac;
  384. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  385. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  386. $(top_srcdir)/configure: $(am__configure_deps)
  387. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  388. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  389. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  390. $(am__aclocal_m4_deps):
  391. clean-checkPROGRAMS:
  392. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  393. echo " rm -f" $$list; \
  394. rm -f $$list || exit $$?; \
  395. test -n "$(EXEEXT)" || exit 0; \
  396. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  397. echo " rm -f" $$list; \
  398. rm -f $$list
  399. test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
  400. @rm -f test$(EXEEXT)
  401. $(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
  402. mostlyclean-compile:
  403. -rm -f *.$(OBJEXT)
  404. distclean-compile:
  405. -rm -f *.tab.c
  406. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@
  407. .c.o:
  408. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  409. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  410. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  411. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  412. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  413. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  414. .c.obj:
  415. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  416. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  417. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  418. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  419. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  420. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  421. .c.lo:
  422. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  423. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  424. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  425. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  426. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  427. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  428. test-test.o: test.c
  429. @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test-test.o -MD -MP -MF $(DEPDIR)/test-test.Tpo -c -o test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
  430. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  431. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
  432. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  433. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
  434. test-test.obj: test.c
  435. @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test-test.obj -MD -MP -MF $(DEPDIR)/test-test.Tpo -c -o test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
  436. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  437. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
  438. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  439. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
  440. mostlyclean-libtool:
  441. -rm -f *.lo
  442. clean-libtool:
  443. -rm -rf .libs _libs
  444. ID: $(am__tagged_files)
  445. $(am__define_uniq_tagged_files); mkid -fID $$unique
  446. tags: tags-am
  447. TAGS: tags
  448. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  449. set x; \
  450. here=`pwd`; \
  451. $(am__define_uniq_tagged_files); \
  452. shift; \
  453. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  454. test -n "$$unique" || unique=$$empty_fix; \
  455. if test $$# -gt 0; then \
  456. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  457. "$$@" $$unique; \
  458. else \
  459. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  460. $$unique; \
  461. fi; \
  462. fi
  463. ctags: ctags-am
  464. CTAGS: ctags
  465. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  466. $(am__define_uniq_tagged_files); \
  467. test -z "$(CTAGS_ARGS)$$unique" \
  468. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  469. $$unique
  470. GTAGS:
  471. here=`$(am__cd) $(top_builddir) && pwd` \
  472. && $(am__cd) $(top_srcdir) \
  473. && gtags -i $(GTAGS_ARGS) "$$here"
  474. cscopelist: cscopelist-am
  475. cscopelist-am: $(am__tagged_files)
  476. list='$(am__tagged_files)'; \
  477. case "$(srcdir)" in \
  478. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  479. *) sdir=$(subdir)/$(srcdir) ;; \
  480. esac; \
  481. for i in $$list; do \
  482. if test -f "$$i"; then \
  483. echo "$(subdir)/$$i"; \
  484. else \
  485. echo "$$sdir/$$i"; \
  486. fi; \
  487. done >> $(top_builddir)/cscope.files
  488. distclean-tags:
  489. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  490. distdir: $(DISTFILES)
  491. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  492. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  493. list='$(DISTFILES)'; \
  494. dist_files=`for file in $$list; do echo $$file; done | \
  495. sed -e "s|^$$srcdirstrip/||;t" \
  496. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  497. case $$dist_files in \
  498. */*) $(MKDIR_P) `echo "$$dist_files" | \
  499. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  500. sort -u` ;; \
  501. esac; \
  502. for file in $$dist_files; do \
  503. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  504. if test -d $$d/$$file; then \
  505. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  506. if test -d "$(distdir)/$$file"; then \
  507. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  508. fi; \
  509. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  510. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  511. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  512. fi; \
  513. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  514. else \
  515. test -f "$(distdir)/$$file" \
  516. || cp -p $$d/$$file "$(distdir)/$$file" \
  517. || exit 1; \
  518. fi; \
  519. done
  520. check-am: all-am
  521. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  522. $(MAKE) $(AM_MAKEFLAGS) check-local
  523. check: check-am
  524. all-am: Makefile
  525. installdirs:
  526. install: install-am
  527. install-exec: install-exec-am
  528. install-data: install-data-am
  529. uninstall: uninstall-am
  530. install-am: all-am
  531. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  532. installcheck: installcheck-am
  533. install-strip:
  534. if test -z '$(STRIP)'; then \
  535. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  536. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  537. install; \
  538. else \
  539. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  540. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  541. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  542. fi
  543. mostlyclean-generic:
  544. clean-generic:
  545. distclean-generic:
  546. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  547. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  548. maintainer-clean-generic:
  549. @echo "This command is intended for maintainers to use"
  550. @echo "it deletes files that may require special tools to rebuild."
  551. clean: clean-am
  552. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  553. mostlyclean-am
  554. distclean: distclean-am
  555. -rm -rf ./$(DEPDIR)
  556. -rm -f Makefile
  557. distclean-am: clean-am distclean-compile distclean-generic \
  558. distclean-tags
  559. dvi: dvi-am
  560. dvi-am:
  561. html: html-am
  562. html-am:
  563. info: info-am
  564. info-am:
  565. install-data-am:
  566. install-dvi: install-dvi-am
  567. install-dvi-am:
  568. install-exec-am:
  569. install-html: install-html-am
  570. install-html-am:
  571. install-info: install-info-am
  572. install-info-am:
  573. install-man:
  574. install-pdf: install-pdf-am
  575. install-pdf-am:
  576. install-ps: install-ps-am
  577. install-ps-am:
  578. installcheck-am:
  579. maintainer-clean: maintainer-clean-am
  580. -rm -rf ./$(DEPDIR)
  581. -rm -f Makefile
  582. maintainer-clean-am: distclean-am maintainer-clean-generic
  583. mostlyclean: mostlyclean-am
  584. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  585. mostlyclean-libtool
  586. pdf: pdf-am
  587. pdf-am:
  588. ps: ps-am
  589. ps-am:
  590. uninstall-am:
  591. .MAKE: check-am install-am install-strip
  592. .PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \
  593. clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
  594. ctags ctags-am distclean distclean-compile distclean-generic \
  595. distclean-libtool distclean-tags distdir dvi dvi-am html \
  596. html-am info info-am install install-am install-data \
  597. install-data-am install-dvi install-dvi-am install-exec \
  598. install-exec-am install-html install-html-am install-info \
  599. install-info-am install-man install-pdf install-pdf-am \
  600. install-ps install-ps-am install-strip installcheck \
  601. installcheck-am installdirs maintainer-clean \
  602. maintainer-clean-generic mostlyclean mostlyclean-compile \
  603. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  604. tags tags-am uninstall uninstall-am
  605. .PRECIOUS: Makefile
  606. check-local:
  607. MAGIC=$(top_builddir)/magic/magic ./test
  608. set -e; \
  609. for i in $T/*.testfile; do \
  610. echo Running test: $$i; \
  611. if [ -f $${i%%.testfile}.magic ]; then \
  612. m=$${i%%.testfile}.magic; \
  613. else \
  614. m=$(top_builddir)/magic/magic; \
  615. fi; \
  616. TZ=UTC MAGIC=$$m ./test $$i $${i%%.testfile}.result; \
  617. done
  618. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  619. # Otherwise a system limit (for SysV at least) may be exceeded.
  620. .NOEXPORT: