Makefile.in 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887
  1. # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
  5. # Foundation, 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. am__make_dryrun = \
  16. { \
  17. am__dry=no; \
  18. case $$MAKEFLAGS in \
  19. *\\[\ \ ]*) \
  20. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  21. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  22. *) \
  23. for am__flg in $$MAKEFLAGS; do \
  24. case $$am__flg in \
  25. *=*|--*) ;; \
  26. *n*) am__dry=yes; break;; \
  27. esac; \
  28. done;; \
  29. esac; \
  30. test $$am__dry = yes; \
  31. }
  32. pkgdatadir = $(datadir)/@PACKAGE@
  33. pkgincludedir = $(includedir)/@PACKAGE@
  34. pkglibdir = $(libdir)/@PACKAGE@
  35. pkglibexecdir = $(libexecdir)/@PACKAGE@
  36. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  37. install_sh_DATA = $(install_sh) -c -m 644
  38. install_sh_PROGRAM = $(install_sh) -c
  39. install_sh_SCRIPT = $(install_sh) -c
  40. INSTALL_HEADER = $(INSTALL_DATA)
  41. transform = $(program_transform_name)
  42. NORMAL_INSTALL = :
  43. PRE_INSTALL = :
  44. POST_INSTALL = :
  45. NORMAL_UNINSTALL = :
  46. PRE_UNINSTALL = :
  47. POST_UNINSTALL = :
  48. build_triplet = @build@
  49. host_triplet = @host@
  50. subdir = .
  51. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  52. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  53. $(srcdir)/libogg.spec.in $(srcdir)/ogg-uninstalled.pc.in \
  54. $(srcdir)/ogg.pc.in $(top_srcdir)/configure AUTHORS COPYING \
  55. compile config.guess config.sub depcomp install-sh ltmain.sh \
  56. missing
  57. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  58. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  59. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  60. $(ACLOCAL_M4)
  61. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  62. configure.lineno config.status.lineno
  63. mkinstalldirs = $(install_sh) -d
  64. CONFIG_HEADER = config.h
  65. CONFIG_CLEAN_FILES = libogg.spec ogg.pc ogg-uninstalled.pc
  66. CONFIG_CLEAN_VPATH_FILES =
  67. SOURCES =
  68. DIST_SOURCES =
  69. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  70. html-recursive info-recursive install-data-recursive \
  71. install-dvi-recursive install-exec-recursive \
  72. install-html-recursive install-info-recursive \
  73. install-pdf-recursive install-ps-recursive install-recursive \
  74. installcheck-recursive installdirs-recursive pdf-recursive \
  75. ps-recursive uninstall-recursive
  76. am__can_run_installinfo = \
  77. case $$AM_UPDATE_INFO_DIR in \
  78. n|no|NO) false;; \
  79. *) (install-info --version) >/dev/null 2>&1;; \
  80. esac
  81. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  82. am__vpath_adj = case $$p in \
  83. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  84. *) f=$$p;; \
  85. esac;
  86. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  87. am__install_max = 40
  88. am__nobase_strip_setup = \
  89. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  90. am__nobase_strip = \
  91. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  92. am__nobase_list = $(am__nobase_strip_setup); \
  93. for p in $$list; do echo "$$p $$p"; done | \
  94. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  95. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  96. if (++n[$$2] == $(am__install_max)) \
  97. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  98. END { for (dir in files) print dir, files[dir] }'
  99. am__base_list = \
  100. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  101. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  102. am__uninstall_files_from_dir = { \
  103. test -z "$$files" \
  104. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  105. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  106. $(am__cd) "$$dir" && rm -f $$files; }; \
  107. }
  108. am__installdirs = "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"
  109. DATA = $(m4data_DATA) $(pkgconfig_DATA)
  110. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  111. distclean-recursive maintainer-clean-recursive
  112. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  113. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  114. distdir dist dist-all distcheck
  115. ETAGS = etags
  116. CTAGS = ctags
  117. DIST_SUBDIRS = $(SUBDIRS)
  118. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  119. distdir = $(PACKAGE)-$(VERSION)
  120. top_distdir = $(distdir)
  121. am__remove_distdir = \
  122. if test -d "$(distdir)"; then \
  123. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  124. && rm -rf "$(distdir)" \
  125. || { sleep 5 && rm -rf "$(distdir)"; }; \
  126. else :; fi
  127. am__relativize = \
  128. dir0=`pwd`; \
  129. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  130. sed_rest='s,^[^/]*/*,,'; \
  131. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  132. sed_butlast='s,/*[^/]*$$,,'; \
  133. while test -n "$$dir1"; do \
  134. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  135. if test "$$first" != "."; then \
  136. if test "$$first" = ".."; then \
  137. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  138. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  139. else \
  140. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  141. if test "$$first2" = "$$first"; then \
  142. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  143. else \
  144. dir2="../$$dir2"; \
  145. fi; \
  146. dir0="$$dir0"/"$$first"; \
  147. fi; \
  148. fi; \
  149. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  150. done; \
  151. reldir="$$dir2"
  152. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz $(distdir).zip
  153. GZIP_ENV = --best
  154. distuninstallcheck_listfiles = find . -type f -print
  155. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  156. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  157. distcleancheck_listfiles = find . -type f -print
  158. ACLOCAL = @ACLOCAL@
  159. AMTAR = @AMTAR@
  160. AR = @AR@
  161. AUTOCONF = @AUTOCONF@
  162. AUTOHEADER = @AUTOHEADER@
  163. AUTOMAKE = @AUTOMAKE@
  164. AWK = @AWK@
  165. CC = @CC@
  166. CCDEPMODE = @CCDEPMODE@
  167. CFLAGS = @CFLAGS@
  168. CPP = @CPP@
  169. CPPFLAGS = @CPPFLAGS@
  170. CYGPATH_W = @CYGPATH_W@
  171. DEBUG = @DEBUG@
  172. DEFS = @DEFS@
  173. DEPDIR = @DEPDIR@
  174. DLLTOOL = @DLLTOOL@
  175. DSYMUTIL = @DSYMUTIL@
  176. DUMPBIN = @DUMPBIN@
  177. ECHO_C = @ECHO_C@
  178. ECHO_N = @ECHO_N@
  179. ECHO_T = @ECHO_T@
  180. EGREP = @EGREP@
  181. EXEEXT = @EXEEXT@
  182. FGREP = @FGREP@
  183. GREP = @GREP@
  184. INCLUDE_INTTYPES_H = @INCLUDE_INTTYPES_H@
  185. INCLUDE_STDINT_H = @INCLUDE_STDINT_H@
  186. INCLUDE_SYS_TYPES_H = @INCLUDE_SYS_TYPES_H@
  187. INSTALL = @INSTALL@
  188. INSTALL_DATA = @INSTALL_DATA@
  189. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  190. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  191. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  192. LD = @LD@
  193. LDFLAGS = @LDFLAGS@
  194. LIBOBJS = @LIBOBJS@
  195. LIBS = @LIBS@
  196. LIBTOOL = @LIBTOOL@
  197. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  198. LIB_AGE = @LIB_AGE@
  199. LIB_CURRENT = @LIB_CURRENT@
  200. LIB_REVISION = @LIB_REVISION@
  201. LIPO = @LIPO@
  202. LN_S = @LN_S@
  203. LTLIBOBJS = @LTLIBOBJS@
  204. MAINT = @MAINT@
  205. MAKEINFO = @MAKEINFO@
  206. MANIFEST_TOOL = @MANIFEST_TOOL@
  207. MKDIR_P = @MKDIR_P@
  208. NM = @NM@
  209. NMEDIT = @NMEDIT@
  210. OBJDUMP = @OBJDUMP@
  211. OBJEXT = @OBJEXT@
  212. OPT = @OPT@
  213. OTOOL = @OTOOL@
  214. OTOOL64 = @OTOOL64@
  215. PACKAGE = @PACKAGE@
  216. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  217. PACKAGE_NAME = @PACKAGE_NAME@
  218. PACKAGE_STRING = @PACKAGE_STRING@
  219. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  220. PACKAGE_URL = @PACKAGE_URL@
  221. PACKAGE_VERSION = @PACKAGE_VERSION@
  222. PATH_SEPARATOR = @PATH_SEPARATOR@
  223. PROFILE = @PROFILE@
  224. RANLIB = @RANLIB@
  225. SED = @SED@
  226. SET_MAKE = @SET_MAKE@
  227. SHELL = @SHELL@
  228. SIZE16 = @SIZE16@
  229. SIZE32 = @SIZE32@
  230. SIZE64 = @SIZE64@
  231. STRIP = @STRIP@
  232. USIZE16 = @USIZE16@
  233. USIZE32 = @USIZE32@
  234. VERSION = @VERSION@
  235. abs_builddir = @abs_builddir@
  236. abs_srcdir = @abs_srcdir@
  237. abs_top_builddir = @abs_top_builddir@
  238. abs_top_srcdir = @abs_top_srcdir@
  239. ac_ct_AR = @ac_ct_AR@
  240. ac_ct_CC = @ac_ct_CC@
  241. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  242. am__include = @am__include@
  243. am__leading_dot = @am__leading_dot@
  244. am__quote = @am__quote@
  245. am__tar = @am__tar@
  246. am__untar = @am__untar@
  247. bindir = @bindir@
  248. build = @build@
  249. build_alias = @build_alias@
  250. build_cpu = @build_cpu@
  251. build_os = @build_os@
  252. build_vendor = @build_vendor@
  253. builddir = @builddir@
  254. datadir = @datadir@
  255. datarootdir = @datarootdir@
  256. docdir = @docdir@
  257. dvidir = @dvidir@
  258. exec_prefix = @exec_prefix@
  259. host = @host@
  260. host_alias = @host_alias@
  261. host_cpu = @host_cpu@
  262. host_os = @host_os@
  263. host_vendor = @host_vendor@
  264. htmldir = @htmldir@
  265. includedir = @includedir@
  266. infodir = @infodir@
  267. install_sh = @install_sh@
  268. libdir = @libdir@
  269. libexecdir = @libexecdir@
  270. localedir = @localedir@
  271. localstatedir = @localstatedir@
  272. mandir = @mandir@
  273. mkdir_p = @mkdir_p@
  274. oldincludedir = @oldincludedir@
  275. pdfdir = @pdfdir@
  276. prefix = @prefix@
  277. program_transform_name = @program_transform_name@
  278. psdir = @psdir@
  279. sbindir = @sbindir@
  280. sharedstatedir = @sharedstatedir@
  281. srcdir = @srcdir@
  282. sysconfdir = @sysconfdir@
  283. target_alias = @target_alias@
  284. top_build_prefix = @top_build_prefix@
  285. top_builddir = @top_builddir@
  286. top_srcdir = @top_srcdir@
  287. #AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
  288. AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
  289. SUBDIRS = src include doc
  290. m4datadir = $(datadir)/aclocal
  291. m4data_DATA = ogg.m4
  292. pkgconfigdir = $(libdir)/pkgconfig
  293. pkgconfig_DATA = ogg.pc
  294. EXTRA_DIST = README AUTHORS CHANGES COPYING \
  295. libogg.spec libogg.spec.in \
  296. ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
  297. macosx win32
  298. all: config.h
  299. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  300. .SUFFIXES:
  301. am--refresh: Makefile
  302. @:
  303. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  304. @for dep in $?; do \
  305. case '$(am__configure_deps)' in \
  306. *$$dep*) \
  307. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  308. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  309. && exit 0; \
  310. exit 1;; \
  311. esac; \
  312. done; \
  313. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  314. $(am__cd) $(top_srcdir) && \
  315. $(AUTOMAKE) --foreign Makefile
  316. .PRECIOUS: Makefile
  317. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  318. @case '$?' in \
  319. *config.status*) \
  320. echo ' $(SHELL) ./config.status'; \
  321. $(SHELL) ./config.status;; \
  322. *) \
  323. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  324. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  325. esac;
  326. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  327. $(SHELL) ./config.status --recheck
  328. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  329. $(am__cd) $(srcdir) && $(AUTOCONF)
  330. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  331. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  332. $(am__aclocal_m4_deps):
  333. config.h: stamp-h1
  334. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  335. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  336. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  337. @rm -f stamp-h1
  338. cd $(top_builddir) && $(SHELL) ./config.status config.h
  339. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  340. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  341. rm -f stamp-h1
  342. touch $@
  343. distclean-hdr:
  344. -rm -f config.h stamp-h1
  345. libogg.spec: $(top_builddir)/config.status $(srcdir)/libogg.spec.in
  346. cd $(top_builddir) && $(SHELL) ./config.status $@
  347. ogg.pc: $(top_builddir)/config.status $(srcdir)/ogg.pc.in
  348. cd $(top_builddir) && $(SHELL) ./config.status $@
  349. ogg-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/ogg-uninstalled.pc.in
  350. cd $(top_builddir) && $(SHELL) ./config.status $@
  351. mostlyclean-libtool:
  352. -rm -f *.lo
  353. clean-libtool:
  354. -rm -rf .libs _libs
  355. distclean-libtool:
  356. -rm -f libtool config.lt
  357. install-m4dataDATA: $(m4data_DATA)
  358. @$(NORMAL_INSTALL)
  359. @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
  360. if test -n "$$list"; then \
  361. echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \
  362. $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \
  363. fi; \
  364. for p in $$list; do \
  365. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  366. echo "$$d$$p"; \
  367. done | $(am__base_list) | \
  368. while read files; do \
  369. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
  370. $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
  371. done
  372. uninstall-m4dataDATA:
  373. @$(NORMAL_UNINSTALL)
  374. @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
  375. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  376. dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
  377. install-pkgconfigDATA: $(pkgconfig_DATA)
  378. @$(NORMAL_INSTALL)
  379. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  380. if test -n "$$list"; then \
  381. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  382. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  383. fi; \
  384. for p in $$list; do \
  385. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  386. echo "$$d$$p"; \
  387. done | $(am__base_list) | \
  388. while read files; do \
  389. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  390. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  391. done
  392. uninstall-pkgconfigDATA:
  393. @$(NORMAL_UNINSTALL)
  394. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  395. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  396. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  397. # This directory's subdirectories are mostly independent; you can cd
  398. # into them and run `make' without going through this Makefile.
  399. # To change the values of `make' variables: instead of editing Makefiles,
  400. # (1) if the variable is set in `config.status', edit `config.status'
  401. # (which will cause the Makefiles to be regenerated when you run `make');
  402. # (2) otherwise, pass the desired values on the `make' command line.
  403. $(RECURSIVE_TARGETS):
  404. @fail= failcom='exit 1'; \
  405. for f in x $$MAKEFLAGS; do \
  406. case $$f in \
  407. *=* | --[!k]*);; \
  408. *k*) failcom='fail=yes';; \
  409. esac; \
  410. done; \
  411. dot_seen=no; \
  412. target=`echo $@ | sed s/-recursive//`; \
  413. list='$(SUBDIRS)'; for subdir in $$list; do \
  414. echo "Making $$target in $$subdir"; \
  415. if test "$$subdir" = "."; then \
  416. dot_seen=yes; \
  417. local_target="$$target-am"; \
  418. else \
  419. local_target="$$target"; \
  420. fi; \
  421. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  422. || eval $$failcom; \
  423. done; \
  424. if test "$$dot_seen" = "no"; then \
  425. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  426. fi; test -z "$$fail"
  427. $(RECURSIVE_CLEAN_TARGETS):
  428. @fail= failcom='exit 1'; \
  429. for f in x $$MAKEFLAGS; do \
  430. case $$f in \
  431. *=* | --[!k]*);; \
  432. *k*) failcom='fail=yes';; \
  433. esac; \
  434. done; \
  435. dot_seen=no; \
  436. case "$@" in \
  437. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  438. *) list='$(SUBDIRS)' ;; \
  439. esac; \
  440. rev=''; for subdir in $$list; do \
  441. if test "$$subdir" = "."; then :; else \
  442. rev="$$subdir $$rev"; \
  443. fi; \
  444. done; \
  445. rev="$$rev ."; \
  446. target=`echo $@ | sed s/-recursive//`; \
  447. for subdir in $$rev; do \
  448. echo "Making $$target in $$subdir"; \
  449. if test "$$subdir" = "."; then \
  450. local_target="$$target-am"; \
  451. else \
  452. local_target="$$target"; \
  453. fi; \
  454. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  455. || eval $$failcom; \
  456. done && test -z "$$fail"
  457. tags-recursive:
  458. list='$(SUBDIRS)'; for subdir in $$list; do \
  459. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  460. done
  461. ctags-recursive:
  462. list='$(SUBDIRS)'; for subdir in $$list; do \
  463. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  464. done
  465. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  466. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  467. unique=`for i in $$list; do \
  468. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  469. done | \
  470. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  471. END { if (nonempty) { for (i in files) print i; }; }'`; \
  472. mkid -fID $$unique
  473. tags: TAGS
  474. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  475. $(TAGS_FILES) $(LISP)
  476. set x; \
  477. here=`pwd`; \
  478. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  479. include_option=--etags-include; \
  480. empty_fix=.; \
  481. else \
  482. include_option=--include; \
  483. empty_fix=; \
  484. fi; \
  485. list='$(SUBDIRS)'; for subdir in $$list; do \
  486. if test "$$subdir" = .; then :; else \
  487. test ! -f $$subdir/TAGS || \
  488. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  489. fi; \
  490. done; \
  491. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  492. unique=`for i in $$list; do \
  493. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  494. done | \
  495. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  496. END { if (nonempty) { for (i in files) print i; }; }'`; \
  497. shift; \
  498. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  499. test -n "$$unique" || unique=$$empty_fix; \
  500. if test $$# -gt 0; then \
  501. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  502. "$$@" $$unique; \
  503. else \
  504. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  505. $$unique; \
  506. fi; \
  507. fi
  508. ctags: CTAGS
  509. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  510. $(TAGS_FILES) $(LISP)
  511. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  512. unique=`for i in $$list; do \
  513. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  514. done | \
  515. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  516. END { if (nonempty) { for (i in files) print i; }; }'`; \
  517. test -z "$(CTAGS_ARGS)$$unique" \
  518. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  519. $$unique
  520. GTAGS:
  521. here=`$(am__cd) $(top_builddir) && pwd` \
  522. && $(am__cd) $(top_srcdir) \
  523. && gtags -i $(GTAGS_ARGS) "$$here"
  524. distclean-tags:
  525. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  526. distdir: $(DISTFILES)
  527. $(am__remove_distdir)
  528. test -d "$(distdir)" || mkdir "$(distdir)"
  529. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  530. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  531. list='$(DISTFILES)'; \
  532. dist_files=`for file in $$list; do echo $$file; done | \
  533. sed -e "s|^$$srcdirstrip/||;t" \
  534. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  535. case $$dist_files in \
  536. */*) $(MKDIR_P) `echo "$$dist_files" | \
  537. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  538. sort -u` ;; \
  539. esac; \
  540. for file in $$dist_files; do \
  541. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  542. if test -d $$d/$$file; then \
  543. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  544. if test -d "$(distdir)/$$file"; then \
  545. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  546. fi; \
  547. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  548. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  549. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  550. fi; \
  551. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  552. else \
  553. test -f "$(distdir)/$$file" \
  554. || cp -p $$d/$$file "$(distdir)/$$file" \
  555. || exit 1; \
  556. fi; \
  557. done
  558. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  559. if test "$$subdir" = .; then :; else \
  560. $(am__make_dryrun) \
  561. || test -d "$(distdir)/$$subdir" \
  562. || $(MKDIR_P) "$(distdir)/$$subdir" \
  563. || exit 1; \
  564. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  565. $(am__relativize); \
  566. new_distdir=$$reldir; \
  567. dir1=$$subdir; dir2="$(top_distdir)"; \
  568. $(am__relativize); \
  569. new_top_distdir=$$reldir; \
  570. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  571. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  572. ($(am__cd) $$subdir && \
  573. $(MAKE) $(AM_MAKEFLAGS) \
  574. top_distdir="$$new_top_distdir" \
  575. distdir="$$new_distdir" \
  576. am__remove_distdir=: \
  577. am__skip_length_check=: \
  578. am__skip_mode_fix=: \
  579. distdir) \
  580. || exit 1; \
  581. fi; \
  582. done
  583. $(MAKE) $(AM_MAKEFLAGS) \
  584. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  585. dist-hook
  586. -test -n "$(am__skip_mode_fix)" \
  587. || find "$(distdir)" -type d ! -perm -755 \
  588. -exec chmod u+rwx,go+rx {} \; -o \
  589. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  590. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  591. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  592. || chmod -R a+r "$(distdir)"
  593. dist-gzip: distdir
  594. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  595. $(am__remove_distdir)
  596. dist-bzip2: distdir
  597. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  598. $(am__remove_distdir)
  599. dist-lzip: distdir
  600. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  601. $(am__remove_distdir)
  602. dist-lzma: distdir
  603. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  604. $(am__remove_distdir)
  605. dist-xz: distdir
  606. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  607. $(am__remove_distdir)
  608. dist-tarZ: distdir
  609. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  610. $(am__remove_distdir)
  611. dist-shar: distdir
  612. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  613. $(am__remove_distdir)
  614. dist-zip: distdir
  615. -rm -f $(distdir).zip
  616. zip -rq $(distdir).zip $(distdir)
  617. $(am__remove_distdir)
  618. dist dist-all: distdir
  619. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  620. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  621. -rm -f $(distdir).zip
  622. zip -rq $(distdir).zip $(distdir)
  623. $(am__remove_distdir)
  624. # This target untars the dist file and tries a VPATH configuration. Then
  625. # it guarantees that the distribution is self-contained by making another
  626. # tarfile.
  627. distcheck: dist
  628. case '$(DIST_ARCHIVES)' in \
  629. *.tar.gz*) \
  630. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  631. *.tar.bz2*) \
  632. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  633. *.tar.lzma*) \
  634. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  635. *.tar.lz*) \
  636. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  637. *.tar.xz*) \
  638. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  639. *.tar.Z*) \
  640. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  641. *.shar.gz*) \
  642. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  643. *.zip*) \
  644. unzip $(distdir).zip ;;\
  645. esac
  646. chmod -R a-w $(distdir); chmod u+w $(distdir)
  647. mkdir $(distdir)/_build
  648. mkdir $(distdir)/_inst
  649. chmod a-w $(distdir)
  650. test -d $(distdir)/_build || exit 0; \
  651. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  652. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  653. && am__cwd=`pwd` \
  654. && $(am__cd) $(distdir)/_build \
  655. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  656. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  657. $(DISTCHECK_CONFIGURE_FLAGS) \
  658. && $(MAKE) $(AM_MAKEFLAGS) \
  659. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  660. && $(MAKE) $(AM_MAKEFLAGS) check \
  661. && $(MAKE) $(AM_MAKEFLAGS) install \
  662. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  663. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  664. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  665. distuninstallcheck \
  666. && chmod -R a-w "$$dc_install_base" \
  667. && ({ \
  668. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  669. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  670. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  671. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  672. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  673. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  674. && rm -rf "$$dc_destdir" \
  675. && $(MAKE) $(AM_MAKEFLAGS) dist \
  676. && rm -rf $(DIST_ARCHIVES) \
  677. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  678. && cd "$$am__cwd" \
  679. || exit 1
  680. $(am__remove_distdir)
  681. @(echo "$(distdir) archives ready for distribution: "; \
  682. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  683. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  684. distuninstallcheck:
  685. @test -n '$(distuninstallcheck_dir)' || { \
  686. echo 'ERROR: trying to run $@ with an empty' \
  687. '$$(distuninstallcheck_dir)' >&2; \
  688. exit 1; \
  689. }; \
  690. $(am__cd) '$(distuninstallcheck_dir)' || { \
  691. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  692. exit 1; \
  693. }; \
  694. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  695. || { echo "ERROR: files left after uninstall:" ; \
  696. if test -n "$(DESTDIR)"; then \
  697. echo " (check DESTDIR support)"; \
  698. fi ; \
  699. $(distuninstallcheck_listfiles) ; \
  700. exit 1; } >&2
  701. distcleancheck: distclean
  702. @if test '$(srcdir)' = . ; then \
  703. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  704. exit 1 ; \
  705. fi
  706. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  707. || { echo "ERROR: files left in build directory after distclean:" ; \
  708. $(distcleancheck_listfiles) ; \
  709. exit 1; } >&2
  710. check-am: all-am
  711. check: check-recursive
  712. all-am: Makefile $(DATA) config.h
  713. installdirs: installdirs-recursive
  714. installdirs-am:
  715. for dir in "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"; do \
  716. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  717. done
  718. install: install-recursive
  719. install-exec: install-exec-recursive
  720. install-data: install-data-recursive
  721. uninstall: uninstall-recursive
  722. install-am: all-am
  723. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  724. installcheck: installcheck-recursive
  725. install-strip:
  726. if test -z '$(STRIP)'; then \
  727. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  728. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  729. install; \
  730. else \
  731. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  732. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  733. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  734. fi
  735. mostlyclean-generic:
  736. clean-generic:
  737. distclean-generic:
  738. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  739. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  740. maintainer-clean-generic:
  741. @echo "This command is intended for maintainers to use"
  742. @echo "it deletes files that may require special tools to rebuild."
  743. clean: clean-recursive
  744. clean-am: clean-generic clean-libtool mostlyclean-am
  745. distclean: distclean-recursive
  746. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  747. -rm -f Makefile
  748. distclean-am: clean-am distclean-generic distclean-hdr \
  749. distclean-libtool distclean-tags
  750. dvi: dvi-recursive
  751. dvi-am:
  752. html: html-recursive
  753. html-am:
  754. info: info-recursive
  755. info-am:
  756. install-data-am: install-m4dataDATA install-pkgconfigDATA
  757. install-dvi: install-dvi-recursive
  758. install-dvi-am:
  759. install-exec-am:
  760. install-html: install-html-recursive
  761. install-html-am:
  762. install-info: install-info-recursive
  763. install-info-am:
  764. install-man:
  765. install-pdf: install-pdf-recursive
  766. install-pdf-am:
  767. install-ps: install-ps-recursive
  768. install-ps-am:
  769. installcheck-am:
  770. maintainer-clean: maintainer-clean-recursive
  771. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  772. -rm -rf $(top_srcdir)/autom4te.cache
  773. -rm -f Makefile
  774. maintainer-clean-am: distclean-am maintainer-clean-generic
  775. mostlyclean: mostlyclean-recursive
  776. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  777. pdf: pdf-recursive
  778. pdf-am:
  779. ps: ps-recursive
  780. ps-am:
  781. uninstall-am: uninstall-m4dataDATA uninstall-pkgconfigDATA
  782. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  783. ctags-recursive install-am install-strip tags-recursive
  784. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  785. all all-am am--refresh check check-am clean clean-generic \
  786. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
  787. dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
  788. dist-xz dist-zip distcheck distclean distclean-generic \
  789. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  790. distdir distuninstallcheck dvi dvi-am html html-am info \
  791. info-am install install-am install-data install-data-am \
  792. install-dvi install-dvi-am install-exec install-exec-am \
  793. install-html install-html-am install-info install-info-am \
  794. install-m4dataDATA install-man install-pdf install-pdf-am \
  795. install-pkgconfigDATA install-ps install-ps-am install-strip \
  796. installcheck installcheck-am installdirs installdirs-am \
  797. maintainer-clean maintainer-clean-generic mostlyclean \
  798. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  799. tags tags-recursive uninstall uninstall-am \
  800. uninstall-m4dataDATA uninstall-pkgconfigDATA
  801. dist-hook:
  802. for item in $(EXTRA_DIST); do \
  803. if test -d $$item; then \
  804. echo -n "cleaning dir $$item for distribution..."; \
  805. rm -rf `find $(distdir)/$$item -name .svn`; \
  806. echo "OK"; \
  807. fi; \
  808. done
  809. debug:
  810. $(MAKE) all CFLAGS="@DEBUG@"
  811. profile:
  812. $(MAKE) all CFLAGS="@PROFILE@"
  813. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  814. # Otherwise a system limit (for SysV at least) may be exceeded.
  815. .NOEXPORT: