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