~ubuntu-branches/ubuntu/trusty/alsa-utils/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2013-07-26 10:56:44 UTC
  • mfrom: (1.2.17) (93.1.1 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130726105644-kim9enke2jnozg73
Tags: 1.0.27.1-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Move init script volume settings to new alsactl database:
    + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
      and Dell E series
    + ute PC Beep on hda cards that support it during initial volume setup
    + Mute *Analog/Digital Control for Creative cards by default
    + Default Digital Input Source to be Digital Mic 1 so that users
      with digital mic will be able to use it out of the box
    + Mute "IEC958 Optical Raw" by default
    + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
    + Prefer built-in digital mics on newer Dells
    + Unmute 'Line HP Swap' for Dove boards
    + Set reasonable volume levels for VMWare guests using snd.ens1371
  - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
    users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
  - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
    show the pulse mixer by default, since it can be controlled from
    pulseaudio itself
  - Use upstart jobs for storing/restoring card settings
  - Add udev rule to apply UCM profiles for panda and equivalent hardware
  - Add Vcs-Bzr field
* Create a new upstart job for the alsa state daemon, and adjust the
  other upstart jobs accordingly
* Put the daemon file in /var/lib/alsa

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
 
17
am__make_dryrun = \
 
18
  { \
 
19
    am__dry=no; \
 
20
    case $$MAKEFLAGS in \
 
21
      *\\[\ \   ]*) \
 
22
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
23
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
24
      *) \
 
25
        for am__flg in $$MAKEFLAGS; do \
 
26
          case $$am__flg in \
 
27
            *=*|--*) ;; \
 
28
            *n*) am__dry=yes; break;; \
 
29
          esac; \
 
30
        done;; \
 
31
    esac; \
 
32
    test $$am__dry = yes; \
 
33
  }
18
34
pkgdatadir = $(datadir)/@PACKAGE@
19
35
pkgincludedir = $(includedir)/@PACKAGE@
20
36
pkglibdir = $(libdir)/@PACKAGE@
44
60
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
45
61
        $(srcdir)/Makefile.in $(top_srcdir)/alsaconf/po/Makefile.in \
46
62
        $(top_srcdir)/configure ABOUT-NLS COPYING ChangeLog INSTALL \
47
 
        TODO config.guess config.rpath config.sub depcomp install-sh \
48
 
        missing
 
63
        TODO config.guess config.rpath config.sub install-sh missing
49
64
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50
65
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
51
66
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
70
85
        install-pdf-recursive install-ps-recursive install-recursive \
71
86
        installcheck-recursive installdirs-recursive pdf-recursive \
72
87
        ps-recursive uninstall-recursive
 
88
am__can_run_installinfo = \
 
89
  case $$AM_UPDATE_INFO_DIR in \
 
90
    n|no|NO) false;; \
 
91
    *) (install-info --version) >/dev/null 2>&1;; \
 
92
  esac
73
93
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
74
94
  distclean-recursive maintainer-clean-recursive
75
95
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
76
96
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
77
 
        distdir dist dist-all distcheck
 
97
        cscope distdir dist dist-all distcheck
78
98
ETAGS = etags
79
99
CTAGS = ctags
 
100
CSCOPE = cscope
80
101
DIST_SUBDIRS = include alsactl alsaucm utils m4 po alsamixer amixer \
81
102
        amidi alsaconf aplay iecset speaker-test alsaloop seq
82
103
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83
104
distdir = $(PACKAGE)-$(VERSION)
84
105
top_distdir = $(distdir)
85
106
am__remove_distdir = \
86
 
  { test ! -d "$(distdir)" \
87
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
88
 
         && rm -fr "$(distdir)"; }; }
 
107
  if test -d "$(distdir)"; then \
 
108
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
109
      && rm -rf "$(distdir)" \
 
110
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
111
  else :; fi
 
112
am__post_remove_distdir = $(am__remove_distdir)
89
113
am__relativize = \
90
114
  dir0=`pwd`; \
91
115
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
113
137
  reldir="$$dir2"
114
138
DIST_ARCHIVES = $(distdir).tar.gz
115
139
GZIP_ENV = --best
 
140
DIST_TARGETS = dist-gzip
116
141
distuninstallcheck_listfiles = find . -type f -print
 
142
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
143
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
117
144
distcleancheck_listfiles = find . -type f -print
118
145
ACLOCAL = @ACLOCAL@
 
146
ALSACTL_DAEMONSWITCH = @ALSACTL_DAEMONSWITCH@
 
147
ALSACTL_PIDFILE_DIR = @ALSACTL_PIDFILE_DIR@
119
148
ALSA_CFLAGS = @ALSA_CFLAGS@
120
149
ALSA_LIBS = @ALSA_LIBS@
121
150
AMTAR = @AMTAR@
140
169
ECHO_T = @ECHO_T@
141
170
EGREP = @EGREP@
142
171
EXEEXT = @EXEEXT@
 
172
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
143
173
GMSGFMT = @GMSGFMT@
144
174
GMSGFMT_015 = @GMSGFMT_015@
145
175
GREP = @GREP@
160
190
LTLIBICONV = @LTLIBICONV@
161
191
LTLIBINTL = @LTLIBINTL@
162
192
LTLIBOBJS = @LTLIBOBJS@
 
193
MAINT = @MAINT@
163
194
MAKEINFO = @MAKEINFO@
164
195
MKDIR_P = @MKDIR_P@
165
196
MSGFMT = @MSGFMT@
166
197
MSGFMT_015 = @MSGFMT_015@
167
198
MSGMERGE = @MSGMERGE@
 
199
NCURSESW_CFLAGS = @NCURSESW_CFLAGS@
 
200
NCURSESW_LIBS = @NCURSESW_LIBS@
 
201
NCURSES_CFLAGS = @NCURSES_CFLAGS@
 
202
NCURSES_LIBS = @NCURSES_LIBS@
168
203
OBJEXT = @OBJEXT@
169
204
PACKAGE = @PACKAGE@
170
205
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175
210
PACKAGE_VERSION = @PACKAGE_VERSION@
176
211
PATH_SEPARATOR = @PATH_SEPARATOR@
177
212
PKG_CONFIG = @PKG_CONFIG@
 
213
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
214
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
178
215
POSUB = @POSUB@
179
216
SED = @SED@
180
217
SET_MAKE = @SET_MAKE@
189
226
VERSION = @VERSION@
190
227
XGETTEXT = @XGETTEXT@
191
228
XGETTEXT_015 = @XGETTEXT_015@
 
229
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
192
230
abs_builddir = @abs_builddir@
193
231
abs_srcdir = @abs_srcdir@
194
232
abs_top_builddir = @abs_top_builddir@
257
295
all: all-recursive
258
296
 
259
297
.SUFFIXES:
260
 
am--refresh:
 
298
am--refresh: Makefile
261
299
        @:
262
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
300
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
263
301
        @for dep in $?; do \
264
302
          case '$(am__configure_deps)' in \
265
303
            *$$dep*) \
286
324
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287
325
        $(SHELL) ./config.status --recheck
288
326
 
289
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
327
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
290
328
        $(am__cd) $(srcdir) && $(AUTOCONF)
291
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
329
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
292
330
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
293
331
$(am__aclocal_m4_deps):
294
332
alsaconf/po/Makefile: $(top_builddir)/config.status $(top_srcdir)/alsaconf/po/Makefile.in
295
333
        cd $(top_builddir) && $(SHELL) ./config.status $@
296
334
 
297
335
# This directory's subdirectories are mostly independent; you can cd
298
 
# into them and run `make' without going through this Makefile.
299
 
# To change the values of `make' variables: instead of editing Makefiles,
300
 
# (1) if the variable is set in `config.status', edit `config.status'
301
 
#     (which will cause the Makefiles to be regenerated when you run `make');
302
 
# (2) otherwise, pass the desired values on the `make' command line.
303
 
$(RECURSIVE_TARGETS):
 
336
# into them and run 'make' without going through this Makefile.
 
337
# To change the values of 'make' variables: instead of editing Makefiles,
 
338
# (1) if the variable is set in 'config.status', edit 'config.status'
 
339
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
340
# (2) otherwise, pass the desired values on the 'make' command line.
 
341
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
304
342
        @fail= failcom='exit 1'; \
305
343
        for f in x $$MAKEFLAGS; do \
306
344
          case $$f in \
310
348
        done; \
311
349
        dot_seen=no; \
312
350
        target=`echo $@ | sed s/-recursive//`; \
313
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
351
        case "$@" in \
 
352
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
353
          *) list='$(SUBDIRS)' ;; \
 
354
        esac; \
 
355
        for subdir in $$list; do \
314
356
          echo "Making $$target in $$subdir"; \
315
357
          if test "$$subdir" = "."; then \
316
358
            dot_seen=yes; \
324
366
        if test "$$dot_seen" = "no"; then \
325
367
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
326
368
        fi; test -z "$$fail"
327
 
 
328
 
$(RECURSIVE_CLEAN_TARGETS):
329
 
        @fail= failcom='exit 1'; \
330
 
        for f in x $$MAKEFLAGS; do \
331
 
          case $$f in \
332
 
            *=* | --[!k]*);; \
333
 
            *k*) failcom='fail=yes';; \
334
 
          esac; \
335
 
        done; \
336
 
        dot_seen=no; \
337
 
        case "$@" in \
338
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
339
 
          *) list='$(SUBDIRS)' ;; \
340
 
        esac; \
341
 
        rev=''; for subdir in $$list; do \
342
 
          if test "$$subdir" = "."; then :; else \
343
 
            rev="$$subdir $$rev"; \
344
 
          fi; \
345
 
        done; \
346
 
        rev="$$rev ."; \
347
 
        target=`echo $@ | sed s/-recursive//`; \
348
 
        for subdir in $$rev; do \
349
 
          echo "Making $$target in $$subdir"; \
350
 
          if test "$$subdir" = "."; then \
351
 
            local_target="$$target-am"; \
352
 
          else \
353
 
            local_target="$$target"; \
354
 
          fi; \
355
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
356
 
          || eval $$failcom; \
357
 
        done && test -z "$$fail"
358
369
tags-recursive:
359
370
        list='$(SUBDIRS)'; for subdir in $$list; do \
360
371
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
363
374
        list='$(SUBDIRS)'; for subdir in $$list; do \
364
375
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
365
376
        done
 
377
cscopelist-recursive:
 
378
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
379
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
380
        done
366
381
 
367
382
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
368
383
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
426
441
          && $(am__cd) $(top_srcdir) \
427
442
          && gtags -i $(GTAGS_ARGS) "$$here"
428
443
 
 
444
cscope: cscope.files
 
445
        test ! -s cscope.files \
 
446
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
447
 
 
448
clean-cscope:
 
449
        -rm -f cscope.files
 
450
 
 
451
cscope.files: clean-cscope cscopelist-recursive cscopelist
 
452
 
 
453
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
454
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
455
        case "$(srcdir)" in \
 
456
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
457
          *) sdir=$(subdir)/$(srcdir) ;; \
 
458
        esac; \
 
459
        for i in $$list; do \
 
460
          if test -f "$$i"; then \
 
461
            echo "$(subdir)/$$i"; \
 
462
          else \
 
463
            echo "$$sdir/$$i"; \
 
464
          fi; \
 
465
        done >> $(top_builddir)/cscope.files
 
466
 
429
467
distclean-tags:
430
468
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
469
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
431
470
 
432
471
distdir: $(DISTFILES)
433
472
        $(am__remove_distdir)
463
502
        done
464
503
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
465
504
          if test "$$subdir" = .; then :; else \
466
 
            test -d "$(distdir)/$$subdir" \
467
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
468
 
            || exit 1; \
469
 
          fi; \
470
 
        done
471
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
472
 
          if test "$$subdir" = .; then :; else \
 
505
            $(am__make_dryrun) \
 
506
              || test -d "$(distdir)/$$subdir" \
 
507
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
508
              || exit 1; \
473
509
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
474
510
            $(am__relativize); \
475
511
            new_distdir=$$reldir; \
501
537
        || chmod -R a+r "$(distdir)"
502
538
dist-gzip: distdir
503
539
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
504
 
        $(am__remove_distdir)
 
540
        $(am__post_remove_distdir)
505
541
 
506
542
dist-bzip2: distdir
507
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
508
 
        $(am__remove_distdir)
 
543
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
544
        $(am__post_remove_distdir)
509
545
 
510
 
dist-lzma: distdir
511
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
512
 
        $(am__remove_distdir)
 
546
dist-lzip: distdir
 
547
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
548
        $(am__post_remove_distdir)
513
549
 
514
550
dist-xz: distdir
515
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
516
 
        $(am__remove_distdir)
 
551
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
552
        $(am__post_remove_distdir)
517
553
 
518
554
dist-tarZ: distdir
519
555
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
520
 
        $(am__remove_distdir)
 
556
        $(am__post_remove_distdir)
521
557
 
522
558
dist-shar: distdir
523
559
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
524
 
        $(am__remove_distdir)
 
560
        $(am__post_remove_distdir)
525
561
 
526
562
dist-zip: distdir
527
563
        -rm -f $(distdir).zip
528
564
        zip -rq $(distdir).zip $(distdir)
529
 
        $(am__remove_distdir)
 
565
        $(am__post_remove_distdir)
530
566
 
531
 
dist dist-all: distdir
532
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
533
 
        $(am__remove_distdir)
 
567
dist dist-all:
 
568
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
569
        $(am__post_remove_distdir)
534
570
 
535
571
# This target untars the dist file and tries a VPATH configuration.  Then
536
572
# it guarantees that the distribution is self-contained by making another
541
577
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
542
578
        *.tar.bz2*) \
543
579
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
544
 
        *.tar.lzma*) \
545
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
580
        *.tar.lz*) \
 
581
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
546
582
        *.tar.xz*) \
547
583
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
548
584
        *.tar.Z*) \
552
588
        *.zip*) \
553
589
          unzip $(distdir).zip ;;\
554
590
        esac
555
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
591
        chmod -R a-w $(distdir); chmod u+w $(distdir)
556
592
        mkdir $(distdir)/_build
557
593
        mkdir $(distdir)/_inst
558
594
        chmod a-w $(distdir)
562
598
          && am__cwd=`pwd` \
563
599
          && $(am__cd) $(distdir)/_build \
564
600
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
601
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
565
602
            $(DISTCHECK_CONFIGURE_FLAGS) \
566
603
          && $(MAKE) $(AM_MAKEFLAGS) \
567
604
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
585
622
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
586
623
          && cd "$$am__cwd" \
587
624
          || exit 1
588
 
        $(am__remove_distdir)
 
625
        $(am__post_remove_distdir)
589
626
        @(echo "$(distdir) archives ready for distribution: "; \
590
627
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
591
628
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
592
629
distuninstallcheck:
593
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
594
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
630
        @test -n '$(distuninstallcheck_dir)' || { \
 
631
          echo 'ERROR: trying to run $@ with an empty' \
 
632
               '$$(distuninstallcheck_dir)' >&2; \
 
633
          exit 1; \
 
634
        }; \
 
635
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
636
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
637
          exit 1; \
 
638
        }; \
 
639
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
595
640
           || { echo "ERROR: files left after uninstall:" ; \
596
641
                if test -n "$(DESTDIR)"; then \
597
642
                  echo "  (check DESTDIR support)"; \
622
667
 
623
668
installcheck: installcheck-recursive
624
669
install-strip:
625
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
626
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
627
 
          `test -z '$(STRIP)' || \
628
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
670
        if test -z '$(STRIP)'; then \
 
671
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
672
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
673
              install; \
 
674
        else \
 
675
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
676
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
677
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
678
        fi
629
679
mostlyclean-generic:
630
680
 
631
681
clean-generic:
707
757
 
708
758
uninstall-am:
709
759
 
710
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
711
 
        install-am install-data-am install-strip tags-recursive
 
760
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
 
761
        cscopelist-recursive ctags-recursive install-am \
 
762
        install-data-am install-strip tags-recursive
712
763
 
713
764
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
714
 
        all all-am am--refresh check check-am clean clean-generic \
715
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
716
 
        dist-hook dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
717
 
        distcheck distclean distclean-generic distclean-tags \
718
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
719
 
        html-am info info-am install install-am install-data \
720
 
        install-data-am install-data-hook install-dvi install-dvi-am \
721
 
        install-exec install-exec-am install-html install-html-am \
722
 
        install-info install-info-am install-man install-pdf \
723
 
        install-pdf-am install-ps install-ps-am install-strip \
724
 
        installcheck installcheck-am installdirs installdirs-am \
725
 
        maintainer-clean maintainer-clean-generic mostlyclean \
726
 
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
727
 
        uninstall uninstall-am
 
765
        all all-am am--refresh check check-am clean clean-cscope \
 
766
        clean-generic cscope cscopelist cscopelist-recursive ctags \
 
767
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
 
768
        dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
769
        distclean distclean-generic distclean-tags distcleancheck \
 
770
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
771
        info-am install install-am install-data install-data-am \
 
772
        install-data-hook install-dvi install-dvi-am install-exec \
 
773
        install-exec-am install-html install-html-am install-info \
 
774
        install-info-am install-man install-pdf install-pdf-am \
 
775
        install-ps install-ps-am install-strip installcheck \
 
776
        installcheck-am installdirs installdirs-am maintainer-clean \
 
777
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
778
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
728
779
 
729
780
 
730
781
rpm: dist