Makefile.in 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970
  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. @BUILD_EXAMPLES_TRUE@am__append_1 = examples
  88. subdir = .
  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 $(top_srcdir)/configure \
  96. $(am__configure_deps) $(am__DIST_COMMON)
  97. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  98. configure.lineno config.status.lineno
  99. mkinstalldirs = $(install_sh) -d
  100. CONFIG_HEADER = config.h
  101. CONFIG_CLEAN_FILES = libvorbis.spec vorbis.pc vorbisenc.pc \
  102. vorbisfile.pc vorbis-uninstalled.pc vorbisenc-uninstalled.pc \
  103. vorbisfile-uninstalled.pc
  104. CONFIG_CLEAN_VPATH_FILES =
  105. AM_V_P = $(am__v_P_@AM_V@)
  106. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  107. am__v_P_0 = false
  108. am__v_P_1 = :
  109. AM_V_GEN = $(am__v_GEN_@AM_V@)
  110. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  111. am__v_GEN_0 = @echo " GEN " $@;
  112. am__v_GEN_1 =
  113. AM_V_at = $(am__v_at_@AM_V@)
  114. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  115. am__v_at_0 = @
  116. am__v_at_1 =
  117. SOURCES =
  118. DIST_SOURCES =
  119. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  120. ctags-recursive dvi-recursive html-recursive info-recursive \
  121. install-data-recursive install-dvi-recursive \
  122. install-exec-recursive install-html-recursive \
  123. install-info-recursive install-pdf-recursive \
  124. install-ps-recursive install-recursive installcheck-recursive \
  125. installdirs-recursive pdf-recursive ps-recursive \
  126. tags-recursive uninstall-recursive
  127. am__can_run_installinfo = \
  128. case $$AM_UPDATE_INFO_DIR in \
  129. n|no|NO) false;; \
  130. *) (install-info --version) >/dev/null 2>&1;; \
  131. esac
  132. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  133. am__vpath_adj = case $$p in \
  134. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  135. *) f=$$p;; \
  136. esac;
  137. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  138. am__install_max = 40
  139. am__nobase_strip_setup = \
  140. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  141. am__nobase_strip = \
  142. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  143. am__nobase_list = $(am__nobase_strip_setup); \
  144. for p in $$list; do echo "$$p $$p"; done | \
  145. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  146. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  147. if (++n[$$2] == $(am__install_max)) \
  148. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  149. END { for (dir in files) print dir, files[dir] }'
  150. am__base_list = \
  151. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  152. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  153. am__uninstall_files_from_dir = { \
  154. test -z "$$files" \
  155. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  156. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  157. $(am__cd) "$$dir" && rm -f $$files; }; \
  158. }
  159. am__installdirs = "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"
  160. DATA = $(m4data_DATA) $(pkgconfig_DATA)
  161. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  162. distclean-recursive maintainer-clean-recursive
  163. am__recursive_targets = \
  164. $(RECURSIVE_TARGETS) \
  165. $(RECURSIVE_CLEAN_TARGETS) \
  166. $(am__extra_recursive_targets)
  167. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  168. cscope distdir dist dist-all distcheck
  169. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  170. $(LISP)config.h.in
  171. # Read a list of newline-separated strings from the standard input,
  172. # and print each of them once, without duplicates. Input order is
  173. # *not* preserved.
  174. am__uniquify_input = $(AWK) '\
  175. BEGIN { nonempty = 0; } \
  176. { items[$$0] = 1; nonempty = 1; } \
  177. END { if (nonempty) { for (i in items) print i; }; } \
  178. '
  179. # Make sure the list of sources is unique. This is necessary because,
  180. # e.g., the same source file might be shared among _SOURCES variables
  181. # for different programs/libraries.
  182. am__define_uniq_tagged_files = \
  183. list='$(am__tagged_files)'; \
  184. unique=`for i in $$list; do \
  185. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  186. done | $(am__uniquify_input)`
  187. ETAGS = etags
  188. CTAGS = ctags
  189. CSCOPE = cscope
  190. DIST_SUBDIRS = m4 include vq lib test doc examples
  191. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  192. $(srcdir)/libvorbis.spec.in $(srcdir)/vorbis-uninstalled.pc.in \
  193. $(srcdir)/vorbis.pc.in $(srcdir)/vorbisenc-uninstalled.pc.in \
  194. $(srcdir)/vorbisenc.pc.in \
  195. $(srcdir)/vorbisfile-uninstalled.pc.in \
  196. $(srcdir)/vorbisfile.pc.in AUTHORS COPYING README compile \
  197. config.guess config.sub depcomp install-sh ltmain.sh missing
  198. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  199. distdir = $(PACKAGE)-$(VERSION)
  200. top_distdir = $(distdir)
  201. am__remove_distdir = \
  202. if test -d "$(distdir)"; then \
  203. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  204. && rm -rf "$(distdir)" \
  205. || { sleep 5 && rm -rf "$(distdir)"; }; \
  206. else :; fi
  207. am__post_remove_distdir = $(am__remove_distdir)
  208. am__relativize = \
  209. dir0=`pwd`; \
  210. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  211. sed_rest='s,^[^/]*/*,,'; \
  212. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  213. sed_butlast='s,/*[^/]*$$,,'; \
  214. while test -n "$$dir1"; do \
  215. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  216. if test "$$first" != "."; then \
  217. if test "$$first" = ".."; then \
  218. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  219. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  220. else \
  221. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  222. if test "$$first2" = "$$first"; then \
  223. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  224. else \
  225. dir2="../$$dir2"; \
  226. fi; \
  227. dir0="$$dir0"/"$$first"; \
  228. fi; \
  229. fi; \
  230. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  231. done; \
  232. reldir="$$dir2"
  233. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz $(distdir).zip
  234. GZIP_ENV = --best
  235. DIST_TARGETS = dist-xz dist-gzip dist-zip
  236. distuninstallcheck_listfiles = find . -type f -print
  237. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  238. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  239. distcleancheck_listfiles = find . -type f -print
  240. ACLOCAL = @ACLOCAL@
  241. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  242. ALLOCA = @ALLOCA@
  243. AMTAR = @AMTAR@
  244. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  245. AR = @AR@
  246. AS = @AS@
  247. AUTOCONF = @AUTOCONF@
  248. AUTOHEADER = @AUTOHEADER@
  249. AUTOMAKE = @AUTOMAKE@
  250. AWK = @AWK@
  251. CC = @CC@
  252. CCDEPMODE = @CCDEPMODE@
  253. CFLAGS = @CFLAGS@
  254. CPP = @CPP@
  255. CPPFLAGS = @CPPFLAGS@
  256. CYGPATH_W = @CYGPATH_W@
  257. DEBUG = @DEBUG@
  258. DEFS = @DEFS@
  259. DEPDIR = @DEPDIR@
  260. DLLTOOL = @DLLTOOL@
  261. DSYMUTIL = @DSYMUTIL@
  262. DUMPBIN = @DUMPBIN@
  263. ECHO_C = @ECHO_C@
  264. ECHO_N = @ECHO_N@
  265. ECHO_T = @ECHO_T@
  266. EGREP = @EGREP@
  267. EXEEXT = @EXEEXT@
  268. FGREP = @FGREP@
  269. GREP = @GREP@
  270. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  271. HTLATEX = @HTLATEX@
  272. INSTALL = @INSTALL@
  273. INSTALL_DATA = @INSTALL_DATA@
  274. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  275. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  276. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  277. LD = @LD@
  278. LDFLAGS = @LDFLAGS@
  279. LIBOBJS = @LIBOBJS@
  280. LIBS = @LIBS@
  281. LIBTOOL = @LIBTOOL@
  282. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  283. LIPO = @LIPO@
  284. LN_S = @LN_S@
  285. LTLIBOBJS = @LTLIBOBJS@
  286. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  287. MAINT = @MAINT@
  288. MAKEINFO = @MAKEINFO@
  289. MANIFEST_TOOL = @MANIFEST_TOOL@
  290. MKDIR_P = @MKDIR_P@
  291. NM = @NM@
  292. NMEDIT = @NMEDIT@
  293. OBJDUMP = @OBJDUMP@
  294. OBJEXT = @OBJEXT@
  295. OGG_CFLAGS = @OGG_CFLAGS@
  296. OGG_LIBS = @OGG_LIBS@
  297. OTOOL = @OTOOL@
  298. OTOOL64 = @OTOOL64@
  299. PACKAGE = @PACKAGE@
  300. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  301. PACKAGE_NAME = @PACKAGE_NAME@
  302. PACKAGE_STRING = @PACKAGE_STRING@
  303. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  304. PACKAGE_URL = @PACKAGE_URL@
  305. PACKAGE_VERSION = @PACKAGE_VERSION@
  306. PATH_SEPARATOR = @PATH_SEPARATOR@
  307. PDFLATEX = @PDFLATEX@
  308. PKG_CONFIG = @PKG_CONFIG@
  309. PROFILE = @PROFILE@
  310. RANLIB = @RANLIB@
  311. SED = @SED@
  312. SET_MAKE = @SET_MAKE@
  313. SHELL = @SHELL@
  314. STRIP = @STRIP@
  315. VERSION = @VERSION@
  316. VE_LIB_AGE = @VE_LIB_AGE@
  317. VE_LIB_CURRENT = @VE_LIB_CURRENT@
  318. VE_LIB_REVISION = @VE_LIB_REVISION@
  319. VF_LIB_AGE = @VF_LIB_AGE@
  320. VF_LIB_CURRENT = @VF_LIB_CURRENT@
  321. VF_LIB_REVISION = @VF_LIB_REVISION@
  322. VORBIS_LIBS = @VORBIS_LIBS@
  323. V_LIB_AGE = @V_LIB_AGE@
  324. V_LIB_CURRENT = @V_LIB_CURRENT@
  325. V_LIB_REVISION = @V_LIB_REVISION@
  326. abs_builddir = @abs_builddir@
  327. abs_srcdir = @abs_srcdir@
  328. abs_top_builddir = @abs_top_builddir@
  329. abs_top_srcdir = @abs_top_srcdir@
  330. ac_ct_AR = @ac_ct_AR@
  331. ac_ct_CC = @ac_ct_CC@
  332. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  333. am__include = @am__include@
  334. am__leading_dot = @am__leading_dot@
  335. am__quote = @am__quote@
  336. am__tar = @am__tar@
  337. am__untar = @am__untar@
  338. bindir = @bindir@
  339. build = @build@
  340. build_alias = @build_alias@
  341. build_cpu = @build_cpu@
  342. build_os = @build_os@
  343. build_vendor = @build_vendor@
  344. builddir = @builddir@
  345. datadir = @datadir@
  346. datarootdir = @datarootdir@
  347. docdir = @docdir@
  348. dvidir = @dvidir@
  349. exec_prefix = @exec_prefix@
  350. host = @host@
  351. host_alias = @host_alias@
  352. host_cpu = @host_cpu@
  353. host_os = @host_os@
  354. host_vendor = @host_vendor@
  355. htmldir = @htmldir@
  356. includedir = @includedir@
  357. infodir = @infodir@
  358. install_sh = @install_sh@
  359. libdir = @libdir@
  360. libexecdir = @libexecdir@
  361. localedir = @localedir@
  362. localstatedir = @localstatedir@
  363. mandir = @mandir@
  364. mkdir_p = @mkdir_p@
  365. oldincludedir = @oldincludedir@
  366. pdfdir = @pdfdir@
  367. prefix = @prefix@
  368. program_transform_name = @program_transform_name@
  369. psdir = @psdir@
  370. pthread_lib = @pthread_lib@
  371. sbindir = @sbindir@
  372. sharedstatedir = @sharedstatedir@
  373. srcdir = @srcdir@
  374. sysconfdir = @sysconfdir@
  375. target = @target@
  376. target_alias = @target_alias@
  377. target_cpu = @target_cpu@
  378. target_os = @target_os@
  379. target_vendor = @target_vendor@
  380. top_build_prefix = @top_build_prefix@
  381. top_builddir = @top_builddir@
  382. top_srcdir = @top_srcdir@
  383. #AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
  384. AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
  385. SUBDIRS = m4 include vq lib test doc $(am__append_1)
  386. m4datadir = $(datadir)/aclocal
  387. m4data_DATA = vorbis.m4
  388. pkgconfigdir = $(libdir)/pkgconfig
  389. pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc
  390. EXTRA_DIST = \
  391. CHANGES COPYING \
  392. todo.txt autogen.sh \
  393. libvorbis.spec libvorbis.spec.in \
  394. vorbis.m4 \
  395. vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in \
  396. vorbis-uninstalled.pc.in \
  397. vorbisenc-uninstalled.pc.in \
  398. vorbisfile-uninstalled.pc.in \
  399. symbian \
  400. macos macosx win32
  401. DISTCHECK_CONFIGURE_FLAGS = --enable-docs
  402. all: config.h
  403. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  404. .SUFFIXES:
  405. am--refresh: Makefile
  406. @:
  407. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  408. @for dep in $?; do \
  409. case '$(am__configure_deps)' in \
  410. *$$dep*) \
  411. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  412. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  413. && exit 0; \
  414. exit 1;; \
  415. esac; \
  416. done; \
  417. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  418. $(am__cd) $(top_srcdir) && \
  419. $(AUTOMAKE) --foreign Makefile
  420. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  421. @case '$?' in \
  422. *config.status*) \
  423. echo ' $(SHELL) ./config.status'; \
  424. $(SHELL) ./config.status;; \
  425. *) \
  426. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  427. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  428. esac;
  429. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  430. $(SHELL) ./config.status --recheck
  431. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  432. $(am__cd) $(srcdir) && $(AUTOCONF)
  433. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  434. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  435. $(am__aclocal_m4_deps):
  436. config.h: stamp-h1
  437. @test -f $@ || rm -f stamp-h1
  438. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  439. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  440. @rm -f stamp-h1
  441. cd $(top_builddir) && $(SHELL) ./config.status config.h
  442. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  443. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  444. rm -f stamp-h1
  445. touch $@
  446. distclean-hdr:
  447. -rm -f config.h stamp-h1
  448. libvorbis.spec: $(top_builddir)/config.status $(srcdir)/libvorbis.spec.in
  449. cd $(top_builddir) && $(SHELL) ./config.status $@
  450. vorbis.pc: $(top_builddir)/config.status $(srcdir)/vorbis.pc.in
  451. cd $(top_builddir) && $(SHELL) ./config.status $@
  452. vorbisenc.pc: $(top_builddir)/config.status $(srcdir)/vorbisenc.pc.in
  453. cd $(top_builddir) && $(SHELL) ./config.status $@
  454. vorbisfile.pc: $(top_builddir)/config.status $(srcdir)/vorbisfile.pc.in
  455. cd $(top_builddir) && $(SHELL) ./config.status $@
  456. vorbis-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/vorbis-uninstalled.pc.in
  457. cd $(top_builddir) && $(SHELL) ./config.status $@
  458. vorbisenc-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/vorbisenc-uninstalled.pc.in
  459. cd $(top_builddir) && $(SHELL) ./config.status $@
  460. vorbisfile-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/vorbisfile-uninstalled.pc.in
  461. cd $(top_builddir) && $(SHELL) ./config.status $@
  462. mostlyclean-libtool:
  463. -rm -f *.lo
  464. clean-libtool:
  465. -rm -rf .libs _libs
  466. distclean-libtool:
  467. -rm -f libtool config.lt
  468. install-m4dataDATA: $(m4data_DATA)
  469. @$(NORMAL_INSTALL)
  470. @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
  471. if test -n "$$list"; then \
  472. echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \
  473. $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \
  474. fi; \
  475. for p in $$list; do \
  476. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  477. echo "$$d$$p"; \
  478. done | $(am__base_list) | \
  479. while read files; do \
  480. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
  481. $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
  482. done
  483. uninstall-m4dataDATA:
  484. @$(NORMAL_UNINSTALL)
  485. @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
  486. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  487. dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
  488. install-pkgconfigDATA: $(pkgconfig_DATA)
  489. @$(NORMAL_INSTALL)
  490. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  491. if test -n "$$list"; then \
  492. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  493. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  494. fi; \
  495. for p in $$list; do \
  496. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  497. echo "$$d$$p"; \
  498. done | $(am__base_list) | \
  499. while read files; do \
  500. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  501. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  502. done
  503. uninstall-pkgconfigDATA:
  504. @$(NORMAL_UNINSTALL)
  505. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  506. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  507. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  508. # This directory's subdirectories are mostly independent; you can cd
  509. # into them and run 'make' without going through this Makefile.
  510. # To change the values of 'make' variables: instead of editing Makefiles,
  511. # (1) if the variable is set in 'config.status', edit 'config.status'
  512. # (which will cause the Makefiles to be regenerated when you run 'make');
  513. # (2) otherwise, pass the desired values on the 'make' command line.
  514. $(am__recursive_targets):
  515. @fail=; \
  516. if $(am__make_keepgoing); then \
  517. failcom='fail=yes'; \
  518. else \
  519. failcom='exit 1'; \
  520. fi; \
  521. dot_seen=no; \
  522. target=`echo $@ | sed s/-recursive//`; \
  523. case "$@" in \
  524. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  525. *) list='$(SUBDIRS)' ;; \
  526. esac; \
  527. for subdir in $$list; do \
  528. echo "Making $$target in $$subdir"; \
  529. if test "$$subdir" = "."; then \
  530. dot_seen=yes; \
  531. local_target="$$target-am"; \
  532. else \
  533. local_target="$$target"; \
  534. fi; \
  535. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  536. || eval $$failcom; \
  537. done; \
  538. if test "$$dot_seen" = "no"; then \
  539. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  540. fi; test -z "$$fail"
  541. ID: $(am__tagged_files)
  542. $(am__define_uniq_tagged_files); mkid -fID $$unique
  543. tags: tags-recursive
  544. TAGS: tags
  545. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  546. set x; \
  547. here=`pwd`; \
  548. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  549. include_option=--etags-include; \
  550. empty_fix=.; \
  551. else \
  552. include_option=--include; \
  553. empty_fix=; \
  554. fi; \
  555. list='$(SUBDIRS)'; for subdir in $$list; do \
  556. if test "$$subdir" = .; then :; else \
  557. test ! -f $$subdir/TAGS || \
  558. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  559. fi; \
  560. done; \
  561. $(am__define_uniq_tagged_files); \
  562. shift; \
  563. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  564. test -n "$$unique" || unique=$$empty_fix; \
  565. if test $$# -gt 0; then \
  566. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  567. "$$@" $$unique; \
  568. else \
  569. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  570. $$unique; \
  571. fi; \
  572. fi
  573. ctags: ctags-recursive
  574. CTAGS: ctags
  575. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  576. $(am__define_uniq_tagged_files); \
  577. test -z "$(CTAGS_ARGS)$$unique" \
  578. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  579. $$unique
  580. GTAGS:
  581. here=`$(am__cd) $(top_builddir) && pwd` \
  582. && $(am__cd) $(top_srcdir) \
  583. && gtags -i $(GTAGS_ARGS) "$$here"
  584. cscope: cscope.files
  585. test ! -s cscope.files \
  586. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  587. clean-cscope:
  588. -rm -f cscope.files
  589. cscope.files: clean-cscope cscopelist
  590. cscopelist: cscopelist-recursive
  591. cscopelist-am: $(am__tagged_files)
  592. list='$(am__tagged_files)'; \
  593. case "$(srcdir)" in \
  594. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  595. *) sdir=$(subdir)/$(srcdir) ;; \
  596. esac; \
  597. for i in $$list; do \
  598. if test -f "$$i"; then \
  599. echo "$(subdir)/$$i"; \
  600. else \
  601. echo "$$sdir/$$i"; \
  602. fi; \
  603. done >> $(top_builddir)/cscope.files
  604. distclean-tags:
  605. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  606. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  607. distdir: $(DISTFILES)
  608. $(am__remove_distdir)
  609. test -d "$(distdir)" || mkdir "$(distdir)"
  610. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  611. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  612. list='$(DISTFILES)'; \
  613. dist_files=`for file in $$list; do echo $$file; done | \
  614. sed -e "s|^$$srcdirstrip/||;t" \
  615. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  616. case $$dist_files in \
  617. */*) $(MKDIR_P) `echo "$$dist_files" | \
  618. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  619. sort -u` ;; \
  620. esac; \
  621. for file in $$dist_files; do \
  622. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  623. if test -d $$d/$$file; then \
  624. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  625. if test -d "$(distdir)/$$file"; then \
  626. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  627. fi; \
  628. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  629. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  630. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  631. fi; \
  632. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  633. else \
  634. test -f "$(distdir)/$$file" \
  635. || cp -p $$d/$$file "$(distdir)/$$file" \
  636. || exit 1; \
  637. fi; \
  638. done
  639. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  640. if test "$$subdir" = .; then :; else \
  641. $(am__make_dryrun) \
  642. || test -d "$(distdir)/$$subdir" \
  643. || $(MKDIR_P) "$(distdir)/$$subdir" \
  644. || exit 1; \
  645. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  646. $(am__relativize); \
  647. new_distdir=$$reldir; \
  648. dir1=$$subdir; dir2="$(top_distdir)"; \
  649. $(am__relativize); \
  650. new_top_distdir=$$reldir; \
  651. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  652. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  653. ($(am__cd) $$subdir && \
  654. $(MAKE) $(AM_MAKEFLAGS) \
  655. top_distdir="$$new_top_distdir" \
  656. distdir="$$new_distdir" \
  657. am__remove_distdir=: \
  658. am__skip_length_check=: \
  659. am__skip_mode_fix=: \
  660. distdir) \
  661. || exit 1; \
  662. fi; \
  663. done
  664. $(MAKE) $(AM_MAKEFLAGS) \
  665. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  666. dist-hook
  667. -test -n "$(am__skip_mode_fix)" \
  668. || find "$(distdir)" -type d ! -perm -755 \
  669. -exec chmod u+rwx,go+rx {} \; -o \
  670. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  671. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  672. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  673. || chmod -R a+r "$(distdir)"
  674. dist-gzip: distdir
  675. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  676. $(am__post_remove_distdir)
  677. dist-bzip2: distdir
  678. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  679. $(am__post_remove_distdir)
  680. dist-lzip: distdir
  681. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  682. $(am__post_remove_distdir)
  683. dist-xz: distdir
  684. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  685. $(am__post_remove_distdir)
  686. dist-tarZ: distdir
  687. @echo WARNING: "Support for distribution archives compressed with" \
  688. "legacy program 'compress' is deprecated." >&2
  689. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  690. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  691. $(am__post_remove_distdir)
  692. dist-shar: distdir
  693. @echo WARNING: "Support for shar distribution archives is" \
  694. "deprecated." >&2
  695. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  696. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  697. $(am__post_remove_distdir)
  698. dist-zip: distdir
  699. -rm -f $(distdir).zip
  700. zip -rq $(distdir).zip $(distdir)
  701. $(am__post_remove_distdir)
  702. dist dist-all:
  703. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  704. $(am__post_remove_distdir)
  705. # This target untars the dist file and tries a VPATH configuration. Then
  706. # it guarantees that the distribution is self-contained by making another
  707. # tarfile.
  708. distcheck: dist
  709. case '$(DIST_ARCHIVES)' in \
  710. *.tar.gz*) \
  711. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  712. *.tar.bz2*) \
  713. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  714. *.tar.lz*) \
  715. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  716. *.tar.xz*) \
  717. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  718. *.tar.Z*) \
  719. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  720. *.shar.gz*) \
  721. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  722. *.zip*) \
  723. unzip $(distdir).zip ;;\
  724. esac
  725. chmod -R a-w $(distdir)
  726. chmod u+w $(distdir)
  727. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  728. chmod a-w $(distdir)
  729. test -d $(distdir)/_build || exit 0; \
  730. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  731. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  732. && am__cwd=`pwd` \
  733. && $(am__cd) $(distdir)/_build/sub \
  734. && ../../configure \
  735. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  736. $(DISTCHECK_CONFIGURE_FLAGS) \
  737. --srcdir=../.. --prefix="$$dc_install_base" \
  738. && $(MAKE) $(AM_MAKEFLAGS) \
  739. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  740. && $(MAKE) $(AM_MAKEFLAGS) check \
  741. && $(MAKE) $(AM_MAKEFLAGS) install \
  742. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  743. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  744. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  745. distuninstallcheck \
  746. && chmod -R a-w "$$dc_install_base" \
  747. && ({ \
  748. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  749. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  750. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  751. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  752. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  753. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  754. && rm -rf "$$dc_destdir" \
  755. && $(MAKE) $(AM_MAKEFLAGS) dist \
  756. && rm -rf $(DIST_ARCHIVES) \
  757. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  758. && cd "$$am__cwd" \
  759. || exit 1
  760. $(am__post_remove_distdir)
  761. @(echo "$(distdir) archives ready for distribution: "; \
  762. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  763. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  764. distuninstallcheck:
  765. @test -n '$(distuninstallcheck_dir)' || { \
  766. echo 'ERROR: trying to run $@ with an empty' \
  767. '$$(distuninstallcheck_dir)' >&2; \
  768. exit 1; \
  769. }; \
  770. $(am__cd) '$(distuninstallcheck_dir)' || { \
  771. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  772. exit 1; \
  773. }; \
  774. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  775. || { echo "ERROR: files left after uninstall:" ; \
  776. if test -n "$(DESTDIR)"; then \
  777. echo " (check DESTDIR support)"; \
  778. fi ; \
  779. $(distuninstallcheck_listfiles) ; \
  780. exit 1; } >&2
  781. distcleancheck: distclean
  782. @if test '$(srcdir)' = . ; then \
  783. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  784. exit 1 ; \
  785. fi
  786. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  787. || { echo "ERROR: files left in build directory after distclean:" ; \
  788. $(distcleancheck_listfiles) ; \
  789. exit 1; } >&2
  790. check-am: all-am
  791. check: check-recursive
  792. all-am: Makefile $(DATA) config.h
  793. installdirs: installdirs-recursive
  794. installdirs-am:
  795. for dir in "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"; do \
  796. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  797. done
  798. install: install-recursive
  799. install-exec: install-exec-recursive
  800. install-data: install-data-recursive
  801. uninstall: uninstall-recursive
  802. install-am: all-am
  803. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  804. installcheck: installcheck-recursive
  805. install-strip:
  806. if test -z '$(STRIP)'; then \
  807. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  808. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  809. install; \
  810. else \
  811. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  812. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  813. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  814. fi
  815. mostlyclean-generic:
  816. clean-generic:
  817. distclean-generic:
  818. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  819. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  820. maintainer-clean-generic:
  821. @echo "This command is intended for maintainers to use"
  822. @echo "it deletes files that may require special tools to rebuild."
  823. clean: clean-recursive
  824. clean-am: clean-generic clean-libtool mostlyclean-am
  825. distclean: distclean-recursive
  826. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  827. -rm -f Makefile
  828. distclean-am: clean-am distclean-generic distclean-hdr \
  829. distclean-libtool distclean-tags
  830. dvi: dvi-recursive
  831. dvi-am:
  832. html: html-recursive
  833. html-am:
  834. info: info-recursive
  835. info-am:
  836. install-data-am: install-m4dataDATA install-pkgconfigDATA
  837. install-dvi: install-dvi-recursive
  838. install-dvi-am:
  839. install-exec-am:
  840. install-html: install-html-recursive
  841. install-html-am:
  842. install-info: install-info-recursive
  843. install-info-am:
  844. install-man:
  845. install-pdf: install-pdf-recursive
  846. install-pdf-am:
  847. install-ps: install-ps-recursive
  848. install-ps-am:
  849. installcheck-am:
  850. maintainer-clean: maintainer-clean-recursive
  851. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  852. -rm -rf $(top_srcdir)/autom4te.cache
  853. -rm -f Makefile
  854. maintainer-clean-am: distclean-am maintainer-clean-generic
  855. mostlyclean: mostlyclean-recursive
  856. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  857. pdf: pdf-recursive
  858. pdf-am:
  859. ps: ps-recursive
  860. ps-am:
  861. uninstall-am: uninstall-m4dataDATA uninstall-pkgconfigDATA
  862. .MAKE: $(am__recursive_targets) all install-am install-strip
  863. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  864. am--refresh check check-am clean clean-cscope clean-generic \
  865. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  866. dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
  867. dist-tarZ dist-xz dist-zip distcheck distclean \
  868. distclean-generic distclean-hdr distclean-libtool \
  869. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  870. dvi-am html html-am info info-am install install-am \
  871. install-data install-data-am install-dvi install-dvi-am \
  872. install-exec install-exec-am install-html install-html-am \
  873. install-info install-info-am install-m4dataDATA install-man \
  874. install-pdf install-pdf-am install-pkgconfigDATA install-ps \
  875. install-ps-am install-strip installcheck installcheck-am \
  876. installdirs installdirs-am maintainer-clean \
  877. maintainer-clean-generic mostlyclean mostlyclean-generic \
  878. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  879. uninstall-am uninstall-m4dataDATA uninstall-pkgconfigDATA
  880. .PRECIOUS: Makefile
  881. dist-hook:
  882. for item in $(EXTRA_DIST); do \
  883. if test -d $$item; then \
  884. echo -n "cleaning $$item dir for distribution..."; \
  885. rm -rf `find $(distdir)/$$item -name .svn`; \
  886. echo "OK"; \
  887. fi; \
  888. done
  889. debug:
  890. $(MAKE) all CFLAGS="@DEBUG@"
  891. profile:
  892. $(MAKE) all CFLAGS="@PROFILE@"
  893. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  894. # Otherwise a system limit (for SysV at least) may be exceeded.
  895. .NOEXPORT: