~ubuntu-branches/ubuntu/trusty/libmpc/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-05-31 16:33:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100531163310-v9gams4u414wv7zw
Tags: 2:0.1~r459-1
* New upstream SVN snapshot.
* debian/control,
  debian/compat,
  debian/source/format,
  debian/rules:
  + Update to source format 3.0 (quilt).
  + Update to debhelper compat level 7.
  + Update Standards-Version to 3.8.4.
* debian/patches/01_am-maintainer-mode.patch:
  + Enable automake maintainer mode.
* debian/patches/03_mpcchap.patch,
  debian/rules:
  + Enable mpcchap tool and build it against libcue.
* debian/patches/99_autoreconf.patch:
  + Regenerate autotools files for the above patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
139
139
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140
140
LD = @LD@
141
141
LDFLAGS = @LDFLAGS@
 
142
LIBCUE_CFLAGS = @LIBCUE_CFLAGS@
 
143
LIBCUE_LIBS = @LIBCUE_LIBS@
142
144
LIBOBJS = @LIBOBJS@
143
145
LIBS = @LIBS@
144
146
LIBTOOL = @LIBTOOL@
145
147
LIPO = @LIPO@
146
148
LN_S = @LN_S@
147
149
LTLIBOBJS = @LTLIBOBJS@
 
150
MAINT = @MAINT@
148
151
MAKEINFO = @MAKEINFO@
149
152
MKDIR_P = @MKDIR_P@
150
153
NM = @NM@
161
164
PACKAGE_URL = @PACKAGE_URL@
162
165
PACKAGE_VERSION = @PACKAGE_VERSION@
163
166
PATH_SEPARATOR = @PATH_SEPARATOR@
 
167
PKG_CONFIG = @PKG_CONFIG@
 
168
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
169
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
164
170
RANLIB = @RANLIB@
165
171
SED = @SED@
166
172
SET_MAKE = @SET_MAKE@
243
249
.SUFFIXES:
244
250
am--refresh:
245
251
        @:
246
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
252
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
247
253
        @for dep in $?; do \
248
254
          case '$(am__configure_deps)' in \
249
255
            *$$dep*) \
270
276
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
271
277
        $(SHELL) ./config.status --recheck
272
278
 
273
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
279
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
274
280
        $(am__cd) $(srcdir) && $(AUTOCONF)
275
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
281
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
276
282
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
277
283
$(am__aclocal_m4_deps):
278
284
 
292
298
#     (which will cause the Makefiles to be regenerated when you run `make');
293
299
# (2) otherwise, pass the desired values on the `make' command line.
294
300
$(RECURSIVE_TARGETS):
295
 
        @failcom='exit 1'; \
 
301
        @fail= failcom='exit 1'; \
296
302
        for f in x $$MAKEFLAGS; do \
297
303
          case $$f in \
298
304
            *=* | --[!k]*);; \
317
323
        fi; test -z "$$fail"
318
324
 
319
325
$(RECURSIVE_CLEAN_TARGETS):
320
 
        @failcom='exit 1'; \
 
326
        @fail= failcom='exit 1'; \
321
327
        for f in x $$MAKEFLAGS; do \
322
328
          case $$f in \
323
329
            *=* | --[!k]*);; \
481
487
          fi; \
482
488
        done
483
489
        -test -n "$(am__skip_mode_fix)" \
484
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
490
        || find "$(distdir)" -type d ! -perm -755 \
 
491
                -exec chmod u+rwx,go+rx {} \; -o \
485
492
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
486
493
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
487
494
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
525
532
distcheck: dist
526
533
        case '$(DIST_ARCHIVES)' in \
527
534
        *.tar.gz*) \
528
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
535
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
529
536
        *.tar.bz2*) \
530
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
537
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
531
538
        *.tar.lzma*) \
532
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
539
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
533
540
        *.tar.xz*) \
534
541
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
535
542
        *.tar.Z*) \
536
543
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
537
544
        *.shar.gz*) \
538
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
545
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
539
546
        *.zip*) \
540
547
          unzip $(distdir).zip ;;\
541
548
        esac