Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  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. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. target_triplet = @target@
  87. check_PROGRAMS = test$(EXEEXT)
  88. subdir = test
  89. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  90. am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
  91. $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \
  92. $(top_srcdir)/configure.ac
  93. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  94. $(ACLOCAL_M4)
  95. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  96. mkinstalldirs = $(install_sh) -d
  97. CONFIG_HEADER = $(top_builddir)/config.h
  98. CONFIG_CLEAN_FILES =
  99. CONFIG_CLEAN_VPATH_FILES =
  100. am_test_OBJECTS = util.$(OBJEXT) write_read.$(OBJEXT) test.$(OBJEXT)
  101. test_OBJECTS = $(am_test_OBJECTS)
  102. test_DEPENDENCIES = ../lib/libvorbisenc.la ../lib/libvorbis.la
  103. AM_V_lt = $(am__v_lt_@AM_V@)
  104. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  105. am__v_lt_0 = --silent
  106. am__v_lt_1 =
  107. AM_V_P = $(am__v_P_@AM_V@)
  108. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  109. am__v_P_0 = false
  110. am__v_P_1 = :
  111. AM_V_GEN = $(am__v_GEN_@AM_V@)
  112. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  113. am__v_GEN_0 = @echo " GEN " $@;
  114. am__v_GEN_1 =
  115. AM_V_at = $(am__v_at_@AM_V@)
  116. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  117. am__v_at_0 = @
  118. am__v_at_1 =
  119. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  120. depcomp = $(SHELL) $(top_srcdir)/depcomp
  121. am__depfiles_maybe = depfiles
  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_SOURCES)
  142. DIST_SOURCES = $(test_SOURCES)
  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
  168. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  169. ACLOCAL = @ACLOCAL@
  170. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  171. ALLOCA = @ALLOCA@
  172. AMTAR = @AMTAR@
  173. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  174. AR = @AR@
  175. AS = @AS@
  176. AUTOCONF = @AUTOCONF@
  177. AUTOHEADER = @AUTOHEADER@
  178. AUTOMAKE = @AUTOMAKE@
  179. AWK = @AWK@
  180. CC = @CC@
  181. CCDEPMODE = @CCDEPMODE@
  182. CFLAGS = @CFLAGS@
  183. CPP = @CPP@
  184. CPPFLAGS = @CPPFLAGS@
  185. CYGPATH_W = @CYGPATH_W@
  186. DEBUG = @DEBUG@
  187. DEFS = @DEFS@
  188. DEPDIR = @DEPDIR@
  189. DLLTOOL = @DLLTOOL@
  190. DSYMUTIL = @DSYMUTIL@
  191. DUMPBIN = @DUMPBIN@
  192. ECHO_C = @ECHO_C@
  193. ECHO_N = @ECHO_N@
  194. ECHO_T = @ECHO_T@
  195. EGREP = @EGREP@
  196. EXEEXT = @EXEEXT@
  197. FGREP = @FGREP@
  198. GREP = @GREP@
  199. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  200. HTLATEX = @HTLATEX@
  201. INSTALL = @INSTALL@
  202. INSTALL_DATA = @INSTALL_DATA@
  203. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  204. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  205. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  206. LD = @LD@
  207. LDFLAGS = @LDFLAGS@
  208. LIBOBJS = @LIBOBJS@
  209. LIBS = @LIBS@
  210. LIBTOOL = @LIBTOOL@
  211. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  212. LIPO = @LIPO@
  213. LN_S = @LN_S@
  214. LTLIBOBJS = @LTLIBOBJS@
  215. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  216. MAINT = @MAINT@
  217. MAKEINFO = @MAKEINFO@
  218. MANIFEST_TOOL = @MANIFEST_TOOL@
  219. MKDIR_P = @MKDIR_P@
  220. NM = @NM@
  221. NMEDIT = @NMEDIT@
  222. OBJDUMP = @OBJDUMP@
  223. OBJEXT = @OBJEXT@
  224. OGG_CFLAGS = @OGG_CFLAGS@
  225. OGG_LIBS = @OGG_LIBS@
  226. OTOOL = @OTOOL@
  227. OTOOL64 = @OTOOL64@
  228. PACKAGE = @PACKAGE@
  229. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  230. PACKAGE_NAME = @PACKAGE_NAME@
  231. PACKAGE_STRING = @PACKAGE_STRING@
  232. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  233. PACKAGE_URL = @PACKAGE_URL@
  234. PACKAGE_VERSION = @PACKAGE_VERSION@
  235. PATH_SEPARATOR = @PATH_SEPARATOR@
  236. PDFLATEX = @PDFLATEX@
  237. PKG_CONFIG = @PKG_CONFIG@
  238. PROFILE = @PROFILE@
  239. RANLIB = @RANLIB@
  240. SED = @SED@
  241. SET_MAKE = @SET_MAKE@
  242. SHELL = @SHELL@
  243. STRIP = @STRIP@
  244. VERSION = @VERSION@
  245. VE_LIB_AGE = @VE_LIB_AGE@
  246. VE_LIB_CURRENT = @VE_LIB_CURRENT@
  247. VE_LIB_REVISION = @VE_LIB_REVISION@
  248. VF_LIB_AGE = @VF_LIB_AGE@
  249. VF_LIB_CURRENT = @VF_LIB_CURRENT@
  250. VF_LIB_REVISION = @VF_LIB_REVISION@
  251. VORBIS_LIBS = @VORBIS_LIBS@
  252. V_LIB_AGE = @V_LIB_AGE@
  253. V_LIB_CURRENT = @V_LIB_CURRENT@
  254. V_LIB_REVISION = @V_LIB_REVISION@
  255. abs_builddir = @abs_builddir@
  256. abs_srcdir = @abs_srcdir@
  257. abs_top_builddir = @abs_top_builddir@
  258. abs_top_srcdir = @abs_top_srcdir@
  259. ac_ct_AR = @ac_ct_AR@
  260. ac_ct_CC = @ac_ct_CC@
  261. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  262. am__include = @am__include@
  263. am__leading_dot = @am__leading_dot@
  264. am__quote = @am__quote@
  265. am__tar = @am__tar@
  266. am__untar = @am__untar@
  267. bindir = @bindir@
  268. build = @build@
  269. build_alias = @build_alias@
  270. build_cpu = @build_cpu@
  271. build_os = @build_os@
  272. build_vendor = @build_vendor@
  273. builddir = @builddir@
  274. datadir = @datadir@
  275. datarootdir = @datarootdir@
  276. docdir = @docdir@
  277. dvidir = @dvidir@
  278. exec_prefix = @exec_prefix@
  279. host = @host@
  280. host_alias = @host_alias@
  281. host_cpu = @host_cpu@
  282. host_os = @host_os@
  283. host_vendor = @host_vendor@
  284. htmldir = @htmldir@
  285. includedir = @includedir@
  286. infodir = @infodir@
  287. install_sh = @install_sh@
  288. libdir = @libdir@
  289. libexecdir = @libexecdir@
  290. localedir = @localedir@
  291. localstatedir = @localstatedir@
  292. mandir = @mandir@
  293. mkdir_p = @mkdir_p@
  294. oldincludedir = @oldincludedir@
  295. pdfdir = @pdfdir@
  296. prefix = @prefix@
  297. program_transform_name = @program_transform_name@
  298. psdir = @psdir@
  299. pthread_lib = @pthread_lib@
  300. sbindir = @sbindir@
  301. sharedstatedir = @sharedstatedir@
  302. srcdir = @srcdir@
  303. sysconfdir = @sysconfdir@
  304. target = @target@
  305. target_alias = @target_alias@
  306. target_cpu = @target_cpu@
  307. target_os = @target_os@
  308. target_vendor = @target_vendor@
  309. top_build_prefix = @top_build_prefix@
  310. top_builddir = @top_builddir@
  311. top_srcdir = @top_srcdir@
  312. AUTOMAKE_OPTIONS = foreign
  313. INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
  314. test_SOURCES = util.c util.h write_read.c write_read.h test.c
  315. test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
  316. all: all-am
  317. .SUFFIXES:
  318. .SUFFIXES: .c .lo .o .obj
  319. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  320. @for dep in $?; do \
  321. case '$(am__configure_deps)' in \
  322. *$$dep*) \
  323. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  324. && { if test -f $@; then exit 0; else break; fi; }; \
  325. exit 1;; \
  326. esac; \
  327. done; \
  328. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
  329. $(am__cd) $(top_srcdir) && \
  330. $(AUTOMAKE) --foreign test/Makefile
  331. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  332. @case '$?' in \
  333. *config.status*) \
  334. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  335. *) \
  336. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  337. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  338. esac;
  339. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  340. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  341. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  342. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  343. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  344. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  345. $(am__aclocal_m4_deps):
  346. clean-checkPROGRAMS:
  347. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  348. echo " rm -f" $$list; \
  349. rm -f $$list || exit $$?; \
  350. test -n "$(EXEEXT)" || exit 0; \
  351. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  352. echo " rm -f" $$list; \
  353. rm -f $$list
  354. test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
  355. @rm -f test$(EXEEXT)
  356. $(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
  357. mostlyclean-compile:
  358. -rm -f *.$(OBJEXT)
  359. distclean-compile:
  360. -rm -f *.tab.c
  361. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
  362. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
  363. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write_read.Po@am__quote@
  364. .c.o:
  365. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  366. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  367. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  368. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  369. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  370. .c.obj:
  371. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  372. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  373. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  374. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  375. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  376. .c.lo:
  377. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  378. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  379. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  380. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  381. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  382. mostlyclean-libtool:
  383. -rm -f *.lo
  384. clean-libtool:
  385. -rm -rf .libs _libs
  386. ID: $(am__tagged_files)
  387. $(am__define_uniq_tagged_files); mkid -fID $$unique
  388. tags: tags-am
  389. TAGS: tags
  390. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  391. set x; \
  392. here=`pwd`; \
  393. $(am__define_uniq_tagged_files); \
  394. shift; \
  395. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  396. test -n "$$unique" || unique=$$empty_fix; \
  397. if test $$# -gt 0; then \
  398. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  399. "$$@" $$unique; \
  400. else \
  401. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  402. $$unique; \
  403. fi; \
  404. fi
  405. ctags: ctags-am
  406. CTAGS: ctags
  407. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  408. $(am__define_uniq_tagged_files); \
  409. test -z "$(CTAGS_ARGS)$$unique" \
  410. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  411. $$unique
  412. GTAGS:
  413. here=`$(am__cd) $(top_builddir) && pwd` \
  414. && $(am__cd) $(top_srcdir) \
  415. && gtags -i $(GTAGS_ARGS) "$$here"
  416. cscopelist: cscopelist-am
  417. cscopelist-am: $(am__tagged_files)
  418. list='$(am__tagged_files)'; \
  419. case "$(srcdir)" in \
  420. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  421. *) sdir=$(subdir)/$(srcdir) ;; \
  422. esac; \
  423. for i in $$list; do \
  424. if test -f "$$i"; then \
  425. echo "$(subdir)/$$i"; \
  426. else \
  427. echo "$$sdir/$$i"; \
  428. fi; \
  429. done >> $(top_builddir)/cscope.files
  430. distclean-tags:
  431. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  432. distdir: $(DISTFILES)
  433. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  434. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  435. list='$(DISTFILES)'; \
  436. dist_files=`for file in $$list; do echo $$file; done | \
  437. sed -e "s|^$$srcdirstrip/||;t" \
  438. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  439. case $$dist_files in \
  440. */*) $(MKDIR_P) `echo "$$dist_files" | \
  441. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  442. sort -u` ;; \
  443. esac; \
  444. for file in $$dist_files; do \
  445. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  446. if test -d $$d/$$file; then \
  447. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  448. if test -d "$(distdir)/$$file"; then \
  449. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  450. fi; \
  451. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  452. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  453. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  454. fi; \
  455. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  456. else \
  457. test -f "$(distdir)/$$file" \
  458. || cp -p $$d/$$file "$(distdir)/$$file" \
  459. || exit 1; \
  460. fi; \
  461. done
  462. check-am: all-am
  463. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  464. check: check-am
  465. all-am: Makefile
  466. installdirs:
  467. install: install-am
  468. install-exec: install-exec-am
  469. install-data: install-data-am
  470. uninstall: uninstall-am
  471. install-am: all-am
  472. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  473. installcheck: installcheck-am
  474. install-strip:
  475. if test -z '$(STRIP)'; then \
  476. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  477. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  478. install; \
  479. else \
  480. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  481. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  482. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  483. fi
  484. mostlyclean-generic:
  485. clean-generic:
  486. distclean-generic:
  487. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  488. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  489. maintainer-clean-generic:
  490. @echo "This command is intended for maintainers to use"
  491. @echo "it deletes files that may require special tools to rebuild."
  492. clean: clean-am
  493. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  494. mostlyclean-am
  495. distclean: distclean-am
  496. -rm -rf ./$(DEPDIR)
  497. -rm -f Makefile
  498. distclean-am: clean-am distclean-compile distclean-generic \
  499. distclean-tags
  500. dvi: dvi-am
  501. dvi-am:
  502. html: html-am
  503. html-am:
  504. info: info-am
  505. info-am:
  506. install-data-am:
  507. install-dvi: install-dvi-am
  508. install-dvi-am:
  509. install-exec-am:
  510. install-html: install-html-am
  511. install-html-am:
  512. install-info: install-info-am
  513. install-info-am:
  514. install-man:
  515. install-pdf: install-pdf-am
  516. install-pdf-am:
  517. install-ps: install-ps-am
  518. install-ps-am:
  519. installcheck-am:
  520. maintainer-clean: maintainer-clean-am
  521. -rm -rf ./$(DEPDIR)
  522. -rm -f Makefile
  523. maintainer-clean-am: distclean-am maintainer-clean-generic
  524. mostlyclean: mostlyclean-am
  525. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  526. mostlyclean-libtool
  527. pdf: pdf-am
  528. pdf-am:
  529. ps: ps-am
  530. ps-am:
  531. uninstall-am:
  532. .MAKE: check-am install-am install-strip
  533. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
  534. clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
  535. ctags ctags-am distclean distclean-compile distclean-generic \
  536. distclean-libtool distclean-tags distdir dvi dvi-am html \
  537. html-am info info-am install install-am install-data \
  538. install-data-am install-dvi install-dvi-am install-exec \
  539. install-exec-am install-html install-html-am install-info \
  540. install-info-am install-man install-pdf install-pdf-am \
  541. install-ps install-ps-am install-strip installcheck \
  542. installcheck-am installdirs maintainer-clean \
  543. maintainer-clean-generic mostlyclean mostlyclean-compile \
  544. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  545. tags tags-am uninstall uninstall-am
  546. .PRECIOUS: Makefile
  547. check: $(check_PROGRAMS)
  548. ./test$(EXEEXT)
  549. debug:
  550. $(MAKE) check CFLAGS="@DEBUG@"
  551. profile:
  552. $(MAKE) check CFLAGS="@PROFILE@"
  553. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  554. # Otherwise a system limit (for SysV at least) may be exceeded.
  555. .NOEXPORT: