Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  1. # Makefile.in generated by automake 1.6.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
  4. # Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. SHELL = @SHELL@
  14. srcdir = @srcdir@
  15. top_srcdir = @top_srcdir@
  16. VPATH = @srcdir@
  17. prefix = @prefix@
  18. exec_prefix = @exec_prefix@
  19. bindir = @bindir@
  20. sbindir = @sbindir@
  21. libexecdir = @libexecdir@
  22. datadir = @datadir@
  23. sysconfdir = @sysconfdir@
  24. sharedstatedir = @sharedstatedir@
  25. localstatedir = @localstatedir@
  26. libdir = @libdir@
  27. infodir = @infodir@
  28. mandir = @mandir@
  29. includedir = @includedir@
  30. oldincludedir = /usr/include
  31. pkgdatadir = $(datadir)/@PACKAGE@
  32. pkglibdir = $(libdir)/@PACKAGE@
  33. pkgincludedir = $(includedir)/@PACKAGE@
  34. top_builddir = .
  35. ACLOCAL = @ACLOCAL@
  36. AUTOCONF = @AUTOCONF@
  37. AUTOMAKE = @AUTOMAKE@
  38. AUTOHEADER = @AUTOHEADER@
  39. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  40. INSTALL = @INSTALL@
  41. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  42. INSTALL_DATA = @INSTALL_DATA@
  43. install_sh_DATA = $(install_sh) -c -m 644
  44. install_sh_PROGRAM = $(install_sh) -c
  45. install_sh_SCRIPT = $(install_sh) -c
  46. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  47. INSTALL_HEADER = $(INSTALL_DATA)
  48. transform = @program_transform_name@
  49. NORMAL_INSTALL = :
  50. PRE_INSTALL = :
  51. POST_INSTALL = :
  52. NORMAL_UNINSTALL = :
  53. PRE_UNINSTALL = :
  54. POST_UNINSTALL = :
  55. host_alias = @host_alias@
  56. host_triplet = @host@
  57. EXEEXT = @EXEEXT@
  58. OBJEXT = @OBJEXT@
  59. PATH_SEPARATOR = @PATH_SEPARATOR@
  60. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  61. AMTAR = @AMTAR@
  62. AR = @AR@
  63. ARGZ_H = @ARGZ_H@
  64. AS = @AS@
  65. AWK = @AWK@
  66. BUILDABLE_EXAMPLES = @BUILDABLE_EXAMPLES@
  67. CAIRO_CFLAGS = @CAIRO_CFLAGS@
  68. CAIRO_LIBS = @CAIRO_LIBS@
  69. CC = @CC@
  70. CPP = @CPP@
  71. CXX = @CXX@
  72. CXXCPP = @CXXCPP@
  73. DEBUG = @DEBUG@
  74. DEPDIR = @DEPDIR@
  75. DLLTOOL = @DLLTOOL@
  76. DSYMUTIL = @DSYMUTIL@
  77. DUMPBIN = @DUMPBIN@
  78. F77 = @F77@
  79. GCJ = @GCJ@
  80. GCJFLAGS = @GCJFLAGS@
  81. GETOPT_OBJS = @GETOPT_OBJS@
  82. GREP = @GREP@
  83. HAVE_BIBTEX = @HAVE_BIBTEX@
  84. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  85. HAVE_PDFLATEX = @HAVE_PDFLATEX@
  86. HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
  87. HAVE_TRANSFIG = @HAVE_TRANSFIG@
  88. HAVE_VALGRIND = @HAVE_VALGRIND@
  89. INCLTDL = @INCLTDL@
  90. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  91. LD = @LD@
  92. LIBADD_DL = @LIBADD_DL@
  93. LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
  94. LIBADD_DLOPEN = @LIBADD_DLOPEN@
  95. LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
  96. LIBLTDL = @LIBLTDL@
  97. LIBM = @LIBM@
  98. LIBTOOL = @LIBTOOL@
  99. LIPO = @LIPO@
  100. LN_S = @LN_S@
  101. LTDLDEPS = @LTDLDEPS@
  102. LTDLINCL = @LTDLINCL@
  103. LTDLOPEN = @LTDLOPEN@
  104. LT_CONFIG_H = @LT_CONFIG_H@
  105. LT_DLLOADERS = @LT_DLLOADERS@
  106. LT_DLPREOPEN = @LT_DLPREOPEN@
  107. MAINT = @MAINT@
  108. NM = @NM@
  109. NMEDIT = @NMEDIT@
  110. OBJDUMP = @OBJDUMP@
  111. OGG_CFLAGS = @OGG_CFLAGS@
  112. OGG_LIBS = @OGG_LIBS@
  113. OSS_LIBS = @OSS_LIBS@
  114. OTOOL = @OTOOL@
  115. OTOOL64 = @OTOOL64@
  116. PACKAGE = @PACKAGE@
  117. PKG_CONFIG = @PKG_CONFIG@
  118. PNG_CFLAGS = @PNG_CFLAGS@
  119. PNG_LIBS = @PNG_LIBS@
  120. PROFILE = @PROFILE@
  121. RANLIB = @RANLIB@
  122. RC = @RC@
  123. SDL_CFLAGS = @SDL_CFLAGS@
  124. SDL_CONFIG = @SDL_CONFIG@
  125. SDL_LIBS = @SDL_LIBS@
  126. SED = @SED@
  127. STRIP = @STRIP@
  128. THDEC_LIB_AGE = @THDEC_LIB_AGE@
  129. THDEC_LIB_CURRENT = @THDEC_LIB_CURRENT@
  130. THDEC_LIB_REVISION = @THDEC_LIB_REVISION@
  131. THENC_LIB_AGE = @THENC_LIB_AGE@
  132. THENC_LIB_CURRENT = @THENC_LIB_CURRENT@
  133. THENC_LIB_REVISION = @THENC_LIB_REVISION@
  134. THEORADEC_LDFLAGS = @THEORADEC_LDFLAGS@
  135. THEORAENC_LDFLAGS = @THEORAENC_LDFLAGS@
  136. THEORA_LDFLAGS = @THEORA_LDFLAGS@
  137. TH_LIB_AGE = @TH_LIB_AGE@
  138. TH_LIB_CURRENT = @TH_LIB_CURRENT@
  139. TH_LIB_REVISION = @TH_LIB_REVISION@
  140. VALGRIND_ENVIRONMENT = @VALGRIND_ENVIRONMENT@
  141. VERSION = @VERSION@
  142. VORBISENC_LIBS = @VORBISENC_LIBS@
  143. VORBISFILE_LIBS = @VORBISFILE_LIBS@
  144. VORBIS_CFLAGS = @VORBIS_CFLAGS@
  145. VORBIS_LIBS = @VORBIS_LIBS@
  146. am__include = @am__include@
  147. am__quote = @am__quote@
  148. install_sh = @install_sh@
  149. lt_ECHO = @lt_ECHO@
  150. ltdl_LIBOBJS = @ltdl_LIBOBJS@
  151. ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
  152. sys_symbol_underscore = @sys_symbol_underscore@
  153. AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
  154. @THEORA_ENABLE_EXAMPLES_TRUE@EXAMPLES_DIR = examples
  155. @THEORA_ENABLE_EXAMPLES_FALSE@EXAMPLES_DIR =
  156. SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
  157. # we include the whole debian/ dir in EXTRA_DIST because there's a problem
  158. # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am
  159. # to pick up on the lowercase changelog file and add ChangeLog to DIST_COMMON
  160. # because of it, breaking make dist. This works just as well.
  161. EXTRA_DIST = \
  162. README CHANGES COPYING LICENSE \
  163. autogen.sh win32 macosx symbian SConstruct \
  164. libtheora.spec libtheora.spec.in \
  165. theora-uninstalled.pc.in
  166. pkgconfigdir = $(libdir)/pkgconfig
  167. pkgconfig_DATA = theora.pc theoradec.pc theoraenc.pc
  168. subdir = .
  169. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  170. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  171. CONFIG_HEADER = config.h
  172. CONFIG_CLEAN_FILES = libtheora.spec theora.pc theora-uninstalled.pc \
  173. theoradec.pc theoradec-uninstalled.pc theoraenc.pc \
  174. theoraenc-uninstalled.pc
  175. DIST_SOURCES =
  176. DATA = $(pkgconfig_DATA)
  177. RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
  178. uninstall-info-recursive all-recursive install-data-recursive \
  179. install-exec-recursive installdirs-recursive install-recursive \
  180. uninstall-recursive check-recursive installcheck-recursive
  181. DIST_COMMON = README AUTHORS COPYING Makefile.am Makefile.in aclocal.m4 \
  182. compile config.guess config.h.in config.sub configure \
  183. configure.ac depcomp install-sh libtheora.spec.in ltmain.sh \
  184. missing mkinstalldirs theora-uninstalled.pc.in theora.pc.in \
  185. theoradec-uninstalled.pc.in theoradec.pc.in \
  186. theoraenc-uninstalled.pc.in theoraenc.pc.in
  187. DIST_SUBDIRS = lib include doc tests m4 examples
  188. all: config.h
  189. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  190. .SUFFIXES:
  191. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  192. configure.lineno
  193. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  194. cd $(top_srcdir) && \
  195. $(AUTOMAKE) --foreign Makefile
  196. Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
  197. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
  198. $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  199. $(SHELL) ./config.status --recheck
  200. $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  201. cd $(srcdir) && $(AUTOCONF)
  202. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac
  203. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  204. config.h: stamp-h1
  205. @if test ! -f $@; then \
  206. rm -f stamp-h1; \
  207. $(MAKE) stamp-h1; \
  208. else :; fi
  209. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  210. @rm -f stamp-h1
  211. cd $(top_builddir) && $(SHELL) ./config.status config.h
  212. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  213. cd $(top_srcdir) && $(AUTOHEADER)
  214. touch $(srcdir)/config.h.in
  215. distclean-hdr:
  216. -rm -f config.h stamp-h1
  217. libtheora.spec: $(top_builddir)/config.status libtheora.spec.in
  218. cd $(top_builddir) && $(SHELL) ./config.status $@
  219. theora.pc: $(top_builddir)/config.status theora.pc.in
  220. cd $(top_builddir) && $(SHELL) ./config.status $@
  221. theora-uninstalled.pc: $(top_builddir)/config.status theora-uninstalled.pc.in
  222. cd $(top_builddir) && $(SHELL) ./config.status $@
  223. theoradec.pc: $(top_builddir)/config.status theoradec.pc.in
  224. cd $(top_builddir) && $(SHELL) ./config.status $@
  225. theoradec-uninstalled.pc: $(top_builddir)/config.status theoradec-uninstalled.pc.in
  226. cd $(top_builddir) && $(SHELL) ./config.status $@
  227. theoraenc.pc: $(top_builddir)/config.status theoraenc.pc.in
  228. cd $(top_builddir) && $(SHELL) ./config.status $@
  229. theoraenc-uninstalled.pc: $(top_builddir)/config.status theoraenc-uninstalled.pc.in
  230. cd $(top_builddir) && $(SHELL) ./config.status $@
  231. mostlyclean-libtool:
  232. -rm -f *.lo
  233. clean-libtool:
  234. -rm -rf .libs _libs
  235. distclean-libtool:
  236. -rm -f libtool
  237. uninstall-info-am:
  238. pkgconfigDATA_INSTALL = $(INSTALL_DATA)
  239. install-pkgconfigDATA: $(pkgconfig_DATA)
  240. @$(NORMAL_INSTALL)
  241. $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
  242. @list='$(pkgconfig_DATA)'; for p in $$list; do \
  243. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  244. f="`echo $$p | sed -e 's|^.*/||'`"; \
  245. echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
  246. $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
  247. done
  248. uninstall-pkgconfigDATA:
  249. @$(NORMAL_UNINSTALL)
  250. @list='$(pkgconfig_DATA)'; for p in $$list; do \
  251. f="`echo $$p | sed -e 's|^.*/||'`"; \
  252. echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
  253. rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
  254. done
  255. # This directory's subdirectories are mostly independent; you can cd
  256. # into them and run `make' without going through this Makefile.
  257. # To change the values of `make' variables: instead of editing Makefiles,
  258. # (1) if the variable is set in `config.status', edit `config.status'
  259. # (which will cause the Makefiles to be regenerated when you run `make');
  260. # (2) otherwise, pass the desired values on the `make' command line.
  261. $(RECURSIVE_TARGETS):
  262. @set fnord $$MAKEFLAGS; amf=$$2; \
  263. dot_seen=no; \
  264. target=`echo $@ | sed s/-recursive//`; \
  265. list='$(SUBDIRS)'; for subdir in $$list; do \
  266. echo "Making $$target in $$subdir"; \
  267. if test "$$subdir" = "."; then \
  268. dot_seen=yes; \
  269. local_target="$$target-am"; \
  270. else \
  271. local_target="$$target"; \
  272. fi; \
  273. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  274. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  275. done; \
  276. if test "$$dot_seen" = "no"; then \
  277. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  278. fi; test -z "$$fail"
  279. mostlyclean-recursive clean-recursive distclean-recursive \
  280. maintainer-clean-recursive:
  281. @set fnord $$MAKEFLAGS; amf=$$2; \
  282. dot_seen=no; \
  283. case "$@" in \
  284. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  285. *) list='$(SUBDIRS)' ;; \
  286. esac; \
  287. rev=''; for subdir in $$list; do \
  288. if test "$$subdir" = "."; then :; else \
  289. rev="$$subdir $$rev"; \
  290. fi; \
  291. done; \
  292. rev="$$rev ."; \
  293. target=`echo $@ | sed s/-recursive//`; \
  294. for subdir in $$rev; do \
  295. echo "Making $$target in $$subdir"; \
  296. if test "$$subdir" = "."; then \
  297. local_target="$$target-am"; \
  298. else \
  299. local_target="$$target"; \
  300. fi; \
  301. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  302. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  303. done && test -z "$$fail"
  304. tags-recursive:
  305. list='$(SUBDIRS)'; for subdir in $$list; do \
  306. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  307. done
  308. ETAGS = etags
  309. ETAGSFLAGS =
  310. tags: TAGS
  311. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  312. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  313. unique=`for i in $$list; do \
  314. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  315. done | \
  316. $(AWK) ' { files[$$0] = 1; } \
  317. END { for (i in files) print i; }'`; \
  318. mkid -fID $$unique
  319. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  320. $(TAGS_FILES) $(LISP)
  321. tags=; \
  322. here=`pwd`; \
  323. list='$(SUBDIRS)'; for subdir in $$list; do \
  324. if test "$$subdir" = .; then :; else \
  325. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  326. fi; \
  327. done; \
  328. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  329. unique=`for i in $$list; do \
  330. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  331. done | \
  332. $(AWK) ' { files[$$0] = 1; } \
  333. END { for (i in files) print i; }'`; \
  334. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  335. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  336. $$tags $$unique
  337. GTAGS:
  338. here=`$(am__cd) $(top_builddir) && pwd` \
  339. && cd $(top_srcdir) \
  340. && gtags -i $(GTAGS_ARGS) $$here
  341. distclean-tags:
  342. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  343. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  344. top_distdir = .
  345. distdir = $(PACKAGE)-$(VERSION)
  346. am__remove_distdir = \
  347. { test ! -d $(distdir) \
  348. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  349. && rm -fr $(distdir); }; }
  350. GZIP_ENV = --best
  351. distcleancheck_listfiles = find . -type f -print
  352. distdir: $(DISTFILES)
  353. $(am__remove_distdir)
  354. mkdir $(distdir)
  355. $(mkinstalldirs) $(distdir)/. $(distdir)/doc
  356. @list='$(DISTFILES)'; for file in $$list; do \
  357. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  358. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  359. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  360. dir="/$$dir"; \
  361. $(mkinstalldirs) "$(distdir)$$dir"; \
  362. else \
  363. dir=''; \
  364. fi; \
  365. if test -d $$d/$$file; then \
  366. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  367. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  368. fi; \
  369. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  370. else \
  371. test -f $(distdir)/$$file \
  372. || cp -p $$d/$$file $(distdir)/$$file \
  373. || exit 1; \
  374. fi; \
  375. done
  376. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  377. if test "$$subdir" = .; then :; else \
  378. test -d $(distdir)/$$subdir \
  379. || mkdir $(distdir)/$$subdir \
  380. || exit 1; \
  381. (cd $$subdir && \
  382. $(MAKE) $(AM_MAKEFLAGS) \
  383. top_distdir="$(top_distdir)" \
  384. distdir=../$(distdir)/$$subdir \
  385. distdir) \
  386. || exit 1; \
  387. fi; \
  388. done
  389. $(MAKE) $(AM_MAKEFLAGS) \
  390. top_distdir="${top_distdir}" distdir="$(distdir)" \
  391. dist-hook
  392. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  393. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  394. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  395. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  396. || chmod -R a+r $(distdir)
  397. dist-gzip: distdir
  398. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  399. $(am__remove_distdir)
  400. dist-bzip2: distdir
  401. $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
  402. $(am__remove_distdir)
  403. dist-zip: distdir
  404. -rm -f $(distdir).zip
  405. zip -rq $(distdir).zip $(distdir)
  406. $(am__remove_distdir)
  407. dist dist-all: distdir
  408. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  409. $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
  410. -rm -f $(distdir).zip
  411. zip -rq $(distdir).zip $(distdir)
  412. $(am__remove_distdir)
  413. # This target untars the dist file and tries a VPATH configuration. Then
  414. # it guarantees that the distribution is self-contained by making another
  415. # tarfile.
  416. distcheck: dist
  417. $(am__remove_distdir)
  418. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
  419. chmod -R a-w $(distdir); chmod a+w $(distdir)
  420. mkdir $(distdir)/=build
  421. mkdir $(distdir)/=inst
  422. chmod a-w $(distdir)
  423. dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
  424. && cd $(distdir)/=build \
  425. && ../configure --srcdir=.. --prefix=$$dc_install_base \
  426. $(DISTCHECK_CONFIGURE_FLAGS) \
  427. && $(MAKE) $(AM_MAKEFLAGS) \
  428. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  429. && $(MAKE) $(AM_MAKEFLAGS) check \
  430. && $(MAKE) $(AM_MAKEFLAGS) install \
  431. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  432. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  433. && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
  434. || { echo "ERROR: files left after uninstall:" ; \
  435. find $$dc_install_base -type f -print ; \
  436. exit 1; } >&2 ) \
  437. && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
  438. && rm -f $(distdir).tar.gz \
  439. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  440. $(am__remove_distdir)
  441. @echo "$(distdir).tar.gz is ready for distribution" | \
  442. sed 'h;s/./=/g;p;x;p;x'
  443. distcleancheck: distclean
  444. if test '$(srcdir)' = . ; then \
  445. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  446. exit 1 ; \
  447. fi
  448. test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  449. || { echo "ERROR: files left after distclean:" ; \
  450. $(distcleancheck_listfiles) ; \
  451. exit 1; } >&2
  452. check-am: all-am
  453. check: check-recursive
  454. all-am: Makefile $(DATA) config.h
  455. installdirs: installdirs-recursive
  456. installdirs-am:
  457. $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
  458. install: install-recursive
  459. install-exec: install-exec-recursive
  460. install-data: install-data-recursive
  461. uninstall: uninstall-recursive
  462. install-am: all-am
  463. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  464. installcheck: installcheck-recursive
  465. install-strip:
  466. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  467. INSTALL_STRIP_FLAG=-s \
  468. `test -z '$(STRIP)' || \
  469. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  470. mostlyclean-generic:
  471. clean-generic:
  472. distclean-generic:
  473. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  474. maintainer-clean-generic:
  475. @echo "This command is intended for maintainers to use"
  476. @echo "it deletes files that may require special tools to rebuild."
  477. clean: clean-recursive
  478. clean-am: clean-generic clean-libtool mostlyclean-am
  479. distclean: distclean-recursive
  480. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  481. distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
  482. distclean-tags
  483. dvi: dvi-recursive
  484. dvi-am:
  485. info: info-recursive
  486. info-am:
  487. install-data-am: install-pkgconfigDATA
  488. install-exec-am:
  489. install-info: install-info-recursive
  490. install-man:
  491. installcheck-am:
  492. maintainer-clean: maintainer-clean-recursive
  493. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  494. -rm -rf autom4te.cache
  495. maintainer-clean-am: distclean-am maintainer-clean-generic
  496. mostlyclean: mostlyclean-recursive
  497. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  498. uninstall-am: uninstall-info-am uninstall-pkgconfigDATA
  499. uninstall-info: uninstall-info-recursive
  500. .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
  501. clean-generic clean-libtool clean-recursive dist dist-all \
  502. dist-bzip2 dist-gzip dist-zip distcheck distclean \
  503. distclean-generic distclean-hdr distclean-libtool \
  504. distclean-recursive distclean-tags distcleancheck distdir dvi \
  505. dvi-am dvi-recursive info info-am info-recursive install \
  506. install-am install-data install-data-am install-data-recursive \
  507. install-exec install-exec-am install-exec-recursive \
  508. install-info install-info-am install-info-recursive install-man \
  509. install-pkgconfigDATA install-recursive install-strip \
  510. installcheck installcheck-am installdirs installdirs-am \
  511. installdirs-recursive maintainer-clean maintainer-clean-generic \
  512. maintainer-clean-recursive mostlyclean mostlyclean-generic \
  513. mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
  514. uninstall uninstall-am uninstall-info-am \
  515. uninstall-info-recursive uninstall-pkgconfigDATA \
  516. uninstall-recursive
  517. # Remove the .svn folders included in the tarball
  518. dist-hook:
  519. find $(distdir) -type d -name '.svn' | xargs rm -rf
  520. debug:
  521. $(MAKE) all CFLAGS="@DEBUG@"
  522. profile:
  523. $(MAKE) all CFLAGS="@PROFILE@"
  524. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  525. # Otherwise a system limit (for SysV at least) may be exceeded.
  526. .NOEXPORT: