Makefile.in 23 KB

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