~ubuntu-branches/ubuntu/wily/fluidsynth/wily-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-08-28 14:43:04 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120828144304-91idykotjc90bmp0
Tags: 1.1.6-1
* New upstream bugfix-only release:
  - Handle MIDI End of track events, ticket #101
  - Prevent broken rendering after an voice overflow, ticket #100
  - Enable long arguments where available
  - Prevent libdbus crash
* Remove build-dependency on libncurses5-dev. (Closes: #667892)
* Bump Standards.

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.11.3 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
82
82
am__base_list = \
83
83
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84
84
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
85
am__uninstall_files_from_dir = { \
 
86
  test -z "$$files" \
 
87
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
88
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
89
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
90
  }
85
91
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
86
92
DATA = $(pkgconfig_DATA)
87
93
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
96
102
distdir = $(PACKAGE)-$(VERSION)
97
103
top_distdir = $(distdir)
98
104
am__remove_distdir = \
99
 
  { test ! -d "$(distdir)" \
100
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
101
 
         && rm -fr "$(distdir)"; }; }
 
105
  if test -d "$(distdir)"; then \
 
106
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
107
      && rm -rf "$(distdir)" \
 
108
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
109
  else :; fi
102
110
am__relativize = \
103
111
  dir0=`pwd`; \
104
112
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
127
135
DIST_ARCHIVES = $(distdir).tar.gz
128
136
GZIP_ENV = --best
129
137
distuninstallcheck_listfiles = find . -type f -print
 
138
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
139
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
130
140
distcleancheck_listfiles = find . -type f -print
131
141
ACLOCAL = @ACLOCAL@
132
142
ALSA_CFLAGS = @ALSA_CFLAGS@
197
207
LTLIBOBJS = @LTLIBOBJS@
198
208
LT_VERSION_INFO = @LT_VERSION_INFO@
199
209
MAKEINFO = @MAKEINFO@
 
210
MANIFEST_TOOL = @MANIFEST_TOOL@
200
211
MKDIR_P = @MKDIR_P@
201
212
NM = @NM@
202
213
NMEDIT = @NMEDIT@
231
242
abs_srcdir = @abs_srcdir@
232
243
abs_top_builddir = @abs_top_builddir@
233
244
abs_top_srcdir = @abs_top_srcdir@
 
245
ac_ct_AR = @ac_ct_AR@
234
246
ac_ct_CC = @ac_ct_CC@
235
247
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
236
248
am__include = @am__include@
263
275
libexecdir = @libexecdir@
264
276
localedir = @localedir@
265
277
localstatedir = @localstatedir@
266
 
lt_ECHO = @lt_ECHO@
267
278
mandir = @mandir@
268
279
mkdir_p = @mkdir_p@
269
280
oldincludedir = @oldincludedir@
291
302
all: all-recursive
292
303
 
293
304
.SUFFIXES:
294
 
am--refresh:
 
305
am--refresh: Makefile
295
306
        @:
296
307
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
297
308
        @for dep in $?; do \
355
366
        @$(NORMAL_UNINSTALL)
356
367
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
357
368
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
358
 
        test -n "$$files" || exit 0; \
359
 
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
360
 
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
369
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
361
370
 
362
371
# This directory's subdirectories are mostly independent; you can cd
363
372
# into them and run `make' without going through this Makefile.
566
575
        $(am__remove_distdir)
567
576
 
568
577
dist-bzip2: distdir
569
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
578
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
579
        $(am__remove_distdir)
 
580
 
 
581
dist-lzip: distdir
 
582
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
570
583
        $(am__remove_distdir)
571
584
 
572
585
dist-lzma: distdir
574
587
        $(am__remove_distdir)
575
588
 
576
589
dist-xz: distdir
577
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
590
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
578
591
        $(am__remove_distdir)
579
592
 
580
593
dist-tarZ: distdir
605
618
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
606
619
        *.tar.lzma*) \
607
620
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
621
        *.tar.lz*) \
 
622
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
608
623
        *.tar.xz*) \
609
624
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
610
625
        *.tar.Z*) \
624
639
          && am__cwd=`pwd` \
625
640
          && $(am__cd) $(distdir)/_build \
626
641
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
642
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
627
643
            $(DISTCHECK_CONFIGURE_FLAGS) \
628
644
          && $(MAKE) $(AM_MAKEFLAGS) \
629
645
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
652
668
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
653
669
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
654
670
distuninstallcheck:
655
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
656
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
671
        @test -n '$(distuninstallcheck_dir)' || { \
 
672
          echo 'ERROR: trying to run $@ with an empty' \
 
673
               '$$(distuninstallcheck_dir)' >&2; \
 
674
          exit 1; \
 
675
        }; \
 
676
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
677
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
678
          exit 1; \
 
679
        }; \
 
680
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
657
681
           || { echo "ERROR: files left after uninstall:" ; \
658
682
                if test -n "$(DESTDIR)"; then \
659
683
                  echo "  (check DESTDIR support)"; \
687
711
 
688
712
installcheck: installcheck-recursive
689
713
install-strip:
690
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
691
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
692
 
          `test -z '$(STRIP)' || \
693
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
714
        if test -z '$(STRIP)'; then \
 
715
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
716
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
717
              install; \
 
718
        else \
 
719
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
720
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
721
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
722
        fi
694
723
mostlyclean-generic:
695
724
 
696
725
clean-generic:
779
808
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
780
809
        all all-am am--refresh check check-am clean clean-generic \
781
810
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
782
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
783
 
        distcheck distclean distclean-generic distclean-libtool \
784
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
785
 
        dvi-am html html-am info info-am install install-am \
786
 
        install-data install-data-am install-dvi install-dvi-am \
787
 
        install-exec install-exec-am install-html install-html-am \
788
 
        install-info install-info-am install-man install-pdf \
789
 
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
790
 
        install-strip installcheck installcheck-am installdirs \
791
 
        installdirs-am maintainer-clean maintainer-clean-generic \
792
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
793
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
794
 
        uninstall-pkgconfigDATA
 
811
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
812
        dist-zip distcheck distclean distclean-generic \
 
813
        distclean-libtool distclean-tags distcleancheck distdir \
 
814
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
815
        install install-am install-data install-data-am install-dvi \
 
816
        install-dvi-am install-exec install-exec-am install-html \
 
817
        install-html-am install-info install-info-am install-man \
 
818
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
 
819
        install-ps-am install-strip installcheck installcheck-am \
 
820
        installdirs installdirs-am maintainer-clean \
 
821
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
822
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
823
        uninstall uninstall-am uninstall-pkgconfigDATA
795
824
 
796
825
 
797
826
# Tell versions [3.59,3.63) of GNU make to not export all variables.