~ubuntu-branches/ubuntu/oneiric/libmpc/oneiric

« back to all changes in this revision

Viewing changes to mpcgain/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-10-20 20:08:39 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20091020200839-d5789g0c5ghi5pdr
Tags: 2:0.1~r453-1
* New upstream SVN snapshot:
  + debian/patches/01_no-mpcchap.patch:
    - Dropped, not necessary anymore.
  + debian/patches/02_link-libm.patch:
    - Updated to apply cleanly again.
* Upload to unstable.
* debian/control:
  + Updated Standards-Version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
32
34
POST_UNINSTALL = :
33
35
build_triplet = @build@
34
36
host_triplet = @host@
 
37
@HAVE_VISIBILITY_TRUE@am__append_1 = -fvisibility=hidden
35
38
bin_PROGRAMS = mpcgain$(EXEEXT)
36
39
subdir = mpcgain
37
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
43
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
44
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
45
        $(top_srcdir)/configure.in
40
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
47
        $(ACLOCAL_M4)
42
48
mkinstalldirs = $(install_sh) -d
43
49
CONFIG_HEADER = $(top_builddir)/include/config.h
44
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
45
52
am__installdirs = "$(DESTDIR)$(bindir)"
46
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
47
53
PROGRAMS = $(bin_PROGRAMS)
48
54
am_mpcgain_OBJECTS = mpcgain.$(OBJEXT)
49
55
mpcgain_OBJECTS = $(am_mpcgain_OBJECTS)
51
57
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
52
58
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
53
59
am__depfiles_maybe = depfiles
 
60
am__mv = mv -f
54
61
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
55
62
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
56
63
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68
75
ACLOCAL = @ACLOCAL@
69
76
AMTAR = @AMTAR@
70
77
AR = @AR@
 
78
AS = @AS@
71
79
AUTOCONF = @AUTOCONF@
72
80
AUTOHEADER = @AUTOHEADER@
73
81
AUTOMAKE = @AUTOMAKE@
80
88
CYGPATH_W = @CYGPATH_W@
81
89
DEFS = @DEFS@
82
90
DEPDIR = @DEPDIR@
 
91
DLLTOOL = @DLLTOOL@
83
92
DSYMUTIL = @DSYMUTIL@
84
93
DUMPBIN = @DUMPBIN@
85
94
ECHO_C = @ECHO_C@
116
125
PACKAGE_NAME = @PACKAGE_NAME@
117
126
PACKAGE_STRING = @PACKAGE_STRING@
118
127
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
128
PACKAGE_URL = @PACKAGE_URL@
119
129
PACKAGE_VERSION = @PACKAGE_VERSION@
120
130
PATH_SEPARATOR = @PATH_SEPARATOR@
121
131
RANLIB = @RANLIB@
176
186
top_build_prefix = @top_build_prefix@
177
187
top_builddir = @top_builddir@
178
188
top_srcdir = @top_srcdir@
 
189
EXTRA_DIST = CMakeLists.txt
 
190
AM_CPPFLAGS = -I$(top_srcdir)/include
 
191
AM_CFLAGS = -ffast-math $(am__append_1)
179
192
METASOURCES = AUTO
180
193
mpcgain_LDADD = -lm -lreplaygain \
181
194
        $(top_builddir)/libmpcdec/libmpcdec.la
182
195
 
183
196
mpcgain_SOURCES = mpcgain.c
184
 
INCLUDES = -I$(top_srcdir)/include
185
 
AM_CFLAGS = -ffast-math
186
197
all: all-am
187
198
 
188
199
.SUFFIXES:
191
202
        @for dep in $?; do \
192
203
          case '$(am__configure_deps)' in \
193
204
            *$$dep*) \
194
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
195
 
                && exit 0; \
 
205
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
206
                && { if test -f $@; then exit 0; else break; fi; }; \
196
207
              exit 1;; \
197
208
          esac; \
198
209
        done; \
199
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  mpcgain/Makefile'; \
200
 
        cd $(top_srcdir) && \
201
 
          $(AUTOMAKE) --gnu  mpcgain/Makefile
 
210
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu mpcgain/Makefile'; \
 
211
        $(am__cd) $(top_srcdir) && \
 
212
          $(AUTOMAKE) --gnu mpcgain/Makefile
202
213
.PRECIOUS: Makefile
203
214
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
204
215
        @case '$?' in \
216
227
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
217
228
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
218
229
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
230
$(am__aclocal_m4_deps):
219
231
install-binPROGRAMS: $(bin_PROGRAMS)
220
232
        @$(NORMAL_INSTALL)
221
233
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
222
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
223
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
224
 
          if test -f $$p \
225
 
             || test -f $$p1 \
226
 
          ; then \
227
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
228
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
229
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
230
 
          else :; fi; \
231
 
        done
 
234
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
235
        for p in $$list; do echo "$$p $$p"; done | \
 
236
        sed 's/$(EXEEXT)$$//' | \
 
237
        while read p p1; do if test -f $$p || test -f $$p1; \
 
238
          then echo "$$p"; echo "$$p"; else :; fi; \
 
239
        done | \
 
240
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
241
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
242
        sed 'N;N;N;s,\n, ,g' | \
 
243
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
244
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
245
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
246
            else { print "f", $$3 "/" $$4, $$1; } } \
 
247
          END { for (d in files) print "f", d, files[d] }' | \
 
248
        while read type dir files; do \
 
249
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
250
            test -z "$$files" || { \
 
251
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
252
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
253
            } \
 
254
        ; done
232
255
 
233
256
uninstall-binPROGRAMS:
234
257
        @$(NORMAL_UNINSTALL)
235
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
236
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
237
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
238
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
239
 
        done
 
258
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
259
        files=`for p in $$list; do echo "$$p"; done | \
 
260
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
261
              -e 's/$$/$(EXEEXT)/' `; \
 
262
        test -n "$$list" || exit 0; \
 
263
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
264
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
240
265
 
241
266
clean-binPROGRAMS:
242
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
243
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
244
 
          echo " rm -f $$p $$f"; \
245
 
          rm -f $$p $$f ; \
246
 
        done
 
267
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
268
        echo " rm -f" $$list; \
 
269
        rm -f $$list || exit $$?; \
 
270
        test -n "$(EXEEXT)" || exit 0; \
 
271
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
272
        echo " rm -f" $$list; \
 
273
        rm -f $$list
247
274
mpcgain$(EXEEXT): $(mpcgain_OBJECTS) $(mpcgain_DEPENDENCIES) 
248
275
        @rm -f mpcgain$(EXEEXT)
249
276
        $(LINK) $(mpcgain_OBJECTS) $(mpcgain_LDADD) $(LIBS)
258
285
 
259
286
.c.o:
260
287
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
261
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
288
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
262
289
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
263
290
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264
291
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
265
292
 
266
293
.c.obj:
267
294
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
268
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
295
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
269
296
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
270
297
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
271
298
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
272
299
 
273
300
.c.lo:
274
301
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
275
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
302
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
276
303
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
277
304
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
278
305
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
288
315
        unique=`for i in $$list; do \
289
316
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290
317
          done | \
291
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
318
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
292
319
              END { if (nonempty) { for (i in files) print i; }; }'`; \
293
320
        mkid -fID $$unique
294
321
tags: TAGS
295
322
 
296
323
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
297
324
                $(TAGS_FILES) $(LISP)
298
 
        tags=; \
 
325
        set x; \
299
326
        here=`pwd`; \
300
327
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
301
328
        unique=`for i in $$list; do \
303
330
          done | \
304
331
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
305
332
              END { if (nonempty) { for (i in files) print i; }; }'`; \
306
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
333
        shift; \
 
334
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
307
335
          test -n "$$unique" || unique=$$empty_fix; \
308
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
309
 
            $$tags $$unique; \
 
336
          if test $$# -gt 0; then \
 
337
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
338
              "$$@" $$unique; \
 
339
          else \
 
340
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
341
              $$unique; \
 
342
          fi; \
310
343
        fi
311
344
ctags: CTAGS
312
345
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
313
346
                $(TAGS_FILES) $(LISP)
314
 
        tags=; \
315
347
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
316
348
        unique=`for i in $$list; do \
317
349
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318
350
          done | \
319
351
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
320
352
              END { if (nonempty) { for (i in files) print i; }; }'`; \
321
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
353
        test -z "$(CTAGS_ARGS)$$unique" \
322
354
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
323
 
             $$tags $$unique
 
355
             $$unique
324
356
 
325
357
GTAGS:
326
358
        here=`$(am__cd) $(top_builddir) && pwd` \
327
 
          && cd $(top_srcdir) \
328
 
          && gtags -i $(GTAGS_ARGS) $$here
 
359
          && $(am__cd) $(top_srcdir) \
 
360
          && gtags -i $(GTAGS_ARGS) "$$here"
329
361
 
330
362
distclean-tags:
331
363
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
346
378
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
347
379
          if test -d $$d/$$file; then \
348
380
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
381
            if test -d "$(distdir)/$$file"; then \
 
382
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
383
            fi; \
349
384
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
350
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
385
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
386
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
351
387
            fi; \
352
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
388
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
353
389
          else \
354
 
            test -f $(distdir)/$$file \
355
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
390
            test -f "$(distdir)/$$file" \
 
391
            || cp -p $$d/$$file "$(distdir)/$$file" \
356
392
            || exit 1; \
357
393
          fi; \
358
394
        done
383
419
 
384
420
distclean-generic:
385
421
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
422
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
386
423
 
387
424
maintainer-clean-generic:
388
425
        @echo "This command is intended for maintainers to use"
403
440
 
404
441
html: html-am
405
442
 
 
443
html-am:
 
444
 
406
445
info: info-am
407
446
 
408
447
info-am:
411
450
 
412
451
install-dvi: install-dvi-am
413
452
 
 
453
install-dvi-am:
 
454
 
414
455
install-exec-am: install-binPROGRAMS
415
456
 
416
457
install-html: install-html-am
417
458
 
 
459
install-html-am:
 
460
 
418
461
install-info: install-info-am
419
462
 
 
463
install-info-am:
 
464
 
420
465
install-man:
421
466
 
422
467
install-pdf: install-pdf-am
423
468
 
 
469
install-pdf-am:
 
470
 
424
471
install-ps: install-ps-am
425
472
 
 
473
install-ps-am:
 
474
 
426
475
installcheck-am:
427
476
 
428
477
maintainer-clean: maintainer-clean-am
461
510
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
462
511
        uninstall-binPROGRAMS
463
512
 
 
513
 
464
514
# Tell versions [3.59,3.63) of GNU make to not export all variables.
465
515
# Otherwise a system limit (for SysV at least) may be exceeded.
466
516
.NOEXPORT: