Makefile.in 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821
  1. # Makefile.in generated by automake 1.16.5 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2021 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)/m4/visibility.m4 $(top_srcdir)/acinclude.m4 \
  92. $(top_srcdir)/configure.ac
  93. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  94. $(ACLOCAL_M4)
  95. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  96. mkinstalldirs = $(install_sh) -d
  97. CONFIG_HEADER = $(top_builddir)/config.h
  98. CONFIG_CLEAN_FILES =
  99. CONFIG_CLEAN_VPATH_FILES =
  100. test_SOURCES = test.c
  101. test_OBJECTS = test-test.$(OBJEXT)
  102. test_DEPENDENCIES = $(top_builddir)/src/libmagic.la
  103. AM_V_lt = $(am__v_lt_@AM_V@)
  104. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  105. am__v_lt_0 = --silent
  106. am__v_lt_1 =
  107. AM_V_P = $(am__v_P_@AM_V@)
  108. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  109. am__v_P_0 = false
  110. am__v_P_1 = :
  111. AM_V_GEN = $(am__v_GEN_@AM_V@)
  112. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  113. am__v_GEN_0 = @echo " GEN " $@;
  114. am__v_GEN_1 =
  115. AM_V_at = $(am__v_at_@AM_V@)
  116. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  117. am__v_at_0 = @
  118. am__v_at_1 =
  119. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  120. depcomp = $(SHELL) $(top_srcdir)/depcomp
  121. am__maybe_remake_depfiles = depfiles
  122. am__depfiles_remade = ./$(DEPDIR)/test-test.Po
  123. am__mv = mv -f
  124. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  125. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  126. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  127. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  128. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  129. $(AM_CFLAGS) $(CFLAGS)
  130. AM_V_CC = $(am__v_CC_@AM_V@)
  131. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  132. am__v_CC_0 = @echo " CC " $@;
  133. am__v_CC_1 =
  134. CCLD = $(CC)
  135. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  136. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  137. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  138. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  139. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  140. am__v_CCLD_0 = @echo " CCLD " $@;
  141. am__v_CCLD_1 =
  142. SOURCES = test.c
  143. DIST_SOURCES = test.c
  144. am__can_run_installinfo = \
  145. case $$AM_UPDATE_INFO_DIR in \
  146. n|no|NO) false;; \
  147. *) (install-info --version) >/dev/null 2>&1;; \
  148. esac
  149. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  150. # Read a list of newline-separated strings from the standard input,
  151. # and print each of them once, without duplicates. Input order is
  152. # *not* preserved.
  153. am__uniquify_input = $(AWK) '\
  154. BEGIN { nonempty = 0; } \
  155. { items[$$0] = 1; nonempty = 1; } \
  156. END { if (nonempty) { for (i in items) print i; }; } \
  157. '
  158. # Make sure the list of sources is unique. This is necessary because,
  159. # e.g., the same source file might be shared among _SOURCES variables
  160. # for different programs/libraries.
  161. am__define_uniq_tagged_files = \
  162. list='$(am__tagged_files)'; \
  163. unique=`for i in $$list; do \
  164. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  165. done | $(am__uniquify_input)`
  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. CPPFLAGS = @CPPFLAGS@
  182. CSCOPE = @CSCOPE@
  183. CTAGS = @CTAGS@
  184. CYGPATH_W = @CYGPATH_W@
  185. DEFS = @DEFS@
  186. DEPDIR = @DEPDIR@
  187. DLLTOOL = @DLLTOOL@
  188. DSYMUTIL = @DSYMUTIL@
  189. DUMPBIN = @DUMPBIN@
  190. ECHO_C = @ECHO_C@
  191. ECHO_N = @ECHO_N@
  192. ECHO_T = @ECHO_T@
  193. EGREP = @EGREP@
  194. ETAGS = @ETAGS@
  195. EXEEXT = @EXEEXT@
  196. FGREP = @FGREP@
  197. FILECMD = @FILECMD@
  198. GREP = @GREP@
  199. HAVE_VISIBILITY = @HAVE_VISIBILITY@
  200. INSTALL = @INSTALL@
  201. INSTALL_DATA = @INSTALL_DATA@
  202. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  203. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  204. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  205. LD = @LD@
  206. LDFLAGS = @LDFLAGS@
  207. LIBOBJS = @LIBOBJS@
  208. LIBS = @LIBS@
  209. LIBTOOL = @LIBTOOL@
  210. LIPO = @LIPO@
  211. LN_S = @LN_S@
  212. LTLIBOBJS = @LTLIBOBJS@
  213. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  214. MAKEINFO = @MAKEINFO@
  215. MANIFEST_TOOL = @MANIFEST_TOOL@
  216. MINGW = @MINGW@
  217. MKDIR_P = @MKDIR_P@
  218. NM = @NM@
  219. NMEDIT = @NMEDIT@
  220. OBJDUMP = @OBJDUMP@
  221. OBJEXT = @OBJEXT@
  222. OTOOL = @OTOOL@
  223. OTOOL64 = @OTOOL64@
  224. PACKAGE = @PACKAGE@
  225. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  226. PACKAGE_NAME = @PACKAGE_NAME@
  227. PACKAGE_STRING = @PACKAGE_STRING@
  228. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  229. PACKAGE_URL = @PACKAGE_URL@
  230. PACKAGE_VERSION = @PACKAGE_VERSION@
  231. PATH_SEPARATOR = @PATH_SEPARATOR@
  232. RANLIB = @RANLIB@
  233. SED = @SED@
  234. SET_MAKE = @SET_MAKE@
  235. SHELL = @SHELL@
  236. STRIP = @STRIP@
  237. VERSION = @VERSION@
  238. WARNINGS = @WARNINGS@
  239. abs_builddir = @abs_builddir@
  240. abs_srcdir = @abs_srcdir@
  241. abs_top_builddir = @abs_top_builddir@
  242. abs_top_srcdir = @abs_top_srcdir@
  243. ac_ct_AR = @ac_ct_AR@
  244. ac_ct_CC = @ac_ct_CC@
  245. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  246. am__include = @am__include@
  247. am__leading_dot = @am__leading_dot@
  248. am__quote = @am__quote@
  249. am__tar = @am__tar@
  250. am__untar = @am__untar@
  251. bindir = @bindir@
  252. build = @build@
  253. build_alias = @build_alias@
  254. build_cpu = @build_cpu@
  255. build_os = @build_os@
  256. build_vendor = @build_vendor@
  257. builddir = @builddir@
  258. datadir = @datadir@
  259. datarootdir = @datarootdir@
  260. docdir = @docdir@
  261. dvidir = @dvidir@
  262. exec_prefix = @exec_prefix@
  263. fsect = @fsect@
  264. host = @host@
  265. host_alias = @host_alias@
  266. host_cpu = @host_cpu@
  267. host_os = @host_os@
  268. host_vendor = @host_vendor@
  269. htmldir = @htmldir@
  270. includedir = @includedir@
  271. infodir = @infodir@
  272. install_sh = @install_sh@
  273. libdir = @libdir@
  274. libexecdir = @libexecdir@
  275. localedir = @localedir@
  276. localstatedir = @localstatedir@
  277. mandir = @mandir@
  278. mkdir_p = @mkdir_p@
  279. oldincludedir = @oldincludedir@
  280. pdfdir = @pdfdir@
  281. prefix = @prefix@
  282. program_transform_name = @program_transform_name@
  283. psdir = @psdir@
  284. runstatedir = @runstatedir@
  285. sbindir = @sbindir@
  286. sharedstatedir = @sharedstatedir@
  287. srcdir = @srcdir@
  288. sysconfdir = @sysconfdir@
  289. target_alias = @target_alias@
  290. top_build_prefix = @top_build_prefix@
  291. top_builddir = @top_builddir@
  292. top_srcdir = @top_srcdir@
  293. test_LDADD = $(top_builddir)/src/libmagic.la
  294. test_CPPFLAGS = -I$(top_builddir)/src
  295. EXTRA_DIST = \
  296. android-vdex-1.result \
  297. android-vdex-1.testfile \
  298. android-vdex-2.result \
  299. android-vdex-2.testfile \
  300. arj.result \
  301. arj.testfile \
  302. bcachefs.result \
  303. bcachefs.testfile \
  304. bcachefs2.result \
  305. bcachefs2.testfile \
  306. cl8m8ocofedso.result \
  307. cl8m8ocofedso.testfile \
  308. cmd1.result \
  309. cmd1.testfile \
  310. cmd2.result \
  311. cmd2.testfile \
  312. cmd3.result \
  313. cmd3.testfile \
  314. cmd4.result \
  315. cmd4.testfile \
  316. CVE-2014-1943.result \
  317. CVE-2014-1943.testfile \
  318. dsd64-dff.result \
  319. dsd64-dff.testfile \
  320. dsd64-dsf.result \
  321. dsd64-dsf.testfile \
  322. escapevel.result \
  323. escapevel.testfile \
  324. ext4.result \
  325. ext4.testfile \
  326. fit-map-data.result \
  327. fit-map-data.testfile \
  328. gedcom.result \
  329. gedcom.testfile \
  330. gpkg-1-zst.result \
  331. gpkg-1-zst.testfile \
  332. hello-racket_rkt.result \
  333. hello-racket_rkt.testfile \
  334. hddrawcopytool.result \
  335. hddrawcopytool.testfile \
  336. HWP2016.hwp.result \
  337. HWP2016.hwp.testfile \
  338. HWP2016.hwpx.zip.result \
  339. HWP2016.hwpx.zip.testfile \
  340. HWP97.hwp.result \
  341. HWP97.hwp.testfile \
  342. issue311docx.result \
  343. issue311docx.testfile \
  344. issue359xlsx.result \
  345. issue359xlsx.testfile \
  346. jpeg-text.result \
  347. jpeg-text.testfile \
  348. json1.result \
  349. json1.testfile \
  350. json2.result \
  351. json2.testfile \
  352. json3.result \
  353. json3.testfile \
  354. json4.result \
  355. json4.testfile \
  356. json5.result \
  357. json5.testfile \
  358. json6.result \
  359. json6.testfile \
  360. json7.result \
  361. json7.testfile \
  362. json8.result \
  363. json8.testfile \
  364. jsonlines1.result \
  365. jsonlines1.testfile \
  366. JW07022A.mp3.result \
  367. JW07022A.mp3.testfile \
  368. keyman-0.result \
  369. keyman-0.testfile \
  370. keyman-1.result \
  371. keyman-1.testfile \
  372. keyman-2.result \
  373. keyman-2.testfile \
  374. matilde.arm.result \
  375. matilde.arm.testfile \
  376. multiple-A.magic \
  377. multiple-B.magic \
  378. multiple.flags \
  379. multiple.result \
  380. multiple.testfile \
  381. pcjr.result \
  382. pcjr.testfile \
  383. pgp-binary-key-v2-phil.result \
  384. pgp-binary-key-v2-phil.testfile \
  385. pgp-binary-key-v3-lutz.result \
  386. pgp-binary-key-v3-lutz.testfile \
  387. pgp-binary-key-v4-dsa.result \
  388. pgp-binary-key-v4-dsa.testfile \
  389. pgp-binary-key-v4-ecc-no-userid-secret.result \
  390. pgp-binary-key-v4-ecc-no-userid-secret.testfile \
  391. pgp-binary-key-v4-ecc-secret-key.result \
  392. pgp-binary-key-v4-ecc-secret-key.testfile \
  393. pgp-binary-key-v4-rsa-key.result \
  394. pgp-binary-key-v4-rsa-key.testfile \
  395. pgp-binary-key-v4-rsa-no-userid-secret.result \
  396. pgp-binary-key-v4-rsa-no-userid-secret.testfile \
  397. pgp-binary-key-v4-rsa-secret-key.result \
  398. pgp-binary-key-v4-rsa-secret-key.testfile \
  399. pnm1.result \
  400. pnm1.testfile \
  401. pnm2.result \
  402. pnm2.testfile \
  403. pnm3.result \
  404. pnm3.testfile \
  405. regex-eol.magic \
  406. regex-eol.result \
  407. regex-eol.testfile \
  408. registry-pol.result \
  409. registry-pol.testfile \
  410. rpm-v3.0-bin-aarch64.result \
  411. rpm-v3.0-bin-aarch64.testfile \
  412. rpm-v3.0-bin-powerpc64.result \
  413. rpm-v3.0-bin-powerpc64.testfile \
  414. rpm-v3.0-bin-s390x.result \
  415. rpm-v3.0-bin-s390x.testfile \
  416. rpm-v3.0-bin-x86_64.result \
  417. rpm-v3.0-bin-x86_64.testfile \
  418. rpm-v3.0-src.result \
  419. rpm-v3.0-src.testfile \
  420. searchbug.magic \
  421. searchbug.result \
  422. searchbug.testfile \
  423. uf2.result \
  424. uf2.testfile \
  425. utf16xmlsvg.testfile \
  426. utf16xmlsvg.result \
  427. xclbin.result \
  428. xclbin.testfile \
  429. zstd-3-skippable-frames.result \
  430. zstd-dictionary-0.result \
  431. zstd-dictionary-1.result \
  432. zstd-dictionary-2.result \
  433. zstd-skippable-frame-0.result \
  434. zstd-skippable-frame-4.result \
  435. zstd-skippable-frame-8.result \
  436. zstd-skippable-frame-C.result \
  437. zstd-v0.2-FF.result \
  438. zstd-v0.2-FF.testfile \
  439. zstd-v0.3-FF.result \
  440. zstd-v0.3-FF.testfile \
  441. zstd-v0.4-FF.result \
  442. zstd-v0.4-FF.testfile \
  443. zstd-v0.5-FF.result \
  444. zstd-v0.5-FF.testfile \
  445. zstd-v0.6-FF.result \
  446. zstd-v0.6-FF.testfile \
  447. zstd-v0.7-00.result \
  448. zstd-v0.7-21.result \
  449. zstd-v0.7-21.testfile \
  450. zstd-v0.7-22.result \
  451. zstd-v0.7-22.testfile \
  452. zstd-v0.8-00.result \
  453. zstd-v0.8-01.result \
  454. zstd-v0.8-01.testfile \
  455. zstd-v0.8-02.result \
  456. zstd-v0.8-02.testfile \
  457. zstd-v0.8-03.result \
  458. zstd-v0.8-03.testfile \
  459. zstd-v0.8-16.result \
  460. zstd-v0.8-16.testfile \
  461. zstd-v0.8-20.result \
  462. zstd-v0.8-20.testfile \
  463. zstd-v0.8-21.result \
  464. zstd-v0.8-21.testfile \
  465. zstd-v0.8-22.result \
  466. zstd-v0.8-22.testfile \
  467. zstd-v0.8-23.result \
  468. zstd-v0.8-23.testfile \
  469. zstd-v0.8-F4.result \
  470. zstd-v0.8-F4.testfile \
  471. zstd-v0.8-FF.result \
  472. zstd-v0.8-FF.testfile
  473. T = $(top_srcdir)/tests
  474. all: all-am
  475. .SUFFIXES:
  476. .SUFFIXES: .c .lo .o .obj
  477. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  478. @for dep in $?; do \
  479. case '$(am__configure_deps)' in \
  480. *$$dep*) \
  481. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  482. && { if test -f $@; then exit 0; else break; fi; }; \
  483. exit 1;; \
  484. esac; \
  485. done; \
  486. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
  487. $(am__cd) $(top_srcdir) && \
  488. $(AUTOMAKE) --foreign tests/Makefile
  489. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  490. @case '$?' in \
  491. *config.status*) \
  492. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  493. *) \
  494. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  495. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  496. esac;
  497. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  498. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  499. $(top_srcdir)/configure: $(am__configure_deps)
  500. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  501. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  502. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  503. $(am__aclocal_m4_deps):
  504. clean-checkPROGRAMS:
  505. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  506. echo " rm -f" $$list; \
  507. rm -f $$list || exit $$?; \
  508. test -n "$(EXEEXT)" || exit 0; \
  509. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  510. echo " rm -f" $$list; \
  511. rm -f $$list
  512. test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
  513. @rm -f test$(EXEEXT)
  514. $(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
  515. mostlyclean-compile:
  516. -rm -f *.$(OBJEXT)
  517. distclean-compile:
  518. -rm -f *.tab.c
  519. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@ # am--include-marker
  520. $(am__depfiles_remade):
  521. @$(MKDIR_P) $(@D)
  522. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  523. am--depfiles: $(am__depfiles_remade)
  524. .c.o:
  525. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  526. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  527. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  528. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  529. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  530. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  531. .c.obj:
  532. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  533. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  534. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  535. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  536. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  537. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  538. .c.lo:
  539. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  540. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  541. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  542. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  543. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  544. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  545. test-test.o: test.c
  546. @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
  547. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  548. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
  549. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  550. @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
  551. test-test.obj: test.c
  552. @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`
  553. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  554. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
  555. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  556. @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`
  557. mostlyclean-libtool:
  558. -rm -f *.lo
  559. clean-libtool:
  560. -rm -rf .libs _libs
  561. ID: $(am__tagged_files)
  562. $(am__define_uniq_tagged_files); mkid -fID $$unique
  563. tags: tags-am
  564. TAGS: tags
  565. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  566. set x; \
  567. here=`pwd`; \
  568. $(am__define_uniq_tagged_files); \
  569. shift; \
  570. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  571. test -n "$$unique" || unique=$$empty_fix; \
  572. if test $$# -gt 0; then \
  573. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  574. "$$@" $$unique; \
  575. else \
  576. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  577. $$unique; \
  578. fi; \
  579. fi
  580. ctags: ctags-am
  581. CTAGS: ctags
  582. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  583. $(am__define_uniq_tagged_files); \
  584. test -z "$(CTAGS_ARGS)$$unique" \
  585. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  586. $$unique
  587. GTAGS:
  588. here=`$(am__cd) $(top_builddir) && pwd` \
  589. && $(am__cd) $(top_srcdir) \
  590. && gtags -i $(GTAGS_ARGS) "$$here"
  591. cscopelist: cscopelist-am
  592. cscopelist-am: $(am__tagged_files)
  593. list='$(am__tagged_files)'; \
  594. case "$(srcdir)" in \
  595. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  596. *) sdir=$(subdir)/$(srcdir) ;; \
  597. esac; \
  598. for i in $$list; do \
  599. if test -f "$$i"; then \
  600. echo "$(subdir)/$$i"; \
  601. else \
  602. echo "$$sdir/$$i"; \
  603. fi; \
  604. done >> $(top_builddir)/cscope.files
  605. distclean-tags:
  606. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  607. distdir: $(BUILT_SOURCES)
  608. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  609. distdir-am: $(DISTFILES)
  610. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  611. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  612. list='$(DISTFILES)'; \
  613. dist_files=`for file in $$list; do echo $$file; done | \
  614. sed -e "s|^$$srcdirstrip/||;t" \
  615. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  616. case $$dist_files in \
  617. */*) $(MKDIR_P) `echo "$$dist_files" | \
  618. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  619. sort -u` ;; \
  620. esac; \
  621. for file in $$dist_files; do \
  622. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  623. if test -d $$d/$$file; then \
  624. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  625. if test -d "$(distdir)/$$file"; then \
  626. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  627. fi; \
  628. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  629. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  630. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  631. fi; \
  632. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  633. else \
  634. test -f "$(distdir)/$$file" \
  635. || cp -p $$d/$$file "$(distdir)/$$file" \
  636. || exit 1; \
  637. fi; \
  638. done
  639. check-am: all-am
  640. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  641. $(MAKE) $(AM_MAKEFLAGS) check-local
  642. check: check-am
  643. all-am: Makefile
  644. installdirs:
  645. install: install-am
  646. install-exec: install-exec-am
  647. install-data: install-data-am
  648. uninstall: uninstall-am
  649. install-am: all-am
  650. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  651. installcheck: installcheck-am
  652. install-strip:
  653. if test -z '$(STRIP)'; then \
  654. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  655. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  656. install; \
  657. else \
  658. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  659. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  660. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  661. fi
  662. mostlyclean-generic:
  663. clean-generic:
  664. distclean-generic:
  665. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  666. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  667. maintainer-clean-generic:
  668. @echo "This command is intended for maintainers to use"
  669. @echo "it deletes files that may require special tools to rebuild."
  670. clean: clean-am
  671. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  672. mostlyclean-am
  673. distclean: distclean-am
  674. -rm -f ./$(DEPDIR)/test-test.Po
  675. -rm -f Makefile
  676. distclean-am: clean-am distclean-compile distclean-generic \
  677. distclean-tags
  678. dvi: dvi-am
  679. dvi-am:
  680. html: html-am
  681. html-am:
  682. info: info-am
  683. info-am:
  684. install-data-am:
  685. install-dvi: install-dvi-am
  686. install-dvi-am:
  687. install-exec-am:
  688. install-html: install-html-am
  689. install-html-am:
  690. install-info: install-info-am
  691. install-info-am:
  692. install-man:
  693. install-pdf: install-pdf-am
  694. install-pdf-am:
  695. install-ps: install-ps-am
  696. install-ps-am:
  697. installcheck-am:
  698. maintainer-clean: maintainer-clean-am
  699. -rm -f ./$(DEPDIR)/test-test.Po
  700. -rm -f Makefile
  701. maintainer-clean-am: distclean-am maintainer-clean-generic
  702. mostlyclean: mostlyclean-am
  703. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  704. mostlyclean-libtool
  705. pdf: pdf-am
  706. pdf-am:
  707. ps: ps-am
  708. ps-am:
  709. uninstall-am:
  710. .MAKE: check-am install-am install-strip
  711. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \
  712. check-local clean clean-checkPROGRAMS clean-generic \
  713. clean-libtool cscopelist-am ctags ctags-am distclean \
  714. distclean-compile distclean-generic distclean-libtool \
  715. distclean-tags distdir dvi dvi-am html html-am info info-am \
  716. install install-am install-data install-data-am install-dvi \
  717. install-dvi-am install-exec install-exec-am install-html \
  718. install-html-am install-info install-info-am install-man \
  719. install-pdf install-pdf-am install-ps install-ps-am \
  720. install-strip installcheck installcheck-am installdirs \
  721. maintainer-clean maintainer-clean-generic mostlyclean \
  722. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  723. pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
  724. .PRECIOUS: Makefile
  725. check-local:
  726. set -e; \
  727. for i in $T/*.testfile; do \
  728. t=$${i%%.testfile}; \
  729. echo Running test: $$t; \
  730. m=; \
  731. for j in $$(eval echo $${t}\*.magic); do \
  732. if [ -f "$$j" ]; then \
  733. if [ -z "$$m" ]; then \
  734. m=$$j; \
  735. else \
  736. m=$$m:$$j; \
  737. fi \
  738. fi \
  739. done; \
  740. if [ -z "$$m" ]; then \
  741. m=$(top_builddir)/magic/magic; \
  742. fi; \
  743. f=-e; \
  744. if [ -f $${t}.flags ]; then \
  745. f=$$f$$(cat $${t}.flags); \
  746. fi; \
  747. echo TZ=UTC MAGIC=$$m ./test $$f $$i $${t}.result; \
  748. TZ=UTC MAGIC=$$m ./test $$f $$i $${t}.result; \
  749. done
  750. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  751. # Otherwise a system limit (for SysV at least) may be exceeded.
  752. .NOEXPORT: