~jcowgill/ubuntu/trusty/easytag/bug-1295882

« back to all changes in this revision

Viewing changes to src/libmpg123/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-04-15 15:47:47 UTC
  • mfrom: (1.2.2 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060415154747-vr4eqoxwcrgs2ps1
* New upstream version:
  - New logo and icons,
  - Added ability to display all albums of an artist in the 'Artist / Album'
    view,
  - Added detection of the bugged version of id3lib when writting ID3 tag to 
    Unicode to inform the user (a patch for id3lib is supplied in package
    source),
  - For Ogg files, the field DESCRIPTION is also used for the comment,
  - Fixed stack corruption bugs in Fill Tag scanner,
  - Fixed loading disk number for FLAC tag,
  - Fixed error that displays MP3 files in red when no tag is present,
  - Fixed a crash in the CDDB window when getting tracks of a album,
  - Fixed playlist name bug when creating it in the parent directory,
  - Fixed manual CDDB search when using Squid,
  - Little fix for FLAC tags,
  - Fixed various bugs,
  - Russian translation updated,
  - Greek translation updated,
  - Spanish translation updated,
  - Japanese translation updated,
  - Czech translation updated,
  - Brazilian Portuguese translation updated
  - Danish translation updated,
  - Italian translation updated,
  - Hungarian translation updated,
  - German translation updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
36
36
NORMAL_UNINSTALL = :
37
37
PRE_UNINSTALL = :
38
38
POST_UNINSTALL = :
 
39
build_triplet = @build@
39
40
host_triplet = @host@
40
41
subdir = src/libmpg123
41
42
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
46
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47
48
CONFIG_HEADER = $(top_builddir)/config.h
48
49
CONFIG_CLEAN_FILES =
 
50
LIBRARIES = $(noinst_LIBRARIES)
49
51
ARFLAGS = cru
50
 
LIBRARIES = $(noinst_LIBRARIES)
51
52
libmpg123_a_AR = $(AR) $(ARFLAGS)
52
53
libmpg123_a_LIBADD =
53
54
am_libmpg123_a_OBJECTS = common.$(OBJEXT) dxhead.$(OBJEXT) \
57
58
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
58
59
depcomp = $(SHELL) $(top_srcdir)/depcomp
59
60
am__depfiles_maybe = depfiles
60
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/common.Po ./$(DEPDIR)/dxhead.Po \
61
 
@AMDEP_TRUE@    ./$(DEPDIR)/getbits.Po ./$(DEPDIR)/layer1.Po \
62
 
@AMDEP_TRUE@    ./$(DEPDIR)/layer2.Po ./$(DEPDIR)/layer3.Po \
63
 
@AMDEP_TRUE@    ./$(DEPDIR)/mpg123.Po
64
61
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
62
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
63
LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
67
64
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
68
65
        $(AM_CFLAGS) $(CFLAGS)
69
66
CCLD = $(CC)
70
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
67
LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
71
68
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
72
69
SOURCES = $(libmpg123_a_SOURCES)
73
70
DIST_SOURCES = $(libmpg123_a_SOURCES)
167
164
am__include = @am__include@
168
165
am__leading_dot = @am__leading_dot@
169
166
am__quote = @am__quote@
 
167
am__tar = @am__tar@
 
168
am__untar = @am__untar@
170
169
bindir = @bindir@
171
170
build = @build@
172
171
build_alias = @build_alias@
273
272
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
274
273
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
275
274
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
276
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
277
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
275
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
278
276
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
279
277
 
280
278
.c.obj:
281
279
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
282
280
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
283
281
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
284
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
285
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
282
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
286
283
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
287
284
 
288
285
.c.lo:
289
286
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
290
287
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
291
288
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
292
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
293
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
289
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294
290
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
295
291
 
296
292
mostlyclean-libtool:
323
319
          done | \
324
320
          $(AWK) '    { files[$$0] = 1; } \
325
321
               END { for (i in files) print i; }'`; \
326
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
327
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
328
 
             $$tags $$unique
 
322
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
323
          test -n "$$unique" || unique=$$empty_fix; \
 
324
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
325
            $$tags $$unique; \
 
326
        fi
329
327
ctags: CTAGS
330
328
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331
329
                $(TAGS_FILES) $(LISP)
399
397
clean-generic:
400
398
 
401
399
distclean-generic:
402
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
400
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
403
401
 
404
402
maintainer-clean-generic:
405
403
        @echo "This command is intended for maintainers to use"