~ubuntu-branches/ubuntu/raring/soundconverter/raring-201211220242

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-04-29 08:22:10 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070429082210-xuevbgf7bhttdr3g
Tags: 0.9.6-0ubuntu1
* New upstream release
  - Don't write to URL-encoded filenames (LP: #109365)
* debian/copyright: Update.
* debian/watch: Add.
* debian/control: Add python-gnome2 to build-depends, as configure wants it.
* debian/patches/01_add_desktop_icon.patch: Drop, now included upstream.

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.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
52
48
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
53
49
ACLOCAL = @ACLOCAL@
54
50
ALL_LINGUAS = @ALL_LINGUAS@
55
 
AMDEP_FALSE = @AMDEP_FALSE@
56
 
AMDEP_TRUE = @AMDEP_TRUE@
57
51
AMTAR = @AMTAR@
58
52
AUTOCONF = @AUTOCONF@
59
53
AUTOHEADER = @AUTOHEADER@
79
73
GMOFILES = @GMOFILES@
80
74
GMSGFMT = @GMSGFMT@
81
75
GREP = @GREP@
 
76
INSTALL = @INSTALL@
82
77
INSTALL_DATA = @INSTALL_DATA@
83
78
INSTALL_PROGRAM = @INSTALL_PROGRAM@
84
79
INSTALL_SCRIPT = @INSTALL_SCRIPT@
116
111
LIBS = @LIBS@
117
112
LTLIBOBJS = @LTLIBOBJS@
118
113
MAKEINFO = @MAKEINFO@
 
114
MKDIR_P = @MKDIR_P@
119
115
MKINSTALLDIRS = @MKINSTALLDIRS@
120
116
MSGFMT = @MSGFMT@
 
117
MSGFMT_OPTS = @MSGFMT_OPTS@
121
118
OBJEXT = @OBJEXT@
122
119
PACKAGE = @PACKAGE@
123
120
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141
138
USE_NLS = @USE_NLS@
142
139
VERSION = @VERSION@
143
140
XGETTEXT = @XGETTEXT@
 
141
abs_builddir = @abs_builddir@
 
142
abs_srcdir = @abs_srcdir@
 
143
abs_top_builddir = @abs_top_builddir@
 
144
abs_top_srcdir = @abs_top_srcdir@
144
145
ac_ct_CC = @ac_ct_CC@
145
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
146
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
147
146
am__include = @am__include@
148
147
am__leading_dot = @am__leading_dot@
149
148
am__quote = @am__quote@
155
154
build_cpu = @build_cpu@
156
155
build_os = @build_os@
157
156
build_vendor = @build_vendor@
 
157
builddir = @builddir@
158
158
datadir = @datadir@
159
159
datarootdir = @datarootdir@
160
160
docdir = @docdir@
186
186
pythondir = @pythondir@
187
187
sbindir = @sbindir@
188
188
sharedstatedir = @sharedstatedir@
 
189
srcdir = @srcdir@
189
190
sysconfdir = @sysconfdir@
190
191
target_alias = @target_alias@
 
192
top_builddir = @top_builddir@
 
193
top_srcdir = @top_srcdir@
191
194
appdir = $(bindir)
192
195
app_SCRIPTS = soundconverter
193
196
CLEANFILES = soundconverter
226
229
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227
230
install-appSCRIPTS: $(app_SCRIPTS)
228
231
        @$(NORMAL_INSTALL)
229
 
        test -z "$(appdir)" || $(mkdir_p) "$(DESTDIR)$(appdir)"
 
232
        test -z "$(appdir)" || $(MKDIR_P) "$(DESTDIR)$(appdir)"
230
233
        @list='$(app_SCRIPTS)'; for p in $$list; do \
231
234
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
232
235
          if test -f $$d$$p; then \
243
246
          echo " rm -f '$(DESTDIR)$(appdir)/$$f'"; \
244
247
          rm -f "$(DESTDIR)$(appdir)/$$f"; \
245
248
        done
246
 
uninstall-info-am:
247
249
tags: TAGS
248
250
TAGS:
249
251
 
252
254
 
253
255
 
254
256
distdir: $(DISTFILES)
255
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
256
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
257
 
        list='$(DISTFILES)'; for file in $$list; do \
258
 
          case $$file in \
259
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
260
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
261
 
          esac; \
 
257
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
258
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
259
        list='$(DISTFILES)'; \
 
260
          dist_files=`for file in $$list; do echo $$file; done | \
 
261
          sed -e "s|^$$srcdirstrip/||;t" \
 
262
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
263
        case $$dist_files in \
 
264
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
265
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
266
                           sort -u` ;; \
 
267
        esac; \
 
268
        for file in $$dist_files; do \
262
269
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
263
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
264
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
265
 
            dir="/$$dir"; \
266
 
            $(mkdir_p) "$(distdir)$$dir"; \
267
 
          else \
268
 
            dir=''; \
269
 
          fi; \
270
270
          if test -d $$d/$$file; then \
 
271
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
271
272
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
272
273
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
273
274
            fi; \
283
284
all-am: Makefile $(SCRIPTS)
284
285
installdirs:
285
286
        for dir in "$(DESTDIR)$(appdir)"; do \
286
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
287
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
287
288
        done
288
289
install: install-am
289
290
install-exec: install-exec-am
330
331
 
331
332
install-data-am: install-appSCRIPTS
332
333
 
 
334
install-dvi: install-dvi-am
 
335
 
333
336
install-exec-am:
334
337
 
 
338
install-html: install-html-am
 
339
 
335
340
install-info: install-info-am
336
341
 
337
342
install-man:
338
343
 
 
344
install-pdf: install-pdf-am
 
345
 
 
346
install-ps: install-ps-am
 
347
 
339
348
installcheck-am:
340
349
 
341
350
maintainer-clean: maintainer-clean-am
354
363
 
355
364
ps-am:
356
365
 
357
 
uninstall-am: uninstall-appSCRIPTS uninstall-info-am
 
366
uninstall-am: uninstall-appSCRIPTS
 
367
 
 
368
.MAKE: install-am install-strip
358
369
 
359
370
.PHONY: all all-am check check-am clean clean-generic distclean \
360
371
        distclean-generic distdir dvi dvi-am html html-am info info-am \
361
372
        install install-am install-appSCRIPTS install-data \
362
 
        install-data-am install-exec install-exec-am install-info \
363
 
        install-info-am install-man install-strip installcheck \
 
373
        install-data-am install-dvi install-dvi-am install-exec \
 
374
        install-exec-am install-html install-html-am install-info \
 
375
        install-info-am install-man install-pdf install-pdf-am \
 
376
        install-ps install-ps-am install-strip installcheck \
364
377
        installcheck-am installdirs maintainer-clean \
365
378
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
366
 
        pdf-am ps ps-am uninstall uninstall-am uninstall-appSCRIPTS \
367
 
        uninstall-info-am
 
379
        pdf-am ps ps-am uninstall uninstall-am uninstall-appSCRIPTS
368
380
 
369
381
 
370
382
soundconverter: soundconverter.py