Makefile.in 21 KB

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