Makefile.in 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2018 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. ETAGS = etags
  167. CTAGS = ctags
  168. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README
  169. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  170. pkgdatadir = @pkgdatadir@
  171. ACLOCAL = @ACLOCAL@
  172. AMTAR = @AMTAR@
  173. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  174. AR = @AR@
  175. AUTOCONF = @AUTOCONF@
  176. AUTOHEADER = @AUTOHEADER@
  177. AUTOMAKE = @AUTOMAKE@
  178. AWK = @AWK@
  179. CC = @CC@
  180. CCDEPMODE = @CCDEPMODE@
  181. CFLAGS = @CFLAGS@
  182. CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
  183. CPP = @CPP@
  184. CPPFLAGS = @CPPFLAGS@
  185. CYGPATH_W = @CYGPATH_W@
  186. DEFS = @DEFS@
  187. DEPDIR = @DEPDIR@
  188. DLLTOOL = @DLLTOOL@
  189. DSYMUTIL = @DSYMUTIL@
  190. DUMPBIN = @DUMPBIN@
  191. ECHO_C = @ECHO_C@
  192. ECHO_N = @ECHO_N@
  193. ECHO_T = @ECHO_T@
  194. EGREP = @EGREP@
  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. sbindir = @sbindir@
  284. sharedstatedir = @sharedstatedir@
  285. srcdir = @srcdir@
  286. sysconfdir = @sysconfdir@
  287. target_alias = @target_alias@
  288. top_build_prefix = @top_build_prefix@
  289. top_builddir = @top_builddir@
  290. top_srcdir = @top_srcdir@
  291. test_LDADD = $(top_builddir)/src/libmagic.la
  292. test_CPPFLAGS = -I$(top_builddir)/src
  293. EXTRA_DIST = \
  294. android-vdex-1.result \
  295. android-vdex-1.testfile \
  296. android-vdex-2.result \
  297. android-vdex-2.testfile \
  298. CVE-2014-1943.result \
  299. CVE-2014-1943.testfile \
  300. JW07022A.mp3.result \
  301. JW07022A.mp3.testfile \
  302. bcachefs.result \
  303. bcachefs.testfile \
  304. cl8m8ocofedso.result \
  305. cl8m8ocofedso.testfile \
  306. escapevel.result \
  307. escapevel.testfile \
  308. ext4.result \
  309. ext4.testfile \
  310. fit-map-data.result \
  311. fit-map-data.testfile \
  312. gedcom.result \
  313. gedcom.testfile \
  314. hddrawcopytool.result \
  315. hddrawcopytool.testfile \
  316. issue311docx.result \
  317. issue311docx.testfile \
  318. issue359xlsx.result \
  319. issue359xlsx.testfile \
  320. json1.result \
  321. json1.testfile \
  322. json2.result \
  323. json2.testfile \
  324. json3.result \
  325. json3.testfile \
  326. matilde.arm.result \
  327. matilde.arm.testfile \
  328. pcjr.result \
  329. pcjr.testfile \
  330. pgp-binary-key-v2-phil.result \
  331. pgp-binary-key-v2-phil.testfile \
  332. pgp-binary-key-v3-lutz.result \
  333. pgp-binary-key-v3-lutz.testfile \
  334. pgp-binary-key-v4-dsa.result \
  335. pgp-binary-key-v4-dsa.testfile \
  336. pgp-binary-key-v4-ecc-no-userid-secret.result \
  337. pgp-binary-key-v4-ecc-no-userid-secret.testfile \
  338. pgp-binary-key-v4-ecc-secret-key.result \
  339. pgp-binary-key-v4-ecc-secret-key.testfile \
  340. pgp-binary-key-v4-rsa-key.result \
  341. pgp-binary-key-v4-rsa-key.testfile \
  342. pgp-binary-key-v4-rsa-no-userid-secret.result \
  343. pgp-binary-key-v4-rsa-no-userid-secret.testfile \
  344. pgp-binary-key-v4-rsa-secret-key.result \
  345. pgp-binary-key-v4-rsa-secret-key.testfile \
  346. regex-eol.magic \
  347. regex-eol.result \
  348. regex-eol.testfile \
  349. uf2.result \
  350. uf2.testfile \
  351. zstd-3-skippable-frames.result \
  352. zstd-dictionary-0.result \
  353. zstd-dictionary-1.result \
  354. zstd-dictionary-2.result \
  355. zstd-skippable-frame-0.result \
  356. zstd-skippable-frame-4.result \
  357. zstd-skippable-frame-8.result \
  358. zstd-skippable-frame-C.result \
  359. zstd-v0.2-FF.result \
  360. zstd-v0.2-FF.testfile \
  361. zstd-v0.3-FF.result \
  362. zstd-v0.3-FF.testfile \
  363. zstd-v0.4-FF.result \
  364. zstd-v0.4-FF.testfile \
  365. zstd-v0.5-FF.result \
  366. zstd-v0.5-FF.testfile \
  367. zstd-v0.6-FF.result \
  368. zstd-v0.6-FF.testfile \
  369. zstd-v0.7-00.result \
  370. zstd-v0.7-21.result \
  371. zstd-v0.7-21.testfile \
  372. zstd-v0.7-22.result \
  373. zstd-v0.7-22.testfile \
  374. zstd-v0.8-00.result \
  375. zstd-v0.8-01.result \
  376. zstd-v0.8-01.testfile \
  377. zstd-v0.8-02.result \
  378. zstd-v0.8-02.testfile \
  379. zstd-v0.8-03.result \
  380. zstd-v0.8-03.testfile \
  381. zstd-v0.8-16.result \
  382. zstd-v0.8-16.testfile \
  383. zstd-v0.8-20.result \
  384. zstd-v0.8-20.testfile \
  385. zstd-v0.8-21.result \
  386. zstd-v0.8-21.testfile \
  387. zstd-v0.8-22.result \
  388. zstd-v0.8-22.testfile \
  389. zstd-v0.8-23.result \
  390. zstd-v0.8-23.testfile \
  391. zstd-v0.8-F4.result \
  392. zstd-v0.8-F4.testfile \
  393. zstd-v0.8-FF.result \
  394. zstd-v0.8-FF.testfile
  395. T = $(top_srcdir)/tests
  396. all: all-am
  397. .SUFFIXES:
  398. .SUFFIXES: .c .lo .o .obj
  399. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  400. @for dep in $?; do \
  401. case '$(am__configure_deps)' in \
  402. *$$dep*) \
  403. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  404. && { if test -f $@; then exit 0; else break; fi; }; \
  405. exit 1;; \
  406. esac; \
  407. done; \
  408. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
  409. $(am__cd) $(top_srcdir) && \
  410. $(AUTOMAKE) --foreign tests/Makefile
  411. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  412. @case '$?' in \
  413. *config.status*) \
  414. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  415. *) \
  416. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  417. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  418. esac;
  419. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  420. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  421. $(top_srcdir)/configure: $(am__configure_deps)
  422. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  423. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  424. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  425. $(am__aclocal_m4_deps):
  426. clean-checkPROGRAMS:
  427. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  428. echo " rm -f" $$list; \
  429. rm -f $$list || exit $$?; \
  430. test -n "$(EXEEXT)" || exit 0; \
  431. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  432. echo " rm -f" $$list; \
  433. rm -f $$list
  434. test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
  435. @rm -f test$(EXEEXT)
  436. $(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
  437. mostlyclean-compile:
  438. -rm -f *.$(OBJEXT)
  439. distclean-compile:
  440. -rm -f *.tab.c
  441. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@ # am--include-marker
  442. $(am__depfiles_remade):
  443. @$(MKDIR_P) $(@D)
  444. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  445. am--depfiles: $(am__depfiles_remade)
  446. .c.o:
  447. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  448. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  449. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  450. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  451. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  452. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  453. .c.obj:
  454. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  455. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  456. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  457. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  458. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  459. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  460. .c.lo:
  461. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  462. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  463. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  464. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  465. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  466. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  467. test-test.o: test.c
  468. @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
  469. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  470. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
  471. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  472. @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
  473. test-test.obj: test.c
  474. @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`
  475. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  476. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
  477. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  478. @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`
  479. mostlyclean-libtool:
  480. -rm -f *.lo
  481. clean-libtool:
  482. -rm -rf .libs _libs
  483. ID: $(am__tagged_files)
  484. $(am__define_uniq_tagged_files); mkid -fID $$unique
  485. tags: tags-am
  486. TAGS: tags
  487. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  488. set x; \
  489. here=`pwd`; \
  490. $(am__define_uniq_tagged_files); \
  491. shift; \
  492. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  493. test -n "$$unique" || unique=$$empty_fix; \
  494. if test $$# -gt 0; then \
  495. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  496. "$$@" $$unique; \
  497. else \
  498. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  499. $$unique; \
  500. fi; \
  501. fi
  502. ctags: ctags-am
  503. CTAGS: ctags
  504. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  505. $(am__define_uniq_tagged_files); \
  506. test -z "$(CTAGS_ARGS)$$unique" \
  507. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  508. $$unique
  509. GTAGS:
  510. here=`$(am__cd) $(top_builddir) && pwd` \
  511. && $(am__cd) $(top_srcdir) \
  512. && gtags -i $(GTAGS_ARGS) "$$here"
  513. cscopelist: cscopelist-am
  514. cscopelist-am: $(am__tagged_files)
  515. list='$(am__tagged_files)'; \
  516. case "$(srcdir)" in \
  517. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  518. *) sdir=$(subdir)/$(srcdir) ;; \
  519. esac; \
  520. for i in $$list; do \
  521. if test -f "$$i"; then \
  522. echo "$(subdir)/$$i"; \
  523. else \
  524. echo "$$sdir/$$i"; \
  525. fi; \
  526. done >> $(top_builddir)/cscope.files
  527. distclean-tags:
  528. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  529. distdir: $(BUILT_SOURCES)
  530. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  531. distdir-am: $(DISTFILES)
  532. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  533. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  534. list='$(DISTFILES)'; \
  535. dist_files=`for file in $$list; do echo $$file; done | \
  536. sed -e "s|^$$srcdirstrip/||;t" \
  537. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  538. case $$dist_files in \
  539. */*) $(MKDIR_P) `echo "$$dist_files" | \
  540. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  541. sort -u` ;; \
  542. esac; \
  543. for file in $$dist_files; do \
  544. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  545. if test -d $$d/$$file; then \
  546. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  547. if test -d "$(distdir)/$$file"; then \
  548. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  549. fi; \
  550. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  551. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  552. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  553. fi; \
  554. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  555. else \
  556. test -f "$(distdir)/$$file" \
  557. || cp -p $$d/$$file "$(distdir)/$$file" \
  558. || exit 1; \
  559. fi; \
  560. done
  561. check-am: all-am
  562. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  563. $(MAKE) $(AM_MAKEFLAGS) check-local
  564. check: check-am
  565. all-am: Makefile
  566. installdirs:
  567. install: install-am
  568. install-exec: install-exec-am
  569. install-data: install-data-am
  570. uninstall: uninstall-am
  571. install-am: all-am
  572. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  573. installcheck: installcheck-am
  574. install-strip:
  575. if test -z '$(STRIP)'; then \
  576. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  577. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  578. install; \
  579. else \
  580. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  581. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  582. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  583. fi
  584. mostlyclean-generic:
  585. clean-generic:
  586. distclean-generic:
  587. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  588. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  589. maintainer-clean-generic:
  590. @echo "This command is intended for maintainers to use"
  591. @echo "it deletes files that may require special tools to rebuild."
  592. clean: clean-am
  593. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  594. mostlyclean-am
  595. distclean: distclean-am
  596. -rm -f ./$(DEPDIR)/test-test.Po
  597. -rm -f Makefile
  598. distclean-am: clean-am distclean-compile distclean-generic \
  599. distclean-tags
  600. dvi: dvi-am
  601. dvi-am:
  602. html: html-am
  603. html-am:
  604. info: info-am
  605. info-am:
  606. install-data-am:
  607. install-dvi: install-dvi-am
  608. install-dvi-am:
  609. install-exec-am:
  610. install-html: install-html-am
  611. install-html-am:
  612. install-info: install-info-am
  613. install-info-am:
  614. install-man:
  615. install-pdf: install-pdf-am
  616. install-pdf-am:
  617. install-ps: install-ps-am
  618. install-ps-am:
  619. installcheck-am:
  620. maintainer-clean: maintainer-clean-am
  621. -rm -f ./$(DEPDIR)/test-test.Po
  622. -rm -f Makefile
  623. maintainer-clean-am: distclean-am maintainer-clean-generic
  624. mostlyclean: mostlyclean-am
  625. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  626. mostlyclean-libtool
  627. pdf: pdf-am
  628. pdf-am:
  629. ps: ps-am
  630. ps-am:
  631. uninstall-am:
  632. .MAKE: check-am install-am install-strip
  633. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \
  634. check-local clean clean-checkPROGRAMS clean-generic \
  635. clean-libtool cscopelist-am ctags ctags-am distclean \
  636. distclean-compile distclean-generic distclean-libtool \
  637. distclean-tags distdir dvi dvi-am html html-am info info-am \
  638. install install-am install-data install-data-am install-dvi \
  639. install-dvi-am install-exec install-exec-am install-html \
  640. install-html-am install-info install-info-am install-man \
  641. install-pdf install-pdf-am install-ps install-ps-am \
  642. install-strip installcheck installcheck-am installdirs \
  643. maintainer-clean maintainer-clean-generic mostlyclean \
  644. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  645. pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
  646. .PRECIOUS: Makefile
  647. check-local:
  648. MAGIC=$(top_builddir)/magic/magic ./test
  649. set -e; \
  650. for i in $T/*.testfile; do \
  651. echo Running test: $$i; \
  652. if [ -f $${i%%.testfile}.magic ]; then \
  653. m=$${i%%.testfile}.magic; \
  654. else \
  655. m=$(top_builddir)/magic/magic; \
  656. fi; \
  657. TZ=UTC MAGIC=$$m ./test $$i $${i%%.testfile}.result; \
  658. done
  659. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  660. # Otherwise a system limit (for SysV at least) may be exceeded.
  661. .NOEXPORT: