~ubuntu-branches/ubuntu/trusty/ezstream/trusty

« back to all changes in this revision

Viewing changes to compat/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-08-09 11:56:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090809115615-dhflpi95t8an4g89
Tags: 0.5.5~dfsg-1
* New upstream release.
* Updated standards version to 3.8.2 
* Fix examples location in manual page.
Closes: #521159
* Added build-dep on autotools-dev to enable 
  update of config.{guess,sub}
* Fixed watch file to mangle local version, removing
  ~dfsg string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
16
VPATH = @srcdir@
19
17
pkgdatadir = $(datadir)/@PACKAGE@
20
18
pkglibdir = $(libdir)/@PACKAGE@
21
19
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ..
23
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
21
install_sh_DATA = $(install_sh) -c -m 644
26
22
install_sh_PROGRAM = $(install_sh) -c
27
23
install_sh_SCRIPT = $(install_sh) -c
53
49
DIST_SOURCES =
54
50
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55
51
        html-recursive info-recursive install-data-recursive \
56
 
        install-exec-recursive install-info-recursive \
57
 
        install-recursive installcheck-recursive installdirs-recursive \
58
 
        pdf-recursive ps-recursive uninstall-info-recursive \
59
 
        uninstall-recursive
 
52
        install-dvi-recursive install-exec-recursive \
 
53
        install-html-recursive install-info-recursive \
 
54
        install-pdf-recursive install-ps-recursive install-recursive \
 
55
        installcheck-recursive installdirs-recursive pdf-recursive \
 
56
        ps-recursive uninstall-recursive
 
57
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
58
  distclean-recursive maintainer-clean-recursive
60
59
ETAGS = etags
61
60
CTAGS = ctags
62
61
DIST_SUBDIRS = $(SUBDIRS)
63
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64
63
ACLOCAL = @ACLOCAL@
65
 
AMDEP_FALSE = @AMDEP_FALSE@
66
 
AMDEP_TRUE = @AMDEP_TRUE@
67
64
AMTAR = @AMTAR@
68
65
AUTOCONF = @AUTOCONF@
69
66
AUTOHEADER = @AUTOHEADER@
91
88
EZ_LIBS = @EZ_LIBS@
92
89
FGREP = @FGREP@
93
90
GREP = @GREP@
 
91
INSTALL = @INSTALL@
94
92
INSTALL_DATA = @INSTALL_DATA@
95
93
INSTALL_PROGRAM = @INSTALL_PROGRAM@
96
94
INSTALL_SCRIPT = @INSTALL_SCRIPT@
111
109
LTLIBICONV = @LTLIBICONV@
112
110
LTLIBOBJS = @LTLIBOBJS@
113
111
MAINT = @MAINT@
114
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
115
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
116
112
MAKEINFO = @MAKEINFO@
 
113
MKDIR_P = @MKDIR_P@
117
114
OBJEXT = @OBJEXT@
118
115
PACKAGE = @PACKAGE@
119
116
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134
131
VORBIS_CFLAGS = @VORBIS_CFLAGS@
135
132
VORBIS_CPPFLAGS = @VORBIS_CPPFLAGS@
136
133
VORBIS_LDFLAGS = @VORBIS_LDFLAGS@
 
134
abs_builddir = @abs_builddir@
 
135
abs_srcdir = @abs_srcdir@
 
136
abs_top_builddir = @abs_top_builddir@
 
137
abs_top_srcdir = @abs_top_srcdir@
137
138
ac_ct_CC = @ac_ct_CC@
138
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
139
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
140
139
am__include = @am__include@
141
140
am__leading_dot = @am__leading_dot@
142
141
am__quote = @am__quote@
148
147
build_cpu = @build_cpu@
149
148
build_os = @build_os@
150
149
build_vendor = @build_vendor@
 
150
builddir = @builddir@
151
151
datadir = @datadir@
152
152
datarootdir = @datarootdir@
153
153
docdir = @docdir@
175
175
psdir = @psdir@
176
176
sbindir = @sbindir@
177
177
sharedstatedir = @sharedstatedir@
 
178
srcdir = @srcdir@
178
179
sysconfdir = @sysconfdir@
179
180
target_alias = @target_alias@
 
181
top_builddir = @top_builddir@
 
182
top_srcdir = @top_srcdir@
180
183
AUTOMAKE_OPTIONS = 1.9 foreign
181
184
SUBDIRS = sys
182
185
CLEANFILES = *~ *.core core
187
190
        @for dep in $?; do \
188
191
          case '$(am__configure_deps)' in \
189
192
            *$$dep*) \
190
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
191
 
                && exit 0; \
 
193
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
194
                && { if test -f $@; then exit 0; else break; fi; }; \
192
195
              exit 1;; \
193
196
          esac; \
194
197
        done; \
212
215
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
213
216
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
214
217
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
215
 
uninstall-info-am:
216
218
 
217
219
# This directory's subdirectories are mostly independent; you can cd
218
220
# into them and run `make' without going through this Makefile.
245
247
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
246
248
        fi; test -z "$$fail"
247
249
 
248
 
mostlyclean-recursive clean-recursive distclean-recursive \
249
 
