Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2014 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgincludedir = $(includedir)/@PACKAGE@
  69. pkglibdir = $(libdir)/@PACKAGE@
  70. pkglibexecdir = $(libexecdir)/@PACKAGE@
  71. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  72. install_sh_DATA = $(install_sh) -c -m 644
  73. install_sh_PROGRAM = $(install_sh) -c
  74. install_sh_SCRIPT = $(install_sh) -c
  75. INSTALL_HEADER = $(INSTALL_DATA)
  76. transform = $(program_transform_name)
  77. NORMAL_INSTALL = :
  78. PRE_INSTALL = :
  79. POST_INSTALL = :
  80. NORMAL_UNINSTALL = :
  81. PRE_UNINSTALL = :
  82. POST_UNINSTALL = :
  83. build_triplet = @build@
  84. host_triplet = @host@
  85. check_PROGRAMS = test$(EXEEXT)
  86. subdir = tests
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  89. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  90. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  91. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
  92. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  93. $(ACLOCAL_M4)
  94. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  95. mkinstalldirs = $(install_sh) -d
  96. CONFIG_HEADER = $(top_builddir)/config.h
  97. CONFIG_CLEAN_FILES =
  98. CONFIG_CLEAN_VPATH_FILES =
  99. test_SOURCES = test.c
  100. test_OBJECTS = test-test.$(OBJEXT)
  101. test_DEPENDENCIES = $(top_builddir)/src/libmagic.la
  102. AM_V_lt = $(am__v_lt_@AM_V@)
  103. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  104. am__v_lt_0 = --silent
  105. am__v_lt_1 =
  106. AM_V_P = $(am__v_P_@AM_V@)
  107. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  108. am__v_P_0 = false
  109. am__v_P_1 = :
  110. AM_V_GEN = $(am__v_GEN_@AM_V@)
  111. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  112. am__v_GEN_0 = @echo " GEN " $@;
  113. am__v_GEN_1 =
  114. AM_V_at = $(am__v_at_@AM_V@)
  115. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  116. am__v_at_0 = @
  117. am__v_at_1 =
  118. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  119. depcomp = $(SHELL) $(top_srcdir)/depcomp
  120. am__depfiles_maybe = depfiles
  121. am__mv = mv -f
  122. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  123. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  124. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  125. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  126. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  127. $(AM_CFLAGS) $(CFLAGS)
  128. AM_V_CC = $(am__v_CC_@AM_V@)
  129. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  130. am__v_CC_0 = @echo " CC " $@;
  131. am__v_CC_1 =
  132. CCLD = $(CC)
  133. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  134. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  135. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  136. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  137. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  138. am__v_CCLD_0 = @echo " CCLD " $@;
  139. am__v_CCLD_1 =
  140. SOURCES = test.c
  141. DIST_SOURCES = test.c
  142. am__can_run_installinfo = \
  143. case $$AM_UPDATE_INFO_DIR in \
  144. n|no|NO) false;; \
  145. *) (install-info --version) >/dev/null 2>&1;; \
  146. esac
  147. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  148. # Read a list of newline-separated strings from the standard input,
  149. # and print each of them once, without duplicates. Input order is
  150. # *not* preserved.
  151. am__uniquify_input = $(AWK) '\
  152. BEGIN { nonempty = 0; } \
  153. { items[$$0] = 1; nonempty = 1; } \
  154. END { if (nonempty) { for (i in items) print i; }; } \
  155. '
  156. # Make sure the list of sources is unique. This is necessary because,
  157. # e.g., the same source file might be shared among _SOURCES variables
  158. # for different programs/libraries.
  159. am__define_uniq_tagged_files = \
  160. list='$(am__tagged_files)'; \
  161. unique=`for i in $$list; do \
  162. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  163. done | $(am__uniquify_input)`
  164. ETAGS = etags
  165. CTAGS = ctags
  166. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README
  167. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  168. pkgdatadir = @pkgdatadir@
  169. ACLOCAL = @ACLOCAL@
  170. AMTAR = @AMTAR@
  171. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  172. AR = @AR@
  173. AUTOCONF = @AUTOCONF@
  174. AUTOHEADER = @AUTOHEADER@
  175. AUTOMAKE = @AUTOMAKE@
  176. AWK = @AWK@
  177. CC = @CC@
  178. CCDEPMODE = @CCDEPMODE@
  179. CFLAGS = @CFLAGS@
  180. CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
  181. CPP = @CPP@
  182. CPPFLAGS = @CPPFLAGS@
  183. CYGPATH_W = @CYGPATH_W@
  184. DEFS = @DEFS@
  185. DEPDIR = @DEPDIR@
  186. DLLTOOL = @DLLTOOL@
  187. DSYMUTIL = @DSYMUTIL@
  188. DUMPBIN = @DUMPBIN@
  189. ECHO_C = @ECHO_C@
  190. ECHO_N = @ECHO_N@
  191. ECHO_T = @ECHO_T@
  192. EGREP = @EGREP@
  193. EXEEXT = @EXEEXT@
  194. FGREP = @FGREP@
  195. GREP = @GREP@
  196. HAVE_VISIBILITY = @HAVE_VISIBILITY@
  197. INSTALL = @INSTALL@
  198. INSTALL_DATA = @INSTALL_DATA@
  199. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  200. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  201. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  202. LD = @LD@
  203. LDFLAGS = @LDFLAGS@
  204. LIBOBJS = @LIBOBJS@
  205. LIBS = @LIBS@
  206. LIBTOOL = @LIBTOOL@
  207. LIPO = @LIPO@
  208. LN_S = @LN_S@
  209. LTLIBOBJS = @LTLIBOBJS@
  210. MAKEINFO = @MAKEINFO@
  211. MANIFEST_TOOL = @MANIFEST_TOOL@
  212. MINGW = @MINGW@
  213. MKDIR_P = @MKDIR_P@
  214. NM = @NM@
  215. NMEDIT = @NMEDIT@
  216. OBJDUMP = @OBJDUMP@
  217. OBJEXT = @OBJEXT@
  218. OTOOL = @OTOOL@
  219. OTOOL64 = @OTOOL64@
  220. PACKAGE = @PACKAGE@
  221. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  222. PACKAGE_NAME = @PACKAGE_NAME@
  223. PACKAGE_STRING = @PACKAGE_STRING@
  224. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  225. PACKAGE_URL = @PACKAGE_URL@
  226. PACKAGE_VERSION = @PACKAGE_VERSION@
  227. PATH_SEPARATOR = @PATH_SEPARATOR@
  228. RANLIB = @RANLIB@
  229. SED = @SED@
  230. SET_MAKE = @SET_MAKE@
  231. SHELL = @SHELL@
  232. STRIP = @STRIP@
  233. VERSION = @VERSION@
  234. WARNINGS = @WARNINGS@
  235. abs_builddir = @abs_builddir@
  236. abs_srcdir = @abs_srcdir@
  237. abs_top_builddir = @abs_top_builddir@
  238. abs_top_srcdir = @abs_top_srcdir@
  239. ac_ct_AR = @ac_ct_AR@
  240. ac_ct_CC = @ac_ct_CC@
  241. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  242. am__include = @am__include@
  243. am__leading_dot = @am__leading_dot@
  244. am__quote = @am__quote@
  245. am__tar = @am__tar@
  246. am__untar = @am__untar@
  247. bindir = @bindir@
  248. build = @build@
  249. build_alias = @build_alias@
  250. build_cpu = @build_cpu@
  251. build_os = @build_os@
  252. build_vendor = @build_vendor@
  253. builddir = @builddir@
  254. datadir = @datadir@
  255. datarootdir = @datarootdir@
  256. docdir = @docdir@
  257. dvidir = @dvidir@
  258. exec_prefix = @exec_prefix@
  259. fsect = @fsect@
  260. host = @host@
  261. host_alias = @host_alias@
  262. host_cpu = @host_cpu@
  263. host_os = @host_os@
  264. host_vendor = @host_vendor@
  265. htmldir = @htmldir@
  266. includedir = @includedir@
  267. infodir = @infodir@
  268. install_sh = @install_sh@
  269. libdir = @libdir@
  270. libexecdir = @libexecdir@
  271. localedir = @localedir@
  272. localstatedir = @localstatedir@
  273. mandir = @mandir@
  274. mkdir_p = @mkdir_p@
  275. oldincludedir = @oldincludedir@
  276. pdfdir = @pdfdir@
  277. prefix = @prefix@
  278. program_transform_name = @program_transform_name@
  279. psdir = @psdir@
  280. sbindir = @sbindir@
  281. sharedstatedir = @sharedstatedir@
  282. srcdir = @srcdir@
  283. sysconfdir = @sysconfdir@
  284. target_alias = @target_alias@
  285. top_build_prefix = @top_build_prefix@
  286. top_builddir = @top_builddir@
  287. top_srcdir = @top_srcdir@
  288. test_LDADD = $(top_builddir)/src/libmagic.la
  289. test_CPPFLAGS = -I$(top_srcdir)/src
  290. EXTRA_DIST = \
  291. escapevel.result \
  292. escapevel.testfile \
  293. gedcom.result \
  294. gedcom.testfile \
  295. issue311docx.result \
  296. issue311docx.testfile
  297. T = $(top_srcdir)/tests
  298. all: all-am
  299. .SUFFIXES:
  300. .SUFFIXES: .c .lo .o .obj
  301. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  302. @for dep in $?; do \
  303. case '$(am__configure_deps)' in \
  304. *$$dep*) \
  305. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  306. && { if test -f $@; then exit 0; else break; fi; }; \
  307. exit 1;; \
  308. esac; \
  309. done; \
  310. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
  311. $(am__cd) $(top_srcdir) && \
  312. $(AUTOMAKE) --foreign tests/Makefile
  313. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  314. @case '$?' in \
  315. *config.status*) \
  316. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  317. *) \
  318. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  319. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  320. esac;
  321. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  322. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  323. $(top_srcdir)/configure: $(am__configure_deps)
  324. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  325. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  326. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  327. $(am__aclocal_m4_deps):
  328. clean-checkPROGRAMS:
  329. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  330. echo " rm -f" $$list; \
  331. rm -f $$list || exit $$?; \
  332. test -n "$(EXEEXT)" || exit 0; \
  333. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  334. echo " rm -f" $$list; \
  335. rm -f $$list
  336. test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
  337. @rm -f test$(EXEEXT)
  338. $(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
  339. mostlyclean-compile:
  340. -rm -f *.$(OBJEXT)
  341. distclean-compile:
  342. -rm -f *.tab.c
  343. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@
  344. .c.o:
  345. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  346. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  347. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  348. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  349. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  350. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  351. .c.obj:
  352. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  353. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  354. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  355. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  356. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  357. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  358. .c.lo:
  359. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  360. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  361. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  362. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  363. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  364. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  365. test-test.o: test.c
  366. @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
  367. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  368. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
  369. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  370. @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
  371. test-test.obj: test.c
  372. @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`
  373. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  374. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
  375. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  376. @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`
  377. mostlyclean-libtool:
  378. -rm -f *.lo
  379. clean-libtool:
  380. -rm -rf .libs _libs
  381. ID: $(am__tagged_files)
  382. $(am__define_uniq_tagged_files); mkid -fID $$unique
  383. tags: tags-am
  384. TAGS: tags
  385. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  386. set x; \
  387. here=`pwd`; \
  388. $(am__define_uniq_tagged_files); \
  389. shift; \
  390. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  391. test -n "$$unique" || unique=$$empty_fix; \
  392. if test $$# -gt 0; then \
  393. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  394. "$$@" $$unique; \
  395. else \
  396. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  397. $$unique; \
  398. fi; \
  399. fi
  400. ctags: ctags-am
  401. CTAGS: ctags
  402. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  403. $(am__define_uniq_tagged_files); \
  404. test -z "$(CTAGS_ARGS)$$unique" \
  405. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  406. $$unique
  407. GTAGS:
  408. here=`$(am__cd) $(top_builddir) && pwd` \
  409. && $(am__cd) $(top_srcdir) \
  410. && gtags -i $(GTAGS_ARGS) "$$here"
  411. cscopelist: cscopelist-am
  412. cscopelist-am: $(am__tagged_files)
  413. list='$(am__tagged_files)'; \
  414. case "$(srcdir)" in \
  415. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  416. *) sdir=$(subdir)/$(srcdir) ;; \
  417. esac; \
  418. for i in $$list; do \
  419. if test -f "$$i"; then \
  420. echo "$(subdir)/$$i"; \
  421. else \
  422. echo "$$sdir/$$i"; \
  423. fi; \
  424. done >> $(top_builddir)/cscope.files
  425. distclean-tags:
  426. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  427. distdir: $(DISTFILES)
  428. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  429. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  430. list='$(DISTFILES)'; \
  431. dist_files=`for file in $$list; do echo $$file; done | \
  432. sed -e "s|^$$srcdirstrip/||;t" \
  433. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  434. case $$dist_files in \
  435. */*) $(MKDIR_P) `echo "$$dist_files" | \
  436. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  437. sort -u` ;; \
  438. esac; \
  439. for file in $$dist_files; do \
  440. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  441. if test -d $$d/$$file; then \
  442. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  443. if test -d "$(distdir)/$$file"; then \
  444. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  445. fi; \
  446. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  447. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  448. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  449. fi; \
  450. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  451. else \
  452. test -f "$(distdir)/$$file" \
  453. || cp -p $$d/$$file "$(distdir)/$$file" \
  454. || exit 1; \
  455. fi; \
  456. done
  457. check-am: all-am
  458. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  459. $(MAKE) $(AM_MAKEFLAGS) check-local
  460. check: check-am
  461. all-am: Makefile
  462. installdirs:
  463. install: install-am
  464. install-exec: install-exec-am
  465. install-data: install-data-am
  466. uninstall: uninstall-am
  467. install-am: all-am
  468. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  469. installcheck: installcheck-am
  470. install-strip:
  471. if test -z '$(STRIP)'; then \
  472. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  473. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  474. install; \
  475. else \
  476. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  477. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  478. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  479. fi
  480. mostlyclean-generic:
  481. clean-generic:
  482. distclean-generic:
  483. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  484. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  485. maintainer-clean-generic:
  486. @echo "This command is intended for maintainers to use"
  487. @echo "it deletes files that may require special tools to rebuild."
  488. clean: clean-am
  489. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  490. mostlyclean-am
  491. distclean: distclean-am
  492. -rm -rf ./$(DEPDIR)
  493. -rm -f Makefile
  494. distclean-am: clean-am distclean-compile distclean-generic \
  495. distclean-tags
  496. dvi: dvi-am
  497. dvi-am:
  498. html: html-am
  499. html-am:
  500. info: info-am
  501. info-am:
  502. install-data-am:
  503. install-dvi: install-dvi-am
  504. install-dvi-am:
  505. install-exec-am:
  506. install-html: install-html-am
  507. install-html-am:
  508. install-info: install-info-am
  509. install-info-am:
  510. install-man:
  511. install-pdf: install-pdf-am
  512. install-pdf-am:
  513. install-ps: install-ps-am
  514. install-ps-am:
  515. installcheck-am:
  516. maintainer-clean: maintainer-clean-am
  517. -rm -rf ./$(DEPDIR)
  518. -rm -f Makefile
  519. maintainer-clean-am: distclean-am maintainer-clean-generic
  520. mostlyclean: mostlyclean-am
  521. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  522. mostlyclean-libtool
  523. pdf: pdf-am
  524. pdf-am:
  525. ps: ps-am
  526. ps-am:
  527. uninstall-am:
  528. .MAKE: check-am install-am install-strip
  529. .PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \
  530. clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
  531. ctags ctags-am distclean distclean-compile distclean-generic \
  532. distclean-libtool distclean-tags distdir dvi dvi-am html \
  533. html-am info info-am install install-am install-data \
  534. install-data-am install-dvi install-dvi-am install-exec \
  535. install-exec-am install-html install-html-am install-info \
  536. install-info-am install-man install-pdf install-pdf-am \
  537. install-ps install-ps-am install-strip installcheck \
  538. installcheck-am installdirs maintainer-clean \
  539. maintainer-clean-generic mostlyclean mostlyclean-compile \
  540. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  541. tags tags-am uninstall uninstall-am
  542. .PRECIOUS: Makefile
  543. check-local:
  544. MAGIC=$(top_builddir)/magic/magic ./test
  545. set -e; for i in $T/*.testfile; do echo Running test: $$i; TZ=UTC MAGIC=$(top_builddir)/magic/magic ./test $$i $${i%%.testfile}.result; done
  546. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  547. # Otherwise a system limit (for SysV at least) may be exceeded.
  548. .NOEXPORT: