Makefile.in 19 KB

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