Makefile.in 18 KB

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