Makefile.in 29 KB

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