maintainer-clean-recursive:
 
250
$(RECURSIVE_CLEAN_TARGETS):
250
251
        @failcom='exit 1'; \
251
252
        for f in x $$MAKEFLAGS; do \
252
253
          case $$f in \
290
291
        unique=`for i in $$list; do \
291
292
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292
293
          done | \
293
 
          $(AWK) '    { files[$$0] = 1; } \
294
 
               END { for (i in files) print i; }'`; \
 
294
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
295
              END { if (nonempty) { for (i in files) print i; }; }'`; \
295
296
        mkid -fID $$unique
296
297
tags: TAGS
297
298
 
316
317
        unique=`for i in $$list; do \
317
318
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318
319
          done | \
319
 
          $(AWK) '    { files[$$0] = 1; } \
320
 
               END { for (i in files) print i; }'`; \
 
320
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
321
              END { if (nonempty) { for (i in files) print i; }; }'`; \
321
322
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
322
323
          test -n "$$unique" || unique=$$empty_fix; \
323
324
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327
328
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
328
329
                $(TAGS_FILES) $(LISP)
329
330
        tags=; \
330
 
        here=`pwd`; \
331
331
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
332
332
        unique=`for i in $$list; do \
333
333
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
334
334
          done | \
335
 
          $(AWK) '    { files[$$0] = 1; } \
336
 
               END { for (i in files) print i; }'`; \
 
335
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
336
              END { if (nonempty) { for (i in files) print i; }; }'`; \
337
337
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
338
338
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
339
339
             $$tags $$unique
347
347
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
348
348
 
349
349
distdir: $(DISTFILES)
350
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
351
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
352
 
        list='$(DISTFILES)'; for file in $$list; do \
353
 
          case $$file in \
354
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
355
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
356
 
          esac; \
 
350
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
351
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
352
        list='$(DISTFILES)'; \
 
353
          dist_files=`for file in $$list; do echo $$file; done | \
 
354
          sed -e "s|^$$srcdirstrip/||;t" \
 
355
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
356
        case $$dist_files in \
 
357
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
358
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
359
                           sort -u` ;; \
 
360
        esac; \
 
361
        for file in $$dist_files; do \
357
362
          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
 
            $(mkdir_p) "$(distdir)$$dir"; \
362
 
          else \
363
 
            dir=''; \
364
 
          fi; \
365
363
          if test -d $$d/$$file; then \
 
364
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
366
365
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
367
366
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
368
367
            fi; \
376
375
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
377
376
          if test "$$subdir" = .; then :; else \
378
377
            test -d "$(distdir)/$$subdir" \
379
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
378
            || $(MKDIR_P) "$(distdir)/$$subdir" \
380
379
            || exit 1; \
381
380
            distdir=`$(am__cd) $(distdir) && pwd`; \
382
381
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
384
383
              $(MAKE) $(AM_MAKEFLAGS) \
385
384
                top_distdir="$$top_distdir" \
386
385
                distdir="$$distdir/$$subdir" \
 
386
                am__remove_distdir=: \
 
387
                am__skip_length_check=: \
387
388
                distdir) \
388
389
              || exit 1; \
389
390
          fi; \
438
439
 
439
440
install-data-am:
440
441
 
 
442
install-dvi: install-dvi-recursive
 
443
 
441
444
install-exec-am:
442
445
 
 
446
install-html: install-html-recursive
 
447
 
443
448
install-info: install-info-recursive
444
449
 
445
450
install-man:
446
451
 
 
452
install-pdf: install-pdf-recursive
 
453
 
 
454
install-ps: install-ps-recursive
 
455
 
447
456
installcheck-am:
448
457
 
449
458
maintainer-clean: maintainer-clean-recursive
462
471
 
463
472
ps-am:
464
473
 
465
 
uninstall-am: uninstall-info-am
466
 
 
467
 
uninstall-info: uninstall-info-recursive
468
 
 
469
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
470
 
        clean clean-generic clean-recursive ctags ctags-recursive \
471
 
        distclean distclean-generic distclean-recursive distclean-tags \
 
474
uninstall-am:
 
475
 
 
476
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
477
        install-strip
 
478
 
 
479
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
480
        all all-am check check-am clean clean-generic ctags \
 
481
        ctags-recursive distclean distclean-generic distclean-tags \
472
482
        distdir dvi dvi-am html html-am info info-am install \
473
 
        install-am install-data install-data-am install-exec \
474
 
        install-exec-am install-info install-info-am install-man \
 
483
        install-am install-data install-data-am install-dvi \
 
484
        install-dvi-am install-exec install-exec-am install-html \
 
485
        install-html-am install-info install-info-am install-man \
 
486
        install-pdf install-pdf-am install-ps install-ps-am \
475
487
        install-strip installcheck installcheck-am installdirs \
476
488
        installdirs-am maintainer-clean maintainer-clean-generic \
477
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
478
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
479
 
        uninstall uninstall-am uninstall-info-am
 
489
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
490
        tags-recursive uninstall uninstall-am
480
491
 
481
492
# Tell versions [3.59,3.63) of GNU make to not export all variables.
482
493
# Otherwise a system limit (for SysV at least) may be exceeded.