Makefile.in 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. target_triplet = @target@
  34. EXTRA_PROGRAMS = barkmel$(EXEEXT) tone$(EXEEXT) psytune$(EXEEXT)
  35. noinst_PROGRAMS = $(am__EXEEXT_1)
  36. subdir = lib
  37. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  38. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  39. am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
  40. $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \
  41. $(top_srcdir)/configure.ac
  42. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  43. $(ACLOCAL_M4)
  44. mkinstalldirs = $(install_sh) -d
  45. CONFIG_HEADER = $(top_builddir)/config.h
  46. CONFIG_CLEAN_FILES =
  47. CONFIG_CLEAN_VPATH_FILES =
  48. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  49. am__vpath_adj = case $$p in \
  50. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  51. *) f=$$p;; \
  52. esac;
  53. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  54. am__install_max = 40
  55. am__nobase_strip_setup = \
  56. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  57. am__nobase_strip = \
  58. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  59. am__nobase_list = $(am__nobase_strip_setup); \
  60. for p in $$list; do echo "$$p $$p"; done | \
  61. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  62. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  63. if (++n[$$2] == $(am__install_max)) \
  64. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  65. END { for (dir in files) print dir, files[dir] }'
  66. am__base_list = \
  67. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  68. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  69. am__installdirs = "$(DESTDIR)$(libdir)"
  70. LTLIBRARIES = $(lib_LTLIBRARIES)
  71. libvorbis_la_DEPENDENCIES =
  72. am_libvorbis_la_OBJECTS = mdct.lo smallft.lo block.lo envelope.lo \
  73. window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo \
  74. info.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo \
  75. codebook.lo sharedbook.lo lookup.lo bitrate.lo
  76. libvorbis_la_OBJECTS = $(am_libvorbis_la_OBJECTS)
  77. libvorbis_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  78. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  79. $(libvorbis_la_LDFLAGS) $(LDFLAGS) -o $@
  80. libvorbisenc_la_DEPENDENCIES = libvorbis.la
  81. am_libvorbisenc_la_OBJECTS = vorbisenc.lo
  82. libvorbisenc_la_OBJECTS = $(am_libvorbisenc_la_OBJECTS)
  83. libvorbisenc_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  84. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  85. $(libvorbisenc_la_LDFLAGS) $(LDFLAGS) -o $@
  86. libvorbisfile_la_DEPENDENCIES = libvorbis.la
  87. am_libvorbisfile_la_OBJECTS = vorbisfile.lo
  88. libvorbisfile_la_OBJECTS = $(am_libvorbisfile_la_OBJECTS)
  89. libvorbisfile_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  90. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  91. $(libvorbisfile_la_LDFLAGS) $(LDFLAGS) -o $@
  92. am__EXEEXT_1 = test_sharedbook$(EXEEXT)
  93. PROGRAMS = $(noinst_PROGRAMS)
  94. am_barkmel_OBJECTS = barkmel.$(OBJEXT)
  95. barkmel_OBJECTS = $(am_barkmel_OBJECTS)
  96. barkmel_LDADD = $(LDADD)
  97. am_psytune_OBJECTS = psytune.$(OBJEXT)
  98. psytune_OBJECTS = $(am_psytune_OBJECTS)
  99. psytune_DEPENDENCIES = libvorbis.la
  100. psytune_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  101. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(psytune_LDFLAGS) \
  102. $(LDFLAGS) -o $@
  103. am_test_sharedbook_OBJECTS = test_sharedbook-sharedbook.$(OBJEXT)
  104. test_sharedbook_OBJECTS = $(am_test_sharedbook_OBJECTS)
  105. test_sharedbook_DEPENDENCIES =
  106. test_sharedbook_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  107. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_sharedbook_CFLAGS) \
  108. $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  109. am_tone_OBJECTS = tone.$(OBJEXT)
  110. tone_OBJECTS = $(am_tone_OBJECTS)
  111. tone_LDADD = $(LDADD)
  112. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  113. depcomp = $(SHELL) $(top_srcdir)/depcomp
  114. am__depfiles_maybe = depfiles
  115. am__mv = mv -f
  116. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  117. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  118. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  119. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  120. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  121. CCLD = $(CC)
  122. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  123. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  124. $(LDFLAGS) -o $@
  125. SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
  126. $(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
  127. $(psytune_SOURCES) $(test_sharedbook_SOURCES) $(tone_SOURCES)
  128. DIST_SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
  129. $(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
  130. $(psytune_SOURCES) $(test_sharedbook_SOURCES) $(tone_SOURCES)
  131. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  132. html-recursive info-recursive install-data-recursive \
  133. install-dvi-recursive install-exec-recursive \
  134. install-html-recursive install-info-recursive \
  135. install-pdf-recursive install-ps-recursive install-recursive \
  136. installcheck-recursive installdirs-recursive pdf-recursive \
  137. ps-recursive uninstall-recursive
  138. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  139. distclean-recursive maintainer-clean-recursive
  140. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  141. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  142. distdir
  143. ETAGS = etags
  144. CTAGS = ctags
  145. DIST_SUBDIRS = $(SUBDIRS)
  146. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  147. am__relativize = \
  148. dir0=`pwd`; \
  149. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  150. sed_rest='s,^[^/]*/*,,'; \
  151. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  152. sed_butlast='s,/*[^/]*$$,,'; \
  153. while test -n "$$dir1"; do \
  154. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  155. if test "$$first" != "."; then \
  156. if test "$$first" = ".."; then \
  157. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  158. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  159. else \
  160. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  161. if test "$$first2" = "$$first"; then \
  162. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  163. else \
  164. dir2="../$$dir2"; \
  165. fi; \
  166. dir0="$$dir0"/"$$first"; \
  167. fi; \
  168. fi; \
  169. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  170. done; \
  171. reldir="$$dir2"
  172. ACLOCAL = @ACLOCAL@
  173. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  174. ALLOCA = @ALLOCA@
  175. AMTAR = @AMTAR@
  176. AR = @AR@
  177. AS = @AS@
  178. AUTOCONF = @AUTOCONF@
  179. AUTOHEADER = @AUTOHEADER@
  180. AUTOMAKE = @AUTOMAKE@
  181. AWK = @AWK@
  182. CC = @CC@
  183. CCDEPMODE = @CCDEPMODE@
  184. CFLAGS = @CFLAGS@
  185. CPP = @CPP@
  186. CPPFLAGS = @CPPFLAGS@
  187. CYGPATH_W = @CYGPATH_W@
  188. DEBUG = @DEBUG@
  189. DEFS = @DEFS@
  190. DEPDIR = @DEPDIR@
  191. DLLTOOL = @DLLTOOL@
  192. DSYMUTIL = @DSYMUTIL@
  193. DUMPBIN = @DUMPBIN@
  194. ECHO_C = @ECHO_C@
  195. ECHO_N = @ECHO_N@
  196. ECHO_T = @ECHO_T@
  197. EGREP = @EGREP@
  198. EXEEXT = @EXEEXT@
  199. FGREP = @FGREP@
  200. GREP = @GREP@
  201. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  202. HTLATEX = @HTLATEX@
  203. INSTALL = @INSTALL@
  204. INSTALL_DATA = @INSTALL_DATA@
  205. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  206. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  207. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  208. LD = @LD@
  209. LDFLAGS = @LDFLAGS@
  210. LIBOBJS = @LIBOBJS@
  211. LIBS = @LIBS@
  212. LIBTOOL = @LIBTOOL@
  213. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  214. LIPO = @LIPO@
  215. LN_S = @LN_S@
  216. LTLIBOBJS = @LTLIBOBJS@
  217. MAINT = @MAINT@
  218. MAKEINFO = @MAKEINFO@
  219. MANIFEST_TOOL = @MANIFEST_TOOL@
  220. MKDIR_P = @MKDIR_P@
  221. NM = @NM@
  222. NMEDIT = @NMEDIT@
  223. OBJDUMP = @OBJDUMP@
  224. OBJEXT = @OBJEXT@
  225. OGG_CFLAGS = @OGG_CFLAGS@
  226. OGG_LIBS = @OGG_LIBS@
  227. OTOOL = @OTOOL@
  228. OTOOL64 = @OTOOL64@
  229. PACKAGE = @PACKAGE@
  230. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  231. PACKAGE_NAME = @PACKAGE_NAME@
  232. PACKAGE_STRING = @PACKAGE_STRING@
  233. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  234. PACKAGE_URL = @PACKAGE_URL@
  235. PACKAGE_VERSION = @PACKAGE_VERSION@
  236. PATH_SEPARATOR = @PATH_SEPARATOR@
  237. PDFLATEX = @PDFLATEX@
  238. PKG_CONFIG = @PKG_CONFIG@
  239. PROFILE = @PROFILE@
  240. RANLIB = @RANLIB@
  241. SED = @SED@
  242. SET_MAKE = @SET_MAKE@
  243. SHELL = @SHELL@
  244. STRIP = @STRIP@
  245. VERSION = @VERSION@
  246. VE_LIB_AGE = @VE_LIB_AGE@
  247. VE_LIB_CURRENT = @VE_LIB_CURRENT@
  248. VE_LIB_REVISION = @VE_LIB_REVISION@
  249. VF_LIB_AGE = @VF_LIB_AGE@
  250. VF_LIB_CURRENT = @VF_LIB_CURRENT@
  251. VF_LIB_REVISION = @VF_LIB_REVISION@
  252. VORBIS_LIBS = @VORBIS_LIBS@
  253. V_LIB_AGE = @V_LIB_AGE@
  254. V_LIB_CURRENT = @V_LIB_CURRENT@
  255. V_LIB_REVISION = @V_LIB_REVISION@
  256. abs_builddir = @abs_builddir@
  257. abs_srcdir = @abs_srcdir@
  258. abs_top_builddir = @abs_top_builddir@
  259. abs_top_srcdir = @abs_top_srcdir@
  260. ac_ct_AR = @ac_ct_AR@
  261. ac_ct_CC = @ac_ct_CC@
  262. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  263. am__include = @am__include@
  264. am__leading_dot = @am__leading_dot@
  265. am__quote = @am__quote@
  266. am__tar = @am__tar@
  267. am__untar = @am__untar@
  268. bindir = @bindir@
  269. build = @build@
  270. build_alias = @build_alias@
  271. build_cpu = @build_cpu@
  272. build_os = @build_os@
  273. build_vendor = @build_vendor@
  274. builddir = @builddir@
  275. datadir = @datadir@
  276. datarootdir = @datarootdir@
  277. docdir = @docdir@
  278. dvidir = @dvidir@
  279. exec_prefix = @exec_prefix@
  280. host = @host@
  281. host_alias = @host_alias@
  282. host_cpu = @host_cpu@
  283. host_os = @host_os@
  284. host_vendor = @host_vendor@
  285. htmldir = @htmldir@
  286. includedir = @includedir@
  287. infodir = @infodir@
  288. install_sh = @install_sh@
  289. libdir = @libdir@
  290. libexecdir = @libexecdir@
  291. localedir = @localedir@
  292. localstatedir = @localstatedir@
  293. mandir = @mandir@
  294. mkdir_p = @mkdir_p@
  295. oldincludedir = @oldincludedir@
  296. pdfdir = @pdfdir@
  297. prefix = @prefix@
  298. program_transform_name = @program_transform_name@
  299. psdir = @psdir@
  300. pthread_lib = @pthread_lib@
  301. sbindir = @sbindir@
  302. sharedstatedir = @sharedstatedir@
  303. srcdir = @srcdir@
  304. sysconfdir = @sysconfdir@
  305. target = @target@
  306. target_alias = @target_alias@
  307. target_cpu = @target_cpu@
  308. target_os = @target_os@
  309. target_vendor = @target_vendor@
  310. top_build_prefix = @top_build_prefix@
  311. top_builddir = @top_builddir@
  312. top_srcdir = @top_srcdir@
  313. SUBDIRS = modes books
  314. INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
  315. lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
  316. libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
  317. lpc.c analysis.c synthesis.c psy.c info.c \
  318. floor1.c floor0.c\
  319. res0.c mapping0.c registry.c codebook.c sharedbook.c\
  320. lookup.c bitrate.c\
  321. envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
  322. masking.h os.h mdct.h smallft.h highlevel.h\
  323. registry.h scales.h window.h lookup.h lookup_data.h\
  324. codec_internal.h backends.h bitrate.h
  325. libvorbis_la_LDFLAGS = -no-undefined -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
  326. libvorbis_la_LIBADD = @VORBIS_LIBS@ @OGG_LIBS@
  327. libvorbisfile_la_SOURCES = vorbisfile.c
  328. libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
  329. libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@
  330. libvorbisenc_la_SOURCES = vorbisenc.c
  331. libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
  332. libvorbisenc_la_LIBADD = libvorbis.la @OGG_LIBS@
  333. CLEANFILES = $(EXTRA_PROGRAMS)
  334. barkmel_SOURCES = barkmel.c
  335. tone_SOURCES = tone.c
  336. psytune_SOURCES = psytune.c
  337. psytune_LDFLAGS = -static
  338. psytune_LDADD = libvorbis.la
  339. EXTRA_DIST = lookups.pl
  340. # build and run the self tests on 'make check'
  341. #vorbis_selftests = test_codebook test_sharedbook
  342. vorbis_selftests = test_sharedbook
  343. #test_codebook_SOURCES = codebook.c
  344. #test_codebook_CFLAGS = -D_V_SELFTEST
  345. test_sharedbook_SOURCES = sharedbook.c
  346. test_sharedbook_CFLAGS = -D_V_SELFTEST
  347. test_sharedbook_LDADD = @VORBIS_LIBS@
  348. all: all-recursive
  349. .SUFFIXES:
  350. .SUFFIXES: .c .lo .o .obj
  351. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  352. @for dep in $?; do \
  353. case '$(am__configure_deps)' in \
  354. *$$dep*) \
  355. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  356. && { if test -f $@; then exit 0; else break; fi; }; \
  357. exit 1;; \
  358. esac; \
  359. done; \
  360. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
  361. $(am__cd) $(top_srcdir) && \
  362. $(AUTOMAKE) --gnu lib/Makefile
  363. .PRECIOUS: Makefile
  364. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  365. @case '$?' in \
  366. *config.status*) \
  367. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  368. *) \
  369. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  370. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  371. esac;
  372. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  373. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  374. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  375. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  376. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  377. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  378. $(am__aclocal_m4_deps):
  379. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  380. @$(NORMAL_INSTALL)
  381. test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  382. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  383. list2=; for p in $$list; do \
  384. if test -f $$p; then \
  385. list2="$$list2 $$p"; \
  386. else :; fi; \
  387. done; \
  388. test -z "$$list2" || { \
  389. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  390. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  391. }
  392. uninstall-libLTLIBRARIES:
  393. @$(NORMAL_UNINSTALL)
  394. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  395. for p in $$list; do \
  396. $(am__strip_dir) \
  397. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  398. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  399. done
  400. clean-libLTLIBRARIES:
  401. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  402. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  403. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  404. test "$$dir" != "$$p" || dir=.; \
  405. echo "rm -f \"$${dir}/so_locations\""; \
  406. rm -f "$${dir}/so_locations"; \
  407. done
  408. libvorbis.la: $(libvorbis_la_OBJECTS) $(libvorbis_la_DEPENDENCIES)
  409. $(libvorbis_la_LINK) -rpath $(libdir) $(libvorbis_la_OBJECTS) $(libvorbis_la_LIBADD) $(LIBS)
  410. libvorbisenc.la: $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_DEPENDENCIES)
  411. $(libvorbisenc_la_LINK) -rpath $(libdir) $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_LIBADD) $(LIBS)
  412. libvorbisfile.la: $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_DEPENDENCIES)
  413. $(libvorbisfile_la_LINK) -rpath $(libdir) $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_LIBADD) $(LIBS)
  414. clean-noinstPROGRAMS:
  415. @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  416. echo " rm -f" $$list; \
  417. rm -f $$list || exit $$?; \
  418. test -n "$(EXEEXT)" || exit 0; \
  419. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  420. echo " rm -f" $$list; \
  421. rm -f $$list
  422. barkmel$(EXEEXT): $(barkmel_OBJECTS) $(barkmel_DEPENDENCIES)
  423. @rm -f barkmel$(EXEEXT)
  424. $(LINK) $(barkmel_OBJECTS) $(barkmel_LDADD) $(LIBS)
  425. psytune$(EXEEXT): $(psytune_OBJECTS) $(psytune_DEPENDENCIES)
  426. @rm -f psytune$(EXEEXT)
  427. $(psytune_LINK) $(psytune_OBJECTS) $(psytune_LDADD) $(LIBS)
  428. test_sharedbook$(EXEEXT): $(test_sharedbook_OBJECTS) $(test_sharedbook_DEPENDENCIES)
  429. @rm -f test_sharedbook$(EXEEXT)
  430. $(test_sharedbook_LINK) $(test_sharedbook_OBJECTS) $(test_sharedbook_LDADD) $(LIBS)
  431. tone$(EXEEXT): $(tone_OBJECTS) $(tone_DEPENDENCIES)
  432. @rm -f tone$(EXEEXT)
  433. $(LINK) $(tone_OBJECTS) $(tone_LDADD) $(LIBS)
  434. mostlyclean-compile:
  435. -rm -f *.$(OBJEXT)
  436. distclean-compile:
  437. -rm -f *.tab.c
  438. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/analysis.Plo@am__quote@
  439. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barkmel.Po@am__quote@
  440. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitrate.Plo@am__quote@
  441. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/block.Plo@am__quote@
  442. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codebook.Plo@am__quote@
  443. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envelope.Plo@am__quote@
  444. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor0.Plo@am__quote@
  445. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor1.Plo@am__quote@
  446. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Plo@am__quote@
  447. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Plo@am__quote@
  448. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc.Plo@am__quote@
  449. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsp.Plo@am__quote@
  450. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapping0.Plo@am__quote@
  451. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdct.Plo@am__quote@
  452. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psy.Plo@am__quote@
  453. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psytune.Po@am__quote@
  454. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/registry.Plo@am__quote@
  455. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res0.Plo@am__quote@
  456. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sharedbook.Plo@am__quote@
  457. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smallft.Plo@am__quote@
  458. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synthesis.Plo@am__quote@
  459. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sharedbook-sharedbook.Po@am__quote@
  460. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tone.Po@am__quote@
  461. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisenc.Plo@am__quote@
  462. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisfile.Plo@am__quote@
  463. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Plo@am__quote@
  464. .c.o:
  465. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  466. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  467. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  468. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  469. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  470. .c.obj:
  471. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  472. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  473. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  474. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  475. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  476. .c.lo:
  477. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  478. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  479. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  480. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  481. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  482. test_sharedbook-sharedbook.o: sharedbook.c
  483. @am__fastdepCC_TRUE@ $(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
  484. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test_sharedbook-sharedbook.Tpo $(DEPDIR)/test_sharedbook-sharedbook.Po
  485. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sharedbook.c' object='test_sharedbook-sharedbook.o' libtool=no @AMDEPBACKSLASH@
  486. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  487. @am__fastdepCC_FALSE@ $(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
  488. test_sharedbook-sharedbook.obj: sharedbook.c
  489. @am__fastdepCC_TRUE@ $(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`
  490. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test_sharedbook-sharedbook.Tpo $(DEPDIR)/test_sharedbook-sharedbook.Po
  491. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sharedbook.c' object='test_sharedbook-sharedbook.obj' libtool=no @AMDEPBACKSLASH@
  492. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  493. @am__fastdepCC_FALSE@ $(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`
  494. mostlyclean-libtool:
  495. -rm -f *.lo
  496. clean-libtool:
  497. -rm -rf .libs _libs
  498. # This directory's subdirectories are mostly independent; you can cd
  499. # into them and run `make' without going through this Makefile.
  500. # To change the values of `make' variables: instead of editing Makefiles,
  501. # (1) if the variable is set in `config.status', edit `config.status'
  502. # (which will cause the Makefiles to be regenerated when you run `make');
  503. # (2) otherwise, pass the desired values on the `make' command line.
  504. $(RECURSIVE_TARGETS):
  505. @fail= failcom='exit 1'; \
  506. for f in x $$MAKEFLAGS; do \
  507. case $$f in \
  508. *=* | --[!k]*);; \
  509. *k*) failcom='fail=yes';; \
  510. esac; \
  511. done; \
  512. dot_seen=no; \
  513. target=`echo $@ | sed s/-recursive//`; \
  514. list='$(SUBDIRS)'; for subdir in $$list; do \
  515. echo "Making $$target in $$subdir"; \
  516. if test "$$subdir" = "."; then \
  517. dot_seen=yes; \
  518. local_target="$$target-am"; \
  519. else \
  520. local_target="$$target"; \
  521. fi; \
  522. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  523. || eval $$failcom; \
  524. done; \
  525. if test "$$dot_seen" = "no"; then \
  526. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  527. fi; test -z "$$fail"
  528. $(RECURSIVE_CLEAN_TARGETS):
  529. @fail= failcom='exit 1'; \
  530. for f in x $$MAKEFLAGS; do \
  531. case $$f in \
  532. *=* | --[!k]*);; \
  533. *k*) failcom='fail=yes';; \
  534. esac; \
  535. done; \
  536. dot_seen=no; \
  537. case "$@" in \
  538. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  539. *) list='$(SUBDIRS)' ;; \
  540. esac; \
  541. rev=''; for subdir in $$list; do \
  542. if test "$$subdir" = "."; then :; else \
  543. rev="$$subdir $$rev"; \
  544. fi; \
  545. done; \
  546. rev="$$rev ."; \
  547. target=`echo $@ | sed s/-recursive//`; \
  548. for subdir in $$rev; do \
  549. echo "Making $$target in $$subdir"; \
  550. if test "$$subdir" = "."; then \
  551. local_target="$$target-am"; \
  552. else \
  553. local_target="$$target"; \
  554. fi; \
  555. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  556. || eval $$failcom; \
  557. done && test -z "$$fail"
  558. tags-recursive:
  559. list='$(SUBDIRS)'; for subdir in $$list; do \
  560. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  561. done
  562. ctags-recursive:
  563. list='$(SUBDIRS)'; for subdir in $$list; do \
  564. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  565. done
  566. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  567. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  568. unique=`for i in $$list; do \
  569. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  570. done | \
  571. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  572. END { if (nonempty) { for (i in files) print i; }; }'`; \
  573. mkid -fID $$unique
  574. tags: TAGS
  575. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  576. $(TAGS_FILES) $(LISP)
  577. set x; \
  578. here=`pwd`; \
  579. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  580. include_option=--etags-include; \
  581. empty_fix=.; \
  582. else \
  583. include_option=--include; \
  584. empty_fix=; \
  585. fi; \
  586. list='$(SUBDIRS)'; for subdir in $$list; do \
  587. if test "$$subdir" = .; then :; else \
  588. test ! -f $$subdir/TAGS || \
  589. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  590. fi; \
  591. done; \
  592. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  593. unique=`for i in $$list; do \
  594. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  595. done | \
  596. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  597. END { if (nonempty) { for (i in files) print i; }; }'`; \
  598. shift; \
  599. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  600. test -n "$$unique" || unique=$$empty_fix; \
  601. if test $$# -gt 0; then \
  602. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  603. "$$@" $$unique; \
  604. else \
  605. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  606. $$unique; \
  607. fi; \
  608. fi
  609. ctags: CTAGS
  610. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  611. $(TAGS_FILES) $(LISP)
  612. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  613. unique=`for i in $$list; do \
  614. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  615. done | \
  616. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  617. END { if (nonempty) { for (i in files) print i; }; }'`; \
  618. test -z "$(CTAGS_ARGS)$$unique" \
  619. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  620. $$unique
  621. GTAGS:
  622. here=`$(am__cd) $(top_builddir) && pwd` \
  623. && $(am__cd) $(top_srcdir) \
  624. && gtags -i $(GTAGS_ARGS) "$$here"
  625. distclean-tags:
  626. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  627. distdir: $(DISTFILES)
  628. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  629. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  630. list='$(DISTFILES)'; \
  631. dist_files=`for file in $$list; do echo $$file; done | \
  632. sed -e "s|^$$srcdirstrip/||;t" \
  633. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  634. case $$dist_files in \
  635. */*) $(MKDIR_P) `echo "$$dist_files" | \
  636. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  637. sort -u` ;; \
  638. esac; \
  639. for file in $$dist_files; do \
  640. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  641. if test -d $$d/$$file; then \
  642. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  643. if test -d "$(distdir)/$$file"; then \
  644. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  645. fi; \
  646. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  647. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  648. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  649. fi; \
  650. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  651. else \
  652. test -f "$(distdir)/$$file" \
  653. || cp -p $$d/$$file "$(distdir)/$$file" \
  654. || exit 1; \
  655. fi; \
  656. done
  657. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  658. if test "$$subdir" = .; then :; else \
  659. test -d "$(distdir)/$$subdir" \
  660. || $(MKDIR_P) "$(distdir)/$$subdir" \
  661. || exit 1; \
  662. fi; \
  663. done
  664. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  665. if test "$$subdir" = .; then :; else \
  666. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  667. $(am__relativize); \
  668. new_distdir=$$reldir; \
  669. dir1=$$subdir; dir2="$(top_distdir)"; \
  670. $(am__relativize); \
  671. new_top_distdir=$$reldir; \
  672. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  673. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  674. ($(am__cd) $$subdir && \
  675. $(MAKE) $(AM_MAKEFLAGS) \
  676. top_distdir="$$new_top_distdir" \
  677. distdir="$$new_distdir" \
  678. am__remove_distdir=: \
  679. am__skip_length_check=: \
  680. am__skip_mode_fix=: \
  681. distdir) \
  682. || exit 1; \
  683. fi; \
  684. done
  685. check-am: all-am
  686. check: check-recursive
  687. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
  688. installdirs: installdirs-recursive
  689. installdirs-am:
  690. for dir in "$(DESTDIR)$(libdir)"; do \
  691. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  692. done
  693. install: install-recursive
  694. install-exec: install-exec-recursive
  695. install-data: install-data-recursive
  696. uninstall: uninstall-recursive
  697. install-am: all-am
  698. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  699. installcheck: installcheck-recursive
  700. install-strip:
  701. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  702. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  703. `test -z '$(STRIP)' || \
  704. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  705. mostlyclean-generic:
  706. clean-generic:
  707. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  708. distclean-generic:
  709. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  710. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  711. maintainer-clean-generic:
  712. @echo "This command is intended for maintainers to use"
  713. @echo "it deletes files that may require special tools to rebuild."
  714. clean: clean-recursive
  715. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  716. clean-noinstPROGRAMS mostlyclean-am
  717. distclean: distclean-recursive
  718. -rm -rf ./$(DEPDIR)
  719. -rm -f Makefile
  720. distclean-am: clean-am distclean-compile distclean-generic \
  721. distclean-tags
  722. dvi: dvi-recursive
  723. dvi-am:
  724. html: html-recursive
  725. html-am:
  726. info: info-recursive
  727. info-am:
  728. install-data-am:
  729. install-dvi: install-dvi-recursive
  730. install-dvi-am:
  731. install-exec-am: install-libLTLIBRARIES
  732. install-html: install-html-recursive
  733. install-html-am:
  734. install-info: install-info-recursive
  735. install-info-am:
  736. install-man:
  737. install-pdf: install-pdf-recursive
  738. install-pdf-am:
  739. install-ps: install-ps-recursive
  740. install-ps-am:
  741. installcheck-am:
  742. maintainer-clean: maintainer-clean-recursive
  743. -rm -rf ./$(DEPDIR)
  744. -rm -f Makefile
  745. maintainer-clean-am: distclean-am maintainer-clean-generic
  746. mostlyclean: mostlyclean-recursive
  747. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  748. mostlyclean-libtool
  749. pdf: pdf-recursive
  750. pdf-am:
  751. ps: ps-recursive
  752. ps-am:
  753. uninstall-am: uninstall-libLTLIBRARIES
  754. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  755. install-am install-strip tags-recursive
  756. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  757. all all-am check check-am clean clean-generic \
  758. clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
  759. ctags-recursive distclean distclean-compile distclean-generic \
  760. distclean-libtool distclean-tags distdir dvi dvi-am html \
  761. html-am info info-am install install-am install-data \
  762. install-data-am install-dvi install-dvi-am install-exec \
  763. install-exec-am install-html install-html-am install-info \
  764. install-info-am install-libLTLIBRARIES install-man install-pdf \
  765. install-pdf-am install-ps install-ps-am install-strip \
  766. installcheck installcheck-am installdirs installdirs-am \
  767. maintainer-clean maintainer-clean-generic mostlyclean \
  768. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  769. pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
  770. uninstall-libLTLIBRARIES
  771. check: $(noinst_PROGRAMS)
  772. ./test_sharedbook$(EXEEXT)
  773. # recurse for alternate targets
  774. debug:
  775. $(MAKE) all CFLAGS="@DEBUG@"
  776. profile:
  777. $(MAKE) all CFLAGS="@PROFILE@"
  778. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  779. # Otherwise a system limit (for SysV at least) may be exceeded.
  780. .NOEXPORT: