~ubuntu-branches/ubuntu/gutsy/sound-juicer/gutsy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-08-13 12:51:47 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20070813125147-umt0fqs6bwt74az6
Tags: 2.19.3-0ubuntu1
* New upstream version:
  - When removing sources be more paranoid.  I hope this fixes the 
    many-duplicated crasher.
  - Translate the program description
  - Bump libmusicbrainz requirement
* debian/control.in:
  - updated libmusicbrainz4-dev requirement

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 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  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
35
31
POST_UNINSTALL = :
36
32
build_triplet = @build@
37
33
host_triplet = @host@
 
34
subdir = .
38
35
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
36
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
37
        $(srcdir)/sound-juicer.spec.in $(top_srcdir)/configure AUTHORS \
41
38
        COPYING ChangeLog INSTALL NEWS TODO compile config.guess \
42
39
        config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
43
 
subdir = .
44
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
41
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
46
42
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
47
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
44
        $(ACLOCAL_M4)
49
45
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50
 
 configure.lineno configure.status.lineno
 
46
 configure.lineno config.status.lineno
51
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
52
48
CONFIG_HEADER = config.h
53
49
CONFIG_CLEAN_FILES = sound-juicer.spec
55
51
DIST_SOURCES =
56
52
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
53
        html-recursive info-recursive install-data-recursive \
58
 
        install-exec-recursive install-info-recursive \
59
 
        install-recursive installcheck-recursive installdirs-recursive \
60
 
        pdf-recursive ps-recursive uninstall-info-recursive \
61
 
        uninstall-recursive
 
54
        install-dvi-recursive install-exec-recursive \
 
55
        install-html-recursive install-info-recursive \
 
56
        install-pdf-recursive install-ps-recursive install-recursive \
 
57
        installcheck-recursive installdirs-recursive pdf-recursive \
 
58
        ps-recursive uninstall-recursive
 
59
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
60
  distclean-recursive maintainer-clean-recursive
62
61
ETAGS = etags
63
62
CTAGS = ctags
64
63
DIST_SUBDIRS = $(SUBDIRS)
76
75
ACLOCAL = @ACLOCAL@
77
76
ACLOCAL_AMFLAGS = -I m4
78
77
ALL_LINGUAS = @ALL_LINGUAS@
79
 
AMDEP_FALSE = @AMDEP_FALSE@
80
 
AMDEP_TRUE = @AMDEP_TRUE@
81
78
AMTAR = @AMTAR@
82
79
AM_CFLAGS = @AM_CFLAGS@
83
80
AM_CPPFLAGS = @AM_CPPFLAGS@
114
111
ECHO_N = @ECHO_N@
115
112
ECHO_T = @ECHO_T@
116
113
EGREP = @EGREP@
117
 
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
118
 
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
119
114
EXEEXT = @EXEEXT@
120
115
F77 = @F77@
121
116
FFLAGS = @FFLAGS@
122
117
GCONFTOOL = @GCONFTOOL@
123
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
124
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
125
118
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
126
119
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
127
120
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
133
126
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
134
127
GSTREAMER_LIBS = @GSTREAMER_LIBS@
135
128
GST_INSPECT = @GST_INSPECT@
136
 
HAVE_CDIO_FALSE = @HAVE_CDIO_FALSE@
137
 
HAVE_CDIO_TRUE = @HAVE_CDIO_TRUE@
138
 
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
139
 
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
140
 
HAVE_TAGLIB_FALSE = @HAVE_TAGLIB_FALSE@
141
 
HAVE_TAGLIB_TRUE = @HAVE_TAGLIB_TRUE@
142
129
HELP_DIR = @HELP_DIR@
 
130
INSTALL = @INSTALL@
143
131
INSTALL_DATA = @INSTALL_DATA@
144
132
INSTALL_PROGRAM = @INSTALL_PROGRAM@
145
133
INSTALL_SCRIPT = @INSTALL_SCRIPT@
179
167
LN_S = @LN_S@
180
168
LTLIBOBJS = @LTLIBOBJS@
181
169
MAINT = @MAINT@
182
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
183
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
184
170
MAKEINFO = @MAKEINFO@
185
171
MEDIA_PROFILES_CFLAGS = @MEDIA_PROFILES_CFLAGS@
186
172
MEDIA_PROFILES_LIBS = @MEDIA_PROFILES_LIBS@
 
173
MKDIR_P = @MKDIR_P@
187
174
MKINSTALLDIRS = @MKINSTALLDIRS@
188
175
MSGFMT = @MSGFMT@
189
176
MSGFMT_OPTS = @MSGFMT_OPTS@
217
204
WARN_CFLAGS = @WARN_CFLAGS@
218
205
WARN_CXXFLAGS = @WARN_CXXFLAGS@
219
206
XGETTEXT = @XGETTEXT@
 
207
abs_builddir = @abs_builddir@
 
208
abs_srcdir = @abs_srcdir@
 
209
abs_top_builddir = @abs_top_builddir@
 
210
abs_top_srcdir = @abs_top_srcdir@
220
211
ac_ct_CC = @ac_ct_CC@
221
212
ac_ct_CXX = @ac_ct_CXX@
222
213
ac_ct_F77 = @ac_ct_F77@
223
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
224
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
225
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
226
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
227
214
am__include = @am__include@
228
215
am__leading_dot = @am__leading_dot@
229
216
am__quote = @am__quote@
235
222
build_cpu = @build_cpu@
236
223
build_os = @build_os@
237
224
build_vendor = @build_vendor@
 
225
builddir = @builddir@
238
226
datadir = @datadir@
239
227
datarootdir = @datarootdir@
240
228
docdir = @docdir@
262
250
psdir = @psdir@
263
251
sbindir = @sbindir@
264
252
sharedstatedir = @sharedstatedir@
 
253
srcdir = @srcdir@
265
254
sysconfdir = @sysconfdir@
266
255
target_alias = @target_alias@
 
256
top_builddir = @top_builddir@
 
257
top_srcdir = @top_srcdir@
267
258
SUBDIRS = po data libjuicer src tests help
268
259
INTLTOOL_BUILT = \
269
260
        intltool-extract \
323
314
config.h: stamp-h1
324
315
        @if test ! -f $@; then \
325
316
          rm -f stamp-h1; \
326
 
          $(MAKE) stamp-h1; \
 
317
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
327
318
        else :; fi
328
319
 
329
320
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
347
338
 
348
339
distclean-libtool:
349
340
        -rm -f libtool
350
 
uninstall-info-am:
351
341
 
352
342
# This directory's subdirectories are mostly independent; you can cd
353
343
# into them and run `make' without going through this Makefile.
380
370
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
381
371
        fi; test -z "$$fail"
382
372
 
383
 
mostlyclean-recursive clean-recursive distclean-recursive \
384
 
maintainer-clean-recursive:
 
373
$(RECURSIVE_CLEAN_TARGETS):
385
374
        @failcom='exit 1'; \
386
375
        for f in x $$MAKEFLAGS; do \
387
376
          case $$f in \
489
478
          exit 1;; \
490
479
        esac
491
480
        $(am__remove_distdir)
492
 
        mkdir $(distdir)
493
 
        $(mkdir_p) $(distdir)/. $(distdir)/data $(distdir)/m4 $(distdir)/po
494
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
495
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
496
 
        list='$(DISTFILES)'; for file in $$list; do \
497
 
          case $$file in \
498
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
499
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
500
 
          esac; \
 
481
        test -d $(distdir) || mkdir $(distdir)
 
482
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
483
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
484
        list='$(DISTFILES)'; \
 
485
          dist_files=`for file in $$list; do echo $$file; done | \
 
486
          sed -e "s|^$$srcdirstrip/||;t" \
 
487
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
488
        case $$dist_files in \
 
489
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
490
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
491
                           sort -u` ;; \
 
492
        esac; \
 
493
        for file in $$dist_files; do \
501
494
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
502
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
503
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
504
 
            dir="/$$dir"; \
505
 
            $(mkdir_p) "$(distdir)$$dir"; \
506
 
          else \
507
 
            dir=''; \
508
 
          fi; \
509
495
          if test -d $$d/$$file; then \
 
496
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
510
497
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
511
498
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
512
499
            fi; \
520
507
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
521
508
          if test "$$subdir" = .; then :; else \
522
509
            test -d "$(distdir)/$$subdir" \
523
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
510
            || $(MKDIR_P) "$(distdir)/$$subdir" \
524
511
            || exit 1; \
525
512
            distdir=`$(am__cd) $(distdir) && pwd`; \
526
513
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
528
515
              $(MAKE) $(AM_MAKEFLAGS) \
529
516
                top_distdir="$$top_distdir" \
530
517
                distdir="$$distdir/$$subdir" \
 
518
                am__remove_distdir=: \
 
519
                am__skip_length_check=: \
531
520
                distdir) \
532
521
              || exit 1; \
533
522
          fi; \
535
524
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
536
525
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
537
526
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
538
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
527
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
539
528
        || chmod -R a+r $(distdir)
540
529
dist-gzip: distdir
541
530
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
609
598
        $(am__remove_distdir)
610
599
        @(echo "$(distdir) archives ready for distribution: "; \
611
600
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
612
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
601
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
613
602
distuninstallcheck:
614
603
        @cd $(distuninstallcheck_dir) \
615
604
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
680
669
 
681
670
install-data-am:
682
671
 
 
672
install-dvi: install-dvi-recursive
 
673
 
683
674
install-exec-am:
684
675
 
 
676
install-html: install-html-recursive
 
677
 
685
678
install-info: install-info-recursive
686
679
 
687
680
install-man:
688
681
 
 
682
install-pdf: install-pdf-recursive
 
683
 
 
684
install-ps: install-ps-recursive
 
685
 
689
686
installcheck-am:
690
687
 
691
688
maintainer-clean: maintainer-clean-recursive
706
703
 
707
704
ps-am:
708
705
 
709
 
uninstall-am: uninstall-info-am
710
 
 
711
 
uninstall-info: uninstall-info-recursive
712
 
 
713
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
714
 
        check-am clean clean-generic clean-libtool clean-recursive \
715
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
716
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
706
uninstall-am:
 
707
 
 
708
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
709
        install-strip
 
710
 
 
711
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
712
        all all-am am--refresh check check-am clean clean-generic \
 
713
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
714
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
717
715
        distclean-generic distclean-hdr distclean-libtool \
718
 
        distclean-recursive distclean-tags distcleancheck distdir \
719
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
720
 
        install install-am install-data install-data-am install-exec \
721
 
        install-exec-am install-info install-info-am install-man \
722
 
        install-strip installcheck installcheck-am installdirs \
723
 
        installdirs-am maintainer-clean maintainer-clean-generic \
724
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
725
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
726
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
716
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
717
        dvi-am html html-am info info-am install install-am \
 
718
        install-data install-data-am install-dvi install-dvi-am \
 
719
        install-exec install-exec-am install-html install-html-am \
 
720
        install-info install-info-am install-man install-pdf \
 
721
        install-pdf-am install-ps install-ps-am install-strip \
 
722
        installcheck installcheck-am installdirs installdirs-am \
 
723
        maintainer-clean maintainer-clean-generic mostlyclean \
 
724
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
725
        tags tags-recursive uninstall uninstall-am
727
726
 
728
727
 
729
728
tag: