Makefile.in 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949
  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. EXTRA_PROGRAMS = barkmel$(EXEEXT) tone$(EXEEXT) psytune$(EXEEXT)
  88. noinst_PROGRAMS = $(am__EXEEXT_1)
  89. subdir = lib
  90. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  91. am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
  92. $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \
  93. $(top_srcdir)/configure.ac
  94. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  95. $(ACLOCAL_M4)
  96. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  97. mkinstalldirs = $(install_sh) -d
  98. CONFIG_HEADER = $(top_builddir)/config.h
  99. CONFIG_CLEAN_FILES =
  100. CONFIG_CLEAN_VPATH_FILES =
  101. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  102. am__vpath_adj = case $$p in \
  103. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  104. *) f=$$p;; \
  105. esac;
  106. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  107. am__install_max = 40
  108. am__nobase_strip_setup = \
  109. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  110. am__nobase_strip = \
  111. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  112. am__nobase_list = $(am__nobase_strip_setup); \
  113. for p in $$list; do echo "$$p $$p"; done | \
  114. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  115. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  116. if (++n[$$2] == $(am__install_max)) \
  117. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  118. END { for (dir in files) print dir, files[dir] }'
  119. am__base_list = \
  120. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  121. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  122. am__uninstall_files_from_dir = { \
  123. test -z "$$files" \
  124. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  125. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  126. $(am__cd) "$$dir" && rm -f $$files; }; \
  127. }
  128. am__installdirs = "$(DESTDIR)$(libdir)"
  129. LTLIBRARIES = $(lib_LTLIBRARIES)
  130. libvorbis_la_DEPENDENCIES =
  131. am_libvorbis_la_OBJECTS = mdct.lo smallft.lo block.lo envelope.lo \
  132. window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo \
  133. info.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo \
  134. codebook.lo sharedbook.lo lookup.lo bitrate.lo
  135. libvorbis_la_OBJECTS = $(am_libvorbis_la_OBJECTS)
  136. AM_V_lt = $(am__v_lt_@AM_V@)
  137. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  138. am__v_lt_0 = --silent
  139. am__v_lt_1 =
  140. libvorbis_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  141. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  142. $(libvorbis_la_LDFLAGS) $(LDFLAGS) -o $@
  143. libvorbisenc_la_DEPENDENCIES = libvorbis.la
  144. am_libvorbisenc_la_OBJECTS = vorbisenc.lo
  145. libvorbisenc_la_OBJECTS = $(am_libvorbisenc_la_OBJECTS)
  146. libvorbisenc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  147. $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  148. $(AM_CFLAGS) $(CFLAGS) $(libvorbisenc_la_LDFLAGS) $(LDFLAGS) \
  149. -o $@
  150. libvorbisfile_la_DEPENDENCIES = libvorbis.la
  151. am_libvorbisfile_la_OBJECTS = vorbisfile.lo
  152. libvorbisfile_la_OBJECTS = $(am_libvorbisfile_la_OBJECTS)
  153. libvorbisfile_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  154. $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  155. $(AM_CFLAGS) $(CFLAGS) $(libvorbisfile_la_LDFLAGS) $(LDFLAGS) \
  156. -o $@
  157. am__EXEEXT_1 = test_sharedbook$(EXEEXT)
  158. PROGRAMS = $(noinst_PROGRAMS)
  159. am_barkmel_OBJECTS = barkmel.$(OBJEXT)
  160. barkmel_OBJECTS = $(am_barkmel_OBJECTS)
  161. barkmel_LDADD = $(LDADD)
  162. am_psytune_OBJECTS = psytune.$(OBJEXT)
  163. psytune_OBJECTS = $(am_psytune_OBJECTS)
  164. psytune_DEPENDENCIES = libvorbis.la
  165. psytune_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  166. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  167. $(psytune_LDFLAGS) $(LDFLAGS) -o $@
  168. am_test_sharedbook_OBJECTS = test_sharedbook-sharedbook.$(OBJEXT)
  169. test_sharedbook_OBJECTS = $(am_test_sharedbook_OBJECTS)
  170. test_sharedbook_DEPENDENCIES =
  171. test_sharedbook_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  172. $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  173. $(test_sharedbook_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
  174. -o $@
  175. am_tone_OBJECTS = tone.$(OBJEXT)
  176. tone_OBJECTS = $(am_tone_OBJECTS)
  177. tone_LDADD = $(LDADD)
  178. AM_V_P = $(am__v_P_@AM_V@)
  179. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  180. am__v_P_0 = false
  181. am__v_P_1 = :
  182. AM_V_GEN = $(am__v_GEN_@AM_V@)
  183. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  184. am__v_GEN_0 = @echo " GEN " $@;
  185. am__v_GEN_1 =
  186. AM_V_at = $(am__v_at_@AM_V@)
  187. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  188. am__v_at_0 = @
  189. am__v_at_1 =
  190. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  191. depcomp = $(SHELL) $(top_srcdir)/depcomp
  192. am__depfiles_maybe = depfiles
  193. am__mv = mv -f
  194. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  195. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  196. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  197. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  198. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  199. $(AM_CFLAGS) $(CFLAGS)
  200. AM_V_CC = $(am__v_CC_@AM_V@)
  201. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  202. am__v_CC_0 = @echo " CC " $@;
  203. am__v_CC_1 =
  204. CCLD = $(CC)
  205. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  206. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  207. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  208. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  209. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  210. am__v_CCLD_0 = @echo " CCLD " $@;
  211. am__v_CCLD_1 =
  212. SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
  213. $(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
  214. $(psytune_SOURCES) $(test_sharedbook_SOURCES) $(tone_SOURCES)
  215. DIST_SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
  216. $(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
  217. $(psytune_SOURCES) $(test_sharedbook_SOURCES) $(tone_SOURCES)
  218. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  219. ctags-recursive dvi-recursive html-recursive info-recursive \
  220. install-data-recursive install-dvi-recursive \
  221. install-exec-recursive install-html-recursive \
  222. install-info-recursive install-pdf-recursive \
  223. install-ps-recursive install-recursive installcheck-recursive \
  224. installdirs-recursive pdf-recursive ps-recursive \
  225. tags-recursive uninstall-recursive
  226. am__can_run_installinfo = \
  227. case $$AM_UPDATE_INFO_DIR in \
  228. n|no|NO) false;; \
  229. *) (install-info --version) >/dev/null 2>&1;; \
  230. esac
  231. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  232. distclean-recursive maintainer-clean-recursive
  233. am__recursive_targets = \
  234. $(RECURSIVE_TARGETS) \
  235. $(RECURSIVE_CLEAN_TARGETS) \
  236. $(am__extra_recursive_targets)
  237. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  238. distdir
  239. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  240. # Read a list of newline-separated strings from the standard input,
  241. # and print each of them once, without duplicates. Input order is
  242. # *not* preserved.
  243. am__uniquify_input = $(AWK) '\
  244. BEGIN { nonempty = 0; } \
  245. { items[$$0] = 1; nonempty = 1; } \
  246. END { if (nonempty) { for (i in items) print i; }; } \
  247. '
  248. # Make sure the list of sources is unique. This is necessary because,
  249. # e.g., the same source file might be shared among _SOURCES variables
  250. # for different programs/libraries.
  251. am__define_uniq_tagged_files = \
  252. list='$(am__tagged_files)'; \
  253. unique=`for i in $$list; do \
  254. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  255. done | $(am__uniquify_input)`
  256. ETAGS = etags
  257. CTAGS = ctags
  258. DIST_SUBDIRS = $(SUBDIRS)
  259. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  260. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  261. am__relativize = \
  262. dir0=`pwd`; \
  263. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  264. sed_rest='s,^[^/]*/*,,'; \
  265. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  266. sed_butlast='s,/*[^/]*$$,,'; \
  267. while test -n "$$dir1"; do \
  268. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  269. if test "$$first" != "."; then \
  270. if test "$$first" = ".."; then \
  271. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  272. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  273. else \
  274. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  275. if test "$$first2" = "$$first"; then \
  276. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  277. else \
  278. dir2="../$$dir2"; \
  279. fi; \
  280. dir0="$$dir0"/"$$first"; \
  281. fi; \
  282. fi; \
  283. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  284. done; \
  285. reldir="$$dir2"
  286. ACLOCAL = @ACLOCAL@
  287. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  288. ALLOCA = @ALLOCA@
  289. AMTAR = @AMTAR@
  290. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  291. AR = @AR@
  292. AS = @AS@
  293. AUTOCONF = @AUTOCONF@
  294. AUTOHEADER = @AUTOHEADER@
  295. AUTOMAKE = @AUTOMAKE@
  296. AWK = @AWK@
  297. CC = @CC@
  298. CCDEPMODE = @CCDEPMODE@
  299. CFLAGS = @CFLAGS@
  300. CPP = @CPP@
  301. CPPFLAGS = @CPPFLAGS@
  302. CYGPATH_W = @CYGPATH_W@
  303. DEBUG = @DEBUG@
  304. DEFS = @DEFS@
  305. DEPDIR = @DEPDIR@
  306. DLLTOOL = @DLLTOOL@
  307. DSYMUTIL = @DSYMUTIL@
  308. DUMPBIN = @DUMPBIN@
  309. ECHO_C = @ECHO_C@
  310. ECHO_N = @ECHO_N@
  311. ECHO_T = @ECHO_T@
  312. EGREP = @EGREP@
  313. EXEEXT = @EXEEXT@
  314. FGREP = @FGREP@
  315. GREP = @GREP@
  316. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  317. HTLATEX = @HTLATEX@
  318. INSTALL = @INSTALL@
  319. INSTALL_DATA = @INSTALL_DATA@
  320. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  321. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  322. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  323. LD = @LD@
  324. LDFLAGS = @LDFLAGS@
  325. LIBOBJS = @LIBOBJS@
  326. LIBS = @LIBS@
  327. LIBTOOL = @LIBTOOL@
  328. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  329. LIPO = @LIPO@
  330. LN_S = @LN_S@
  331. LTLIBOBJS = @LTLIBOBJS@
  332. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  333. MAINT = @MAINT@
  334. MAKEINFO = @MAKEINFO@
  335. MANIFEST_TOOL = @MANIFEST_TOOL@
  336. MKDIR_P = @MKDIR_P@
  337. NM = @NM@
  338. NMEDIT = @NMEDIT@
  339. OBJDUMP = @OBJDUMP@
  340. OBJEXT = @OBJEXT@
  341. OGG_CFLAGS = @OGG_CFLAGS@
  342. OGG_LIBS = @OGG_LIBS@
  343. OTOOL = @OTOOL@
  344. OTOOL64 = @OTOOL64@
  345. PACKAGE = @PACKAGE@
  346. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  347. PACKAGE_NAME = @PACKAGE_NAME@
  348. PACKAGE_STRING = @PACKAGE_STRING@
  349. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  350. PACKAGE_URL = @PACKAGE_URL@
  351. PACKAGE_VERSION = @PACKAGE_VERSION@
  352. PATH_SEPARATOR = @PATH_SEPARATOR@
  353. PDFLATEX = @PDFLATEX@
  354. PKG_CONFIG = @PKG_CONFIG@
  355. PROFILE = @PROFILE@
  356. RANLIB = @RANLIB@
  357. SED = @SED@
  358. SET_MAKE = @SET_MAKE@
  359. SHELL = @SHELL@
  360. STRIP = @STRIP@
  361. VERSION = @VERSION@
  362. VE_LIB_AGE = @VE_LIB_AGE@
  363. VE_LIB_CURRENT = @VE_LIB_CURRENT@
  364. VE_LIB_REVISION = @VE_LIB_REVISION@
  365. VF_LIB_AGE = @VF_LIB_AGE@
  366. VF_LIB_CURRENT = @VF_LIB_CURRENT@
  367. VF_LIB_REVISION = @VF_LIB_REVISION@
  368. VORBIS_LIBS = @VORBIS_LIBS@
  369. V_LIB_AGE = @V_LIB_AGE@
  370. V_LIB_CURRENT = @V_LIB_CURRENT@
  371. V_LIB_REVISION = @V_LIB_REVISION@
  372. abs_builddir = @abs_builddir@
  373. abs_srcdir = @abs_srcdir@
  374. abs_top_builddir = @abs_top_builddir@
  375. abs_top_srcdir = @abs_top_srcdir@
  376. ac_ct_AR = @ac_ct_AR@
  377. ac_ct_CC = @ac_ct_CC@
  378. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  379. am__include = @am__include@
  380. am__leading_dot = @am__leading_dot@
  381. am__quote = @am__quote@
  382. am__tar = @am__tar@
  383. am__untar = @am__untar@
  384. bindir = @bindir@
  385. build = @build@
  386. build_alias = @build_alias@
  387. build_cpu = @build_cpu@
  388. build_os = @build_os@
  389. build_vendor = @build_vendor@
  390. builddir = @builddir@
  391. datadir = @datadir@
  392. datarootdir = @datarootdir@
  393. docdir = @docdir@
  394. dvidir = @dvidir@
  395. exec_prefix = @exec_prefix@
  396. host = @host@
  397. host_alias = @host_alias@
  398. host_cpu = @host_cpu@
  399. host_os = @host_os@
  400. host_vendor = @host_vendor@
  401. htmldir = @htmldir@
  402. includedir = @includedir@
  403. infodir = @infodir@
  404. install_sh = @install_sh@
  405. libdir = @libdir@
  406. libexecdir = @libexecdir@
  407. localedir = @localedir@
  408. localstatedir = @localstatedir@
  409. mandir = @mandir@
  410. mkdir_p = @mkdir_p@
  411. oldincludedir = @oldincludedir@
  412. pdfdir = @pdfdir@
  413. prefix = @prefix@
  414. program_transform_name = @program_transform_name@
  415. psdir = @psdir@
  416. pthread_lib = @pthread_lib@
  417. sbindir = @sbindir@
  418. sharedstatedir = @sharedstatedir@
  419. srcdir = @srcdir@
  420. sysconfdir = @sysconfdir@
  421. target = @target@
  422. target_alias = @target_alias@
  423. target_cpu = @target_cpu@
  424. target_os = @target_os@
  425. target_vendor = @target_vendor@
  426. top_build_prefix = @top_build_prefix@
  427. top_builddir = @top_builddir@
  428. top_srcdir = @top_srcdir@
  429. SUBDIRS = modes books
  430. INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
  431. lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
  432. libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
  433. lpc.c analysis.c synthesis.c psy.c info.c \
  434. floor1.c floor0.c\
  435. res0.c mapping0.c registry.c codebook.c sharedbook.c\
  436. lookup.c bitrate.c\
  437. envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
  438. masking.h os.h mdct.h smallft.h highlevel.h\
  439. registry.h scales.h window.h lookup.h lookup_data.h\
  440. codec_internal.h backends.h bitrate.h
  441. libvorbis_la_LDFLAGS = -no-undefined -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
  442. libvorbis_la_LIBADD = @VORBIS_LIBS@ @OGG_LIBS@
  443. libvorbisfile_la_SOURCES = vorbisfile.c
  444. libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
  445. libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@
  446. libvorbisenc_la_SOURCES = vorbisenc.c
  447. libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
  448. libvorbisenc_la_LIBADD = libvorbis.la @OGG_LIBS@
  449. CLEANFILES = $(EXTRA_PROGRAMS)
  450. barkmel_SOURCES = barkmel.c
  451. tone_SOURCES = tone.c
  452. psytune_SOURCES = psytune.c
  453. psytune_LDFLAGS = -static
  454. psytune_LDADD = libvorbis.la
  455. EXTRA_DIST = lookups.pl
  456. # build and run the self tests on 'make check'
  457. #vorbis_selftests = test_codebook test_sharedbook
  458. vorbis_selftests = test_sharedbook
  459. #test_codebook_SOURCES = codebook.c
  460. #test_codebook_CFLAGS = -D_V_SELFTEST
  461. test_sharedbook_SOURCES = sharedbook.c
  462. test_sharedbook_CFLAGS = -D_V_SELFTEST
  463. test_sharedbook_LDADD = @VORBIS_LIBS@
  464. all: all-recursive
  465. .SUFFIXES:
  466. .SUFFIXES: .c .lo .o .obj
  467. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  468. @for dep in $?; do \
  469. case '$(am__configure_deps)' in \
  470. *$$dep*) \
  471. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  472. && { if test -f $@; then exit 0; else break; fi; }; \
  473. exit 1;; \
  474. esac; \
  475. done; \
  476. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
  477. $(am__cd) $(top_srcdir) && \
  478. $(AUTOMAKE) --gnu lib/Makefile
  479. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  480. @case '$?' in \
  481. *config.status*) \
  482. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  483. *) \
  484. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  485. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  486. esac;
  487. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  488. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  489. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  490. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  491. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  492. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  493. $(am__aclocal_m4_deps):
  494. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  495. @$(NORMAL_INSTALL)
  496. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  497. list2=; for p in $$list; do \
  498. if test -f $$p; then \
  499. list2="$$list2 $$p"; \
  500. else :; fi; \
  501. done; \
  502. test -z "$$list2" || { \
  503. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  504. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  505. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  506. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  507. }
  508. uninstall-libLTLIBRARIES:
  509. @$(NORMAL_UNINSTALL)
  510. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  511. for p in $$list; do \
  512. $(am__strip_dir) \
  513. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  514. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  515. done
  516. clean-libLTLIBRARIES:
  517. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  518. @list='$(lib_LTLIBRARIES)'; \
  519. locs=`for p in $$list; do echo $$p; done | \
  520. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  521. sort -u`; \
  522. test -z "$$locs" || { \
  523. echo rm -f $${locs}; \
  524. rm -f $${locs}; \
  525. }
  526. libvorbis.la: $(libvorbis_la_OBJECTS) $(libvorbis_la_DEPENDENCIES) $(EXTRA_libvorbis_la_DEPENDENCIES)
  527. $(AM_V_CCLD)$(libvorbis_la_LINK) -rpath $(libdir) $(libvorbis_la_OBJECTS) $(libvorbis_la_LIBADD) $(LIBS)
  528. libvorbisenc.la: $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_DEPENDENCIES) $(EXTRA_libvorbisenc_la_DEPENDENCIES)
  529. $(AM_V_CCLD)$(libvorbisenc_la_LINK) -rpath $(libdir) $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_LIBADD) $(LIBS)
  530. libvorbisfile.la: $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_DEPENDENCIES) $(EXTRA_libvorbisfile_la_DEPENDENCIES)
  531. $(AM_V_CCLD)$(libvorbisfile_la_LINK) -rpath $(libdir) $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_LIBADD) $(LIBS)
  532. clean-noinstPROGRAMS:
  533. @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  534. echo " rm -f" $$list; \
  535. rm -f $$list || exit $$?; \
  536. test -n "$(EXEEXT)" || exit 0; \
  537. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  538. echo " rm -f" $$list; \
  539. rm -f $$list
  540. barkmel$(EXEEXT): $(barkmel_OBJECTS) $(barkmel_DEPENDENCIES) $(EXTRA_barkmel_DEPENDENCIES)
  541. @rm -f barkmel$(EXEEXT)
  542. $(AM_V_CCLD)$(LINK) $(barkmel_OBJECTS) $(barkmel_LDADD) $(LIBS)
  543. psytune$(EXEEXT): $(psytune_OBJECTS) $(psytune_DEPENDENCIES) $(EXTRA_psytune_DEPENDENCIES)
  544. @rm -f psytune$(EXEEXT)
  545. $(AM_V_CCLD)$(psytune_LINK) $(psytune_OBJECTS) $(psytune_LDADD) $(LIBS)
  546. test_sharedbook$(EXEEXT): $(test_sharedbook_OBJECTS) $(test_sharedbook_DEPENDENCIES) $(EXTRA_test_sharedbook_DEPENDENCIES)
  547. @rm -f test_sharedbook$(EXEEXT)
  548. $(AM_V_CCLD)$(test_sharedbook_LINK) $(test_sharedbook_OBJECTS) $(test_sharedbook_LDADD) $(LIBS)
  549. tone$(EXEEXT): $(tone_OBJECTS) $(tone_DEPENDENCIES) $(EXTRA_tone_DEPENDENCIES)
  550. @rm -f tone$(EXEEXT)
  551. $(AM_V_CCLD)$(LINK) $(tone_OBJECTS) $(tone_LDADD) $(LIBS)
  552. mostlyclean-compile:
  553. -rm -f *.$(OBJEXT)
  554. distclean-compile:
  555. -rm -f *.tab.c
  556. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/analysis.Plo@am__quote@
  557. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barkmel.Po@am__quote@
  558. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitrate.Plo@am__quote@
  559. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/block.Plo@am__quote@
  560. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codebook.Plo@am__quote@
  561. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envelope.Plo@am__quote@
  562. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor0.Plo@am__quote@
  563. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor1.Plo@am__quote@
  564. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Plo@am__quote@
  565. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Plo@am__quote@
  566. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc.Plo@am__quote@
  567. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsp.Plo@am__quote@
  568. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapping0.Plo@am__quote@
  569. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdct.Plo@am__quote@
  570. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psy.Plo@am__quote@
  571. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psytune.Po@am__quote@
  572. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/registry.Plo@am__quote@
  573. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res0.Plo@am__quote@
  574. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sharedbook.Plo@am__quote@
  575. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smallft.Plo@am__quote@
  576. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synthesis.Plo@am__quote@
  577. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sharedbook-sharedbook.Po@am__quote@
  578. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tone.Po@am__quote@
  579. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisenc.Plo@am__quote@
  580. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisfile.Plo@am__quote@
  581. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Plo@am__quote@
  582. .c.o:
  583. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  584. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  585. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  586. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  587. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  588. .c.obj:
  589. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  590. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  591. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  592. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  593. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  594. .c.lo:
  595. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  596. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  597. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  598. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  599. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  600. test_sharedbook-sharedbook.o: sharedbook.c
  601. @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_sharedbook_CFLAGS) $(CFLAGS) -MT test_sharedbook-sharedbook.o -MD -MP -MF $(DEPDIR)/test_sharedbook-sharedbook.Tpo -c -o test_sharedbook-sharedbook.o `test -f 'sharedbook.c' || echo '$(srcdir)/'`sharedbook.c
  602. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_sharedbook-sharedbook.Tpo $(DEPDIR)/test_sharedbook-sharedbook.Po
  603. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sharedbook.c' object='test_sharedbook-sharedbook.o' libtool=no @AMDEPBACKSLASH@
  604. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  605. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_sharedbook_CFLAGS) $(CFLAGS) -c -o test_sharedbook-sharedbook.o `test -f 'sharedbook.c' || echo '$(srcdir)/'`sharedbook.c
  606. test_sharedbook-sharedbook.obj: sharedbook.c
  607. @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_sharedbook_CFLAGS) $(CFLAGS) -MT test_sharedbook-sharedbook.obj -MD -MP -MF $(DEPDIR)/test_sharedbook-sharedbook.Tpo -c -o test_sharedbook-sharedbook.obj `if test -f 'sharedbook.c'; then $(CYGPATH_W) 'sharedbook.c'; else $(CYGPATH_W) '$(srcdir)/sharedbook.c'; fi`
  608. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_sharedbook-sharedbook.Tpo $(DEPDIR)/test_sharedbook-sharedbook.Po
  609. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sharedbook.c' object='test_sharedbook-sharedbook.obj' libtool=no @AMDEPBACKSLASH@
  610. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  611. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_sharedbook_CFLAGS) $(CFLAGS) -c -o test_sharedbook-sharedbook.obj `if test -f 'sharedbook.c'; then $(CYGPATH_W) 'sharedbook.c'; else $(CYGPATH_W) '$(srcdir)/sharedbook.c'; fi`
  612. mostlyclean-libtool:
  613. -rm -f *.lo
  614. clean-libtool:
  615. -rm -rf .libs _libs
  616. # This directory's subdirectories are mostly independent; you can cd
  617. # into them and run 'make' without going through this Makefile.
  618. # To change the values of 'make' variables: instead of editing Makefiles,
  619. # (1) if the variable is set in 'config.status', edit 'config.status'
  620. # (which will cause the Makefiles to be regenerated when you run 'make');
  621. # (2) otherwise, pass the desired values on the 'make' command line.
  622. $(am__recursive_targets):
  623. @fail=; \
  624. if $(am__make_keepgoing); then \
  625. failcom='fail=yes'; \
  626. else \
  627. failcom='exit 1'; \
  628. fi; \
  629. dot_seen=no; \
  630. target=`echo $@ | sed s/-recursive//`; \
  631. case "$@" in \
  632. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  633. *) list='$(SUBDIRS)' ;; \
  634. esac; \
  635. for subdir in $$list; do \
  636. echo "Making $$target in $$subdir"; \
  637. if test "$$subdir" = "."; then \
  638. dot_seen=yes; \
  639. local_target="$$target-am"; \
  640. else \
  641. local_target="$$target"; \
  642. fi; \
  643. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  644. || eval $$failcom; \
  645. done; \
  646. if test "$$dot_seen" = "no"; then \
  647. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  648. fi; test -z "$$fail"
  649. ID: $(am__tagged_files)
  650. $(am__define_uniq_tagged_files); mkid -fID $$unique
  651. tags: tags-recursive
  652. TAGS: tags
  653. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  654. set x; \
  655. here=`pwd`; \
  656. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  657. include_option=--etags-include; \
  658. empty_fix=.; \
  659. else \
  660. include_option=--include; \
  661. empty_fix=; \
  662. fi; \
  663. list='$(SUBDIRS)'; for subdir in $$list; do \
  664. if test "$$subdir" = .; then :; else \
  665. test ! -f $$subdir/TAGS || \
  666. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  667. fi; \
  668. done; \
  669. $(am__define_uniq_tagged_files); \
  670. shift; \
  671. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  672. test -n "$$unique" || unique=$$empty_fix; \
  673. if test $$# -gt 0; then \
  674. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  675. "$$@" $$unique; \
  676. else \
  677. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  678. $$unique; \
  679. fi; \
  680. fi
  681. ctags: ctags-recursive
  682. CTAGS: ctags
  683. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  684. $(am__define_uniq_tagged_files); \
  685. test -z "$(CTAGS_ARGS)$$unique" \
  686. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  687. $$unique
  688. GTAGS:
  689. here=`$(am__cd) $(top_builddir) && pwd` \
  690. && $(am__cd) $(top_srcdir) \
  691. && gtags -i $(GTAGS_ARGS) "$$here"
  692. cscopelist: cscopelist-recursive
  693. cscopelist-am: $(am__tagged_files)
  694. list='$(am__tagged_files)'; \
  695. case "$(srcdir)" in \
  696. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  697. *) sdir=$(subdir)/$(srcdir) ;; \
  698. esac; \
  699. for i in $$list; do \
  700. if test -f "$$i"; then \
  701. echo "$(subdir)/$$i"; \
  702. else \
  703. echo "$$sdir/$$i"; \
  704. fi; \
  705. done >> $(top_builddir)/cscope.files
  706. distclean-tags:
  707. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  708. distdir: $(DISTFILES)
  709. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  710. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  711. list='$(DISTFILES)'; \
  712. dist_files=`for file in $$list; do echo $$file; done | \
  713. sed -e "s|^$$srcdirstrip/||;t" \
  714. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  715. case $$dist_files in \
  716. */*) $(MKDIR_P) `echo "$$dist_files" | \
  717. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  718. sort -u` ;; \
  719. esac; \
  720. for file in $$dist_files; do \
  721. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  722. if test -d $$d/$$file; then \
  723. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  724. if test -d "$(distdir)/$$file"; then \
  725. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  726. fi; \
  727. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  728. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  729. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  730. fi; \
  731. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  732. else \
  733. test -f "$(distdir)/$$file" \
  734. || cp -p $$d/$$file "$(distdir)/$$file" \
  735. || exit 1; \
  736. fi; \
  737. done
  738. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  739. if test "$$subdir" = .; then :; else \
  740. $(am__make_dryrun) \
  741. || test -d "$(distdir)/$$subdir" \
  742. || $(MKDIR_P) "$(distdir)/$$subdir" \
  743. || exit 1; \
  744. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  745. $(am__relativize); \
  746. new_distdir=$$reldir; \
  747. dir1=$$subdir; dir2="$(top_distdir)"; \
  748. $(am__relativize); \
  749. new_top_distdir=$$reldir; \
  750. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  751. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  752. ($(am__cd) $$subdir && \
  753. $(MAKE) $(AM_MAKEFLAGS) \
  754. top_distdir="$$new_top_distdir" \
  755. distdir="$$new_distdir" \
  756. am__remove_distdir=: \
  757. am__skip_length_check=: \
  758. am__skip_mode_fix=: \
  759. distdir) \
  760. || exit 1; \
  761. fi; \
  762. done
  763. check-am: all-am
  764. check: check-recursive
  765. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
  766. installdirs: installdirs-recursive
  767. installdirs-am:
  768. for dir in "$(DESTDIR)$(libdir)"; do \
  769. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  770. done
  771. install: install-recursive
  772. install-exec: install-exec-recursive
  773. install-data: install-data-recursive
  774. uninstall: uninstall-recursive
  775. install-am: all-am
  776. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  777. installcheck: installcheck-recursive
  778. install-strip:
  779. if test -z '$(STRIP)'; then \
  780. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  781. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  782. install; \
  783. else \
  784. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  785. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  786. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  787. fi
  788. mostlyclean-generic:
  789. clean-generic:
  790. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  791. distclean-generic:
  792. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  793. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  794. maintainer-clean-generic:
  795. @echo "This command is intended for maintainers to use"
  796. @echo "it deletes files that may require special tools to rebuild."
  797. clean: clean-recursive
  798. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  799. clean-noinstPROGRAMS mostlyclean-am
  800. distclean: distclean-recursive
  801. -rm -rf ./$(DEPDIR)
  802. -rm -f Makefile
  803. distclean-am: clean-am distclean-compile distclean-generic \
  804. distclean-tags
  805. dvi: dvi-recursive
  806. dvi-am:
  807. html: html-recursive
  808. html-am:
  809. info: info-recursive
  810. info-am:
  811. install-data-am:
  812. install-dvi: install-dvi-recursive
  813. install-dvi-am:
  814. install-exec-am: install-libLTLIBRARIES
  815. install-html: install-html-recursive
  816. install-html-am:
  817. install-info: install-info-recursive
  818. install-info-am:
  819. install-man:
  820. install-pdf: install-pdf-recursive
  821. install-pdf-am:
  822. install-ps: install-ps-recursive
  823. install-ps-am:
  824. installcheck-am:
  825. maintainer-clean: maintainer-clean-recursive
  826. -rm -rf ./$(DEPDIR)
  827. -rm -f Makefile
  828. maintainer-clean-am: distclean-am maintainer-clean-generic
  829. mostlyclean: mostlyclean-recursive
  830. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  831. mostlyclean-libtool
  832. pdf: pdf-recursive
  833. pdf-am:
  834. ps: ps-recursive
  835. ps-am:
  836. uninstall-am: uninstall-libLTLIBRARIES
  837. .MAKE: $(am__recursive_targets) install-am install-strip
  838. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  839. check-am clean clean-generic clean-libLTLIBRARIES \
  840. clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
  841. ctags-am distclean distclean-compile distclean-generic \
  842. distclean-libtool distclean-tags distdir dvi dvi-am html \
  843. html-am info info-am install install-am install-data \
  844. install-data-am install-dvi install-dvi-am install-exec \
  845. install-exec-am install-html install-html-am install-info \
  846. install-info-am install-libLTLIBRARIES install-man install-pdf \
  847. install-pdf-am install-ps install-ps-am install-strip \
  848. installcheck installcheck-am installdirs installdirs-am \
  849. maintainer-clean maintainer-clean-generic mostlyclean \
  850. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  851. pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
  852. uninstall-libLTLIBRARIES
  853. .PRECIOUS: Makefile
  854. check: $(noinst_PROGRAMS)
  855. ./test_sharedbook$(EXEEXT)
  856. # recurse for alternate targets
  857. debug:
  858. $(MAKE) all CFLAGS="@DEBUG@"
  859. profile:
  860. $(MAKE) all CFLAGS="@PROFILE@"
  861. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  862. # Otherwise a system limit (for SysV at least) may be exceeded.
  863. .NOEXPORT: