~ubuntu-branches/ubuntu/oneiric/pavucontrol/oneiric

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2008-11-26 10:09:00 UTC
  • mfrom: (1.1.3 upstream) (2.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20081126100900-1jorhxbz6xfoidkp
Tags: 0.9.7-1ubuntu1
* Merge from Debian unstable:
  - Recommend padevchooser, paman, and pavumeter.

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.1 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, 2007, 2008  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
 
# $Id: Makefile.am 64 2007-10-30 16:27:50Z lennart $
18
 
#
19
17
# This file is part of pavucontrol.
20
18
#
 
19
# Copyright 2006-2008 Lennart Poettering
 
20
#
21
21
# pavucontrol is free software; you can redistribute it and/or modify
22
22
# it under the terms of the GNU General Public License as published by
23
 
# the Free Software Foundation; either version 2 of the License, or
 
23
# the Free Software Foundation, either version 2 of the License, or
24
24
# (at your option) any later version.
25
25
#
26
26
# pavucontrol is distributed in the hope that it will be useful, but
29
29
# General Public License for more details.
30
30
#
31
31
# You should have received a copy of the GNU General Public License
32
 
# along with pavucontrol; if not, write to the Free Software
33
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
34
 
# USA.
 
32
# along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
35
33
 
36
 
srcdir = @srcdir@
37
 
top_srcdir = @top_srcdir@
38
34
VPATH = @srcdir@
39
35
pkgdatadir = $(datadir)/@PACKAGE@
40
36
pkglibdir = $(libdir)/@PACKAGE@
41
37
pkgincludedir = $(includedir)/@PACKAGE@
42
 
top_builddir = .
43
38
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44
 
INSTALL = @INSTALL@
45
39
install_sh_DATA = $(install_sh) -c -m 644
46
40
install_sh_PROGRAM = $(install_sh) -c
47
41
install_sh_SCRIPT = $(install_sh) -c
53
47
NORMAL_UNINSTALL = :
54
48
PRE_UNINSTALL = :
55
49
POST_UNINSTALL = :
 
50
build_triplet = @build@
 
51
host_triplet = @host@
56
52
subdir = .
57
53
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
58
54
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
59
 
        $(top_srcdir)/configure depcomp install-sh missing
 
55
        $(top_srcdir)/configure ABOUT-NLS ChangeLog config.guess \
 
56
        config.rpath config.sub depcomp install-sh missing
60
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
58
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
59
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
60
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
61
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
62
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
62
63
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
64
        $(ACLOCAL_M4)
64
65
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
65
 
 configure.lineno configure.status.lineno
 
66
 configure.lineno config.status.lineno
66
67
mkinstalldirs = $(install_sh) -d
67
68
CONFIG_HEADER = config.h
68
69
CONFIG_CLEAN_FILES =
70
71
DIST_SOURCES =
71
72
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72
73
        html-recursive info-recursive install-data-recursive \
73
 
        install-exec-recursive install-info-recursive \
74
 
        install-recursive installcheck-recursive installdirs-recursive \
75
 
        pdf-recursive ps-recursive uninstall-info-recursive \
76
 
        uninstall-recursive
 
74
        install-dvi-recursive install-exec-recursive \
 
75
        install-html-recursive install-info-recursive \
 
76
        install-pdf-recursive install-ps-recursive install-recursive \
 
77
        installcheck-recursive installdirs-recursive pdf-recursive \
 
78
        ps-recursive uninstall-recursive
77
79
DATA = $(noinst_DATA)
 
80
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
81
  distclean-recursive maintainer-clean-recursive
78
82
ETAGS = etags
79
83
CTAGS = ctags
80
84
DIST_SUBDIRS = $(SUBDIRS)
90
94
distuninstallcheck_listfiles = find . -type f -print
91
95
distcleancheck_listfiles = find . -type f -print
92
96
ACLOCAL = @ACLOCAL@
93
 
AMDEP_FALSE = @AMDEP_FALSE@
94
 
AMDEP_TRUE = @AMDEP_TRUE@
 
97
ALL_LINGUAS = @ALL_LINGUAS@
95
98
AMTAR = @AMTAR@
96
99
AUTOCONF = @AUTOCONF@
97
100
AUTOHEADER = @AUTOHEADER@
98
101
AUTOMAKE = @AUTOMAKE@
99
102
AWK = @AWK@
 
103
CATALOGS = @CATALOGS@
 
104
CATOBJEXT = @CATOBJEXT@
100
105
CC = @CC@
101
106
CCDEPMODE = @CCDEPMODE@
102
107
CFLAGS = @CFLAGS@
106
111
CXXDEPMODE = @CXXDEPMODE@
107
112
CXXFLAGS = @CXXFLAGS@
108
113
CYGPATH_W = @CYGPATH_W@
 
114
DATADIRNAME = @DATADIRNAME@
109
115
DEFS = @DEFS@
110
116
DEPDIR = @DEPDIR@
111
117
ECHO_C = @ECHO_C@
113
119
ECHO_T = @ECHO_T@
114
120
EGREP = @EGREP@
115
121
EXEEXT = @EXEEXT@
 
122
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
123
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
124
GMOFILES = @GMOFILES@
 
125
GMSGFMT = @GMSGFMT@
 
126
GMSGFMT_015 = @GMSGFMT_015@
116
127
GREP = @GREP@
117
128
GUILIBS_CFLAGS = @GUILIBS_CFLAGS@
118
129
GUILIBS_LIBS = @GUILIBS_LIBS@
 
130
INSTALL = @INSTALL@
119
131
INSTALL_DATA = @INSTALL_DATA@
120
132
INSTALL_PROGRAM = @INSTALL_PROGRAM@
121
133
INSTALL_SCRIPT = @INSTALL_SCRIPT@
122
134
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
135
INSTOBJEXT = @INSTOBJEXT@
 
136
INTLLIBS = @INTLLIBS@
 
137
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
138
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
139
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
140
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
141
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
142
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
143
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
144
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
145
INTLTOOL_PERL = @INTLTOOL_PERL@
 
146
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
147
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
148
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
149
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
150
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
151
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
152
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
153
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
154
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
155
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
156
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
157
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
158
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
159
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
160
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
123
161
LDFLAGS = @LDFLAGS@
 
162
LIBICONV = @LIBICONV@
 
163
LIBINTL = @LIBINTL@
124
164
LIBOBJS = @LIBOBJS@
125
165
LIBS = @LIBS@
126
166
LN_S = @LN_S@
 
167
LTLIBICONV = @LTLIBICONV@
 
168
LTLIBINTL = @LTLIBINTL@
127
169
LTLIBOBJS = @LTLIBOBJS@
128
170
MAKEINFO = @MAKEINFO@
 
171
MKDIR_P = @MKDIR_P@
 
172
MKINSTALLDIRS = @MKINSTALLDIRS@
 
173
MSGFMT = @MSGFMT@
 
174
MSGFMT_015 = @MSGFMT_015@
 
175
MSGFMT_OPTS = @MSGFMT_OPTS@
 
176
MSGMERGE = @MSGMERGE@
129
177
OBJEXT = @OBJEXT@
130
178
PACKAGE = @PACKAGE@
131
179
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
136
184
PACKAGE_VERSION = @PACKAGE_VERSION@
137
185
PATH_SEPARATOR = @PATH_SEPARATOR@
138
186
PKG_CONFIG = @PKG_CONFIG@
 
187
POFILES = @POFILES@
 
188
POSUB = @POSUB@
 
189
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
190
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
139
191
PULSE_CFLAGS = @PULSE_CFLAGS@
140
192
PULSE_LIBS = @PULSE_LIBS@
141
193
SET_MAKE = @SET_MAKE@
142
194
SHELL = @SHELL@
143
195
STRIP = @STRIP@
144
 
USE_LYNX_FALSE = @USE_LYNX_FALSE@
145
 
USE_LYNX_TRUE = @USE_LYNX_TRUE@
 
196
USE_NLS = @USE_NLS@
146
197
VERSION = @VERSION@
 
198
XGETTEXT = @XGETTEXT@
 
199
XGETTEXT_015 = @XGETTEXT_015@
 
200
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
201
abs_builddir = @abs_builddir@
 
202
abs_srcdir = @abs_srcdir@
 
203
abs_top_builddir = @abs_top_builddir@
 
204
abs_top_srcdir = @abs_top_srcdir@
147
205
ac_ct_CC = @ac_ct_CC@
148
206
ac_ct_CXX = @ac_ct_CXX@
149
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
150
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
151
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
152
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
153
207
am__include = @am__include@
154
208
am__leading_dot = @am__leading_dot@
155
209
am__quote = @am__quote@
156
210
am__tar = @am__tar@
157
211
am__untar = @am__untar@
158
212
bindir = @bindir@
 
213
build = @build@
159
214
build_alias = @build_alias@
 
215
build_cpu = @build_cpu@
 
216
build_os = @build_os@
 
217
build_vendor = @build_vendor@
 
218
builddir = @builddir@
160
219
datadir = @datadir@
161
220
datarootdir = @datarootdir@
162
221
docdir = @docdir@
163
222
dvidir = @dvidir@
164
223
exec_prefix = @exec_prefix@
165
224
have_lynx = @have_lynx@
 
225
host = @host@
166
226
host_alias = @host_alias@
 
227
host_cpu = @host_cpu@
 
228
host_os = @host_os@
 
229
host_vendor = @host_vendor@
167
230
htmldir = @htmldir@
168
231
includedir = @includedir@
169
232
infodir = @infodir@
181
244
psdir = @psdir@
182
245
sbindir = @sbindir@
183
246
sharedstatedir = @sharedstatedir@
 
247
srcdir = @srcdir@
184
248
sysconfdir = @sysconfdir@
185
249
target_alias = @target_alias@
186
 
EXTRA_DIST = bootstrap.sh README LICENSE
187
 
SUBDIRS = src doc
 
250
top_build_prefix = @top_build_prefix@
 
251
top_builddir = @top_builddir@
 
252
top_srcdir = @top_srcdir@
 
253
EXTRA_DIST = \
 
254
        m4/ChangeLog \
 
255
        bootstrap.sh \
 
256
        README LICENSE \
 
257
        intltool-merge.in \
 
258
        intltool-update.in \
 
259
        intltool-extract.in
 
260
 
 
261
SUBDIRS = src doc po
188
262
MAINTAINERCLEANFILES = README
189
263
noinst_DATA = README
 
264
DISTCLEANFILES = \
 
265
        intltool-extract \
 
266
        intltool-merge \
 
267
        intltool-update
 
268
 
 
269
ACLOCAL_AMFLAGS = -I m4
190
270
all: config.h
191
271
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
192
272
 
228
308
config.h: stamp-h1
229
309
        @if test ! -f $@; then \
230
310
          rm -f stamp-h1; \
231
 
          $(MAKE) stamp-h1; \
 
311
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
232
312
        else :; fi
233
313
 
234
314
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
241
321
 
242
322
distclean-hdr:
243
323
        -rm -f config.h stamp-h1
244
 
uninstall-info-am:
245
324
 
246
325
# This directory's subdirectories are mostly independent; you can cd
247
326
# into them and run `make' without going through this Makefile.
274
353
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
275
354
        fi; test -z "$$fail"
276
355
 
277
 
mostlyclean-recursive clean-recursive distclean-recursive \
278
 
maintainer-clean-recursive:
 
356
$(RECURSIVE_CLEAN_TARGETS):
279
357
        @failcom='exit 1'; \
280
358
        for f in x $$MAKEFLAGS; do \
281
359
          case $$f in \
319
397
        unique=`for i in $$list; do \
320
398
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321
399
          done | \
322
 
          $(AWK) '    { files[$$0] = 1; } \
323
 
               END { for (i in files) print i; }'`; \
 
400
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
401
              END { if (nonempty) { for (i in files) print i; }; }'`; \
324
402
        mkid -fID $$unique
325
403
tags: TAGS
326
404
 
345
423
        unique=`for i in $$list; do \
346
424
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347
425
          done | \
348
 
          $(AWK) '    { files[$$0] = 1; } \
349
 
               END { for (i in files) print i; }'`; \
 
426
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
427
              END { if (nonempty) { for (i in files) print i; }; }'`; \
350
428
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
351
429
          test -n "$$unique" || unique=$$empty_fix; \
352
430
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
356
434
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
357
435
                $(TAGS_FILES) $(LISP)
358
436
        tags=; \
359
 
        here=`pwd`; \
360
437
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
361
438
        unique=`for i in $$list; do \
362
439
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363
440
          done | \
364
 
          $(AWK) '    { files[$$0] = 1; } \
365
 
               END { for (i in files) print i; }'`; \
 
441
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
442
              END { if (nonempty) { for (i in files) print i; }; }'`; \
366
443
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
367
444
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
368
445
             $$tags $$unique
377
454
 
378
455
distdir: $(DISTFILES)
379
456
        $(am__remove_distdir)
380
 
        mkdir $(distdir)
381
 
        $(mkdir_p) $(distdir)/doc
382
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
383
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
384
 
        list='$(DISTFILES)'; for file in $$list; do \
385
 
          case $$file in \
386
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
387
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
388
 
          esac; \
 
457
        test -d $(distdir) || mkdir $(distdir)
 
458
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
459
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
460
        list='$(DISTFILES)'; \
 
461
          dist_files=`for file in $$list; do echo $$file; done | \
 
462
          sed -e "s|^$$srcdirstrip/||;t" \
 
463
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
464
        case $$dist_files in \
 
465
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
466
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
467
                           sort -u` ;; \
 
468
        esac; \
 
469
        for file in $$dist_files; do \
389
470
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
390
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
391
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
392
 
            dir="/$$dir"; \
393
 
            $(mkdir_p) "$(distdir)$$dir"; \
394
 
          else \
395
 
            dir=''; \
396
 
          fi; \
397
471
          if test -d $$d/$$file; then \
 
472
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
398
473
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
399
474
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
400
475
            fi; \
408
483
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
409
484
          if test "$$subdir" = .; then :; else \
410
485
            test -d "$(distdir)/$$subdir" \
411
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
486
            || $(MKDIR_P) "$(distdir)/$$subdir" \
412
487
            || exit 1; \
413
488
            distdir=`$(am__cd) $(distdir) && pwd`; \
414
489
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
416
491
              $(MAKE) $(AM_MAKEFLAGS) \
417
492
                top_distdir="$$top_distdir" \
418
493
                distdir="$$distdir/$$subdir" \
 
494
                am__remove_distdir=: \
 
495
                am__skip_length_check=: \
419
496
                distdir) \
420
497
              || exit 1; \
421
498
          fi; \
426
503
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
427
504
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
428
505
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
429
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
506
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
430
507
        || chmod -R a+r $(distdir)
431
508
dist-gzip: distdir
432
509
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
436
513
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
437
514
        $(am__remove_distdir)
438
515
 
 
516
dist-lzma: distdir
 
517
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
518
        $(am__remove_distdir)
 
519
 
439
520
dist-tarZ: distdir
440
521
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
441
522
        $(am__remove_distdir)
462
543
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
463
544
        *.tar.bz2*) \
464
545
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
546
        *.tar.lzma*) \
 
547
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
465
548
        *.tar.Z*) \
466
549
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
467
550
        *.shar.gz*) \
501
584
        $(am__remove_distdir)
502
585
        @(echo "$(distdir) archives ready for distribution: "; \
503
586
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
504
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
587
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
505
588
distuninstallcheck:
506
589
        @cd $(distuninstallcheck_dir) \
507
590
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
545
628
 
546
629
distclean-generic:
547
630
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
631
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
548
632
 
549
633
maintainer-clean-generic:
550
634
        @echo "This command is intended for maintainers to use"
571
655
 
572
656
install-data-am:
573
657
 
 
658
install-dvi: install-dvi-recursive
 
659
 
574
660
install-exec-am:
575
661
 
 
662
install-html: install-html-recursive
 
663
 
576
664
install-info: install-info-recursive
577
665
 
578
666
install-man:
579
667
 
 
668
install-pdf: install-pdf-recursive
 
669
 
 
670
install-ps: install-ps-recursive
 
671
 
580
672
installcheck-am:
581
673
 
582
674
maintainer-clean: maintainer-clean-recursive
597
689
 
598
690
ps-am:
599
691
 
600
 
uninstall-am: uninstall-info-am
601
 
 
602
 
uninstall-info: uninstall-info-recursive
603
 
 
604
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
605
 
        check-am clean clean-generic clean-recursive ctags \
606
 
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
607
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
608
 
        distclean-generic distclean-hdr distclean-recursive \
609
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
610
 
        dvi-am html html-am info info-am install install-am \
611
 
        install-data install-data-am install-exec install-exec-am \
612
 
        install-info install-info-am install-man install-strip \
613
 
        installcheck installcheck-am installdirs installdirs-am \
614
 
        maintainer-clean maintainer-clean-generic \
615
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
616
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
617
 
        uninstall uninstall-am uninstall-info-am
 
692
uninstall-am:
 
693
 
 
694
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
695
        install-strip
 
696
 
 
697
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
698
        all all-am am--refresh check check-am clean clean-generic \
 
699
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
700
        dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
701
        distclean distclean-generic distclean-hdr distclean-tags \
 
702
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
703
        html-am info info-am install install-am install-data \
 
704
        install-data-am install-dvi install-dvi-am install-exec \
 
705
        install-exec-am install-html install-html-am install-info \
 
706
        install-info-am install-man install-pdf install-pdf-am \
 
707
        install-ps install-ps-am install-strip installcheck \
 
708
        installcheck-am installdirs installdirs-am maintainer-clean \
 
709
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
710
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
618
711
 
619
712
 
620
713
README:
630
723
        ln -sf README.html $$HOME/homepage/private/projects/pavucontrol/index.html
631
724
 
632
725
fedora-snapshot: dist
633
 
        cp $(distdir).tar.gz $$HOME/cvs.fedora/pavucontrol/devel/$(distdir).svn`date +%Y%m%d`.tar.gz
 
726
        cp $(distdir).tar.gz $$HOME/cvs.fedora/pavucontrol/devel/$(distdir).git`date +%Y%m%d`.tar.gz
634
727
 
635
728
.PHONY: homepage
636
729
 
637
730
dist-hook:
638
 
        if test -d .svn ; then \
639
 
                svn update ; \
 
731
        if test -d .git ; then \
 
732
                git pull ; \
640
733
                chmod u+w ${distdir}/ChangeLog || true ; \
641
 
                svn2cl -o ${distdir}/ChangeLog ; \
 
734
                git-changelog.perl > ${distdir}/ChangeLog ; \
642
735
        fi
643
736
# Tell versions [3.59,3.63) of GNU make to not export all variables.
644
737
# Otherwise a system limit (for SysV at least) may be exceeded.